Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/mgoodman60/foremanos-platform --skill agent명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| 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: