Skill Claude CodeCodex
Recall project state without prompt replay. Use when resuming work, checking prior decisions, or needing context from earlier sessions.
Skill Claude CodeCodex
Recall project state without prompt replay. Use when resuming work, checking prior decisions, or needing context from earlier sessions.
Skill Claude CodeCodex
Update the compact FCC handoff at the end of meaningful work or before compaction.
Skill Claude CodeCodex
Choose the FCC model tier for a task using .fcc/router.yml.
Agent Claude Code
Analyzes completed subagent work for correctness, completeness, and process compliance. Produces a structured DebugReport consumed by fcc-agent-fixer.
Agent Claude Code
Fixes issues found by fcc-agent-debugger. Reads a DebugReport, fixes each finding in priority order, verifies with tests, commits results.
Agent Claude Code
Use proactively for non-trivial code changes, regressions, migrations, or before final verification. Focus on correctness and tests.
Agent Claude Code
Use proactively when context, handoff, memory, session resume, compaction, or hook behavior may affect the task. Avoid for trivial edits.
Agent Claude Code
Use proactively when UX, workflow, route policy, session resume behavior, plugin policy, or agent autonomy decisions are part of the task.
Agent Claude Code
Use proactively for current documentation, ecosystem, plugin, hook, MCP, or external best-practice research. Prefer primary sources.
Hook Claude Code
Runs before the context is compacted, executing precompact.py via uv. From sepehrbayat/SEPCC.
Hook Claude Code
Runs when a session starts, executing session_start.py via uv. From sepehrbayat/SEPCC.
Hook Claude Code
Runs when the agent finishes a response, executing stop.py via uv. From sepehrbayat/SEPCC.
Hook Claude Code
Runs when a subagent finishes, executing subagent_stop.py via uv. From sepehrbayat/SEPCC.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing user_prompt_submit.py via uv. From sepehrbayat/SEPCC.
Settings file Claude Code
Agent settings declaring 5 hook events (PreCompact, SessionStart, Stop, SubagentStop).
MCP server Claude CodeCodexCursor +2
MCP server "fcc-graph" as configured in sepehrbayat/SEPCC. Runs locally from the python Python package. Needs 1 environment variable to run.
MCP server Claude CodeCodexCursor +2
Optimized MCP server for AI coding agents. Structural codebase navigation + persistent memory engine — 97.9% accuracy at −80% tokens on tsbench. Runs locally from the token-savior-recall Python package. Needs 3 environment variables to run.
Instructions file CodexOpenCode
Instructions for sepehrbayat/SEPCC, covering agentic directive, coding environment, identity & context, architecture principles and cognitive workflow.
Instructions file
Instructions for sepehrbayat/SEPCC: IMPORTANT: Ensure you’ve thoroughly reviewed the AGENTS.md file before beginning any work.
Command Claude Code
Regenerate .fcc/context/handoff.md with.
Command Claude Code
Use this order.
Command Claude Code
Check that.
Skill Claude CodeCodex
Choose when to use Claude Code built-in commands before adding FCC-specific workflow.