Agent skill · Workflow & Productivity

autonomous

Execute 1-2+ hour tasks autonomously with minimal supervision. Requires Task Contract (OUTCOME, EXCLUSIONS, DURATION, GUARDRAILS) upfront, then executes with clarification → plan → autonomous work → session report.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill autonomous-ioku24-autorankr --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/agent/autonomous-ioku24-autorankr/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

# Autonomous Mode Execute extended tasks (1-2+ hours) without supervision after initial clarification. ## Prerequisites User must provide a **Task Contract**: ``` OUTCOME: [What success looks like - measurable] EXCLUSIONS: [What I will NOT do] DURATION: [Time limit, e.g., "1 hour"] GUARDRAILS: [Hard limits - code/logic to never touch] ``` ## Execution Protocol ### Phase 1: Clarification (2-5 mins) 1. Read relevant files (issues-registry, SOURCE_OF_TRUTH, etc.) 2. Ask ONLY essential questions (1-3 max): - Prioritization questions - Ambiguity in scope - Items outside GUARDRAILS 3. User responds briefly ### Phase 2: Execution Plan Show ordered task list: ``` Will execute in this order: 1. [Task 1] - [estimated time] 2. [Task 2] - [estimated time] ... Estimated total: X mins Strategy: [sequential/parallel/hybrid] Ready to start. ``` Wait for user "go" or adjustments. ### Phase 3: Autonomous Execution **Auto-behaviors:** - Auto-invoke skills based on task type (no announcement) - Auto-parallelize independent tasks - Self-heal on errors (2-3 attempts before logging blocker) - Update TodoWrite silently for progress tracking - Batch accumulate learnings/issues in memory **Skill auto-invoca

What's inside
Steps it walks through
  1. Prerequisites
  2. Execution Protocol
  3. Phase 1: Clarification (2-5 mins)
  4. Phase 2: Execution Plan
  5. Phase 3: Autonomous Execution
  6. Phase 4: Session End Report
  7. Mid-Session Commands
  8. Bypassed Requirements
  9. Guidelines
  10. Trust Building Progression
  11. Example Session
  12. Success Criteria
  13. See Also
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the autonomous skill do?

Execute 1-2+ hour tasks autonomously with minimal supervision. Requires Task Contract (OUTCOME, EXCLUSIONS, DURATION, GUARDRAILS) upfront, then executes with clarification → plan → autonomous work → session report.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill autonomous-ioku24-autorankr --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