Skip to main content
ClaudeWave
Skill530 repo starsupdated 1mo ago

New Skill

I cannot write a factual description of this Claude Code item because the definition provided is a template outline rather than completed content. The skill name, purpose, inputs, outputs, and all substantive details remain unfilled. To produce an accurate description, the template would need to be populated with the skill's actual name, functionality, use cases, and technical specifications.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/oxbshw/LLM-Agents-Ecosystem-Handbook /tmp/new-skill && cp -r /tmp/new-skill/.github/ISSUE_TEMPLATE/new_ ~/.claude/skills/new-skill
Then start a new Claude Code session; the skill loads automatically.

new_skill.md

## Skill name (kebab-case)

## When to use (be specific)

## When NOT to use

## Inputs / outputs (high level)

## References you'd include
- references/...

## Risk
- Tools called: ...
- Risk level of those tools: ...
- Approval gates needed: ...

## Walked checklist
- [ ] [skill_quality_checklist](../../checklists/skill_quality_checklist.md)
- [ ] [skills/security_checklist](../../skills/security_checklist.md)