folder-specific-claude-and-agents-md
Create folder-scoped CLAUDE.md and AGENTS.md guidance for future agents working in that area.
npx skills add sickn33/agentic-awesome-skills --skill folder-specific-claude-and-agents-md --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Folder CLAUDE.md Creation ## When to Use - Use when the user asks for folder-specific agent instructions or local context files. - Use when a subdirectory needs a CLAUDE.md and AGENTS.md handoff for future agents. 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`. ## Process ### Step 1: Confirm the target folder + sanity-check it deserves a file 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. ### Step 2: Read every file in the folder IN FULL - Use `ls -la` first to enumerate files and subfolders. - Read every markdown, config, and key source file. - For large tldraw/Vite subprojects: read `package.json`, `src/App.tsx`, one representative module file, and the fo
- When to Use
- Process
- Step 1: Confirm the target folder + sanity-check it deserves a file
- Step 2: Read every file in the folder IN FULL
- Step 3: Draft a bullet list of candidate content
- Step 4: Iterate with the user
- Step 5: Write the file
- Step 6: Create the AGENTS.md symlink
- Step 7: Commit only when asked
- Rules
- Limitations
What does the folder-specific-claude-and-agents-md skill do?
Create folder-scoped CLAUDE.md and AGENTS.md guidance for future agents working in that area.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill folder-specific-claude-and-agents-md --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.