Browse Skills

4429 skills found

code-review.md
0
1 export code-review
2 untangledfinance from "untangledfinance/untangled-web"
3 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.
2026-01-05
streaming-llm-responses.md
0
1 export streaming-llm-responses
2 Asmayaseen from "Asmayaseen/hackathon-2"
3 Implement real-time streaming UI patterns for AI chat applications. Use when adding responselifecycle handlers, progress indicators, client effects, or thread state synchronization.Covers onResponseStart/End, onEffect, ProgressUpdateEvent, and client tools.NOT when building basic chat without real-time feedback.
2026-01-05
code-review.md
0
1 export code-review
2 timequity from "timequity/vibe-coder"
3 Code review workflow and best practices.Use when: reviewing PRs, receiving feedback, or preparing code for review.Triggers: "code review", "review", "pr review", "pull request","feedback", "review changes".
2026-01-05
handling-authentication.md
0
1 export handling-authentication
2 hkcm91 from "hkcm91/StickerNestV3"
3 Handling authentication and authorization in StickerNest. Use when the user asks about login, signup, auth, session, protected routes, user context, JWT, tokens, logout, or permission checks. Covers Supabase Auth, AuthContext, protected routes, and widget auth.
2026-01-05
datadog-cli.md
0
1 export datadog-cli
2 leonardocouy from "leonardocouy/cc-datadog"
3 Datadog CLI for searching logs, querying metrics, tracing requests, and managing dashboards. Use this when debugging production issues or working with Datadog observability.
2026-01-05
dataform-engineering-fundamentals.md
0
1 export dataform-engineering-fundamentals
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when developing BigQuery Dataform transformations, SQLX files, source declarations, or troubleshooting pipelines - enforces TDD workflow (tests first), ALWAYS use ${ref()} never hardcoded table paths, comprehensive columns:{} documentation, safety practices (--schema-suffix dev, --dry-run), proper ref() syntax, .sqlx for new declarations, no schema config in operations/tests, and architecture patterns that prevent technical debt under time pressure
2026-01-05
testing-unit-integration.md
0
1 export testing-unit-integration
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Expert guidance for writing clean, simple, and effective unit, integration, component, microservice, and API tests. Use this skill when reviewing existing tests for violations, writing new tests, or refactoring tests. NOT for end-to-end tests that span multiple processes - use testing-e2e skill instead. Covers AAA pattern, data factories, mocking strategies, DOM testing, database testing, and assertion best practices.
2026-01-05
detecting-injection.md
0
1 export detecting-injection
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Detects various injection vulnerabilities including SQL injection, LDAP injection, XPath injection, and code injection. Use when analyzing database queries, dynamic code generation, or investigating injection attacks.
2026-01-05
careercopilot-tool-creator.md
0
1 export careercopilot-tool-creator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Scaffolds a new Python tool utility in 'src/tools/' for agents to call. Tools are utility functions (web scraping, PDF parsing, database queries) that agents use. Use when creating utilities that agents depend on.
2026-01-05
gcp-cloud.md
0
1 export gcp-cloud
2 jpoutrin from "jpoutrin/product-forge"
3 Google Cloud Platform infrastructure patterns and best practices. Use when designing or implementing GCP solutions including Compute Engine, Cloud Functions, Cloud Storage, and BigQuery.
2026-01-05
nuxt-tanstack-mastery.md
0
1 export nuxt-tanstack-mastery
2 mOdrA40 from "mOdrA40/claude-codex-skills-directory"
3 Panduan senior/lead developer 20 tahun pengalaman untuk Vue.js 3 + Nuxt 3 + TanStack Query development. Gunakan skill ini ketika: (1) Membuat project Nuxt 3 baru dengan arsitektur production-ready, (2) Integrasi TanStack Query untuk data fetching, (3) Debugging Vue/Nuxt yang kompleks, (4) Review code untuk clean code compliance, (5) Optimisasi performa aplikasi Vue/Nuxt, (6) Setup folder structure yang scalable, (7) Mencari library terpercaya untuk Vue ecosystem, (8) Menghindari common pitfalls dan bugs, (9) Implementasi state management patterns, (10) Security hardening aplikasi Nuxt.Trigger keywords: vue, vuejs, nuxt, nuxtjs, tanstack, vue-query, composition api, pinia, vueuse, vue router, clean code vue, debugging vue, folder structure nuxt.
2026-01-05
viviana-blog.md
0
1 export viviana-blog
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Asistente para el blog de psicología de Viviana Poveda. Ayuda con implementación Supabase, queries de base de datos, gestión de posts, y desarrollo del admin panel. Usa cuando trabajes en blog, psicología, Supabase, o Viviana Poveda.
2026-01-05
frontend-dev.md
0
1 export frontend-dev
2 krazyuniks from "krazyuniks/guitar-tone-shootout"
3 Astro + React islands with TanStack (Query, Form, Table) and Tailwind CSS. Use for frontend UI development, components, data fetching, forms, and styling.
2026-01-05
ai-runtime-memory.md
0
1 export ai-runtime-memory
2 Dwsy from "Dwsy/ai-runtime"
3 AI Runtime分层记忆系统,支持SQL风格的事件查询、时间线管理,以及记忆的智能固化和检索,用于项目历史追踪和经验传承
2026-01-05
sqlite-data.md
0
1 export sqlite-data
2 johnrogers from "johnrogers/claude-swift-engineering"
3 Use when working with SQLiteData library (@Table, @FetchAll, @FetchOne macros) for SQLite persistence, queries, writes, migrations, or CloudKit private database sync.
2026-01-05
react-frontend-development.md
0
1 export react-frontend-development
2 amo-tech-ai from "amo-tech-ai/skybox-gamehub"
3 Build React components with TypeScript, Tailwind CSS, and React Query for the Medellin Spark platform. Use when implementing UI features, creating components, managing state, or optimizing frontend performance. Specializes in React hooks, shadcn/ui components, and Supabase integration.
2026-01-05
supabase-test-harness.md
0
1 export supabase-test-harness
2 elevanaltd from "elevanaltd/hestai"
3 Supabase test harness patterns including local Supabase setup, test user creation via Auth Admin API, RLS testing, migration testing (db_reset), seed sequences, rate limiting, and environment detection. Use when setting up Supabase testing infrastructure, creating test users, troubleshooting Supabase test failures, or implementing RLS validation. Triggers on: supabase test setup, test user creation, supabase local testing, RLS testing, migration testing, supabase test harness, auth test helpers.
2026-01-05
db-schema-manager.md
0
1 export db-schema-manager
2 psh355q-ui from "psh355q-ui/szdi57465yt"
3 Manages all database table schemas for the AI Trading System. Use when: creating tables, validating data before insert/update, checking schema compatibility, generating migrations, or when user mentions database schema, table structure, column definitions, data validation, or schema mismatch.
2026-01-05
lcql-query-builder.md
0
1 export lcql-query-builder
2 tekgrunt from "tekgrunt/boot-test"
3 Activate when the user needs help writing, optimizing, or understanding LimaCharlie Query Language (LCQL) queries for searching telemetry.
2026-01-05
feedback-collector.md
0
1 export feedback-collector
2 violetio from "violetio/violet-ai-plugins"
3 Systematically gather, organize, and act on user feedback
2026-01-05
wordpress-site-speed-auditor.md
0
1 export wordpress-site-speed-auditor
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Performs comprehensive WordPress site speed and performance audits. Use when analyzing WordPress themes, plugins, or sites for performance optimization opportunities, checking image/video optimization, database queries, caching, or identifying speed bottlenecks.
2026-01-05
supabase-integration.md
0
1 export supabase-integration
2 garimto81 from "garimto81/claude"
3 Supabase 프로젝트 설정, 데이터베이스 설계, RLS 정책, Edge Functions, 인증/권한 통합 전문 스킬. Supabase CLI 및 클라이언트 라이브러리 활용.
2026-01-05
pie-chart.md
0
1 export pie-chart
2 cliftonc from "cliftonc/drizzle-cube-skills"
3 Configure pie and doughnut charts in drizzle-cube dashboards for part-to-whole relationships and proportions. Use when creating pie charts, doughnut charts, or percentage visualizations.
2026-01-05
graphql-reviewer.md
0
1 export graphql-reviewer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 WHEN: GraphQL schema review, resolver patterns, N+1 detection, query complexity, API securityWHAT: Schema design + N+1 detection + Query complexity + Input validation + Error handling + DataLoader patternsWHEN NOT: REST API → api-documenter, Database schema → schema-reviewer, ORM → orm-reviewer
2026-01-05