Browse Skills

4429 skills found

sr-cardoso-ops.md
0
1 export sr-cardoso-ops
2 yurikrat from "yurikrat/sr-cardoso-barbearia-app"
3 Operacoes e deploy do Sr Cardoso (Cloud Run, Firestore rules/indexes, env vars, scripts, Docker). Use quando configurar ambiente, rodar deploy, revisar infra GCP ou rotinas de setup.
2026-01-05
database.md
0
1 export database
2 ProfPowell from "ProfPowell/project-template"
3 Design PostgreSQL schemas with migrations, seeding, and documentation. Use when creating tables, writing migrations, or setting up database structure.
2026-01-05
mongodb-schema-design.md
0
1 export mongodb-schema-design
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-mongodb"
3 Master MongoDB schema design and data modeling patterns. Learn embedding vs referencing, relationships, normalization, and schema evolution. Use when designing databases, normalizing data, or optimizing queries.
2026-01-05
clerk-auth.md
0
1 export clerk-auth
2 jackspace from "jackspace/ClaudeSkillz"
3 This skill provides comprehensive knowledge for integrating Clerk authentication in React, Next.js, and Cloudflare Workers applications. It should be used when setting up user authentication, implementing protected routes, verifying JWT tokens, creating custom JWT templates with user metadata and organization claims, configuring Clerk middleware, integrating with shadcn/ui components, testing authentication flows, or troubleshooting Clerk authentication errors.Use when: adding Clerk to React/Vite projects, setting up Clerk in Next.js App Router, implementing Clerk authentication in Cloudflare Workers, configuring clerkMiddleware for route protection, creating custom JWT templates with shortcodes (user.id, user.email, user.public_metadata.role), accessing session claims for RBAC, integrating with Supabase/Grafbase, verifying tokens with @clerk/backend, integrating Clerk with Hono, using Clerk shadcn/ui components, writing E2E tests with Playwright, generating test session tokens, using test email addresses a
2026-01-05
supabase-operations.md
0
1 export supabase-operations
2 elevanaltd from "elevanaltd/hestai"
3 Supabase operational knowledge for migrations, RLS optimization, MCP tool benchmarks, and ADR-003 compliance. Use when validating database migrations, optimizing Row-Level Security policies, checking MCP tool performance, or ensuring Supabase operational standards. Triggers on: migration validation, RLS patterns, Supabase benchmarks, ADR-003, database state tracking, schema governance.
2026-01-05
council.md
0
1 export council
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Query multiple AI agents in parallel for diverse perspectives. Use when you want multiple viewpoints on a question, to compare approaches, or to find consensus among AI models.
2026-01-05
opinion-critic.md
0
1 export opinion-critic
2 dtsvetkov1 from "dtsvetkov1/agent-rules"
3 Provides critical feedback and alternative architectural perspectives on code changes. Use when you want to explore different ways to implement a feature or find potential flaws in the current plan.
2026-01-05
julien-notion-route-entry.md
0
1 export julien-notion-route-entry
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Route a Notion Inbox entry to the appropriate PKM database (Github, Videos, Articles, Podcasts, Formations, Lieux, Code, or Todos). Use when user wants to triage inbox, route entry, move to appropriate database.
2026-01-05
scrum-delivery-lead.md
0
1 export scrum-delivery-lead
2 garbray from "garbray/claude-config"
3 Scrum Master & Engineering-Oriented Delivery Lead with hands-on frontend/backend development experience. Interprets Technical Design Documents, reviews UX/UI designs, and understands product requirements to ensure delivery clarity. Breaks features into well-scoped Scrum stories (max 3 story points, Fibonacci estimation). Stories are sliced for incremental value, minimal risk, fast feedback. For every ticket provides: clear description, explicit acceptance criteria, expected behavior, constraints, and test case expectations (happy path + edge cases). Ensures stories are implementation-ready, testable, aligned with technical/product goals. Enables team to execute efficiently while maintaining high quality and predictable velocity. Use when creating sprint stories, planning sprints, estimating work, or breaking down features into tickets.
2026-01-05
swarm-board.md
0
1 export swarm-board
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Interact with the swarm task board. Use when you need to query existing tasks, check backlog status, create new tasks, or understand the current project state.
2026-01-05
backend-api.md
0
1 export backend-api
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Design and implement RESTful API endpoints following REST principles with proper HTTP methods, status codes, resource-based URLs, and rate limiting. Use this skill when creating or modifying API endpoints, route handlers, controllers, or any backend API layer code. Apply when working on files that define API routes (routes/*.ts, controllers/*.ts, api/*.ts, *Controller.cs), implement request/response handlers, establish API versioning, or configure endpoint middleware. Use when building Bun/Express APIs, ASP.NET Core Web APIs, or Next.js API routes. This skill ensures RESTful design with clear resource-based URLs, consistent lowercase hyphenated naming, appropriate HTTP methods (GET, POST, PUT, PATCH, DELETE), proper status codes (200, 201, 400, 404, 500), plural nouns for resources (/users, /products), limited nesting depth (2-3 levels max), query parameters for filtering/sorting/pagination, API versioning strategies, and rate limiting headers in responses.
2026-01-05
sql-optimizer.md
0
1 export sql-optimizer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 WHEN: SQL query review, query optimization, index usage, N+1 detection, performance analysisWHAT: Query plan analysis + Index recommendations + N+1 detection + Join optimization + Performance tuningWHEN NOT: Schema design → schema-reviewer, ORM code → orm-reviewer
2026-01-05
android-motion-specialist.md
0
1 export android-motion-specialist
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Expert Android developer for the Motion Detector project. Use this skill when working on Camera2 API integration, motion detection algorithms, Android networking (LAN sockets + Supabase Realtime), debugging crashes, or any Android/Kotlin development tasks specific to this sprint timing application.
2026-01-05
sql-optimizer.md
0
1 export sql-optimizer
2 automacoescomerciaisintegradas from "automacoescomerciaisintegradas/PAGIA"
3 Especialista em otimização de queries SQL, design de banco de dados e performance tuning para PostgreSQL, MySQL e SQLite
2026-01-05
agentdb-state-manager.md
0
1 export agentdb-state-manager
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Persistent state management using AgentDB (DuckDB) for workflow analytics and checkpoints.Provides read-only analytics cache synchronized from TODO_*.md files, enabling:- Complex dependency graph queries- Historical workflow metrics- Context checkpoint storage/recovery- State transition analysisUse when: Data gathering and analysis for workflow state trackingTriggers: "analyze workflow", "query state", "checkpoint", "workflow metrics"
2026-01-05
integration-test.md
0
1 export integration-test
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Guide for writing integration tests with Vitest and Testing Library. Use when testing multi-component workflows, database interactions, React components with context providers, or full user flows. Covers the Testing Trophy philosophy (integration > unit), factory patterns for test data, MSW for network mocking, async testing patterns (waitFor, findBy), and custom render with providers. Use this for tests that cross multiple modules or layers of the application.
2026-01-05
supabase-frontend-integration.md
0
1 export supabase-frontend-integration
2 amo-tech-ai from "amo-tech-ai/skybox-gamehub"
3 Connect React frontend pages to Supabase database with TypeScript, React Query, and proper error handling. Use when integrating Supabase with website pages, setting up database queries, or replacing mock data with real data from events, bookings, menu_items, or profiles tables.
2026-01-05
search-vault.md
0
1 export search-vault
2 bencassie from "bencassie/flywheel"
3 Advanced vault search with filters (folder, tags, frontmatter). Triggers on "search vault", "find notes", "query notes", "search for".
2026-01-05
backend-dev-guidelines.md
0
1 export backend-dev-guidelines
2 wollfoo from "wollfoo/claude-setup"
3 Node.js/Express/TypeScript microservices development patterns. Use when workingwith backend code: routes, controllers, services, repositories, middleware, APIs.Covers:- Layered architecture (routes → controllers → services → repositories)- Express routing and middleware patterns- Prisma database access and ORM best practices- Zod validation and input sanitization- Sentry error tracking integration- BaseController pattern and dependency injection- Async/await patterns and error handling- Testing strategies and performance monitoring
2026-01-05
weekpi-html.md
0
1 export weekpi-html
2 majiayu000 from "majiayu000/claude-skill-registry"
3 华安保险车险周报HTML可视化生成器。将车险周报数据(Excel/CSV/JSON/DuckDB)转化为交互式网页仪表盘,支持标签页切换(经营概览、保费进度、变动成本、损失暴露、费用支出)和下钻分析(机构/客户类别双维度)。采用ECharts图表、响应式布局、麦肯锡配色方案。触发场景:用户上传车险周报数据文件,要求生成HTML可视化网页、交互式仪表盘或网页版报告。
2026-01-05
database-schema-manager.md
0
1 export database-schema-manager
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Manages LibSQL/Turso database schemas with Zod validation, creates migrations, and ensures type-safe database operations. Use when creating database tables, writing migrations, or implementing schema validation.
2026-01-05
pr-comment-analysis.md
0
1 export pr-comment-analysis
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Extract, consolidate, and prioritize all comments from GitHub Pull Requests for systematic code review. Fetches both inline review comments and general PR conversation, then analyzes and organizes them by priority (critical bugs/security, design improvements, style nitpicks). Use when working with PR reviews, consolidating feedback from multiple reviewers, or creating action plans from review comments.
2026-01-05
metadata-manager.md
0
1 export metadata-manager
2 mozilla from "mozilla/bigquery-etl-skills"
3 Use this skill when creating or updating DAG configurations (dags.yaml), schema.yaml, and metadata.yaml files for BigQuery tables. Handles creating new DAGs when needed and coordinates test updates when queries are modified (invokes sql-test-generator as needed). Works with bigquery-etl-core, query-writer, and sql-test-generator skills.
2026-01-05
google-search.md
0
1 export google-search
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Integration patterns for web search grounding, including query operator usage, API-based search orchestration, and citation metadata mapping. Triggers: google-search, grounding, search-api, citations, search-operators, web-search.
2026-01-05