Skill template
Reusable agent skills for Codex, Claude Code, and compatible AI coding agents.
npx -y skills add kenzofujimoto/agent-skills --skill skill-templateAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 21 days oldThe repository was created 21 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Describe the concrete outcome this skill produces and its trigger conditions.
SKILL.md
1.0 KB, as published. Nobody here has run it
{{SKILL_TITLE}}
When to use
Use this skill when the request requires its specialized workflow.
When not to use
Do not use it for unrelated tasks or when required inputs are unavailable.
Workflow
- Inspect the available context and constraints.
- Select the smallest safe approach.
- Execute the work with explicit error handling.
- Validate the result against the request.
Rules
- Keep paths portable and inputs untrusted.
- Never embed credentials or private data.
- State assumptions that materially affect the result.
References
Read only the files in references/ needed for the task.
Recipes
Use recipes/ for repeatable implementation patterns.
Scripts
Prefer the tested helpers in scripts/ when applicable.
QA
Verify correctness, safety, portability, and documentation.
Deliverables
Return the completed artifact, validation results, and any remaining limitation.