원클릭으로
agent
List and invoke specialized agents
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
List and invoke specialized agents
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Create and manage agent teams for multi-agent coordination
Enhance ForemanOS construction document processing pipeline — vision extraction, RAG retrieval, material takeoffs, and cross-reference resolution for construction plans (PDF). Triggers when working on: document-processor-batch.ts (vision prompts), intelligence-orchestrator.ts (Phase A/B/C pipeline), rag.ts (scoring/retrieval), takeoff-memory-service.ts (material quantities), symbol-learner.ts (symbol recognition), or any Prisma schema changes to Document/DocumentChunk/DrawingType/SheetLegend/MaterialTakeoff. Also triggers for: new extraction modules, plan processing improvements, RAG tuning for construction queries, or material takeoff accuracy work.
API route scaffolding
Quick health check (lint, types, tests)
Smart commit with message
Daily standup summary
| name | agent |
| description | List and invoke specialized agents |
Manage and invoke ForemanOS specialized agents.
/agent or /agent list - List all available agents/agent <name> - Show detailed help for an agent/agent <name> <task> - Invoke an agent with a task| Name | Description |
|---|---|
security | Vulnerability scanning, OWASP analysis, auth review, injection scanning |
tester | Run tests, generate tests, improve coverage |
fixer | Fix build errors, bugs, dependency issues |
documenter | Generate documentation for code, APIs, features |
content-writer | Marketing copy, feature descriptions, landing pages, changelogs |
database | Prisma schema, migrations, query optimization |
ui | React components, design system, accessibility |
ux-design | User research, design specs, accessibility audits, user flows |
| Name | Description |
|---|---|
stripe-expert | Stripe payments, subscriptions, webhooks, billing |
pdf-specialist | PDF processing, construction drawings, form filling |
refactoring-agent | Large-scale code restructuring, pattern migrations |
infra-specialist | Infrastructure, deployment, Vercel, environment config |
analytics-reports | Report generation, KPI dashboards, data visualization, exports |
resilience-architect | Error handling, retry strategies, graceful degradation, logging |
| Name | Description |
|---|---|
project-controls | Budget, schedule, EVM, cash flow, variance reports |
quantity-surveyor | Takeoffs, pricing, symbol recognition, bid analysis |
document-intelligence | OCR, RAG, document extraction, contract analysis |
field-operations | Daily reports, labor tracking, weather delays |
data-sync | Cross-system sync, cascade updates, data flow |
submittal-tracker | Submittals, RFIs, spec compliance tracking |
compliance-checker | Permits, inspections, OSHA, closeout docs |
bim-specialist | Autodesk/BIM integration, clash detection, model data |
photo-analyst | Field photo analysis, progress tracking, safety checks |
/agent list
/agent security
/agent fixer Fix the TypeScript errors in lib/rag.ts
/agent tester Generate tests for the new budget sync feature
/agent quantity-surveyor Extract quantities from the uploaded floor plan
When the user specifies an agent and task:
subagent_type set to the agent nameprompt parameterrun_in_background: true for long-running tasksExample invocation:
Task tool:
subagent_type: "fixer"
prompt: "Fix the TypeScript errors in lib/rag.ts"
description: "Fix TS errors in rag.ts"
To see full details about an agent, read its definition file:
.claude/agents/<agent-name>.mdAgents are also automatically selected based on keywords in user queries: