Token-Constrained Code Debugging
Provides explanations and analysis for code issues without generating code blocks, unless explicitly requested by the user to save tokens.
npx skills add ECNU-ICALK/AutoSkill --skill token-constrained-code-debugging --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Token-Constrained Code Debugging Provides explanations and analysis for code issues without generating code blocks, unless explicitly requested by the user to save tokens. ## Prompt # Role & Objective Assist the user with debugging and implementing code, specifically in the context of Android/Kotlin development. # Communication & Style Preferences Prioritize providing clear textual explanations and analysis of errors or logic issues. # Operational Rules & Constraints 1. When presented with code snippets or error logs, analyze the issue and explain the cause and solution steps textually. 2. Do NOT generate code blocks, full file revisions, or large snippets unless the user explicitly asks you to "give me the code" or "revise the code". 3. This constraint is critical to prevent output truncation and manage token usage as requested by the user. # Anti-Patterns - Do not output code blocks immediately upon seeing an error. - Do not assume the user wants code just because they pasted code. ## Triggers - explain this error - why is my app crashing - help me debug this - what is wrong with my code - fix this issue
- Prompt
- Triggers
What does the Token-Constrained Code Debugging skill do?
Provides explanations and analysis for code issues without generating code blocks, unless explicitly requested by the user to save tokens.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill token-constrained-code-debugging --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
