一键导入
init-agents-config
Generate .agents.yml config from user answers. Provides tech stack templates for Rails, Python, Node, and Generic projects.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate .agents.yml config from user answers. Provides tech stack templates for Rails, Python, Node, and Generic projects.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | init-agents-config |
| description | Generate .agents.yml config from user answers. Provides tech stack templates for Rails, Python, Node, and Generic projects. |
| allowed-tools | Read Write |
Assemble .agents.yml from collected user answers during Skill("init").
| Resource | Purpose |
|---|---|
CONFIG_VERSION | Current .agents.yml schema version |
assets/rails.yaml | Rails config template |
assets/python.yaml | Python config template |
assets/node.yaml | Node config template |
assets/generic.yaml | Generic config template |
references/agents-md-template.md | AGENTS.md best practices |
assets/local-config-template.yaml | Local overrides template |
| Tech Stack | Template |
|---|---|
| Rails | assets/rails.yaml |
| Python | assets/python.yaml |
| Node | assets/node.yaml |
| Generic | assets/generic.yaml |
tech_stack{{config_version}} - Read from CONFIG_VERSION file{{owner_level}} - beginner, intermediate, senior, expert{{task_management}} - github, linear, beads, file, noneextras: section if no Solid gems selected (Rails)toolbox.build_task.design_system_path if no design system detectedbrowser: section unless user selected non-Chrome browser.agents.ymlCommented out by default (opt-in). Uncomment only if user explicitly enables task tracking:
task_tracking.enabled - Create Tasks during workflows for visibilitytask_tracking.ledger - YAML checkpoints for crash recoverytask_tracking.ledger_path - Path to workflow ledger filetask_tracking.auto_cleanup - Remove tasks after workflow completionEach stack has default reviewers. Include optional reviewers only if user enables them:
dhh-code-reviewer - Rails strict styledata-integrity-reviewer - Migration safetycodex-reviewer / gemini-reviewer - External LLMDefault is commented out (uses Chrome). Uncomment only if user selects Brave or Edge.
Include only Solid gems the user selected:
solid_cachesolid_queuesolid_cableWrite generated config to .agents.yml in project root.
Create distinctive, production-grade frontend interfaces with high design quality. Use when building web components, pages, or applications. Includes framework-specific guidance for Tailwind, React, Vue, and Rails/Hotwire ecosystems.
Skill file structure, naming conventions, directory layout, frontmatter requirements, and invocation control. Use when creating skill files or slash commands to ensure correct format and validation.
Forces adversarial reasoning before committing to decisions. Triggers on architectural choices, approach selection, and planning phases to prevent premature commitment bias.
Verify LLM reasoning using Reverse Chain-of-Thought (RCoT) to detect overlooked conditions.
Autonomous task implementation - research, plan, build, review, fix, ship
Generate a complete favicon set (ICO, PNG variants, apple-touch-icon, web manifest) from a source image and integrate into the project's HTML layout. Use when user asks to generate favicons, set up PWA icons, or add an apple-touch-icon.