Local marketplace for Claude Code plugins
npx claudepluginhub koromiko/my_claudecode_marketplaceReusable protocol for dispatching, monitoring, and recovering from subagent failures in Claude Code
Manage Claude Code sessions across tmux panes and iTerm tabs - fork sessions, run commands, and capture output
Analyze Claude Code session usage data and generate comprehensive reports with quantitative and qualitative insights
Default tool auto-approval with sensitive-path guards and macOS permission/stop notification hooks
A local marketplace for Claude Code plugins, providing custom tools, skills, and agents for enhanced development workflows.
.
├── .claude-plugin/
│ └── marketplace.json # Marketplace manifest
├── session-manager/ # Terminal session management plugin
│ ├── commands/ # Slash commands
│ ├── scripts/ # Helper scripts
│ └── skills/ # Knowledge skills
├── claude-usage-analyzer/ # Usage analytics plugin
│ ├── commands/ # Slash commands
│ ├── scripts/ # Python analysis pipeline
│ └── reference/ # Reference data
├── default-tools/ # Auto-approve hooks plugin
│ └── hooks/ # Event handlers
├── stackey-backend/ # Stackey API integration plugin
│ ├── agents/ # Code generation agents
│ └── skills/ # API, auth, database knowledge
├── stackey-experts/ # Stackey expert agents (symlink → /Users/neo/Projects/Stackey)
│ ├── agents/ # Domain expert agents
│ └── commands/ # Orchestration commands
├── swift-project-tools/ # Swift Project Tools (symlink)
└── local_plugins/ # Additional local plugins
└── tokenz-checkout-skills/
Terminal session management - fork sessions, run commands in panes/tabs, capture output.
/fork - Fork current Claude Code session, /run-in-pane - Run command in new pane/tab, /list-sessions - List managed sessionsAnalyze Claude Code session usage data and generate comprehensive reports with quantitative and qualitative insights.
/analyze-usage - Run full analysis pipelineAuto-approve safe tools with sensitive-path guards, macOS permission and stop notifications.
Skills for working with StackeyBackend Supabase API - blocks, media, favorites, and authentication.
Expert agents for the Stackey ecosystem with specialized knowledge for each component.
stackey-app-expert - iOS/Swift, XcodeGen, SwiftUI, keyboard extensionstackey-backend-expert - Supabase Edge Functions, PostgreSQL, authenticationcontract-manager - OpenAPI specs, Swift type generation, contract testing/generate-orchestration - Generate agent orchestration instructions for CLAUDE.mdCross-references web checkout specifications for iOS SDK development.
Add this marketplace to your Claude Code configuration:
{
"marketplace": {
"sources": [
"[email protected]:koromiko/my_claudecode_marketplace.git"
]
}
}
plugin.json manifest with name, version, and description.claude-plugin/marketplace.jsonPrivate repository for personal use.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.