By iamcxa
Session lifecycle & context efficiency plugin: context pressure detection, cleanup enforcement, cross-session handoff/resume, MCP context firewall, context lake cache, journal, and statusline.
Manually cache an insight about a file or module to the context lake. Use when you want to preserve understanding about code you just explored. Also shows lake status and metrics.
Use when user says 'handoff', 'prepare handoff', '準備交接', or when context pressure is high and work state needs preservation before session ends.
Use when user says 'resume', 'continue', '繼續', 'pick up where I left off', or mentions a branch name to resume previous work. Triggers on session handoff resume prompts.
Use when the user wants to set up or check their Claude Code statusline with Anthropic usage quota display. Triggers on "setup statusline", "statusline", "show usage", "quota display", "安裝 statusline", "statusline 設定". NOT for direct usage display — this skill installs the statusline component.
Matches all tools
Hooks run on every tool call, not just specific ones
Admin access level
Server config contains admin-level keywords
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.
Claude Code plugin marketplace by Kent Chen.
/plugin marketplace add iamcxa/kc-claude-plugins
v2.6.0Browser & CLI E2E testing with context-isolating subagents. Map your app's UI, generate test flows from plans, verify in browser with auto-repair, run tests with video recording, and record CLI-only flows via terminal recording (asciinema).
Use when: You need automated browser or CLI testing for a web app — from first mapping to CI integration.
Prerequisite: agent-browser CLI installed globally.
/plugin install e2e-pipeline@kc-claude-plugins
v1.7.0One-command plugin quality pipeline. Validates structure, TDD-tests skills under pressure, smoke-tests skills in clean profile (--bare mode, ~$0.025/test), verifies agent definitions, detects Agent Teams capability, and scaffolds self-improvement (D1/D2 learning) and doc-sync capabilities. Supports --parallel mode for concurrent Phase 2/3 execution via teammates.
Use when: You're building or maintaining Claude Code plugins and want automated quality assurance.
Prerequisites: superpowers + plugin-dev marketplace plugins.
/plugin install kc-plugin-forge@kc-claude-plugins
v0.4.0Autonomous nightly plugin improvement cycle. Runs forge validation, harvests signals from journal/Sentry/E2E/git, and generates improvement proposals aligned to north-star goals.
Use when: You want continuous, automated quality monitoring across your plugin ecosystem.
/plugin install kc-nightwatch@kc-claude-plugins
v1.3.0Session lifecycle & context efficiency. Detects context pressure and enforces cleanup before session end. Cross-session handoff/resume via journal entries with one-command restore. Context Lake (SQLite FTS5) caches codebase insights for faster exploration. Includes a standalone statusline with Anthropic 5h/7d usage quota display.
| Skills | Purpose |
|---|---|
/kc-session-handoff | Write journal + produce resume prompt with handoff ID |
/kc-session-resume | Restore context from journal handoff entry (O(1) with ID) |
/kc-cache-insight | Manual cache insight + lake status + metrics view |
/kc-statusline-setup | Install statusline with model, branch, context bar, usage quota |
Use when: You want automatic context pressure warnings, enforced session handoff, cross-session context restoration, and codebase insight caching.
Requires: bun runtime (for Context Lake MCP server and hooks).
/plugin install kc-hyperfocus@kc-claude-plugins
Add to .claude/settings.json:
{
"extraKnownMarketplaces": {
"kc-claude-plugins": {
"source": {
"source": "github",
"repo": "iamcxa/kc-claude-plugins"
}
}
},
"enabledPlugins": {
"e2e-pipeline@kc-claude-plugins": true,
"kc-plugin-forge@kc-claude-plugins": true,
"kc-nightwatch@kc-claude-plugins": true,
"kc-hyperfocus@kc-claude-plugins": true
}
}
One-command plugin development and quality pipeline — scaffold, TDD skills, verify agents, validate structure, doc self-iteration
Autonomous nightly improvement — forge validation, multi-source signal discovery (journal, Sentry, E2E, git), north-star-aligned proposals and alerts
Browser & CLI E2E testing pipeline with context-isolating subagents — map UI, generate flows, verify & test, walk through apps, record video, terminal recording for CLI-only flows, static UI computed-style verification
PR lifecycle workflow: create, review, resolve reviews, commit reorg, automated daemon, and break-point runtime-path probes.
Paydirt multi-agent orchestrator with Goldflow execution engine
npx claudepluginhub iamcxa/kc-claude-plugins --plugin kc-hyperfocusSession bookends - spinup briefing, wrap-up capture, end-of-session orchestration, and knowledge distillation
Claudikins Automatic Context Manager - seamless context handoff for Claude Code
Automatic context preservation - saves 50-60% tokens across sessions
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex, antigravity, and grok CLIs when installed) to get diverse perspectives on coding problems
v9.54.1 — Reliability wave: tangle contextual review correction loop with hard round ceiling, progress-supervised review rounds (per-agent stall watch, descendant-tree kills), council diversity and agy pin fixes, marketplace generator source-of-truth fix, provider troubleshooting runbook and cost-expectations docs. Run /octo:setup.