npx claudepluginhub davidkiss/smart-ai-skills --plugin smart-aiYou MUST use this skill before any creative or complex work. Explores user intent, requirements and design before actually executing on the task.
MUST use for all coding related tasks - includes general coding best practices and software engineering principles to build robust, maintainable, and scalable software.
MUST use this skill when user provides feedback / ask to do things in certain way, or when a tool call fails - for self-improvement - to learn user preferences and store them in AGENT.md / CLAUDE.md, and to propose improvements to skills.
Creates, updates, and manages Agent Skills following the Claude Code style. Use this skill when the user wants to add a new capability, create a new skill, or modify an existing skill.
Use when executing tasks from a task breakdown document in the current session.
Use when you have specs or requirements for a multi-step task to break it down into detailed tasks, before executing it
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
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Creative skill for generating algorithmic and generative art. Produces visual designs using mathematical patterns, fractals, and procedural generation.
Frontend design skill for UI/UX implementation
Humanise text and remove AI writing patterns. Detects and fixes 24 AI tell-tales including inflated language, promotional tone, AI vocabulary, filler phrases, sycophantic tone, and formulaic structure.
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). Proactively activates in projects with cacheComponents: true, providing patterns for 'use cache' directive, cacheLife(), cacheTag(), cache invalidation, and parameter permutation rendering.