원클릭으로
folder-specific-claude-and-agents-md
Create folder-scoped CLAUDE.md and AGENTS.md guidance for future agents working in that area.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create folder-scoped CLAUDE.md and AGENTS.md guidance for future agents working in that area.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Use codex-profiles to run Codex CLI or Codex Desktop with isolated CODEX_HOME profiles for separate accounts, projects, and local state.
Give an AI agent a permanent network address, encrypted P2P messaging, and an installable app store via Pilot Protocol
A ship gate that runs before any production deploy: checks the silent failure modes that make a deploy 'succeed' while prod stays broken, then verifies the live revision instead of trusting deploy output.
Integrate RouterBase as an OpenAI-compatible model gateway for routing GPT, Claude, Gemini, media, audio, and embedding requests.
Use Tree Ring Memory for local-first AI-agent memory lifecycle work: recall, evidence, audit, forgetting, and consolidation without transcript dumping.
Go in depth harness — fan-out web searches, fetch sources, adversarially verify claims, synthesize a cited report.
| name | folder-specific-claude-and-agents-md |
| description | Create folder-scoped CLAUDE.md and AGENTS.md guidance for future agents working in that area. |
| category | development |
| risk | critical |
| source | community |
| source_repo | davidondrej/skills |
| source_type | community |
| date_added | 2026-07-07 |
| author | davidondrej |
| tags | ["agents-md","claude-md","documentation"] |
| tools | ["claude","codex"] |
| license | MIT |
| license_source | https://github.com/davidondrej/skills/blob/main/LICENSE |
| user-invocable | true |
Generate a focused CLAUDE.md inside a target folder, plus an AGENTS.md symlink pointing at it. The file gives any future agent (Claude Code, Codex, etc.) the folder-specific context the global CLAUDE.md doesn't cover.
Background reference: library/claude-code/claude-and-agents-md.md.
Ask the user which folder. Use absolute path under ~/Documents/code/workspace/.
Only create a file if the folder has context needed across multiple sessions — active evolving work, specific conventions, ongoing decisions. A folder of static reference files does NOT need one (agents can read on demand). If unsure, ask the user.
ls -la first to enumerate files and subfolders.package.json, src/App.tsx, one representative module file, and the folder's own module-details.md-style files.Before writing the file, give the user a bullet list grouped by section — let them react first. Candidate sections (skip any that don't apply):
@path/file.md import syntax)<folder>/CLAUDE.mdApply root CLAUDE.md first, then this file.## section headers matching the sections the user approved.@relative/path/file.md import syntax, not prose mentions.**Read when:** triggers (e.g. "Read when: writing offer copy"). Prevents loading every session.cd <folder> && ln -s CLAUDE.md AGENTS.md
Verify with ls -la CLAUDE.md AGENTS.md.
Do NOT stage or push unless the user says to. When they do: git add -A, commit with a Day N: style message, push.
CLAUDE.md (personality, dates, ports, etc.). Only include what's specific to this folder.ls or grep rots fast and wastes tokens. Pin decisions, rules, and context — not structure..env.example" beats "never commit secrets."AGENTS.md must be a symlink so edits stay in sync.davidondrej/skills; verify local paths, tools, credentials, and agent features before acting.