Top Rated
The most starred skills loved by the community. Quality guaranteed!
python
by zhongjis
Structures Python projects, writes type-hinted code, tests with pytest, and enforces quality with ruff and mypy. Use when setting up pyproject.toml, writing tests, adding type annotations, or formatting/linting code.
mermaid-diagram-specialist
by zhongjis
uv
by zhongjis
Initializes Python projects, manages dependencies, pins Python versions, and runs scripts with uv. Use when adding/removing packages, syncing environments, running tools with uvx, or building distributions.
scraping
by zhongjis
Fetches web pages, parses HTML with CSS selectors, calls REST APIs, and scrapes dynamic content. Use when extracting data from websites, querying JSON APIs, or automating browser interactions.
Save Context Skill
by yousufjoyian
Work from previous sessions in "Recent Work"
log-driven-debugging
by bakrrrrr
"Guides systematic verification-based debugging for JavaScript/TypeScript (Node.js, Bun, browser). Use when: (1) User reports unexpected behavior, errors, or bugs, (2) Need to trace data flow or state changes without assuming root causes, (3) Issue requires identifying exactly where code deviates from expected behavior."
universal-backend-testing
by wideGenesis
Comprehensive backend testing framework combining TDD, pytest patterns, test pyramid strategy, CI/CD integration, and workflow testing. Covers unit, integration, E2E testing with quality gates and observability.
ionic-to-expo
by patrickghidossi
Convert Angular/Ionic/Capacitor TypeScript code to React Native/Expo equivalents. Use when migrating mobile apps from Ionic to Expo, converting Angular components to React Native, mapping Capacitor plugins to Expo modules, or translating RxJS/Services patterns to React state management.
create-cli
by jakenuts
Design command-line interface parameters and UX: arguments, flags, subcommands, help text, output formats, error messages, exit codes, prompts, config/env precedence, and safe/dry-run behavior. Use when you're designing a CLI spec (before implementation) or refactoring an existing CLI's surface area for consistency, composability, and discoverability.
polyedge
by sbaker5
x402 trading signal API for Polymarket - detect mispriced correlations between prediction markets
aspnet-framework-frontend
by rscoopcur
Expert workflow for ASP.NET Framework (.NET Framework 4.x) web apps using Vue 2, Vue 3, or Alpine.js with Razor and Web API. Use when integrating frontend frameworks into ASP.NET Framework, choosing framework patterns, implementing API and anti-forgery flows, troubleshooting runtime/version setup, or answering support and lifecycle questions with official Microsoft Learn .NET Framework documentation.
aspnet-framework-docs
by rscoopcur
Official Microsoft Learn workflow for ASP.NET Framework and .NET Framework 4.x guidance. Use when answering questions about ASP.NET Framework apps (MVC 5, Web API 2, Web Forms), framework installation/version checks, deployment, API reference lookup, or support lifecycle decisions that must stay aligned with Microsoft documentation.
clerk-custom-auth-ui-nextjs
by nicolas-angelo
Clerk + Next.js patterns that extend the official skills with custom auth flows, UI component configuration and routing strategies.
grafana
by kontrolplane
Grafana dashboard JSON configuration and alerting. Use when creating or editing dashboard JSON, configuring panels programmatically, setting up Grafana alerting rules, or troubleshooting visualization issues.
kubernetes
by kontrolplane
Kubernetes resource configuration and troubleshooting. Use when debugging pod failures, configuring probes and resource limits, setting up RBAC or NetworkPolicies, or resolving common Kubernetes errors like CrashLoopBackOff or ImagePullBackOff.
prometheus
by kontrolplane
Prometheus metrics and PromQL queries. Use when writing PromQL queries, creating recording or alerting rules, debugging metric scraping issues, or understanding counter/gauge/histogram behavior.
kyverno
by kontrolplane
Kyverno Kubernetes policy engine for validation, mutation, and generation. Use when writing ClusterPolicies to enforce security standards, auto-mutate resources with defaults, generate companion resources, or verify container image signatures.
loki
by kontrolplane
Grafana Loki log aggregation and LogQL queries. Use when writing LogQL queries for log analysis, configuring Promtail scrape pipelines, debugging log ingestion issues, or creating Loki alerting rules.
terraform
by kontrolplane
Terraform infrastructure as code with HCL. Use when writing Terraform configurations, debugging state issues, understanding count vs for_each behavior, managing modules, or troubleshooting plan/apply errors.
argocd
by kontrolplane
ArgoCD GitOps continuous delivery for Kubernetes. Use when creating or debugging ArgoCD Application/ApplicationSet manifests, configuring sync policies, troubleshooting OutOfSync or degraded states, or integrating Helm/Kustomize sources.
em-newsletter
by easymailing
Crea emails para usuarios de Easymailing. Usa cuando el usuario dice "crear newsletter", "enviar email", "comunicar release", "email a usuarios", o quiere notificar algo a sus audiencias.
em-social-content
by easymailing
Genera posts para redes sociales (Twitter, LinkedIn, Facebook) y comunicación interna (Slack). Usa cuando el usuario dice "crear post", "publicar en redes", "social media", "tweet", "linkedin post", "teaser", "slack", o quiere convertir material en contenido para distribución.
em-marketing-content
by easymailing
Use when creating marketing content for Easymailing - blog articles, integration pages, or product pages. Also use when user says "crear contenido", "escribir blog", "crear integración", "página de producto", or similar requests. For newsletters use em-newsletter skill instead.
scribe
by robdmc
Maintains a narrative log of exploratory work with file archives and git state tracking. Capabilities: (1) Log entries with propose-confirm flow, (2) Archive files linked to entries, (3) Capture git state (commit hash), (4) Create git commits with entry as message, (5) Restore archived files, (6) Query past work by time or topic, (7) Link related entries for thread tracking. Activates when user addresses "scribe" directly (e.g., "hey scribe, log this", "scribe, save this notebook", "scribe, what did we try yesterday?") or uses /scribe commands.