CtrlK
BlogDocsLog inGet started
Tessl Logo

ax-agent-context

This skill helps an LLM pick the right AxAgent context tool for a job - contextMap for recurring corpora, contextPolicy presets for within-run trajectory compaction, agent.optimize for offline GEPA instruction/demo tuning, agent.playbook for an evolving context playbook (offline evolve + online update), and recall/memories + skills for per-turn retrieval. Use when the user asks "which context feature should I use", confuses contextMap with contextPolicy or memory, or wants a decision guide for long-context agents. For contextPolicy/contextMap codegen use ax-agent-rlm; for recall/skills use ax-agent-memory-skills; for agent.optimize or agent.playbook use ax-agent-optimize.

79

Quality

100%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

100%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The body is a tight, well-structured routing guide that assumes Claude's competence and routes each context-management need to a concrete tool and sibling skill. It earns the top anchor on all four content dimensions.

DimensionReasoningScore

Conciseness

The body is lean and dense — a compact need→tool→next-skill table plus short Defaults and Anti-Patterns blocks — and explicitly instructs 'Do not write tutorial prose; pick the tool and hand off', with no padding or explanations of concepts Claude already knows.

3 / 3

Actionability

Gives concrete, copy-paste-ready tool calls (contextMap, contextPolicy: { preset, budget }, agent.playbook(...), agent.optimize(...), recall(...)) and specific presets (checkpointed/balanced → lean or full), plus explicit next-skill handoffs; per the instruction-only carve-out, the absence of code is not penalized.

3 / 3

Workflow Clarity

The routing decision is unambiguous — identify the need in the table, pick the tool, open the next skill — with Defaults and Anti-Patterns acting as guardrails; this is a simple single-action skill, so the carve-out allows the top score without explicit validation checkpoints.

3 / 3

Progressive Disclosure

At ~37 lines with no need for external references, the content is well-organized into clearly signaled sections (Pick The Right Context Tool, Defaults, Anti-Patterns, See Also), satisfying the simple-skill carve-out for progressive disclosure.

3 / 3

Total

12

/

12

Passed

Description

100%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is a strong, third-person routing summary that names every relevant tool, gives explicit natural-language triggers, and disambiguates itself from sibling codegen skills. It hits the top anchor on all four dimensions.

DimensionReasoningScore

Specificity

Lists multiple concrete capabilities tied to specific tools — contextMap for recurring corpora, contextPolicy for trajectory compaction, agent.optimize for GEPA tuning, agent.playbook for evolving playbooks, recall/memories+skills for per-turn retrieval — matching the 'lists multiple specific concrete actions' anchor rather than the partial level-2 anchor.

3 / 3

Completeness

Clearly answers both 'what' (pick the right AxAgent context tool, with a per-tool breakdown) and 'when' (explicit 'Use when the user asks...' clause), satisfying the level-3 anchor; it is not the level-2 case where 'when' is only implied.

3 / 3

Trigger Term Quality

Embeds natural user phrasing via the quoted trigger "which context feature should I use" plus "confuses contextMap with contextPolicy or memory" and "decision guide for long-context agents", giving good coverage of terms a user would actually say.

3 / 3

Distinctiveness Conflict Risk

Claims a clear niche (decision guide for context-tool selection) and explicitly hands off to sibling skills (ax-agent-rlm, ax-agent-memory-skills, ax-agent-optimize), making it unlikely to trigger for the wrong skill.

3 / 3

Total

12

/

12

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

15

/

16

Passed

Repository
ax-llm/ax
Reviewed

Table of Contents

Is this your skill?

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.