Skip to main content
ClaudeWave
Skill3.7k repo starsupdated today

skill-name

I can see this is a template for documenting a Claude Code skill, but it lacks the specific implementation details needed to write an accurate description. The skill-name field is a placeholder, and the content shows only a documentation framework rather than actual functionality. To write a precise factual description of what this skill does and when to use it, please provide the completed template with the actual skill name and filled-in sections describing the specific problem it solves, its trigger conditions, process steps, and output.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/NateBJones-Projects/OB1 /tmp/skill-name && cp -r /tmp/skill-name/skills/_template ~/.claude/skills/skill-name
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# Skill Name

## Problem

What recurring problem does this skill solve?

## Trigger Conditions

- Exact phrases or requests
- Error messages or symptoms
- File types or workflows

## Process

1. First action the skill should take
2. Second action
3. Verification or handoff

## Output

What the user should receive when this skill works correctly.

## Notes

Edge cases, guard rails, and adaptation notes for other AI clients.