Skillforge Context Window Cartographer
Reshape sprawling repositories and briefs into stable context lanes, memory checkpoints, and retrieval boundaries for long-horizon agent work.
install
source · Clone the upstream repo
git clone https://github.com/jamiojala/skillforge
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/jamiojala/skillforge "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/context-window-cartographer" ~/.claude/skills/jamiojala-skillforge-context-window-cartographer && rm -rf "$T"
manifest:
skills/context-window-cartographer/SKILL.mdsource content
Context Window Cartographer
Reshape sprawling repositories and briefs into stable context lanes, memory checkpoints, and retrieval boundaries for long-horizon agent work.
Source: Advanced first-party pack
Use this skill when
- The request signals
or a directly related problem.context window - The request signals
or a directly related problem.prompt budget - The request signals
or a directly related problem.memory checkpoint - The request signals
or a directly related problem.retrieval boundary - The likely implementation surface includes
.**/*.md - The likely implementation surface includes
.**/*.ts - The likely implementation surface includes
.**/*.py - The likely implementation surface includes
.**/docs/**
Gather this context first
- Relevant files, modules, or specs that define the current surface.
- Constraints, rollout limits, or non-goals that change the recommendation.
- What success looks like for the user, operator, or release owner.
Recommended workflow
- Confirm the trigger fit and boundaries before expanding scope.
- Identify the highest-risk files, interfaces, or decision points first.
- Produce a bounded plan or implementation slice with exact targets.
- Run the listed validation hooks or explain what blocks them.
- Return rollout, fallback, and open-question notes for the next agent or maintainer.
Output contract
- Capability summary and why this skill fits the request.
- Concrete file, module, or artifact targets.
- Validation plan and residual risk notes.
Failure modes to watch
- The pack matches the theme of the request but not the highest-leverage failure domain.
- Validation is mentioned without enough proof for another operator or agent to repeat it.
- The output becomes generic advice instead of a bounded next-step plan.
- Context or agent boundaries look elegant but break under long-running work or human interruption.
- Delegation lanes overlap, creating duplicated work or silent ownership gaps.
Operational notes
- State the smallest safe slice that can be executed or reviewed next.
- Leave enough evidence behind that another maintainer can continue without re-deriving the workflow.
- Call out where human review or approval changes the recommended path.
- Name the checkpoint where a human can safely inspect, redirect, or pause the workflow.
- Keep context summaries and delegation boundaries stable enough for later handoffs.
Dependency and composition notes
- Let this pack lead only when it owns the main bottleneck; otherwise treat it as a specialist sidecar.
- If another pack has a narrower, more concrete surface, hand off with explicit files, risks, and validation goals.
- Often acts as the lead pack, then hands off to routing, security, docs, or testing packs with clear boundaries.
Validation hooks
verify_context_coverageverify_text_unchanged
Model chain
moonshotai/kimi-k2.5deepseek-ai/deepseek-v3.2deepseek-r1:32b
Pack contents
for portable agent-skill usageSKILL.md
for runtime registry loadingskill.yaml
for human install and review contextREADME.md
for richer metadata and catalog indexingmarketplace.yaml