Command Claude Code
Add a new optional service called $ARGUMENTS to the Selfhost AI project.
Command Claude Code
Add a new optional service called $ARGUMENTS to the Selfhost AI project.
Skill Claude CodeCodex
Fix a batch of open GitHub issues end to end - one git worktree and one agent per issue (feature-dev for implementation, review-pr for review), individual PRs into develop, a release PR to main with a final multi-agent integration review, and optional tag/release/issue-comment publishing. Use when the user asks to…
Instructions file
Instructions for kossakovsky/selfhost-ai, covering claude.md, project overview, core architecture, key files and installation flow.
Plugin Claude Code
Plugin marketplace listing 4 plugins: switch-provider, plugin-development, commit, writing-skills.
Instructions file
Instructions for kossakovsky/cc-plugins, covering claude.md, project overview, validation, architecture and marketplace registry.
Plugin Claude Code
Smart git commits with conventional commit message generation.
Command
Create a git commit with a generated conventional commit message.
Plugin Claude Code
A comprehensive toolkit for creating, validating, and distributing Claude Code plugins.
Agent
Reviews a plugin for correct structure, safe hooks, clear commands and skills, and marketplace readiness. Use PROACTIVELY before releasing or distributing plugins.
Command
Command "add-agent" from kossakovsky/cc-plugins, covering add agent, arguments, from within a plugin directory, with description, without description (uses default) and from marketplace root, specifying plugin.
Command
Add a new slash command to the current plugin.
Command
Command "add-hook" from kossakovsky/cc-plugins, covering add hook, arguments, from within a plugin directory, from marketplace root, specifying plugin and template variables.
Command
Command "add-skill" from kossakovsky/cc-plugins, covering add skill, arguments, from within a plugin directory, with description, without description (uses default) and from marketplace root, specifying plugin.
Command
Scaffold a new Claude Code plugin with standard structure and starter files.
Command
Submit a plugin to the Claude Code Community Marketplace via Pull Request.
Command
Create a local dev marketplace and install the plugin for testing.
Command
Validate plugin structure, manifest, and component files for common issues.
Hook
Runs before the agent uses a tool for Write and Edit tool calls, executing validate-plugin.sh. From kossakovsky/cc-plugins.
Hook
Runs when a session starts on startup, running echo '✓ plugin-development loaded: Use /plugin-development:i. From kossakovsky/cc-plugins.
Skill Claude CodeCodex
Use when creating, modifying, or debugging Claude Code plugins. Triggers on .claude-plugin/, plugin.json, marketplace.json, commands/, agents/, skills/, hooks/ directories. Provides schemas, templates, validation workflows, and troubleshooting.
Plugin Claude Code
Switch Claude Code between AI providers (Anthropic, Z.AI, Kimi, MiniMax) with a single command.
Command
Switch to native Anthropic API (remove provider overrides).
Command
Switch to Kimi (Moonshot) provider.
Command
Switch to MiniMax provider.