Jarvis
Structured planning, debugging, testing, and code review workflows
Gives the agent the project layout, runtime state locations, and execution commands for the Jarvis trading system, while the per-bot AGENTS.md files assign each fleet bot its role, task-claiming rules, memory protocol, and security boundaries.
All Skills in This Repository (14)
Pure Emerald Level Indicatorsusing-git-worktrees
Create isolated git worktrees with automatic safety checks and setup.
test-driven-development
Automate red-green-refactor cycles with failing-test-first workflows.
systematic-debugging
Investigate root causes before applying fixes across four debugging phases.
using-superpowers
Enforce proactive Skill tool invocation before responding in AI conversations.
dispatching-parallel-agents
Dispatch parallel AI agents to investigate independent problems without shared state.
executing-plans
Execute implementation plans in batches with review checkpoints and verifications.
finishing-a-development-branch
Automate Git branch integration decisions with a four-option protocol after tests pass.
brainstorming
Guides teams from vague ideas to approved designs via structured questioning and multi-approach proposals.
writing-plans
Generate detailed implementation plans from specs for multi-step software tasks.
requesting-code-review
Coordinate a subagent to capture and route code-review feedback.
receiving-code-review
Verify code-review feedback against the codebase before implementing changes.
writing-skills
Create and validate Skills using test-driven development with SKILL.md frontmatter.
Frequently Asked Questions
FAQPage SchemaHow to install Jarvis skills?โผ
Run `npx skills add Matt-Aurora-Ventures/Jarvis --all -g -y` in your terminal to install all skills in this suite globally.
What do the Jarvis workflow skills do?โผ
They enforce disciplined development habits: brainstorming before building, test-driven development, systematic root-cause debugging, and verification before claiming work is done.
How do the planning and execution skills work together?โผ
The brainstorming skill produces an approved design, writing-plans turns it into bite-sized tasks, and executing-plans or subagent-driven-development implements them with review checkpoints.
Do these skills work with Claude Code and other agents?โผ
Yes. All skills follow the standard SKILL.md format and load in Claude Code, OpenClaw, Cursor, and other compatible agent environments.
Can non-developers use these skills?โผ
They are built for software workflows, so basic coding familiarity helps, but the agent follows each skill's step-by-step process automatically once installed.
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