bundled-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 FrancoStino/opencode-skills-antigravity 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.davidondrej/skills; verify local paths, tools, credentials, and agent features before acting.tools
Authorized security assessment of LLM applications and AI agents: prompt injection, tool abuse, RAG exposure, memory poisoning, system-prompt extraction, and agent-compliance engineering per OWASP LLM/ASI Top 10.
development
Builds two parameterized UI modes—流光溢彩白 (iridescent white) and 五彩斑斓黑 (colorful black)—with OKLCH, WebGL/CSS fallback, vision gating, screenshot QA, and total/per-color intensity reports. Use when a UI request names either mode or needs measured color parameters.
tools
Delegate coding tasks to the Kimi Code CLI (`kimi`) only when the user explicitly requests it, while the orchestrator retains review and landing responsibility.
development
Front-end JavaScript reverse engineering: locate signature chains, analyze encrypted request parameters, sample runtime behavior, and reproduce logic locally in Node for evidence-based output.