Agent skill · Workflow & Productivity

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"

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill effort --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 1 KB
Bundled scripts: none
Allowed tools: -Bash
Path: skills/ai-llm/effort/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the 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.

What's inside
Steps it walks through
  1. Effort Levels
  2. Auto-Scaling Recommendations
  3. Setting Effort
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the effort skill do?

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"

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill effort --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 majiayu000/claude-skill-registry, a repository with 534 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.

Keep going