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.
npx agentmods add skills/miaodx/intuitive-flow/intuitive-initnpx skills add MiaoDX/intuitive-flow --skill intuitive-initgit clone --depth 1 https://github.com/MiaoDX/intuitive-flowWhat 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.
| Model | Per session | Once 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 |
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.
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:
- current system/developer/user instructions;
- 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; - existing project-local agent guidance and
docs/agents/**operational runbooks; - generated
/initorcodex initsuggestions; - intuitive workflow defaults.
Generated init output is input to merge, not authority to overwrite local guidance.
Default Workflow
- Inspect the target repo's current root docs and existing agent guidance.
- Classify the request: audit, apply/create, refresh, slim/cleanup, symlink migration, or LSP/MCP setup.
- Preserve project-specific commands, hazards, test gates, and current source of truth.
- Move long operational procedures out of root guidance. Prefer the standard
docs/agents/operating-runbook.mdfor mixed repo-specific agent procedures; use topic-specificdocs/agents/<topic>.mdonly when the scope is clearly independent. Use skills, hooks, scripts, or human docs when those are the better owner. - Check the high-frequency startup context:
AGENTS.md,CLAUDE.md, and the root orientation docs they require such asREADME.md,ARCHITECTURE.md, andSTATUS.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. - 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. - 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 populatedvendor/submodule paths. When the repo already has.venvor uv/pyproject.tomlsignals, explicitly recommend or add a.githooks/post-checkoutscript that prepares the worktree.venvwith the repo's existing convention, plus a short root hint to enable it withgit config core.hooksPath .githooks. When the repo has submodules, explicitly recommend or add the same hook to rungit submodule sync --recursivefor URL config only, and add root guidance for inspecting existing submodules before initializing local copies. Do not auto-rungit submodule update --init --recursivefor 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. - For large repos and monorepos, prefer nested
AGENTS.md/CLAUDE.mdfiles only when local scope differences are real. - Verify the final files are concise, local, and non-contradictory.
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.
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.
- 2d ago First seen · 182 lines · 197 tokens per session scan A 591066b390d9
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.
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…
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.
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.
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…
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…
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)…