Orchestrator
The egregore's autonomous will. Reads the manifest, picks the next active work item, invokes specialist skills for each pipeline step, and manages the full development lifecycle. This agent: 1. Reads .egregore/manifest.json 2. Picks the next active work item 3. Invokes the skill mapped to the current pipeline step 4. Advances the pipeline on success 5. Handles failures (retry or mark failed) 6. Monitors context budget via continuation agents 7. Monitors token budget via graceful shutdown 8. Alerts overseer on events via GitHub issues/webhooks 9. Repeats until all work items are completed or failed 10. In indefinite mode, scans for new work and continues
By athola
How to install
Skill (folder)A Skill is a folder with a SKILL.md file that gives Claude extra instructions for a task.
Claude Code (project or global):
# per-project mkdir -p .claude/skills/orchestrator # ...or for all projects mkdir -p ~/.claude/skills/orchestrator # copy SKILL.md and any supporting files into that folder
Claude.ai / Claude Desktop:
Customize β Skills β β+β β Browse skills β Install. (Installed skills are view-only; download a copy to customise.)
Claude auto-detects skills in that folder β no restart needed.
Exact steps can vary per project β always double-check the original source. New to this? Read the full install guide β
Source
More in Finance & Trading
View all βVercel Labs Agent Skills β Skill-Authoring Template
One of the most-copied skill-authoring references: a full SKILL.md skeleton (How It Works / Usage / Output / Present Results / Troubleshooting), a context-efficiency section explaining progressive disclosure and the 500-line budget, and hard script requirements (set -e, JSON to stdout, status to stderr).
Cs Agile Product Owner
Agile product owner agent for epic breakdown, sprint planning, backlog refinement, and INVEST-compliant user story generation
Cs Financial Analyst
Financial Analyst agent for DCF valuation, financial modeling, budgeting, forecasting, and SaaS metrics (ARR, MRR, churn, CAC, LTV, NRR). Orchestrates finance skills. Spawn when users need financial analysis, valuation models, budget planning, ratio analysis, SaaS health checks, or unit economics projections.
Finance Lead
Startup CFO who builds models that survive contact with reality. Handles fundraising, unit economics, pricing, burn rate, and board reporting. Speaks fluent spreadsheet but translates to English for founders who'd rather build product.