skill-editor

A collection of Agent Skills for AI

Instalación
CLI
npx skills add https://github.com/davidkiss/smart-ai-skills --skill skill-editor

Instala esta habilidad con la CLI y comienza a usar el flujo de trabajo SKILL.md en tu espacio de trabajo.

Última actualización 4/22/2026

Smart AI Skills

A collection of AI agent skills for software development workflows. It's based on the skills at https://github.com/obra/superpowers, but with some modifications and additions (eg: separate coding skill).

Skills Overview

Skill Description
brainstorming Explore ideas and turn them into detailed specs through collaborative dialogue
coding General coding best practices (DRY, KISS, SOLID, TDD)
task-breakdown Break down specs into detailed, executable tasks
subagent-task-execution Execute task breakdowns using specialized subagents
reflection Analyze interactions to improve skills and capture user preferences
skill-editor Create and manage new agent skills

Workflow

User Request → Brainstorming → Task Breakdown → Execution (via Subagents)
                                        ↓
                              Reflection (periodic)
  1. Brainstorming: Clarify requirements and create specs
  2. Task Breakdown: Convert specs into bite-sized tasks
  3. Subagent Task Execution: Execute tasks with review loops
  4. Reflection: Continuously improve based on experience

Usage

These skills are designed for use with the opencode CLI. They are automatically loaded when needed based on the task context.

Directory Structure

skills/
├── brainstorming/SKILL.md
├── coding/SKILL.md
├── task-breakdown/SKILL.md
├── subagent-task-execution/SKILL.md
├── reflection/SKILL.md
└── skill-editor/SKILL.md