Install
$ agentstack add skill-momo2323-ui-claude-orchestra-orchestra-intake ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Orchestra Intake — File New Tools, Never Archive
When you add anything new, this skill files it into the right orchestra so it's used from day one. Nothing gets dumped undifferentiated; nothing gets archived on arrival.
Process (run for every new install)
1. Security scan FIRST (mandatory)
Verify the source (stars, last commit, publisher), scan the code for prompt injection / exfiltration / credential harvesting, check npm/socket if relevant, and review skill/MCP source + permissions. Decide: SAFE (proceed) · CAUTION (surface risk, get explicit go) · REJECT (don't install, explain why, stop).
1b. Bulk-install fixture check (after any npx skills add )
npx skills add walks the entire repo tree and installs every SKILL.md it finds — including test fixtures. After adding any multi-folder repo, inspect the install for paths containing tests/, fixtures/, examples/, or .test-client/ — those are NOT real skills; remove them. A security scanner's own repo is the most dangerous to bulk-install from: its test suite can contain malware by design. Also note: targeted --skill= flags are often ignored on multi-folder repos, so the WHOLE repo lands — prune after.
2. Identify what it is
Skill (SKILL.md) · Plugin (agents/skills/commands) · MCP server · Connector · Agent. Read its description to understand WHAT it does and WHEN it triggers.
3. Classify into an orchestra
| If the tool is about… | File into | |---|---| | code, framework, deploy, testing | ① BUILD | | UI, design, visual, animation | ② DESIGN | | research, scraping, intel | ③ RESEARCH | | social, campaigns, brand | ④ MARKETING | | copy, writing, content | ⑤ CONTENT | | search ranking, schema, AI-answers | ⑥ SEO + GEO | | leads, prospecting, CRM, sales | ⑦ LEAD GEN & SALES | | product strategy, PRD, discovery | ⑧ PRODUCT | | video, image gen, media | ⑨ VIDEO + MEDIA | | metrics, analytics, experiments | ⑩ ANALYTICS | | memory, graphs, notes, search | ⑪ KNOWLEDGE & MEMORY | | docs, decks, spreadsheets | ⑫ DOCUMENTS | | paid ads, PPC | ⑬ PAID ADS | | automation, workflows, ops | ⑭ AUTOMATION & OPS | | AI/ML, agents, MCP-building | ⑮ AI/ML | | iOS, Android, mobile | ⑯ MOBILE | | planning, PM, sprints | ⑰ PLANNING & PM | | conversion, retention, pricing | ⑱ GROWTH & CONVERSION | | investing, valuation, finance | ⑲ FINANCE | | founder/exec strategy | ⑳ EXECUTIVE ADVISORY | | off-domain vertical/game/XR | ⓪ RESERVE BENCH (dormant) |
- A tool can join multiple orchestras — list all.
- Genuinely off-domain → Reserve Bench (installed, dormant, named-invoke only). Do NOT archive.
- If no orchestra fits and it's clearly valuable → propose a NEW orchestra (full 10-field
structure), add it to ~/.claude/rules/orchestra-system.md, bump the count, and announce it.
4. File it
Add the tool to the relevant orchestra's roster in ~/.claude/rules/orchestra-system.md (First Chair if core, Section if supporting). Add a trigger to the router table if needed.
5. Log it
Append to your assignments log: YYYY-MM-DD · · type · → Orchestra(s) · why · scan result.
6. Report back
✅ Filed → (). Security: SAFE. Triggers on: .
Now part of your team alongside .
Principles
- Never archive on install. Filing > archiving.
- Security scan is non-negotiable.
- Explain the why — every assignment is logged with reasoning.
- Keep the constitution current —
orchestra-system.mdis the source of truth.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Momo2323-ui
- Source: Momo2323-ui/claude-orchestra
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.