agent-context-loader
PROACTIVE AUTO-LOADING: Automatically detects and loads AGENTS.md files from the current working directory when starting a session or changing directories. This skill ensures agent-specific instructions are incorporated into Claude Code's context alongside CLAUDE.md, enabling specialized agent behaviors. Triggers automatically when Claude detects it's working in a directory, when starting a new session, or when explicitly requested to "load agent context" or "check for AGENTS.md file".
Install
mkdir -p .claude/skills/agent-context-loader && curl -L -o skill.zip "https://mcp.directory/api/skills/download/9108" && unzip -o skill.zip -d .claude/skills/agent-context-loader && rm skill.zipInstalls to .claude/skills/agent-context-loader
About this skill
Agent Context Auto-Loader
⚡ This skill activates AUTOMATICALLY - no user action required!
Purpose
This skill makes Claude Code recognize and load AGENTS.md files with the same priority as CLAUDE.md files, enabling specialized agent-specific instructions for your projects.
How It Works
Automatic Trigger Conditions
This skill automatically activates when:
- Starting a new Claude Code session in any directory
- Changing directories during a session (via
cdor file operations) - Any other agent skill is invoked (ensures agent context is loaded first)
- User explicitly requests: "load agent context", "check for AGENTS.md", or "read agent rules"
Execution Flow
When triggered, Claude Code will:
- Check for AGENTS.md: Look for
./AGENTS.mdin the current working directory - Read the file (if it exists): Use the Read tool to load full content
- Incorporate into context: Treat AGENTS.md rules as session-level instructions
- Announce loading: Confirm with user: "📋 Loaded agent-specific context from AGENTS.md"
- Apply for session: Follow these rules for all subsequent operations
Priority and Conflict Resolution
- AGENTS.md supplements CLAUDE.md: Both are active simultaneously
- In case of conflicts: AGENTS.md takes precedence for agent-specific behaviors
- Scope: AGENTS.md applies to agent workflows; CLAUDE.md applies to general project context
Expected Behavior
If AGENTS.md exists:
📋 Loaded agent-specific context from AGENTS.md
Following specialized agent rules for this session:
- [rule 1 from AGENTS.md]
- [rule 2 from AGENTS.md]
...
If AGENTS.md doesn't exist:
No AGENTS.md found - using standard CLAUDE.md context only
User Experience
Fully Automatic (preferred):
- Install plugin → AGENTS.md loads automatically → Agent rules active → No user action needed
Manual Invocation (fallback):
# If auto-loading doesn't trigger, user can say:
"load agent context"
"check for AGENTS.md"
"read agent rules from AGENTS.md"
Implementation Details
Step 1: Check for File
# Claude executes internally:
if [ -f "./AGENTS.md" ]; then
echo "📋 AGENTS.md detected"
fi
Step 2: Read Content
Use Read tool:
file_path: ./AGENTS.md
Load full content into session context
Step 3: Apply Rules
Treat AGENTS.md content as:
- Session-level instructions (like CLAUDE.md)
- Agent-specific behavioral rules
- Overrides for agent workflows
Example AGENTS.md Structure
# AGENTS.md - Agent-Specific Instructions
## Agent Behavior Rules
When working with Agent Skills in this project:
1. **Always use TypeScript strict mode** for all generated code
2. **Never create files** without explicit user permission
3. **Follow naming convention**: use kebab-case for all file names
4. **Auto-commit after changes**: Create git commits automatically when tasks complete
## Specialized Workflows
### Code Generation
- Use templates from `./templates/` directory
- Run ESLint after generating any .ts/.js files
- Add comprehensive JSDoc comments
### Testing
- Generate tests alongside implementation files
- Use Jest for all test files
- Achieve 80%+ code coverage
## Priority Overrides
These rules override CLAUDE.md when agent skills are active:
- AGENTS.md → agent-specific strict rules
- CLAUDE.md → general project context
Integration with Other Skills
This skill runs before other agent skills to ensure agent context is loaded first. When any other skill is invoked, this skill checks if AGENTS.md has been loaded for the current directory and loads it if not already present.
Troubleshooting
If AGENTS.md isn't loading automatically:
- Manual invoke: Say "load agent context"
- Check file location: Ensure
AGENTS.mdis in current working directory (pwd) - Check file permissions: Ensure
AGENTS.mdis readable - Use slash command: Run
/sync-agent-contextto merge AGENTS.md into CLAUDE.md permanently
Related Features
- Slash Command:
/sync-agent-context- Permanently merges AGENTS.md into CLAUDE.md - Hook Script: Runs on directory change to remind Claude to load context
- Manual Loading: Can always explicitly request "load AGENTS.md"
Benefits
- Zero configuration: Just create
AGENTS.mdand it works - Project-specific rules: Different agent behaviors per project
- No CLAUDE.md pollution: Keep agent-specific rules separate
- Automatic synchronization: Always up-to-date with current directory
Status: Proactive Auto-Loading Enabled Requires User Action: No (automatic) Fallback: Manual invocation if auto-loading fails
More by jeremylongshore
View all skills by jeremylongshore →You might also like
flutter-development
aj-geddes
Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.
drawio-diagrams-enhanced
jgtolentino
Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.
ui-ux-pro-max
nextlevelbuilder
"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."
godot
bfollington
This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.
nano-banana-pro
garg-aayush
Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.
pdf-to-markdown
aliceisjustplaying
Convert entire PDF documents to clean, structured Markdown for full context loading. Use this skill when the user wants to extract ALL text from a PDF into context (not grep/search), when discussing or analyzing PDF content in full, when the user mentions "load the whole PDF", "bring the PDF into context", "read the entire PDF", or when partial extraction/grepping would miss important context. This is the preferred method for PDF text extraction over page-by-page or grep approaches.
Related MCP Servers
Browse all serversTransform any OpenAPI specification into callable tools. Easily test an API, handle authentication, and generate schemas
Easily connect to your Local by Flywheel WordPress databases. Effortless setup, no manual config—ideal for WordPress dev
Get native macOS notifications with tmux integration. Instantly navigate to sessions, windows, and panes with seamless t
Dual-Cycle Reasoner enables agents to detect repetitive behavior, diagnose failure causes, and recover with advanced met
Create images instantly with Nano Banana, a free online Gemini AI image generator. Share with public URLs—no downloads n
Enhance software testing with Playwright MCP: Fast, reliable browser automation, an innovative alternative to Selenium s
Stay ahead of the MCP ecosystem
Get weekly updates on new skills and servers.