/install init-rules
Init Rules
Requires Skill Genie. This skill generates rule files for the skill-genie
rules/directory. Install skill-genie first, then run this skill.
Generate personalized agent rule files through a short interview.
Process
Ask the user these questions ONE AT A TIME. After each answer, move to the next. Skip questions the user says aren't relevant.
1. Work style
- "How should I behave? (e.g., execute without asking, ask before acting, explain reasoning, be concise)"
2. Tech stack
- "What's your default tech stack? (e.g., Nuxt + Appwrite, Next.js + Supabase, Rails, Swift/macOS, none)"
3. Package manager
- "Package manager preference? (pnpm, npm, yarn, bun, or N/A)"
4. Deployment
- "How do you deploy? (e.g., Vercel, Dokploy, Docker, AWS, manual, none)"
5. Git workflow
- "Git rules? (e.g., never push without asking, auto-push OK, use PRs, conventional commits)"
6. Code quality
- "Any hard code rules? (e.g., no
any, max file length, test required, specific linter)"
7. Skills integration
- "Should I auto-load skills when a task matches? (yes/no)"
8. Session behavior
- "Anything special at session start? (e.g., check upstream, read AGENTS.md, run status)"
Output
Before writing, if rules/ already contains .md files:
- Read all existing rule files fully — understand the user's current preferences and intent
- Back them up:
mv rules/ rules.bak.$(date +%Y%m%d%H%M)/ && mkdir rules/ - When generating new rules, compare the user's new answers against their existing rules:
- No conflict: Keep the existing rule as-is in the new output
- Conflict detected: Explain the conflict to the user, suggest which version is better and why, then ask which to use
- New rule with no existing equivalent: Add it
- The goal is to produce rules that reflect the user's FULL intent — both what they said in this interview AND what they previously established
After collecting answers, generate these files in the skill-genie rules/ directory:
rules/router.md— Universal top-level rulesrules/session-sync.md— Session start behaviorrules/workflow-tools.md— Tool and workflow preferencesrules/stack-and-deployment.md— Tech stack and deployment (skip if "none")rules/external-tools.md— Skills and external tool usage
Then run setup.sh to apply them.
Rules format
Each file should be concise Markdown, under 30 lines. Use bullet points. No fluff. Example:
# Workflow and tools
- Prefer CLI over MCP when both can do the job.
- Batch independent operations.
- Verify feature doesn't already exist before creating it.
Important
- Do NOT include project-specific details — those belong in project AGENTS.md
- Keep rules universal (apply to any project the user works on)
- If user says "same as example", copy from
rules.example/
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install init-rules - 安装完成后,直接呼叫该 Skill 的名称或使用
/init-rules触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Init Rules 是什么?
Interactively generate personalized agent rules. Asks about tech stack, work style, and preferences, then writes customized rule files. Use when user says "i... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 10 次。
如何安装 Init Rules?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install init-rules」即可一键安装,无需额外配置。
Init Rules 是免费的吗?
是的,Init Rules 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Init Rules 支持哪些平台?
Init Rules 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Init Rules?
由 clarezoe(@clarezoe)开发并维护,当前版本 v1.0.2。