intuitive-init

A workflow for creating, reviewing, combining, or updating AGENTS.md and CLAUDE.md files, which give coding agents project-specific instructions.

In plain words
What is it for?
Use it when setting up a repository for Codex or Claude Code, cleaning up agent instructions, replacing symlinks, or refreshing project guidance.
Why use it?
It keeps agent guidance aligned with the repository's actual code, documentation, scripts, and existing decisions.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/miaodx/intuitive-flow/intuitive-init
Any agent
npx skills add MiaoDX/intuitive-flow --skill intuitive-init
Clone the repo
git clone --depth 1 https://github.com/MiaoDX/intuitive-flow

Made for: Claude Code, Codex.

Per session 197 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,312 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00197 $0.02312
Opus 5 $0.00098 $0.01156
Sonnet 5 $0.00039 $0.00462
Haiku 4.5 $0.00020 $0.00231

Measured 2d ago against content hash 591066b390d9, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

intuitive-init scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/intuitive-init/SKILL.md · 182 lines

How it starts

The opening of the file, as written. The whole thing — 182 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Intuitive Init

Use this skill to create, audit, slim, merge, or refresh project-local AGENTS.md and CLAUDE.md guidance for Claude Code and Codex. The output should make the target repo easier for future agents without replacing local truth with a generic process manual.

This compact entrypoint preserves the full original guidance in references/detailed-guidance.md. Read that file for edge cases, full merge rules, init discovery variants, symlink migration, or mode-specific detail. Read references/lsp-and-mcp.md before editing LSP, Serena, MCP, language-server, or agent-facing tool setup.

Source Priority

Respect this source hierarchy:

  1. current system/developer/user instructions;
  2. repo-local human truth: README.md, ARCHITECTURE.md, STATUS.md, docs/human/**, equivalent files named by the repo, and executable repo evidence such as package metadata, scripts, CI config, and tests;
  3. existing project-local agent guidance and docs/agents/** operational runbooks;
  4. generated /init or codex init suggestions;
  5. intuitive workflow defaults.

Generated init output is input to merge, not authority to overwrite local guidance.

Default Workflow

  1. Inspect the target repo's current root docs and existing agent guidance.
  2. Classify the request: audit, apply/create, refresh, slim/cleanup, symlink migration, or LSP/MCP setup.
  3. Preserve project-specific commands, hazards, test gates, and current source of truth.
  4. Move long operational procedures out of root guidance. Prefer the standard docs/agents/operating-runbook.md for mixed repo-specific agent procedures; use topic-specific docs/agents/<topic>.md only when the scope is clearly independent. Use skills, hooks, scripts, or human docs when those are the better owner.
  5. Check the high-frequency startup context: AGENTS.md, CLAUDE.md, and the root orientation docs they require such as README.md, ARCHITECTURE.md, and STATUS.md. The first-read path should be bounded, newest-first, and task-routed; it should not require agents to reread injected files or consume every long root doc before a simple command.
  6. For Codex/Paseo harnesses, preserve or add a short rule that XML-like host control envelopes such as <turn_aborted>, <paseo-system>, <subagent_notification>, <goal_context>, and <environment_context> are orchestrator metadata unless accompanied by natural-language user intent. They must not be treated as a human stop request by themselves.
  7. Prefer deterministic hooks/tools for lint, format, setup, and verification rules instead of expanding root prose. Always inspect Python environment and submodule signals while refreshing startup guidance: .venv, uv.lock, pyproject.toml, .python-version, .gitmodules, and populated vendor/ submodule paths. When the repo already has .venv or uv/ pyproject.toml signals, explicitly recommend or add a .githooks/post-checkout script that prepares the worktree .venv with the repo's existing convention, plus a short root hint to enable it with git config core.hooksPath .githooks. When the repo has submodules, explicitly recommend or add the same hook to run git submodule sync --recursive for URL config only, and add root guidance for inspecting existing submodules before initializing local copies. Do not auto-run git submodule update --init --recursive for all worktrees by default; for mostly read-only submodules, tell agents to inspect the main checkout's initialized submodule and initialize a local worktree copy only when modification or isolated verification needs it.
  8. For large repos and monorepos, prefer nested AGENTS.md / CLAUDE.md files only when local scope differences are real.
  9. Verify the final files are concise, local, and non-contradictory.

Read the full file on GitHub · 182 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 182 lines · 197 tokens per session scan A 591066b390d9

Subscribe to this mod's changes

intuitive-init is a skill published in the GitHub repository MiaoDX/intuitive-flow (48 stars, last pushed 7d ago), licensed MIT. It adds 197 tokens to every session and 2,312 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

map-auto

Single-entry autonomous autopilot: routes a task through the existing MAP workflows via routetask, then drives the selected chain (map-plan -> map-efficient -> map-check -> map-review, as routed) end-to-end to a committed feature branch in one session, auto-approving routine workflow-control holds and hard-stopping on…

azalio/map-framework · 165 tokens

map-resume

Resume an interrupted MAP workflow from .map/ /stepstate.json checkpoint. Use when returning after context exhaustion, /clear, or a session crash mid-workflow. Do NOT use to start new work; use map-plan or map-efficient.

azalio/map-framework · 53 tokens

map-skill-eval

Evaluate a /map- skill's trigger accuracy and cost. Use when asked to measure skill trigger accuracy, run an eval-set, or check token/duration cost via mapify skill-eval. Do NOT use to plan or implement; use map-plan or map-efficient.

azalio/map-framework · 61 tokens

skills-management

Search, find, discover, install, remove, update, review, deduplicate, list, move, optimise, and iterate on skills for AI coding agents. Use when user asks "find a skill for X", "install skill", "remove skill", "update skills", "list skills", "deduplicate skills", "why are two skills shown", "choose the canonical…

CodeAlive-AI/ai-driven-development · 151 tokens

agents-consilium

Run external coding agents (Codex, Claude Code, OpenCode, native Grok Build, Gemini) as independent reviewers, stateful repository researchers, or single-agent implementers. Use for multi-model opinions and code review, steerable Grok research, full-access delegation, long-running work, or reattaching to delegated…

CodeAlive-AI/ai-driven-development · 86 tokens

plugins-management

Create, publish, delete, and submit plugins for coding agents (Claude Code, OpenCode). Use when user wants to (1) create a new plugin with proper structure, (2) create or configure a plugin marketplace, (3) publish plugins to GitHub/GitLab/npm, (4) delete/uninstall plugins, (5) validate plugin structure, or (6)…

CodeAlive-AI/ai-driven-development · 96 tokens