Skill Starter Kit
A starter kit for building Claude skills: turn a rough workflow idea into a properly structured SKILL.md.
Before & after
Same prompt, same agent — the only difference is the skill.
I can help you think through a workflow. A good workflow typically involves breaking things down into stages, identifying key decisions, and making sure you have clear outputs at each step. The specific steps will really depend on what you're trying to accomplish though. What are the details of your situation?
WORKFLOW STRUCTURE PHASE 1 - DISCOVERY → Define inputs and constraints → Identify stakeholders → Document current state PHASE 2 - PLANNING → Break into discrete tasks → Sequence dependencies → Assign ownership PHASE 3 - EXECUTION → Run each task in order → Track completion status → Document outputs PHASE 4 - VALIDATION → Test against success criteria → Gather feedback → Iterate if needed QUICK WINS: Phase 1 typically surfaces 2-3 quick wins; address those first before full rollout.
About this skill
name: sample-skill description: Use when Structured Claude skill that gives Claude a repeatable workflow for sample skill.
Sample Skill
One of 337+ skills in the original author's multi-agent claude-skills mega-collection (~19k GitHub stars). Packages the Sample Skill workflow with its own instructions and validation so outputs stay consistent.
What you get
- Public GitHub repo (alirezarezvani/claude-skills)
- the sample-skill skill folder with SKILL.md. Part of a 337-skill / 30-agent / 70-command install.
Customize your output
- Fork the repo and adapt the skill's instructions and references to your workflow.
Example output
Activates automatically when your request matches Sample Skill; chains with the other skills, agents, and commands in the collection.
Best for
Creators, builders, and teams using Claude Code.
SKILL.md preview
---
name: sample-skill
description: Use when starting a new Claude skill from scratch and needing a properly structured SKILL.md with a trigger description that will actually fire.
version: 1.0.0
category: Development / Engineering
author: AgentVolt
license: proprietary
tags:
- development
- engineering
---
# Sample Skill
A starter-kit skill for building other Claude skills, walking through turning a rough workflow idea into a properly structured SKILL.md.
## When to use
- Starting a brand-new skill from scratch and needing the right file structure
… (sign up to view the full skill)More development skills
View all Development skills →Generate
Scaffold code, tests, and boilerplate from a short spec.
Performance Profiler
Systematic performance profiling for Node.js, Python, and Go applications.
Threat Detection
Use when hunting for threats in an environment, analyzing IOCs, or detecting behavioral anomalies in telemetry.
Agent Harness
Turns a domain folder of skills into a bounded agentic loop: compile a goal into a task plan, execute with the domain's tools, verify every task, retry within a budget.