How this skill is triggered — by the user, by Claude, or both
Slash command
/agentem:context-loaderThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Before performing your primary task, load and validate the project's context files.
Before performing your primary task, load and validate the project's context files.
Find context directory. Look for a context/ directory in the project root.
If no context directory exists:
/agentem:init to scaffold the context directory.If context directory exists, read all .md files found in context/:
context/product/strategy.mdcontext/architecture/system-map.mdcontext/team/topology.mdcontext/team/capacity.mdcontext/standards/review-playbook.mdcontext/standards/spec-standards.mdcontext/learnings/what-doesnt.mdcontext/learnings/what-works.md.md files presentCheck for placeholder content. Scan each file for [placeholder] patterns (text in square brackets with uppercase first letter, e.g. [Your Product Name], [Team Name]). If a file has many unfilled placeholders, note which files need filling.
Load agent state from context/agent-state.json if it exists:
last_run, run_count, last_summaryactive signals — do not re-alert on signals already reporteddismissed signals — skip these entirelyfeedback history — note any patterns (e.g., signal types consistently rated "No")actions_taken — know what actions were already executedLoad autonomy config from context/autonomy.yaml if it exists:
autonomous, which requires_approval, which disabledrequires_approvalSummarize available context before proceeding with the agent's primary task:
npx claudepluginhub anicol/engineering-agents --plugin agentemAutomatically discovers and loads AGENTS.md files across project hierarchy and subdirs, merges instructions hierarchically for AI agent context, reports conflicts, caches results.
Validates and evolves AGENTS.md to ensure AI agents have accurate project context. Use after code changes, onboarding, or periodically.
Loads optimized project context for Conductor workflows via git-tracked files, ignores, and priority manifests/tracks. Use for new tracks, features, or context needs.