ruoyi-plus-soybean
Structured engineering workflow routing, review gates, and state tracking
All Skills in This Repository (14)
Pure Emerald Level Indicatorskaizen
Document post-development lessons and update conventions in .ai_state files.
codex-comm
Bridge Codex CLI with client apps for single-turn and multi-turn interactions.
context7
Fetches library documentation on demand via npx ctx7 resolve CLI command.
brainstorm
Identify and refine project requirements before coding.
reflexion
Run a structured reflection checklist after each task to log lessons and surface patterns.
code-review
Audit multi-file codebases for spec conformance, testing, security, and readability.
debugging
Enforce a four-stage reproduce, locate, fix, and verify debugging workflow.
verification
Run tests, measure coverage, and validate acceptance criteria in CI pipelines.
finish-branch
Finalize Git feature branches with merge, PR, keep, or discard options.
e2e
Automate end-to-end tests from acceptance criteria and log outcomes to quality.md.
security-review
Identify permission checks, input validation, and key management gaps in endpoints.
codex-review
Perform adversarial multi-round plan reviews with Codex and persist verdicts to Markdown.
Frequently Asked Questions
FAQPage SchemaHow to install ruoyi-plus-soybean skills?▼
Run `npx skills add m-xlsea/ruoyi-plus-soybean --all -g -y` in your terminal to install all skills in this suite globally.
What does the PACE workflow router do?▼
It classifies each coding task by size and risk, then sends it down one of six paths from a no-ceremony hotfix to a full plan-design-build-review-ship cycle.
How does Athena stop agents from faking completed work?▼
Every completion claim must include a real tool call ID or command output, and failed tools get three documented retries before the user is ever asked to run anything manually.
Does it work with both Claude Code and Codex?▼
Yes. It ships parallel skill and hook setups for Claude Code and Codex, with platform-specific fallbacks where one tool lacks a feature like goal loops or batch worktrees.
Can I use it on an existing project?▼
Yes. Run the athena-init skill to scan your project, generate the state directory, and detect your test and build commands automatically.
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