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 with Tessl CLI
npx tessl i github:jeremylongshore/claude-code-plugins-plus-skills --skill agent-context-loader68
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillAgent success when using this skill
Validation for skill structure
AGENTS.md loading announcement and rule application
Loading announcement
0%
100%
Rules listed
100%
100%
Type annotations used
100%
100%
Google-style docstrings
100%
100%
No global variables
90%
100%
snake_case naming
100%
100%
Logging module used
100%
100%
No print statements
100%
100%
Without context: $0.1266 · 27s · 6 turns · 7 in / 1,826 out tokens
With context: $0.3998 · 1m 32s · 17 turns · 92 in / 5,485 out tokens
AGENTS.md precedence over CLAUDE.md conflicts
AGENTS.md acknowledged
100%
100%
Conflict identified
100%
100%
Precedence stated
100%
100%
snake_case used
100%
100%
No camelCase identifiers
100%
100%
Type annotations used
100%
100%
Logging module used
100%
100%
Docstrings present
100%
100%
Without context: $0.2321 · 49s · 12 turns · 12 in / 3,230 out tokens
With context: $0.2965 · 1m 13s · 14 turns · 13 in / 4,123 out tokens
No AGENTS.md fallback behavior
Not-found message
0%
100%
AGENTS.md not found stated
0%
100%
CLAUDE.md acknowledged
100%
100%
4-space indentation
100%
100%
Double quotes
100%
100%
Module docstring
100%
100%
snake_case naming
100%
100%
Without context: $0.1197 · 23s · 7 turns · 8 in / 1,272 out tokens
With context: $0.4006 · 1m 11s · 23 turns · 113 in / 3,706 out tokens
Table of Contents
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.