mcpbeat

Atlas

anombyte93/atlas

>- The Atlas engine — turn any goal into a validated PRD and an executable, verified task graph. Brand-name entrypoint; a thin alias for the `go` orchestrator. Use when

175 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
585
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/anombyte93/prd-taskmaster --skill atlas

The instruction itself

1 sections, as written by the author

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.

How to use it

Copy the folder

Take anombyte93/atlas from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.