← ClaudeAtlas

intuitive-initlisted

Initialize, audit, aggressively slim, merge, and refresh project-local AGENTS.md and CLAUDE.md files from existing repo guidance, agent /init suggestions, stdin-bundled Codex init-style discovery, and intuitive workflow defaults, including target-repo LSP and agent-facing Serena MCP setup. Use when setting up a repo for Claude Code/Codex, replacing symlinked agent files with local guidance, rerunning agent init after weeks of drift, cleaning overgrown root agent files, or aligning a repo to intuitive-doc, intuitive-tests, intuitive-flow, intuitive-refactor, and intuitive-reduce-entropy without overwriting project-specific hints. When the user asks to "setup LSP" for a coding-agent repo, treat Serena MCP as the preferred agent-facing LSP path unless it is already configured or concretely blocked.
MiaoDX/intuitive-flow · ★ 41 · AI & Automation · score 84
Install: claude install-skill MiaoDX/intuitive-flow
# Intuitive Init Set up repo-local AI agent guidance without turning shared defaults into a symlinked source of truth. Shared skills should travel across projects; `AGENTS.md` and `CLAUDE.md` should preserve the local repo's commands, constraints, workflow choices, and hard-won mistakes. In Claude Code and Codex work, a repo harness is the infrastructure that lets an agent enter an existing project without guessing: root and nested instruction files, reusable skills, hooks, MCP configuration, target-repo LSP setup, and local verification commands. `$intuitive-init` builds or refreshes that harness from repo evidence, official tool guidance, and init-style suggestions. Default posture: keep root agent files aggressively small. Correct but lengthy procedures should usually move out of `AGENTS.md` and `CLAUDE.md` into `docs/agents/**`, reusable skills, or scripts, with the root files keeping only the rule, trigger, and pointer. Use these size signals: - Target: each root agent file is short enough to skim before work starts, usually under 120 lines. - Warning: over 180 lines means audit should report bloat and propose deletes or extraction. - Strong cleanup signal: over 250 lines, duplicated sections between `AGENTS.md` and `CLAUDE.md`, or long numbered procedures in root files. These are signals, not hard limits. Keep a longer root file only when the content is a critical safety rule that agents must see before any other read. ## Official Reference Sources Prefer