cc-config
v1.0.0Personal cross-project workflow: model-tier pre-flight, handoffs, session debrief, token-aware routing
By jem0ntr0530 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 27, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install cc-config for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install cc-config@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/jem0ntr053/cc-configClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── skills/picking-model-tier/SKILL.md├── skills/session-debrief/SKILL.md└── skills/writing-handoffs/SKILL.md
Included Skills3
FIRST SKILL TO FIRE EVERY SESSION. Pre-flight tier check that runs BEFORE brainstorming, systematic-debugging, writing-plans, or any other skill. Reads intent sources (handoff doc / memory / first prompt), picks tier (opus/sonnet/haiku), tells the user to /model switch if mismatched. Fires on EVERY first substantive prompt - design, fix, implement, plan, brainstorm, mechanical, or anything else. Mid-session: refuses to switch tiers and surfaces three recovery options instead.
Use when a work session is ending — user says "wrap up", "debrief", "done for today", "ending session", or asks "what are you least confident about". Surfaces unverified assumptions and blind spots, then routes to writing-handoffs if work continues.
Use when writing handoff documents - plans/ files, worktree handoff notes, phase transitions, "resume here next session" summaries, or any doc meant for another Claude session to pick up.
Plugin manifests1
{
"name": "cc-config",
"description": "Personal cross-project workflow: model-tier pre-flight, handoffs, session debrief, token-aware routing",
"version": "1.0.0",
"author": {
"name": "jem0ntr053"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[cc-config on Agent Plugins Marketplace](https://pluginsmp.com/plugins/cc-config)