animus-cli
Parallel coding agent orchestration, task queues, and workflow automation
All Skills in This Repository (69)
Pure Emerald Level Indicatorsrust-architect
Designes multi-crate Rust workspace architectures with ADRs and documentation for AI collaboration.
code-review-excellence
Apply a language-aware structured framework to standardize PR feedback across multiple languages.
rust-skills
Apply 179 idiomatic Rust rules across 14 categories during code generation and review.
feedback-patterns
Design consistent inline, toast, and banner feedback patterns for UI actions.
ui-ux-pro-max
Generate design systems with patterns, palettes, typography, and components.
responsive-design
Design responsive layouts with breakpoints, fluid grids, and accessible typography.
design-principles
Define actionable design principles with structure and trade-off guidance.
journey-map
Create user journey maps with stages, touchpoints, emotions, and pain points.
click-test-plan
Design click tests to evaluate findability and navigation clarity.
dark-mode-design
Design dark-mode interfaces with color palettes, elevation schemes, and accessibility checks.
design-brief
Create structured design briefs with problem, audience, scope, and timeline.
stakeholder-alignment
Generate stakeholder maps, RACI matrices, decision frameworks, and communication plans.
Frequently Asked Questions
FAQPage SchemaHow to install animus-cli?โผ
Run `npx skills add launchapp-dev/animus-cli --all -g -y` in your terminal to install all skills in this suite globally.
What does Animus actually do?โผ
Animus runs a local daemon that dispatches tasks to coding agents like Claude Code, Codex, or Gemini, executes multi-phase workflows in parallel git worktrees, and produces reviewed pull requests.
Can Animus run multiple agents in parallel?โผ
Yes. The daemon schedules and routes queued tasks across many concurrent agent runs, each isolated in its own git worktree, with configurable pool sizes and budgets.
Does Animus work with Claude Code and Codex?โผ
Yes. Providers ship as plugins, so Claude Code, Codex, Gemini, OpenCode, and other coding CLIs can all be installed and orchestrated side by side.
Do I need to write code to use Animus?โผ
No. You define agents and workflows in simple YAML files and drive everything through plain commands like animus workflow run, while the daemon handles execution.
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