customize
Create a Wisp specialist or author a project-local skill using the tools Wisp actually exposes. Use when the user wants a custom Agent persona, a restricted specialist loadout, a new skill, or changes to an existing project-local skill.
npx skills add xuzhougeng/wisp-science --skill customize --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Customize Wisp Wisp exposes customization through explicit tools and Settings UI. Python has no control-plane SDK. Never invent profile, connector, or skill CRUD methods. ## Create a specialist Use `save_specialist` only when it is advertised in the current session. It is create-only. 1. Ask what single job the specialist owns and what it must not do. 2. Draft a display name, one-line description, and concise instructions that extend Wisp's base prompt. 3. Decide whether to inherit project skills/connectors or use explicit whitelists. Use exact installed skill names returned by `search_skills`. Include connector names only when the user supplied or confirmed them. 4. Show the complete proposal and obtain confirmation before creating it. 5. Call `save_specialist` with `name` and `instructions`; add `description`, `model_id`, `skills`, or `connectors` only when intentionally chosen. 6. Report the returned specialist id. Direct the user to **Settings → Specialists** for edits, deletion, icons, or later loadout changes; no Agent tool performs those mutations. Omit `skills` and `connectors` to inherit project settings. An empty list is an explicit zero-access whitelist and is not equi
- Create a specialist
- Author or update a skill
- Boundaries
What does the customize skill do?
Create a Wisp specialist or author a project-local skill using the tools Wisp actually exposes. Use when the user wants a custom Agent persona, a restricted specialist loadout, a new skill, or changes to an existing project-local skill.
How do I install it?
Run `npx skills add xuzhougeng/wisp-science --skill customize --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From xuzhougeng/wisp-science, a repository with 895 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.