maiconfz--context-token-reduction--reduce-context-tokens

Analyzes host-project context-token waste and drafts an ordered reduction plan.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI coding assistants lose effectiveness when a project's context footprint grows too large, but teams rarely know which files waste tokens or how to shrink them. This Skill inventories context-token waste across the host project and produces an ordered reduction plan without touching any code. ## Core Features & Use Cases - Footprint Analysis: Invokes a token-footprint analyst agent to inventory context-token waste across the host project tree and presents a Markdown footprint report. - Consent-Gated Planning: Asks for explicit user consent before drafting a reduction plan, and runs up to three clarification Q&A cycles to resolve blocking questions. - Plan-Only Handoff: Delivers the footprint report, an ordered reduction plan, and any open questions, explicitly refusing to implement changes itself. - Use Case: A developer notices their AI assistant degrading in a large monorepo. They run this flow to get a token footprint report and a prioritized plan for trimming context files, then hand implementation to a separate agent. ## Quick Start Analyze this workspace for context-token waste and draft an ordered reduction plan without changing any code.

Frequently Asked Questions about maiconfz--context-token-reduction--reduce-context-tokens

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

FAQPage Schema
How do I reduce context token usage in my AI coding project?▼

Run this flow to analyze your workspace's token footprint, review the report, and consent to planning. It produces an ordered reduction plan identifying which files or structures waste context tokens, without modifying any code.

How to analyze token footprint of a codebase for AI assistants?▼

Invoke the reduce-context-tokens flow, which calls a token-footprint-analyst agent to inventory context-token waste across the host project tree. It presents a Markdown footprint report before any planning begins.

Does this skill implement the token reduction changes automatically?▼

No, it is planning-only by design. It refuses implementation requests and hands off the footprint report and reduction plan, requiring a different agent or explicit user request to execute changes.

What happens if I decline the reduction planning step?▼

The flow returns the footprint report with an empty reduction plan and stops. Your analysis results are preserved, and you can rerun the flow later with planning consent.

What are the limitations of the context token reduction planner?▼

It cannot analyze unreadable or empty workspaces, caps clarification loops at three Q&A cycles, and does not include the separate context-token-chat entry. Leftover blockers are surfaced as open questions at handoff.