Top Rated
The most starred skills loved by the community. Quality guaranteed!
Git Commit Skill
by yousufjoyian
Claude agent skills and workspace configuration
Onboard Skill
by yousufjoyian
```
Visual Plan Skill
by yousufjoyian
Panel width: ~400px, so design accordingly
code-review
by lct1407
Use when receiving code review feedback (especially if unclear or technically questionable), when completing tasks or major features requiring review before proceeding, or before making any completion/success claims. Covers three practices - receiving feedback with technical rigor over performative agreement, requesting reviews via code-reviewer subagent, and verification gates requiring evidence before any status claims. Essential for subagent-driven development, pull requests, and preventing false completion claims.
python-async-workers
by lct1407
Generate Python background workers, cron jobs, message queue consumers. Use when creating scheduled tasks (APScheduler), Celery workers, RabbitMQ/Redis queue consumers, or async job processing. Follows project async patterns and integrates with existing services.
python-backend-development
by lct1407
Generate Python FastAPI code following project design patterns. Use when creating models, schemas, repositories, services, controllers, database migrations, authentication, or tests. Enforces layered architecture, async patterns, OWASP security, and Alembic migration naming conventions (yyyymmdd_HHmm_feature).
Knowledge Base Search
by srsubramanian
Search and retrieve information from the vector knowledge base (RAG)
python
by carlos-ASG
Python modern patterns and best practices using type hints, dataclasses, and Protocol-based design. Trigger: When implementing or refactoring Python in .py files (type hints, dataclasses, protocols, enums, type guards, removing Any, tightening types).
django-health
by carlos-ASG
Django health check configuration and patterns using django-health-check for system monitoring, Docker healthchecks, and Kubernetes probes. Trigger: When implementing health checks, monitoring endpoints, or readiness/liveness probes in Django.
django-orm
by carlos-ASG
Django ORM patterns and best practices with QuerySets, managers, migrations, and django-tenants database operations. Trigger: When working with Django models, queries, database operations, or migrations.
django-ratelimit
by carlos-ASG
Django rate limiting patterns using django-ratelimit with Redis backend for protecting views from abuse and spam. Trigger: When implementing rate limiting, spam protection, or throttling in Django views.
product-manager
by pierreribeiro
Product Manager persona for business vision and strategy. ACTIVATE when messages contain PRD, roadmap, business impact, ROI, metrics, stakeholder, product vision, business strategy, business case, go-to-market, or product planning discussions.
code-reviewer
by pierreribeiro
Code Reviewer persona for technical code analysis. ACTIVATE when messages contain review code, analyze code, code quality, best practices, refactor, improve code, check code, code review, look at code, feedback on code, or constructive feedback requests.
crafting-effective-readmes
by VisualxIntelligence
Use when writing or improving README files. Not all READMEs are the same — provides templates and guidance matched to your audience and project type.
database-schema-designer
by VisualxIntelligence
Design robust, scalable database schemas for SQL and NoSQL databases. Provides normalization guidelines, indexing strategies, migration patterns, constraint design, and performance optimization. Ensures data integrity, query performance, and maintainable data models.
dependency-updater
by VisualxIntelligence
Smart dependency management for any language. Auto-detects project type, applies safe updates automatically, prompts for major versions, diagnoses and fixes dependency issues.
difficult-workplace-conversations
by VisualxIntelligence
Structured approach to workplace conflicts, performance discussions, and challenging feedback using preparation-delivery-followup framework. Use when preparing for tough conversations, addressing conflicts, giving critical feedback, or navigating sensitive workplace discussions.
feedback-mastery
by VisualxIntelligence
Navigate difficult conversations and deliver constructive feedback using structured frameworks. Covers the Preparation-Delivery-Follow-up model and Situation-Behavior-Impact (SBI) feedback technique. Use when preparing for difficult conversations, giving feedback, or managing conflicts.
mui
by VisualxIntelligence
Material-UI v7 component library patterns including sx prop styling, theme integration, responsive design, and MUI-specific hooks. Use when working with MUI components, styling with sx prop, theme customization, or MUI utilities.
writing-clearly-and-concisely
by VisualxIntelligence
Use when writing prose humans will read—documentation, commit messages, error messages, explanations, reports, or UI text. Applies Strunk's timeless rules for clearer, stronger, more professional writing.
perplexity
by VisualxIntelligence
Web search and research using Perplexity AI. Use when user says "search", "find", "look up", "ask", "research", or "what's the latest" for generic queries. NOT for library/framework docs (use Context7) or workspace questions.
plugin-forge
by VisualxIntelligence
Create and manage Claude Code plugins with proper structure, manifests, and marketplace integration. Use when creating plugins for a marketplace, adding plugin components (commands, agents, hooks), bumping plugin versions, or working with plugin.json/marketplace.json manifests.
ai-engineering-skill
by odewahn
Practical guide for building production ML systems based on Chip Huyen's AI Engineering book. Use when users ask about model evaluation, deployment strategies, monitoring, data pipelines, feature engineering, cost optimization, or MLOps. Covers metrics, A/B testing, serving patterns, drift detection, and production best practices.
explaining-code
by odewahn
Explains code with visual diagrams and analogies. Use when explaining how code works, teaching about a codebase, or when the user asks "how does this work?"