J New banner
jlaws jlaws

J New

Development community

Description

--- name: j-new description: "Scaffold a new .claude/ command, skill, or agent with correct structure and best practices. Use when creating any new .claude/ asset. Do NOT use for editing existing assets (edit directly)." argument-hint: "<type: command|skill|agent> [name]" model: sonnet --- Load skill `writing-skills` before scaffolding — it holds the authoring criteria this command applies. Create: $ARGUMENTS If no arguments provided, ask which asset type to create (command, skill, or agent).

Installation

Installs to ~/.claude/commands/jlaws-dotfiles-j-new.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/jlaws/dotfiles/HEAD/.claude/commands/j-new.md -o ~/.claude/commands/jlaws-dotfiles-j-new.md

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

Full documentation available on GitHub

View Source Repository