By koromiko
Analyze Claude Code session usage data and generate comprehensive reports with quantitative and qualitative insights
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.
Tmux 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
Manage Claude Code sessions across tmux panes and iTerm tabs - fork sessions, run commands, and capture output
Default tool auto-approval with sensitive-path guards and macOS permission/stop notification hooks
npx claudepluginhub koromiko/my_claudecode_marketplace --plugin claude-usage-analyzerTracks Claude Code session usage (tokens, costs, skills, MCP, subagents) and sends data to a self-hosted dashboard.
Session analytics hook for Claude Code — 15 configurable sections (models, cost, cache, tools, files, git diff, RTK savings...)
Generate an explorable HTML report of Claude Code session usage — tokens, cache efficiency, subagents, skills, and the most expensive prompts — from local ~/.claude/projects transcripts.
OTel + Hooks analytics for Claude Code. Run /init-claudalytics to configure telemetry and hooks capture for this project.
Mission Control for Claude Code — auto-starts a web dashboard, provides 90 MCP tools (sessions, stats, live monitoring, projects, teams, insights, coaching, and more), and adds 9 skills including /session-recap, /daily-cost, /standup, /coaching, /insights, and /team-status.
Real-time session dashboard for Claude Code — cost tracking, analytics, and smart alerts