Agent skill
example-skill
Briefly describe what this skill does and when it should be used.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/skill-template-msiccdev-ai-context-kit
Metadata
Additional technical details for this skill
- owner
- Optional owner
- domain
- Optional domain
SKILL.md
Example Skill
Purpose
Describe the capability this skill provides and the problem it solves.
When To Use
- Use this skill when the task matches this domain.
- Do not use this skill for unrelated tasks.
Required Inputs
- List required information the assistant needs before applying this skill.
Workflow
- Confirm the task fits the skill scope.
- Gather only the inputs required for this workflow.
- Execute steps in order and verify outputs.
Output Expectations
- Define the expected output format and quality criteria.
- Include any acceptance checks.
Resources
references/for detailed docs loaded on demand.scripts/for optional automation or checks.assets/for reusable static artifacts.
Constraints And Safety
- Keep instructions concise in this file; move large material to
references/. - Use relative paths for all skill-local references.
- Mention risky operations explicitly and require confirmation before running them.
Frontmatter Rules
name(required):- 1-64 characters.
- Lowercase letters, numbers, and hyphens only.
- No leading/trailing hyphen.
- No consecutive hyphens.
- Must match the parent skill directory name.
description(required):- 1-1024 characters.
- Must state what the skill does and when to use it.
license(optional): short license identifier.compatibility(optional):- 1-500 characters.
- Use only for real environment constraints.
metadata(optional): map of string keys to string values.allowed-tools(optional/experimental):- Parseable if present.
- Keep disabled by default unless explicitly enabled by policy.
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?