Extension New banner
cinatra-ai cinatra-ai

Extension New

Productivity community

Description

--- name: extension-new description: "Guided scaffold of a new cinatra extension: parse the intent, refuse the scheduled-for-removal workflow kind by default, drive the extension-authoring skill to collect inputs (asking the user for anything missing) and run the cinatra create-extension CLI non-interactively, reconcile a connector scaffold with the mandatory cinatra/config.json access declaration, run the validation pair, then hand payload authoring to the kind's specialist skill — release-read

Installation

Installs to ~/.claude/skills/cinatra-ai-claude-plugin-extension-new/SKILL.md

Terminal
mkdir -p ~/.claude/skills/cinatra-ai-claude-plugin-extension-new && curl -fsSL https://raw.githubusercontent.com/cinatra-ai/claude-plugin/HEAD/commands/extension-new.md -o ~/.claude/skills/cinatra-ai-claude-plugin-extension-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