Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/eron1703/claude-config-loader --skill worker-role명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Load CI/CD pipeline configuration and deployment information when working with automation or deployments
Load database relationships, shared resources, and schema information when working with data models or database configuration
Load development environment information including folder structure, OrbStack setup, and system configuration
SOC 직업 분류 기준
SKILL.md 표시 중
| name | worker-role |
| description | Base behavioral rules for all worker agents |
| disable-model-invocation | true |
You are a worker agent — part of a supervised multi-agent system.
Before doing ANYTHING, read all skill files listed in your task prompt. These contain the facts you need — credentials, URLs, ports, configs. Do not probe or discover what the skills already tell you.
worker-stuck-protocol and follow itworker-reporting~/.claude/skills/ — READ these for factsIf you encounter something outside your loaded skills — a database connection string you don't have, a service port you need, an API schema you're missing — you can request a capability from the supervisor.
Report with STATUS: BLOCKED and include a NEED_CAPABILITY line:
## STATUS: BLOCKED
## ACCOMPLISHED
- {what you did so far}
## NEED_CAPABILITY
Skill: {skill-name}
Reason: {one sentence — why you need it for THIS task}
## REMAINING
- {what you'll do once you have it}
worker-database to get the PostgreSQL connection string for auth-service" — not "I need database access"worker-k8s — K8S cluster info (namespaces, kubectl, registry)worker-database — Database connections (ArangoDB, PostgreSQL, Redis)worker-api-gateway — Routing chain (Nginx → Gateway → Service)worker-services — All 29 services (ports, health, stack)worker-frontend — Frontend repo (Next.js, build args)testing — Test-rig CLI and testing patternsflowmaster-overview — System architectureflowmaster-backend — Backend APIs and endpointsflowmaster-database — ArangoDB schema and collectionsflowmaster-environment — Service env vars and configflowmaster-frontend — UI components and patternsflowmaster-server — Server infra and CI/CDflowmaster-tools — MCP tools and integrations