Skip to content
Development
Command

/simple-skill-template

{{SKILL_DESCRIPTION}}

From plugin
claude-command-suite
1.3k199 skills89 agents199 commands
Install
$ npx -y skills add qdhenry/Claude-Command-Suite --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/simple-skill-template

Context preview

What this command does when you run it.

{{SKILL_DESCRIPTION}}

Command definition

simple-skill-template.md
name: {{SKILL_NAME}}
description: {{SKILL_DESCRIPTION}}

{{SKILL_NAME}}

{{OVERVIEW_PARAGRAPH}}

Quick Start

{{QUICK_START_EXAMPLE}}

Instructions

1. **{{STEP_1_CATEGORY}}**

  • {{STEP_1_ACTION}}: {{STEP_1_DESCRIPTION}}
  • {{STEP_1_OUTCOME}}: {{STEP_1_EXPECTED}}
  • Example: `{{STEP_1_EXAMPLE}}`

2. **{{STEP_2_CATEGORY}}**

  • {{STEP_2_ACTION}}
  • {{STEP_2_OUTCOME}}
  • Example: `{{STEP_2_EXAMPLE}}`

3. **{{STEP_3_CATEGORY}}**

  • {{STEP_3_ACTION}}
  • {{STEP_3_VERIFICATION}}

Examples

Example 1: {{EXAMPLE_1_NAME}}

{{EXAMPLE_1_CONTEXT}}

\`\`\`{{LANGUAGE}}

{{EXAMPLE_1_STEP_1}}

{{EXAMPLE_1_CODE_1}}

{{EXAMPLE_1_STEP_2}}

{{EXAMPLE_1_CODE_2}}

Expected output:

{{EXAMPLE_1_OUTPUT}}

\`\`\`

**Result**: {{EXAMPLE_1_RESULT}}

Example 2: {{EXAMPLE_2_NAME}}

{{EXAMPLE_2_CONTEXT}}

\`\`\`{{LANGUAGE}} {{EXAMPLE_2_CODE}} \`\`\`

**Result**: {{EXAMPLE_2_RESULT}}

Best Practices

✅ **Do This**

  • {{BEST_PRACTICE_1}}
  • {{BEST_PRACTICE_2}}
  • {{BEST_PRACTICE_3}}

❌ **Avoid This**

  • {{AVOID_1}}
  • {{AVOID_2}}
  • {{AVOID_3}}

Common Issues

Issue: {{ISSUE_1_NAME}}

**Symptoms**: {{ISSUE_1_SYMPTOMS}}

**Solution**: {{ISSUE_1_SOLUTION}}

Issue: {{ISSUE_2_NAME}}

**Symptoms**: {{ISSUE_2_SYMPTOMS}}

**Solution**: {{ISSUE_2_SOLUTION}}

Additional Resources

{{ADDITIONAL_RESOURCES}}

Ships withclaude-command-suite

A comprehensive development toolkit designed following Anthropic's Claude Code Best Practices for AI-assisted software development.

Get the whole plugin