Agent Skill
2/7/2026

todo-skill-name

TODO: Describe what this skill does and when Copilot should load it. Include trigger phrases like "create X", "set up Y", "scaffold Z". Be specific — the description determines automatic activation.

T
thomasrohde
0GitHub Stars
1Views
npx skills add ThomasRohde/marketplace

SKILL.md

Nametodo-skill-name
DescriptionTODO: Describe what this skill does and when Copilot should load it. Include trigger phrases like "create X", "set up Y", "scaffold Z". Be specific — the description determines automatic activation.

name: todo-skill-name description: > TODO: Describe what this skill does and when Copilot should load it. Include trigger phrases like "create X", "set up Y", "scaffold Z". Be specific — the description determines automatic activation.

TODO: Skill Name

Overview

Brief description of what this skill enables and why it exists.

Prerequisites

  • List any tools, runtimes, or dependencies needed
  • E.g., Node.js 18+, Python 3.11+, Docker

Instructions

Step 1: [First Action]

Detailed instructions for the first step.

Step 2: [Second Action]

Detailed instructions for the second step.

Step 3: [Validation]

How to verify the result is correct.

Scripts

<!-- Reference scripts in this skill's directory --> <!-- - [Setup script](scripts/setup.sh) — Description --> <!-- - [Validation script](scripts/validate.py) — Description -->

Examples

<!-- Reference example files showing good output --> <!-- - [Good example](examples/good.ts) — What to produce --> <!-- - [Bad example](examples/bad.ts) — What to avoid -->

Guidelines

  • Guideline 1
  • Guideline 2
  • Anti-pattern to avoid

Troubleshooting

ProblemSolution
TODOTODO
Skills Info
Original Name:todo-skill-nameAuthor:thomasrohde