Browse Skills
4429 skills found
building-nextjs-apps.md
0
1
export
building-nextjs-apps
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Build Next.js 16 applications with correct patterns and distinctive design. Use when creatingpages, layouts, dynamic routes, upgrading from Next.js 15, or implementing proxy.ts. Coversbreaking changes (async params/searchParams, Turbopack, cacheComponents) and frontend aesthetics.NOT when building non-React or backend-only applications.
2026-01-05
backend-debugging-dependency-resolution.md
0
1
export
backend-debugging-dependency-resolution
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Systematic approach to diagnose and resolve backend service issues including dependency conflicts, database schema mismatches, import errors, and middleware configuration problems in FastAPI applications.
2026-01-05
wordpress-security-validation.md
0
1
export
wordpress-security-validation
2
from
"danielseltzer/code-analysis-tools"
from
"danielseltzer/code-analysis-tools"
3
Security-first WordPress development with nonces, sanitization, validation, and escaping to prevent XSS, CSRF, and SQL injection vulnerabilities.
2026-01-05
temp-cleaner.md
0
1
export
temp-cleaner
2
from
"u9401066/copilot-capability-manager"
from
"u9401066/copilot-capability-manager"
3
Clean temporary files, caches, and build artifacts.LOAD THIS SKILL WHEN: User says "清理", "clean", "刪除暫存", "清除快取" | disk space issues | before archiving | end of workflow.CAPABILITIES: Python cache (__pycache__, .pytest_cache), Node.js (dist, .cache), safe deletion with confirmation, protected files list.
2026-01-05
real-time-features.md
0
1
export
real-time-features
2
from
"eddiebe147/claude-settings"
from
"eddiebe147/claude-settings"
3
Expert guide for real-time features using Supabase Realtime, WebSockets, live updates, presence, and collaborative features. Use when building chat, live updates, or collaborative apps.
2026-01-05
supabase-migration.md
0
1
export
supabase-migration
2
from
"ninyawee/armed-claude"
from
"ninyawee/armed-claude"
3
Database migration toolkit for Supabase projects. Use when: (1) Creating new migration files, (2) Writing schema changes (CREATE TABLE, ALTER, etc.), (3) Adding indexes, triggers, or RLS policies, (4) Fixing RLS performance issues (auth function wrapping, policy consolidation), (5) Validating migration conventions, (6) Running migrations locally, (7) Naming database objects
2026-01-05
supabase-auth.md
0
1
export
supabase-auth
2
from
"mgd34msu/goodvibes-plugin"
from
"mgd34msu/goodvibes-plugin"
3
Implements Supabase Authentication with email, OAuth, magic links, and phone auth. Use when building apps with Supabase, needing auth integrated with Row Level Security, or implementing passwordless login.
2026-01-05
stream-gauges.md
0
1
export
stream-gauges
2
from
"stillsame2016/deep-wenokn"
from
"stillsame2016/deep-wenokn"
3
Query active USGS stream gauges using the USGS Water Services API. Returns stream gauge locations and metadata as a GeoDataFrame with current status information.
2026-01-05
code-review.md
0
1
export
code-review
2
from
"timbuchinger/loadout"
from
"timbuchinger/loadout"
3
Use when the user asks to review code or a pull request - performs focused review checking for obvious defects only, provides minimal feedback with clear approval/rejection format
2026-01-05
dbt-development.md
0
1
export
dbt-development
2
from
"rittmananalytics/ra_ga4_ecomm"
from
"rittmananalytics/ra_ga4_ecomm"
3
Proactive skill for validating dbt models against coding conventions. Auto-activates when creating, reviewing, or refactoring dbt models in staging, integration, or warehouse layers. Validates naming, SQL structure, field conventions, testing coverage, and documentation. Supports project-specific convention overrides and sqlfluff integration.
2026-01-05
db-metadata.md
0
1
export
db-metadata
2
from
"SeSiTing/siti-claude-marketplace"
from
"SeSiTing/siti-claude-marketplace"
3
提供v3_metadata数据库的SQL查询模板,包括对象编码(object_code)、对象名称、事件、按钮配置、自定义字段、元数据字段、插件中心等表的查询。查询对象编码、对象名称、自定义对象时使用。使用 exec_sql 工具执行查询。
2026-01-05
architecture-decisions.md
0
1
export
architecture-decisions
2
from
"Integrum-Global/kaizen-studio"
from
"Integrum-Global/kaizen-studio"
3
Architecture decision guides for Kailash SDK including framework selection (Core SDK vs DataFlow vs Nexus vs Kaizen), runtime selection (Async vs Sync), database selection (PostgreSQL vs SQLite), node selection, and test tier selection. Use when asking about 'which framework', 'choose framework', 'which runtime', 'which database', 'which node', 'architecture decision', 'when to use', 'Core SDK vs DataFlow', 'PostgreSQL vs SQLite', 'AsyncLocalRuntime vs LocalRuntime', or 'test tier selection'.
2026-01-05
prisma-orm.md
0
1
export
prisma-orm
2
from
"bobmatnyc/termpilot"
from
"bobmatnyc/termpilot"
3
Prisma ORM for TypeScript - Type-safe database toolkit with schema-first development, auto-generated client, migrations, relations, and Prisma Studio. Use when building Node.js or Next.js apps requiring database access with full type safety, complex relations, transactions, or when both development tools (Studio) and production performance are needed.
2026-01-05
sales-templates.md
0
1
export
sales-templates
2
from
"chekos/bns-marketplace"
from
"chekos/bns-marketplace"
3
Load when creating sales outreach emails, negotiation scripts, follow-upsequences, or any sales-related communication. Contains templates andbest practices for professional sales communication.
2026-01-05
rag-implementation.md
0
1
export
rag-implementation
2
from
"HermeticOrmus/after-the-third-cup"
from
"HermeticOrmus/after-the-third-cup"
3
Build Retrieval-Augmented Generation (RAG) systems for LLM applications with vector databases and semantic search. Use when implementing knowledge-grounded AI, building document Q&A systems, or integrating LLMs with external knowledge bases.
2026-01-05
duckdb-transformer.md
0
1
export
duckdb-transformer
2
from
"Wkayaobama/IC-D-LOAD"
from
"Wkayaobama/IC-D-LOAD"
3
Transform Bronze layer data using DuckDB for joins, aggregations, and business logic. Use this skill for high-performance data transformations in the pipeline.
2026-01-05
backend-rust.md
0
1
export
backend-rust
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Rust/WASM backend in api-rust/. High-performance alternative using workers-rs, utoipa for OpenAPI, and Supabase REST API. Port 9999 for local dev. 10-100x faster than Python.
2026-01-05
seclists-fuzzing-curated.md
0
1
export
seclists-fuzzing-curated
2
from
"Eyadkelleh/awesome-claude-skills-security"
from
"Eyadkelleh/awesome-claude-skills-security"
3
Essential fuzzing payloads: SQL injection, command injection, special characters. Curated essentials for vulnerability testing.
2026-01-05
hojokin-navi.md
0
1
export
hojokin-navi
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
補助金ナビ開発スキル。JグランツAPI連携、Supabase操作、補助金データ処理のベストプラクティス。使用タイミング: (1) JグランツAPIからデータ取得 (2) 補助金データのDB保存・検索 (3) HTMLフィールドの処理 (4) Slack通知実装
2026-01-05
db-content.md
0
1
export
db-content
2
from
"menfem/menfem-vercel"
from
"menfem/menfem-vercel"
3
Database insertion via Prisma for MenFem content. Use when inserting articles, companies, culture picks, events, product reviews, explore features, or exchange listings into the database through conversational propose-approve-insert workflow. Trigger phrases include "insert article", "add to database", "create in prisma", "seed the database", or "populate the site".
2026-01-05
deliverydesign-review.md
0
1
export
deliverydesign-review
2
from
"edwardmonteiro/Aiskillinpractice"
from
"edwardmonteiro/Aiskillinpractice"
3
Facilitate a cross-functional design review capturing decisions, feedback, and implementation guidance.
2026-01-05
collection-migration.md
0
1
export
collection-migration
2
from
"mindmorass/reflex"
from
"mindmorass/reflex"
3
Migrate and sync vector database collections across environments
2026-01-05
s16z-pms-lib.md
0
1
export
s16z-pms-lib
2
from
"sigma16z-hq/s16z-pms"
from
"sigma16z-hq/s16z-pms"
3
S16Z PMS shared library development skill. Use when creating or maintaining shared libraries in the libs/ directory. Covers configuration management with registerAs, DTO validation with class-transformer, HTTP client patterns with BaseHttpClient, Prisma transaction handling, and testing strategies. Triggers when working with libs/ directory, creating new libraries, implementing API clients, or setting up shared services.
2026-01-05
graceful-degradation.md
0
1
export
graceful-degradation
2
from
"adaptive-enforcement-lab/claude-skills"
from
"adaptive-enforcement-lab/claude-skills"
3
Build tiered fallback systems that degrade performance, not availability. Cache layers, API resilience, and automatic failover patterns for platform reliability.
2026-01-05