Agent skill
skill-creator-pro
Create and evolve production-ready skills with reusable scripts, references, and validation. Use for new skill creation, skill upgrades, and enforcing consistent metadata and structure.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/skill-creator-pro-0x-professor-agent-skills-hub
SKILL.md
Skill Creator Pro
Overview
Create skills that are immediately usable by AI agents and maintainable across a shared repository.
Use this skill to enforce:
- Trigger-quality
descriptionfields in frontmatter. - Consistent
agents/openai.yamlmetadata. - Reusable scripts/references/assets per domain.
- Validation and smoke-test readiness before publishing.
Workflow
- Clarify skill intent with two or three concrete user prompts.
- Select one primary workflow pattern (task-based, workflow-based, or capability-based).
- Define reusable resources before writing final
SKILL.mdprose. - Generate starter layout with
scripts/generate_skill_starter.py. - Edit
SKILL.mdand references to keep core instructions concise. - Validate the entire pack with
scripts/validate_skill_pack.py.
Use Bundled Resources
- Read
references/workflow.mdfor quality gates and review checklist. - Read
references/category-guides.mdfor domain-specific starter guidance. - Reuse templates in
assets/templates/to avoid rewriting boilerplate. - Run
scripts/generate_skill_starter.pyto generate category starter output. - Run
scripts/validate_skill_pack.pyafter edits and before publishing.
Output Standards
When creating or updating a skill:
- Keep frontmatter keys minimal (
name,description). - Keep descriptions explicit about trigger conditions.
- Keep scripts deterministic and compatible with
--dry-run. - Keep examples safe, especially for cybersecurity content.
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?