skills/folder-specific-claude-and-agents-md/SKILL.md
Create folder-scoped CLAUDE.md and AGENTS.md guidance for future agents working in that area.
npx skillsauth add ranbot-ai/awesome-skills folder-specific-claude-and-agents-mdInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.tools
Use when a user asks to mine or update a private, evidence-backed work profile from local Claude Code, Codex, Copilot CLI, or OpenCode sessions.
data-ai
Use when diagnosing Android overheating, idle heat, thermal throttling, charging or radio heat, or abnormal battery drain with read-only ADB evidence and approval gates.
research
Research public competitor ads, analyze creative patterns and landing pages, and produce an evidence-labeled strategic teardown.
tools
Compiled CLI covering all 52 endpoints of the Anytype local API — objects, properties, tags, search, chat, files — one binary, no MCP server needed.