brianmsm

your-skill-name

Reusable workflow for your task area. Use this skill when an AI agent needs this workflow repeatedly and consistently.

brianmsm 0 Updated 3mo ago
GitHub

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 name and description values.
  • 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

  1. Clarify the task constraints and expected outputs.
  2. Collect only the required context and dependencies.
  3. Execute steps in a deterministic order.
  4. Validate the result with concrete checks.
  5. Summarize what was done and what remains.

Deliverables

  • List the exact artifacts this skill should produce.

Validation

  • Define minimum checks that confirm success.