Agent skill · AI & Agents

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.

Zhougeng Xu584★ · +324/wk · 1 repos on radarProfile →
claude-codeAGPL-3.0
Install
npx skills add xuzhougeng/wisp-science --skill customize --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/customize/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 895 · +311 this week
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Create a specialist
  2. Author or update a skill
  3. Boundaries
More from wisp-science
All skills →
About this skill
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.

Keep going