rexyMCP
Autonomous milestone-based coding with local model execution
All Skills in This Repository (5)
Pure Emerald Level Indicatorsauto
Automate project milestone drafting, dispatching, reviewing, and escalating within structured workflows.
dispatch
Execute project development lifecycle phases via a local-LLM executor.
architect
Manage rexyMCP project architecture, milestones, and phase documentation.
review
Automate code review against STANDARDS.md and rerun project commands.
escalate
Decide task escalation actions from failure outcomes in milestone-based projects.
Frequently Asked Questions
FAQPage SchemaHow to install rexyMCP?โผ
Run `npx skills add ryanczak/rexyMCP --all -g -y` in your terminal to install all skills in this suite globally.
What does rexyMCP do?โผ
It splits software work between a planning model and a local coding model, running spec'd phases with automatic build, lint, and test verification until a milestone is complete.
Can rexyMCP run a whole milestone autonomously?โผ
Yes. The auto skill drafts, dispatches, reviews, and escalates phases hands-off, but always stops at milestone boundaries, blockers, or budget limits for human sign-off.
Which local models work with rexyMCP?โผ
Any model on an OpenAI-compatible endpoint such as vLLM, LM Studio, or Ollama works, with built-in guards that correct the common mistakes of smaller 7Bโ27B models.
Does rexyMCP work with Claude Code and Antigravity?โผ
Yes. It ships the same skills and MCP tools to both clients, so the architect/executor workflow is identical whichever one you use.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core