A collection of Agent Skills for AI
npx skills add https://github.com/davidkiss/smart-ai-skills --skill skill-editorقم بتثبيت هذه المهارة باستخدام واجهة سطر الأوامر (CLI) وابدأ في استخدام سير عمل SKILL.md في مساحة عملك.
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).
| 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 |
User Request → Brainstorming → Task Breakdown → Execution (via Subagents)
↓
Reflection (periodic)
These skills are designed for use with the opencode CLI. They are automatically loaded when needed based on the task context.
skills/
├── brainstorming/SKILL.md
├── coding/SKILL.md
├── task-breakdown/SKILL.md
├── subagent-task-execution/SKILL.md
├── reflection/SKILL.md
└── skill-editor/SKILL.md