Reusable workflow for your task area. Use this skill when an AI agent needs this workflow repeatedly and consistently.
Install
npx skillscat add brianmsm/r-package-dev-skills/your-skill-name Install via the SkillsCat registry.
SKILL.md
Skill: Your Skill Name
Before You Start
- Copy this template folder to
skills/<skill-name>/. - Replace the frontmatter
nameanddescriptionvalues. - Replace the title and fill in the sections with imperative, procedural instructions.
- Keep generated content in English (see repo-level AGENTS.md).
Objective
Define the outcome this skill should produce.
Workflow
- Clarify the task constraints and expected outputs.
- Collect only the required context and dependencies.
- Execute steps in a deterministic order.
- Validate the result with concrete checks.
- Summarize what was done and what remains.
Deliverables
- List the exact artifacts this skill should produce.
Validation
- Define minimum checks that confirm success.