Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
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.
Use this skill when the user asks to "analyze", "research", "how do I", or "what's the best way" to understand project context, impact of potential actions, and root causes of issues.
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.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
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