Create Jutsu banner
thedotmack thedotmack

Create Jutsu

Development community

Description

--- description: Create a new jutsu (weapon) plugin for a technology --- # Create a Jutsu (術 - Technique) Plugin Create a new jutsu plugin for: $ARGUMENTS ## What is a Jutsu? Jutsus are "techniques" in the Han marketplace - they provide validation hooks that automatically enforce quality standards for specific technologies. A jutsu watches for tool usage and validates the results. ## Plugin Structure Create the following directory structure: ``` jutsu/jutsu-{name}/ ├── .claude-plugin/ │

Installation

Installs to ~/.claude/commands/thedotmack-han-create-jutsu.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/thedotmack/han/HEAD/.claude/commands/create-jutsu.md -o ~/.claude/commands/thedotmack-han-create-jutsu.md

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

Full documentation available on GitHub

View Source Repository