Agent skill
_TEMPLATE
Install this agent skill to your Project
npx add-skill https://github.com/Reneromero08/agent-governance-system/tree/main/CAPABILITY/SKILLS/_TEMPLATE
SKILL.md
required_canon_version: >=3.0.0
Skill: skill_name
Version: 0.1.0
Status: Draft
Trigger
Describe the user intent or condition that should trigger this skill. For example, "when the agent receives a request to create a new blog post".
Inputs
List the inputs expected by the skill. Include types, defaults and whether each input is required.
Outputs
Describe what the skill returns or modifies. Specify the output format (e.g. JSON, Markdown) and any side effects.
Constraints
- Must not modify the canon or context directly.
- Must use the cortex to locate files.
- Must be deterministic and idempotent.
Fixtures
List the fixtures (under fixtures/) that exercise this skill. Each fixture should capture a typical use case and an edge case.
required_canon_version: >=3.0.0
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
mcp-adapter
pipeline-dag-scheduler
cortex-summaries
llm-packer-smoke
artifact-escape-hatch
mcp-message-board
Didn't find tool you were looking for?