Agent skill
ce-skill-creator
Create or refactor skills with precise triggers, reusable assets and references, and synchronized registry updates.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/ce-skill-creator
SKILL.md
CE Skill Creator
Use this skill to add new skills or upgrade weak existing skills.
Core asset
assets/skill_template.md- canonical scaffold for new/refactored skills.assets/description_style_guide.md- strict frontmatter description rules.assets/trigger_phrase_reference_template.md- template for extracted trigger phrase references.
Recommended sequence
- Run
ce-skill-auditto capture baseline gaps. - Create/refactor the target skill using the template asset.
- Add support files as needed:
assets/for templates/checklists/snippetsreferences/for embedded standards/ADR extractsscripts/for deterministic scaffolding helpers
- Tighten trigger wording in
descriptionto avoid overlap. - If a legacy skill has phrase-heavy descriptions, move those trigger phrases
into
references/trigger_phrases.mdusing the reference template. - If you changed skill inventory, invoke
ce-skill-registry-syncand update:
CONTRIBUTOR_INSTRUCTIONS.mdsection 6A.claude/skills/ce-onboard/SKILL.mdsection 4docs/contributor/agent_skills.md
- Re-run
ce-skill-auditand resolve blocker/high findings. - Run strict description quality check:
pwsh .claude/skills/ce-skill-audit/scripts/check_skill_description_quality.ps1
Refactor policy for poor skills
When hardening an existing skill, preserve intent but fix structure:
- add/repair YAML frontmatter
- clarify activation cues
- separate long static content into assets/references
- add explicit output and validation expectations
Output contract
For each created/refactored skill, provide:
- skill name + path
- trigger description summary
- any added assets/references/scripts
- registry updates completed
Constraints
- Keep changes CE-first and repository-specific.
- Do not add evaluation-focused skill families in this workflow.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?