fastapply
01MCP server Claude CodeCodexCursor +2
MCP server "fastapply" as configured in betmoar/fastapply-mcp. Runs locally from the fastapply Python package.
MCP server Claude CodeCodexCursor +2
MCP server "fastapply" as configured in betmoar/fastapply-mcp. Runs locally from the fastapply Python package.
Cursor rule
Your task is to help users to write ast-grep rules to search code. User will query you by natural language, and you will write ast-grep rules to search code.
Plugin Claude Code
Plugin marketplace listing 1 plugin: cc-proxy.
Plugin Claude Code
GLM, DeepSeek, OpenRouter, Qwen, and LM Studio proxy for Claude Code — stateless local router with manual /model switching and per-provider auth.
Instructions file
Instructions for betmoar/cc-proxy-plugin, covering cc-proxy — maintainer handoff, gates, load-bearing map (ranked by blast radius), couplings — if you touch x, you must also update y and traps for the unwary.
Command
Refresh model grades (capability + price, from benchlm.ai and OpenRouter) or measure route latency through the proxy. Nothing runs automatically — this is the manual refresh.
Command
List every model reachable through cc-proxy with the provider each routes to.
Command
Show cc-proxy router status — proxy liveness, configured providers, GLM/OpenRouter quota, and recent routing decisions.
Hook
Runs when a session starts, executing session-start.js via node. From betmoar/cc-proxy-plugin.
Skill Claude CodeCodex
One-time setup for the cc-proxy plugin. Writes API keys (all optional — GLMAPIKEY, OPENROUTERAPIKEY, DEEPSEEKAPIKEY, DASHSCOPEAPIKEY, LMSTUDIOBASEURL, LMSTUDIOAPIKEY) to /.env, and configures ANTHROPICBASEURL and the glm-5.3[1m] custom model option in /.claude/settings.json so the SessionStart hook can auto-start the…
Plugin Claude Code
Plugin marketplace listing 1 plugin: cc-reload.
Plugin Claude Code
Session continuity across context resets for Claude Code. Snapshots a session digest before /clear, /compact, or auto-compaction and auto-rehydrates it after. The non-looped companion to cc-repete — stands down whenever a cc-repete loop is active.
Instructions file
Claude Code instructions for betmoar/cc-reload-plugin, covering cc-reload — maintainer handoff, what this is, in one paragraph, control flow (the whole system), non-obvious decisions and rejected alternatives and couplings — if you touch x, also update y.
Command
Set cc-reload's context budget (% of window) and its escalation mode (notify | snapshot) for this project.
Command
Manually rehydrate this session from .reload/session.md.
Command
Snapshot this session to .reload/session.md and arm an auto-reload across the next /clear or /compact.
Hook
Runs when a session starts on startup, resume, clear and compact, executing sessionstart-hook.sh via bash. From betmoar/cc-reload-plugin.
Hook
Runs before the context is compacted for manual and auto tool calls, executing precompact-hook.sh via bash. From betmoar/cc-reload-plugin.
Hook
Runs when the agent finishes a response, executing stop-hook.sh via bash. From betmoar/cc-reload-plugin.
Hook
Runs before the agent uses a tool for Write and Edit tool calls, executing pretooluse-hook.sh via bash. From betmoar/cc-reload-plugin.
Skill Claude CodeCodex
Judgment for using cc-reload — carrying a session's working thread across a context reset via .reload/session.md: snapshot, arm, rehydrate after /clear, /compact, or auto-compaction. Use when saving state before a reset, handing off mid-task, holding working state as context fills, or working with /snapshot, /reload…