Skill template
Skill JarrydAdaens/agentic_rails_tooling/context/templates/skills/skill-template
The right rail of Agentic Rails: Reusable skills, agent personas, rules, and workflows for agentic coding IDEs — the tooling rail of the Agentic Rails framework.
npx -y skills add JarrydAdaens/agentic_rails_tooling --skill skill-templateAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 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
Use this template when creating a new Agent Skill that needs valid SKILL.md frontmatter, concise trigger guidance, workflow instructions, examples, and validation notes.
SKILL.md
1.2 KB, as published. Nobody here has run it
Skill Template
Replace this starter content with real task-specific expertise before treating the skill as production-ready.
When to use
- Use this as the starting point for a small or moderate skill.
- Use
skill-template-advancedinstead when the skill needs a reference library or complex progressive disclosure.
Instructions
- Rename the folder and
namefield to the final skill name. - Rewrite
descriptionso it says what the skill does and when to use it. - Add the workflow, defaults, gotchas, and output contract the agent needs.
- Move longer details into
references/and link to them from this file. - Validate that the folder name and
namefield match.
Examples
- Example user request that should trigger this skill.
- Example output shape the skill should produce.
Validation
- Confirm the
descriptionis under 1024 characters. - Confirm the skill name uses lowercase letters, numbers, and hyphens only.
- Confirm no placeholder text remains.