launchapp-devlaunchapp-devOfficialยท69 Agent Skills Included

animus-cli

Parallel coding agent orchestration, task queues, and workflow automation

Orchestrates multiple coding agents across projects with a daemon, priority queue, and YAML-defined workflows. Runs agents in parallel git worktrees, gates their work through review phases, and opens reviewed pull requests automatically. Eliminates manual task dispatch, status tracking, and context switching so one person can ship many projects at once.
npx skills add launchapp-dev/animus-cli --all -g -y
Available:

Tells the AI agent how to operate inside this repo: which CLI commands to use for tasks, queues, and workflows, how state is stored, and which mutation and runtime rules to follow.

All Skills in This Repository (69)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
launchapp-devlaunchapp-dev

rust-architect

Designes multi-crate Rust workspace architectures with ADRs and documentation for AI collaboration.

Official
Advanced
๐Ÿ“ฆ In Repo
launchapp-devlaunchapp-dev

code-review-excellence

Apply a language-aware structured framework to standardize PR feedback across multiple languages.

Official
Advanced
๐Ÿ“ฆ In Repo
launchapp-devlaunchapp-dev

rust-skills

Apply 179 idiomatic Rust rules across 14 categories during code generation and review.

Official
Advanced
๐Ÿ“ฆ In Repo
launchapp-devlaunchapp-dev

feedback-patterns

Design consistent inline, toast, and banner feedback patterns for UI actions.

Official
Intermediate
๐Ÿ“ฆ In Repo
launchapp-devlaunchapp-dev

ui-ux-pro-max

Generate design systems with patterns, palettes, typography, and components.

Official
Advanced
๐Ÿ“ฆ In Repo
launchapp-devlaunchapp-dev

responsive-design

Design responsive layouts with breakpoints, fluid grids, and accessible typography.

Official
Intermediate
๐Ÿ“ฆ In Repo
launchapp-devlaunchapp-dev

design-principles

Define actionable design principles with structure and trade-off guidance.

Official
Advanced
๐Ÿ“ฆ In Repo
launchapp-devlaunchapp-dev

journey-map

Create user journey maps with stages, touchpoints, emotions, and pain points.

Official
Advanced
๐Ÿ“ฆ In Repo
launchapp-devlaunchapp-dev

click-test-plan

Design click tests to evaluate findability and navigation clarity.

Official
Intermediate
๐Ÿ“ฆ In Repo
launchapp-devlaunchapp-dev

dark-mode-design

Design dark-mode interfaces with color palettes, elevation schemes, and accessibility checks.

Official
Intermediate
๐Ÿ“ฆ In Repo
launchapp-devlaunchapp-dev

design-brief

Create structured design briefs with problem, audience, scope, and timeline.

Official
Intermediate
๐Ÿ“ฆ In Repo
launchapp-devlaunchapp-dev

stakeholder-alignment

Generate stakeholder maps, RACI matrices, decision frameworks, and communication plans.

Official
Intermediate

Frequently Asked Questions

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