My Skill Name

A clear, detailed description of what this skill does and when to use it. Include keywords that help agents discover this skill.

majiayu000 6eb7c81 2 files · 1.7 KB Updated 567 repo stars

File contents

My Skill Name

Purpose

Describe what problem this skill solves and why it's useful.

When to Use This Skill

Activate this skill when:

  • Condition 1
  • Condition 2
  • Condition 3

When NOT to Use This Skill

Skip this skill when:

  • Exception 1
  • Exception 2

Core Principles

1. First Principle

Explanation of the principle:

// ❌ BAD: What not to do
function badExample() {
  // problematic code
}

// ✅ GOOD: What to do instead
function goodExample() {
  // improved code
}

Checklist:

  • Item 1
  • Item 2
  • Item 3

2. Second Principle

[Continue pattern...]

Quick Reference

Scenario Action
When X happens Do Y
When A occurs Do B

Further Reading

For detailed documentation, see:

  • references/detailed-guide.md - In-depth explanations
  • references/examples.md - Real-world examples

Pre-Commit Checklist

Before considering code complete, verify:

  • All inputs validated at boundaries
  • Errors handled explicitly
  • Types are strict (no any)
  • Tests cover edge cases
  • Documentation updated

majiayu000/claude-skill-registry-data/tree/main/skills/template-dupe-com-skills commit 6eb7c815a1

Frequently asked questions

npx skillmds add majiayu000/my-skill-name-2