Skip to main content
Generalbdfinst

context-loading-protocol

Decide which agents and skills to load for a given task. Use at the start of every task to select the minimum viable context load, calculate the token budget, and stay below the 40% utilization ceiling.

Stars
190
Source
bdfinst/agentic-dev-team
Updated
2026-05-30
Slug
bdfinst--agentic-dev-team--context-loading-protocol
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/bdfinst/agentic-dev-team/HEAD/plugins/agentic-dev-team/skills/context-loading-protocol/SKILL.md -o .claude/skills/context-loading-protocol.md

Drops the SKILL.md into .claude/skills/context-loading-protocol.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.