maiconfz--context-token-reduction--token-reduction-advisor

Drafts an ordered context-token reduction plan from a footprint report after user consent.

3|1|Updated May 2, 2026
One-click install
npx skills add https://github.com/agents-repo/registry --skill maiconfz-context-token-reduction-token-reduction-advisor-agents-repo
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: maiconfz--context-token-reduction--token-reduction-advisor
Source: https://github.com/agents-repo/registry/tree/main/.cursor/skills/maiconfz/context-token-reduction/maiconfz--context-token-reduction--token-reduction-advisor
Command: npx skills add https://github.com/agents-repo/registry --skill maiconfz-context-token-reduction-token-reduction-advisor-agents-repo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI agent configurations often accumulate excessive always-on context that inflates token usage. This Skill turns a footprint report into an ordered, plan-only reduction strategy without touching any files, ensuring changes are reviewed before implementation. ## Core Features & Use Cases - Consent-Gated Planning: Refuses to draft a plan until the user explicitly consents, placing blocking questions when consent is missing. - Ordered Reduction Actions: Produces a markdown plan covering deletions, splits, glob-scoping, always-on to on-demand conversion, ignore rules, and IDE mirror generation, prioritized by severity. - Safety Preservation: Explicitly keeps safety, security, and secret-handling rules intact and never recommends dropping them to save tokens. - Use Case: After running a token footprint analysis on your repository's agent configuration, use this Skill to receive a prioritized, risk-aware reduction plan you can review and approve before any edits occur. ## Quick Start Ask the agent to draft a context-token reduction plan from the footprint report after confirming you consent to planning.

Frequently Asked Questions about maiconfz--context-token-reduction--token-reduction-advisor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I reduce context token usage in my AI agent configuration?▼

Start with a footprint report identifying token-heavy areas, then use this Skill to draft an ordered reduction plan. It prioritizes high-severity always-on findings, then search-tax, then on-demand polish, without editing any files.

How to plan token reduction without modifying project files?▼

This Skill is plan-only by design. It reads the footprint report and cited evidence paths, then outputs a markdown reduction-plan with ordered actions, risks, and validation steps, but never creates, edits, or commits host files.

Why is the reduction plan empty after running the advisor?▼

The plan stays empty when planning-consent is not set to true. The Skill asks for consent first and places the question in blocking-questions; once you confirm, it drafts the full plan.

Does token reduction planning remove safety or security rules?▼

No. The Skill explicitly must not recommend dropping safety, security, secret-handling, or untrusted-content rules to save tokens. These are listed as items to keep in every reduction plan.

What inputs does the token reduction advisor require?▼

It requires a footprint-report markdown string from the token-footprint-analyst and a planning-consent boolean. Optional user-clarifications from prior runs are applied without repeating resolved questions.