Skill511 repo starsupdated today
atlas
The atlas skill serves as the branded entrypoint for the Atlas engine workflow system. It immediately delegates to the `go` orchestrator, which manages pipeline state and routes execution through sequential phases: SETUP, DISCOVER, GENERATE, HANDOFF, and EXECUTE. Use atlas to initiate standardized task workflows without duplicating routing logic.
Install in Claude Code
Copygit clone --depth 1 https://github.com/anombyte93/prd-taskmaster /tmp/atlas && cp -r /tmp/atlas/skills/atlas ~/.claude/skills/atlasThen start a new Claude Code session; the skill loads automatically.
Definition
SKILL.md
# atlas (entrypoint alias) This is the brand-name entrypoint for the Atlas engine. It holds no procedure of its own — **immediately invoke the `go` orchestrator** via the Skill tool (`/prd:go`). `go` reads pipeline state and dispatches to the correct phase (SETUP → DISCOVER → GENERATE → HANDOFF → EXECUTE). Do not duplicate that routing here.