Fire Add New Skill banner
ThierryN ThierryN

Fire Add New Skill

Development community

Description

--- name: power-add-new-skill description: Add a new skill to the skills library when you solve a hard problem arguments: - name: from description: Source for skill extraction (summary, session, or manual) required: false type: string default: "interactive" triggers: - "add skill" - "contribute skill" - "new skill" - "save pattern" --- # /fire-add-new-skill - Add New Skill to Library Interactive wizard to contribute new skills to the Dominion Flow skills library. ##

Installation

Installs to ~/.claude/skills/thierryn-fire-flow-fire-add-new-skill/SKILL.md

Terminal
mkdir -p ~/.claude/skills/thierryn-fire-flow-fire-add-new-skill && curl -fsSL https://raw.githubusercontent.com/ThierryN/fire-flow/HEAD/commands/fire-add-new-skill.md -o ~/.claude/skills/thierryn-fire-flow-fire-add-new-skill/SKILL.md

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

Full documentation available on GitHub

View Source Repository