원클릭으로
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 직업 분류 기준
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.
| 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.