Top Rated
The most starred skills loved by the community. Quality guaranteed!
performance
by kprsnt2
Web performance optimization best practices including Core Web Vitals, loading, and caching.
javascript
by kprsnt2
Best practices for JavaScript/TypeScript development including modern ES6+ patterns, error handling, and performance optimization.
python
by kprsnt2
Best practices for Python development including PEP 8, modern Python 3.10+ features, and package management.
kubernetes
by kprsnt2
Kubernetes deployment best practices including resource management, security, and observability.
react
by kprsnt2
React development patterns and best practices including hooks, state management, and performance optimization.
redis
by kprsnt2
Redis best practices including data modeling, caching patterns, and performance optimization.
sql
by kprsnt2
SQL and database best practices including query optimization, indexing, and schema design.
rust
by kprsnt2
Best practices for Rust development including ownership, error handling, and async patterns.
testing
by kprsnt2
Testing patterns and best practices for unit, integration, and E2E testing.
security
by kprsnt2
Application security best practices including OWASP Top 10, authentication, and data protection.
vue
by kprsnt2
Vue.js development best practices including Composition API, state management, and performance.
integration-testing
by vineethsoma
Frontend-backend integration patterns, CORS configuration, API contract validation, and build hygiene for full-stack TypeScript applications. Use when integrating separate services or debugging cross-origin issues.
revenue-acceleration
by ScientiaCapital
GTM workflows for revenue acceleration across Scientia projects. Use for demo preparation, sales outreach, battle cards, pricing strategy, and revenue tracking. Triggers on "revenue focus", "prepare demo", "sales outreach", "battle card", "GTM strategy", "pricing", "tier-1 projects".
supabase-mastery
by ScientiaCapital
Master Supabase patterns for migrations, RLS policies, pgvector, and authentication. Use when creating database schemas, writing migrations, implementing row-level security, setting up auth, or debugging Supabase issues. Triggers on "supabase migration", "RLS policy", "row level security", "pgvector", "supabase auth", "magic link".
feature-orchestration
by vineethsoma
Story orchestration with progress tracking, standardized directory structure, and validation
task-delegation
by vineethsoma
Delegate user stories with complete context, clear acceptance criteria, and validation
retrospective-workflow
by vineethsoma
Systematic post-story retrospective process with automated metrics gathering, structured feedback collection, and Agent Package Manager handoff generation
tdd-workflow
by vineethsoma
Test-Driven Development workflow with TDD commit convention, compliance tracking, and validation
secure-development
by vineethsoma
Security best practices for production applications including PII protection, input validation, SQL injection prevention, XSS mitigation, and secure logging. Apply when handling user data, authentication, or external inputs.
vector-search
by vineethsoma
Semantic search using vector embeddings and similarity metrics. Apply when implementing search with embeddings (OpenAI, Sentence Transformers) or distance-based ranking. Covers cosine similarity, Euclidean distance, dot product, and threshold selection.
langextract
by aeonbridge
Extract structured information from unstructured text using LLMs with source grounding. Use when extracting entities from documents, medical notes, clinical reports, or any text requiring precise, traceable extraction. Supports Gemini, OpenAI, and local models (Ollama). Includes visualization and long document processing.
auto-commit
by IHKREDDY
Generates semantic commit messages from staged changes. Analyzes git diff and creates conventional commit messages. Use when users want to commit with good messages, mention "commit", "save changes", or ask for commit message suggestions.
api-docs
by IHKREDDY
Generate OpenAPI/Swagger documentation from code
dependency-update
by IHKREDDY
Check for outdated packages and create update PRs