auto-skills

Decompose user tasks into sub-skills and generate Claude Code task lists.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/akira82-ai/skill --skill auto-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-skills
Source: https://github.com/akira82-ai/skill/tree/main/auto-skills
Command: npx skills add https://github.com/akira82-ai/skill --skill auto-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Automates planning and orchestration of multi-step tasks by decomposing user goals into executable sub-skills and coordinating their execution, reducing manual overhead and ensuring reproducibility.

Core Features & Use Cases

  • Local-first orchestration: discovers installed skills and reuses them where possible.
  • Remote enrichment: automatically searches for and installs new skills from skills.sh when needed.
  • End-to-end plan generation: outputs Claude Code task lists with dependencies and progress tracking.

Quick Start

Orchestrate a complex task by breaking it into sub-skills and generating a Claude Code execution plan.

Frequently Asked Questions about auto-skills

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

FAQPage Schema
How do I automate complex multi-step tasks by breaking them into sub-skills?

You can orchestrate complex workflows by having your user goals automatically decomposed into sub-skills. This skill coordinates their execution by reusing installed skills or fetching new ones, outputting a Claude Code task list with dependency tracking and safe execution logs.

How does task planning and orchestration work for locally installed skills?

Orchestration works by discovering locally installed skills and reusing them where possible. If a required capability is missing, it automatically searches for and installs new skills from skills.sh to enrich the local environment and complete the workflow.

Can I generate a Claude Code task list with dependencies from a high-level workflow?

Yes, you can generate a Claude Code task list from a high-level workflow. The skill produces end-to-end execution plans that include task dependencies, progress tracking, and safe execution with auditable task logs for reproducible results.

Do I need any dependencies or specific environments to run workflow orchestration tasks?

No specific dependencies are required to run workflow orchestration tasks. The environment operates locally first, discovering existing skills, and optionally migrates newly installed skills to a global directory for broader access across projects.

What are the limitations of automating task planning with skill management?

A key limitation of automating task planning is that safe execution requires auditable task logs. Additionally, newly installed skills fetched remotely may optionally need manual migration to a global directory to ensure reproducibility across different local environments.