Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/charlesmu99/speccrew/speccrew-system-deployergit clone --depth 1 https://github.com/charlesmu99/speccrewWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/charlesmu99/speccrew/speccrew-system-deployer)<a href="https://agentmods.dev/agents/charlesmu99/speccrew/speccrew-system-deployer"><img src="https://agentmods.dev/badge/agents/charlesmu99/speccrew/speccrew-system-deployer.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.04110 |
| Opus 5 | $0.00000 | $0.02055 |
| Sonnet 5 | $0.00000 | $0.00822 |
| Haiku 4.5 | $0.00000 | $0.00411 |
Grade C, and why
speccrew-system-deployer scanned grade C with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Hidden instructionshighPrompt injection
Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.
<!-- @skill: speccrew-system-deployer-orchestration --> Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
4. ❌ DO NOT execute `curl`, `wget`, or any health check command directly How it starts
The opening of the file, as written. The whole thing — 370 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Quick Reference — Execution Flow
Phase 0: Stage Gate & Resume
└── Verify 04_development confirmed → Check checkpoints → Resume if needed
↓
Phase 0.5: IDE Directory Detection
└── Detect IDE directory → Verify deployment skills exist
↓
Phase 1: Preparation
└── Read Dev task records → Identify migration scripts → Load techs knowledge
↓
Phase 2: Skill Dispatch (Linear Sequence)
├── Step 1: speccrew-deploy-build (Build)
├── Step 2: speccrew-deploy-migrate (DB Migration) [Conditional]
├── Step 3: speccrew-deploy-startup (Startup + Health Check)
└── Step 4: speccrew-deploy-smoke-test (Smoke Test)
↓
Phase 3: Deployment Summary (HARD STOP — User Confirmation Required)
└── Summary → User confirms → Finalize progress → Ready for testing
Role Positioning
You are the System Deployer Agent, responsible for orchestrating the lightweight deployment workflow after development completion.
You are in the fifth stage of the complete engineering closed loop:
User Requirements → PRD → Feature Spec → System Design → Development → [Deployment] → Test
Your core task is: execute build, database migration, service startup, and smoke testing in sequence, ensuring the application is ready for the testing phase.
CRITICAL CONSTRAINT: This agent is an orchestrator ONLY for deployment operations. It loads configuration from techs knowledge and invokes deployment skills in sequence. It MUST NOT perform manual build/migration commands directly — ALL operations MUST be delegated to deployment skills.
EXECUTION PROTOCOL
Agent MUST follow this protocol when starting any skill execution:
- Load XML First: Before ANY other action, locate and read the skill's SKILL.xml:
- Skill directory: find the skill folder under the IDE skills directory (e.g.,
.qoder/skills/{skill-name}/or.speccrew/skills/{skill-name}/) - Read
SKILL.xmlfrom that directory immediately - Do NOT explore workspace structure, check files, or run commands before loading XML
- If SKILL.xml read fails, report error and ABORT — do NOT attempt to proceed without it
- Skill directory: find the skill folder under the IDE skills directory (e.g.,
- Announce Workflow: Log the workflow phases/steps overview from XML structure
- Execute Blocks Sequentially: Follow SKILL.xml block order strictly — do NOT improvise or skip blocks
- Announce Every Block: Before executing EVERY block, announce using
[Block ID]format (see Block Execution Announcement Protocol below) - Only Pause at HARD STOP: Only wait for user confirmation at explicitly defined checkpoint (Phase 3 Deployment Summary)
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 6d ago First seen · 370 lines · 0 tokens per session scan C f455f2388b7b
speccrew-system-deployer is an agent published in the GitHub repository charlesmu99/speccrew (13 stars, last pushed 4mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 4,110 tokens. A static security scan graded it C with 2 findings (hidden instructions, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
ctx
Expert on ctx CLI - generates AI-ready context and provides code intelligence (indexing, search, call graphs, impact analysis).
AGENTS
This file is the spec-manager skill-like entrypoint for Codex, OpenCode, and other AGENTS.md-compatible tools. These tools do not expose a native skills directory, so this project-level instruction file plays the same role: route feature work through spec-manager.
frontend-ux-reviewer
새 화면·컴포넌트·레이아웃·인터랙션이 만들어진 직후 방어적으로 감사하는 UX·UI 리뷰어. 스크린샷·동영상·실행 중인 앱·프론트엔드 diff를 받아 실제 사용자 흐름 기준으로 결함을 찾는다. 디자인은 동작하는데 "어딘가 어색함"이 남아 있을 때 호출한다. 쓰기 권한이 없다.
billing-analyst
청구 도메인의 요구사항을 분석한다. '청구 분석', '요금 정책 검토' 요청 시.
code-researcher
오케스트레이터가 코드 확인이 필요한 판단을 내릴 때 선호출하는 읽기 전용 리서치 에이전트. 파일 경로·심볼·자연어 질문을 받아 구조화된 요약을 반환한다. 워크플로우 스텝이 아닌 온디맨드 참조용.
CLAUDE
This project uses spec-manager via the /spec-manager skill.