Agent skill
effort
Dynamic effort level management. Use when: - User mentions "think harder", "be thorough", "quick fix", "max effort" - Task complexity changes mid-session - Need to optimize for speed vs depth - User says "slow down", "speed up", "think more"
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/effort
SKILL.md
Effort Level Management
Adjust Claude's adaptive thinking depth based on task complexity.
Effort Levels
| Level | When to Use | Thinking Behavior |
|---|---|---|
low |
Simple edits, formatting, renaming | Minimal -- fast responses |
medium |
Standard implementation, exploration | Balanced depth |
high |
Complex logic, multi-file changes (DEFAULT) | Deep analysis |
max |
Architecture decisions, security reviews, hard bugs | Maximum depth, no constraints |
Auto-Scaling Recommendations
| Task Type | Recommended Effort |
|---|---|
| Security-sensitive code | max |
| Architecture decisions | max |
| Complex debugging | max |
| Standard implementation | high |
| File exploration | medium |
| Boilerplate generation | low |
| Simple renaming/formatting | low |
Setting Effort
Environment variable: CLAUDE_CODE_EFFORT_LEVEL
Interactive: /model then use arrow keys to adjust
Current effort level: Check $CLAUDE_CODE_EFFORT_LEVEL
If the user provided an argument, acknowledge the level change and explain what it means for the current session.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?