Agent skill
openskills-skill-authoring
Create and refine OpenSkills-compatible skills (SKILL.md + optional resources) with strong metadata, clear activation triggers, and reliable execution guidance.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/openskills-skill-authoring
SKILL.md
OpenSkills Skill Authoring
Use this skill when creating or updating skills under examples/skills or any OpenSkills-compatible skill directory.
Authoring Standard
Each skill directory should include:
SKILL.md(required)- optional
scripts/,references/,assets/
SKILL.md Requirements
- YAML frontmatter with:
namedescription
- Body with concise instructions and practical execution flow.
- Description must include both:
- what the skill does
- when to activate it
Writing Guidance
- Keep core instructions short; move details to
references/. - Prefer deterministic scripts for fragile or repetitive steps.
- Include explicit input/output expectations.
- Avoid vague names and ambiguous activation phrases.
Validation Flow
- Ensure directory name matches skill
namesemantics. - Verify skill discovery and activation behavior in runtime or example agent.
- If scripts are present, verify paths and execution assumptions.
Output Format
- Skill metadata quality review
- Instruction clarity review
- Activation trigger quality review
- Suggested revisions
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?