Matt-Aurora-VenturesMatt-Aurora-VenturesCommunityยท14 Agent Skills Included

Jarvis

Structured planning, debugging, testing, and code review workflows

Guides disciplined software work from idea to merge: brainstorming designs, writing implementation plans, and executing tasks with isolated git worktrees. Enforces test-driven development, systematic root-cause debugging, and verification before completion to eliminate guesswork and flaky fixes. Adds parallel subagent dispatch and two-stage code review so multi-task projects ship faster with fewer defects.
npx skills add Matt-Aurora-Ventures/Jarvis --all -g -y
Available:

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 Indicators
๐Ÿ“ฆ In Repo
Matt-Aurora-VenturesMatt-Aurora-Ventures

using-git-worktrees

Create isolated git worktrees with automatic safety checks and setup.

Community
Advanced
๐Ÿ“ฆ In Repo
Matt-Aurora-VenturesMatt-Aurora-Ventures

test-driven-development

Automate red-green-refactor cycles with failing-test-first workflows.

Community
Intermediate
๐Ÿ“ฆ In Repo
Matt-Aurora-VenturesMatt-Aurora-Ventures

systematic-debugging

Investigate root causes before applying fixes across four debugging phases.

Community
Advanced
๐Ÿ“ฆ In Repo
Matt-Aurora-VenturesMatt-Aurora-Ventures

using-superpowers

Enforce proactive Skill tool invocation before responding in AI conversations.

Community
Intermediate
๐Ÿ“ฆ In Repo
Matt-Aurora-VenturesMatt-Aurora-Ventures

dispatching-parallel-agents

Dispatch parallel AI agents to investigate independent problems without shared state.

Community
Intermediate
๐Ÿ“ฆ In Repo
Matt-Aurora-VenturesMatt-Aurora-Ventures

executing-plans

Execute implementation plans in batches with review checkpoints and verifications.

Community
Advanced
๐Ÿ“ฆ In Repo
Matt-Aurora-VenturesMatt-Aurora-Ventures

finishing-a-development-branch

Automate Git branch integration decisions with a four-option protocol after tests pass.

Community
Intermediate
๐Ÿ“ฆ In Repo
Matt-Aurora-VenturesMatt-Aurora-Ventures

brainstorming

Guides teams from vague ideas to approved designs via structured questioning and multi-approach proposals.

Community
Intermediate
๐Ÿ“ฆ In Repo
Matt-Aurora-VenturesMatt-Aurora-Ventures

writing-plans

Generate detailed implementation plans from specs for multi-step software tasks.

Community
Advanced
๐Ÿ“ฆ In Repo
Matt-Aurora-VenturesMatt-Aurora-Ventures

requesting-code-review

Coordinate a subagent to capture and route code-review feedback.

Community
Intermediate
๐Ÿ“ฆ In Repo
Matt-Aurora-VenturesMatt-Aurora-Ventures

receiving-code-review

Verify code-review feedback against the codebase before implementing changes.

Community
Intermediate
๐Ÿ“ฆ In Repo
Matt-Aurora-VenturesMatt-Aurora-Ventures

writing-skills

Create and validate Skills using test-driven development with SKILL.md frontmatter.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How 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โ†’