By koromiko
Manage Claude Code sessions across tmux panes and iTerm tabs - fork sessions, run commands, and capture output
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.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub koromiko/my_claudecode_marketplace --plugin session-managerTmux integration for Claude Code with session forking, pane management, output capture, and context injection
Reusable protocol for dispatching, monitoring, and recovering from subagent failures in Claude Code
Default tool auto-approval with sensitive-path guards and macOS permission/stop notification hooks
Analyze Claude Code session usage data and generate comprehensive reports with quantitative and qualitative insights
TMUX session awareness and process management for running services in dedicated panes
Tmux session awareness and pane interaction
Monitor and navigate Claude Code sessions across workspaces
Bookmark, browse, and resume Claude Code sessions from a TUI
IRC-style commands for managing Claude Code sessions
Live multi-session dashboard for Claude Code — real-time visibility and control over every Claude Code session from a browser