用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/eron1703/claude-config-loader --skill worker-role命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| 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 integrationsLoad 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