con un clic
worker-role
Base behavioral rules for all worker agents
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Base behavioral rules for all worker agents
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
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
Load port mappings for all projects when working with networking, docker-compose, or service configuration
Load GitHub/GitLab repository information when working with git, CI/CD, or repository management
Load server information, infrastructure details, and access patterns when working with deployment or server configuration
| 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