Explore

Find agent skills by outcome

130,395 skills indexed with the new KISS metadata standard.

Showing 24 of 130,395
Productivity
PromptBeginner5 minmarkdown

For tasks with branching logic

guide Claude through decision points:

0
General
PromptBeginner5 minmarkdown

When creating a new skill from scratch

always run the `init_skill.py` script:

0
Writing & Content
PromptBeginner5 minmarkdown

2. Plan reusable skill contents (scripts

references

0
General
PromptBeginner5 minmarkdown

- **Use cases**: Templates

images

0
General
PromptBeginner5 minmarkdown

- **Avoid duplication**: Information should live in either SKILL.md or references files

not both.

0
Marketing
PromptBeginner5 minmarkdown

- **Examples**: `assets/logo.png` for brand assets

`assets/slides.pptx` for PowerPoint templates

0
General
PromptBeginner5 minmarkdown

Files not intended to be loaded into context

but rather used within the output Claude produces.

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Use cases**: Database schemas

API documentation

0
General
PromptBeginner5 minmarkdown

- **Best practice**: If files are large (>10k words)

include grep search patterns in SKILL.md

0
General
PromptBeginner5 minmarkdown

- **Benefits**: Keeps SKILL.md lean

loaded only when Claude determines it's needed

0
General
PromptBeginner5 minmarkdown

- **Frontmatter** (YAML): Contains `name` and `description` fields. These are the only fields that Claude reads to determine when the skill gets used

thus it is very important to be clear and comprehensive in describing what the skill is

0
General
PromptBeginner5 minmarkdown

- **Examples**: `references/finance.md` for financial schemas

`references/mnda.md` for company NDA template

0
General
PromptBeginner5 minmarkdown

- **Benefits**: Token efficient

deterministic

0
General
PromptBeginner5 minmarkdown

└── assets/ - Files used in output (templates

icons

0
General
PromptBeginner5 minmarkdown

**Low freedom (specific scripts

few parameters)**: Use when operations are fragile and error-prone

0
General
PromptBeginner5 minmarkdown

Think of Claude as exploring a path: a narrow bridge with cliffs needs specific guardrails (low freedom)

while an open field allows many routes (high freedom).

0
General
PromptBeginner5 minmarkdown

**High freedom (text-based instructions)**: Use when multiple approaches are valid

decisions depend on context

0
Writing & Content
PromptBeginner5 minmarkdown

The context window is a public good. Skills share the context window with everything else Claude needs: system prompt

conversation history

0
Coding & Debugging
PromptBeginner5 minmarkdown

**Medium freedom (pseudocode or scripts with parameters)**: Use when a preferred pattern exists

some variation is acceptable

0
Productivity
PromptBeginner5 minmarkdown

specialized knowledge

workflows

0
General
PromptBeginner5 minmarkdown

4. Bundled resources - Scripts

references

0
General
PromptBeginner5 minmarkdown

3. Domain expertise - Company-specific knowledge

schemas

0
Productivity
PromptBeginner5 minmarkdown

description: Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge

workflows

0
General
PromptBeginner5 minmarkdown

Skill Creator

---

0