skill-creator
From CherryHQ
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
Facts
- Repository
- CherryHQ/cherry-studio
- Status
- Actively maintained
- Last commit
- Source file
- resources/skills/skill-creator/SKILL.md
Source preview
The instructions Claude Code reads when this skill runs.
## Cherry Studio workflow (READ FIRST — overrides packaging / install steps below)
You are running inside Cherry Studio. Skills live in a managed global registry,
so you do **not** write files to `.claude/skills/` or to
`~/Library/Application Support/.../Skills/` directly, and you should **ignore**
any `package_skill.py` / `.skill` packaging steps mentioned later in this file
(they apply to Claude Code / Claude.ai, not here).
**The flow for creating a new skill is exactly two tool calls:**
1. Call the `skills` tool with `action="init"` and `name="<skill-folder-name>"`.
It returns an absolute directory path. Write `SKILL.md` and any supporting
files (`scripts/`, `references/`, `assets/`) **directly into that directory**.
2. When the skill is ready, call `skills` with `action="register"` and the same
`name`. The skill is registered into the global skill list and enabled for
the current session automatically. You can re-edit files in place and call
`register` again at any time to refresh — the live symlink picks up file
content changes immediately, so mid-iteration edits work without ceremony.
Use the same `<skill-folder-name>` for both `init` and `register` calls. The
`name:` field inside your `SKILL.md` frontmatter becomes the display name and
may differ from the folder name (e.g. `name: My Cool Skill` with folder
`my-cool-skill`).
Eval / test workspaces (View full source on GitHub →Other skills
django-tdd
★ 229,918Django testing strategies with pytest-django, TDD methodology, factory_boy, mocking, coverage, and testing Django REST Framework APIs.
affaan-mupdated 14d agoMITclickhouse-io
★ 229,918ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.
affaan-mupdated 14d agoMITlaravel-patterns
★ 229,918Patrones de arquitectura Laravel, routing/controladores, Eloquent ORM, capas de servicio, colas, eventos, caché y API resources para aplicaciones en producción.
affaan-mupdated 14d agoMITverification-loop
★ 229,918Sistema de verificación completo para sesiones de Claude Code.
affaan-mupdated 14d agoMITstrategic-compact
★ 229,918Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.
affaan-mupdated 14d agoMITfrontend-patterns
★ 229,918Patrones de desarrollo frontend para React, Next.js, gestión de estado, optimización de rendimiento y buenas prácticas de UI.
affaan-mupdated 14d agoMIT