Skill New banner
toxiccoder777 toxiccoder777

Skill New

Development community

Description

--- description: Scaffold a new skill in this repo, held to CONTRIBUTING.md's bar argument-hint: <skill-name> <one-line purpose> --- Scaffold `skills/$1/` for a new skill in **this** repo (`claude-tool`), where `$1` is the first token of `$ARGUMENTS` and the rest describes its purpose. Before creating anything, answer both questions from `CONTRIBUTING.md` yourself, out loud in your response — don't scaffold first and rationalize after: 1. **What does it enforce?** Not what it advises — what f

Installation

Installs to ~/.claude/skills/toxiccoder777-agentic-claude-skill-new/SKILL.md

Terminal
mkdir -p ~/.claude/skills/toxiccoder777-agentic-claude-skill-new && curl -fsSL https://raw.githubusercontent.com/toxiccoder777/agentic-claude/HEAD/commands/skill-new.md -o ~/.claude/skills/toxiccoder777-agentic-claude-skill-new/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository