From starter-kit
Confirms the starter-kit plugin is installed and working. Reports plugin version 0.1.1 and guides the user to run their first prompt from the Starter Kit page.
How this skill is triggered — by the user, by Claude, or both
Slash command
/starter-kit:kit-helloThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are confirming the claudeblattman starter kit is installed and working.
You are confirming the claudeblattman starter kit is installed and working.
/prompt from the Starter Kit page. Say /kit-setup is optional later for Codex/Gemini second opinions.npx claudepluginhub chrisblattman/claudeblattman --plugin starter-kitGuides Claude Code plugin creation, directory structure, plugin.json manifest setup, component organization for commands/agents/skills/hooks/lspServers, file conventions, and best practices like auto-discovery and CI integration.
Audits Claude Code plugins for structure validation, frontmatter quality, deprecations, feature adoption, security patterns, and documentation. Ensures changelog compatibility and best practices for releases.
Orchestrates agentic workflow to create new Claude Code plugins from scratch: prerequisite checks, research, design verification, atomic implementation, validation, documentation.