Browse Skills
4429 skills found
unified-broker-api.md
0
1
export
unified-broker-api
2
from
"sihu-dev/forge-labs"
from
"sihu-dev/forge-labs"
3
UnifiedBroker API 사용법 - 3분 만에 모든 증권사 연동
2026-01-05
firebase-deployer.md
0
1
export
firebase-deployer
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Deploy Firebase Firestore security rules and indexes automatically. Use when Firestore query errors mention "requires an index", when firestore.rules or firestore.indexes.json are modified, or when user requests Firebase deployment.
2026-01-05
backend-queries.md
0
1
export
backend-queries
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Write efficient and secure database queries following best practices for SQL injection prevention, N+1 query optimization, and performance for PostgreSQL (Bun.sql, Prisma, Supabase) and Firestore. Use this skill when writing or modifying database queries, implementing data fetching logic, working with ORMs (Prisma, TypeORM, Entity Framework), using Bun.sql native driver, querying Firestore collections, or implementing caching strategies. Apply when working on service files (services/*.ts, repositories/*.ts, *Service.cs), query builder implementations, data access layers, or any code that fetches or manipulates data. This skill ensures parameterized queries to prevent SQL injection (never interpolate user input), eager loading to prevent N+1 problems, selective column fetching (no SELECT *), strategic indexing on WHERE/JOIN/ORDER BY columns, transactions for related operations, query timeouts for performance, caching expensive queries, prepared statements with Bun.sql for repeated queries, and query-driven mod
2026-01-05
backend-api.md
0
1
export
backend-api
2
from
"DevanB/lucidlog"
from
"DevanB/lucidlog"
3
Design and implement RESTful API endpoints following best practices for routing, versioning, and HTTP standards. Use this skill when creating or modifying API routes, controllers, or endpoints in files like routes/api.php, API controller files in app/Http/Controllers/Api/, controller files in app/Http/Controllers/, API resource classes, or when implementing REST API functionality. Use when working on URL structures, HTTP method handling (GET, POST, PUT, PATCH, DELETE), API versioning strategies, query parameter handling for filtering/sorting/pagination, HTTP status code responses, rate limiting configuration, or any API endpoint design decisions.
2026-01-05
spec-authoring.md
0
1
export
spec-authoring
2
from
"Reading-Advantage-Thailand/codecamp-advantage"
from
"Reading-Advantage-Thailand/codecamp-advantage"
3
Use this skill to propose changes via the Spec PR process. It uses the Gemini CLI to generate high-quality draft specifications and to analyze PR feedback, accelerating the spec-driven development workflow. Triggers include "create spec" or "propose change".
2026-01-05
moai-baas-supabase-ext.md
0
1
export
moai-baas-supabase-ext
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Enterprise Supabase PostgreSQL Platform with AI-powered open-source BaaS architecture, Context7 integration, and intelligent PostgreSQL orchestration for scalable modern applications
2026-01-05
staging-deploy.md
0
1
export
staging-deploy
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Deploys WitchCityRope to staging environment on DigitalOcean. Automates build, registry push, server deployment, database migrations (if needed), health verification, and rollback capability. SINGLE SOURCE OF TRUTH for staging deployment automation.
2026-01-05
jmespath-for-kyverno.md
0
1
export
jmespath-for-kyverno
2
from
"adaptive-enforcement-lab/claude-skills"
from
"adaptive-enforcement-lab/claude-skills"
3
Master JMESPath for Kyverno policies. Query nested resources, build complex conditions, and validate Kubernetes workloads with production-tested patterns.
2026-01-05
backend-models.md
0
1
export
backend-models
2
from
"DevanB/lucidlog"
from
"DevanB/lucidlog"
3
Define and configure database models with proper naming, relationships, timestamps, data types, constraints, and validation. Use this skill when creating or editing model files in app/Models/, Eloquent model classes, model relationships (hasMany, belongsTo, etc.), database table structures, model attributes and casts, model factories, or seeders. Use when working on model validation logic, database constraints, foreign key relationships, indexes, scopes, accessors, mutators, or any ORM-related model configuration.
2026-01-05
sqlite-integration.md
0
1
export
sqlite-integration
2
from
"rubrical-studios/virtual-ai-studio-dist"
from
"rubrical-studios/virtual-ai-studio-dist"
3
Add SQLite database storage with teaching examples
2026-01-05
receiving-code-review.md
0
1
export
receiving-code-review
2
from
"Ramblurr/nix-devenv"
from
"Ramblurr/nix-devenv"
3
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
2026-01-05
audio-design.md
0
1
export
audio-design
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Game audio design patterns for creating sound effects and UI audio. Use when designing sounds for games, writing AI audio prompts (ElevenLabs, etc.), creating feedback sounds, or specifying audio for abilities/UI. Includes psychological principles from Kind Games, volume hierarchy, frequency masking prevention, and prompt engineering for AI audio generation.
2026-01-05
docs-seeker.md
0
1
export
docs-seeker
2
from
"untangledfinance/untangled-web"
from
"untangledfinance/untangled-web"
3
Search technical documentation using executable scripts to detect query type, fetch from llms.txt sources (context7.com), and analyze results. Use when user needs: (1) Topic-specific documentation (features/components/concepts), (2) Library/framework documentation, (3) GitHub repository analysis, (4) Documentation discovery with automated agent distribution strategy
2026-01-05
prisma-diagram.md
0
1
export
prisma-diagram
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Generate PRISMA 2020 flow diagrams for systematic reviews. Use when: (1) Conducting systematic literature reviews, (2) Documenting screening process, (3) Reporting study selection for publications, (4) Demonstrating PRISMA compliance, (5) Creating transparent review methodology documentation.
2026-01-05
rls-validator.md
0
1
export
rls-validator
2
from
"sihu-dev/qetta"
from
"sihu-dev/qetta"
3
Supabase RLS 정책 자동 검증 - 테넌트 격리, 권한 흐름, 정책 활성화 상태 확인
2026-01-05
storage-debug-instrumentation.md
0
1
export
storage-debug-instrumentation
2
from
"BenderFendor/Thesis"
from
"BenderFendor/Thesis"
3
Add comprehensive debugging and observability tooling for backend storage layers (PostgreSQL, ChromaDB) and startup metrics. Includes storage drift detection, raw data inspection endpoints, and a Next.js admin dashboard.
2026-01-05
querying-web-search-agent.md
0
1
export
querying-web-search-agent
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
This skill guides the process of creating context-free queries for a web search agent (another Claude instance with web search tools). Use this when you need expert guidance from web research but the search agent has no access to the codebase or conversation history.
2026-01-05
system-integration-validator.md
0
1
export
system-integration-validator
2
from
"BarisSozen/claude"
from
"BarisSozen/claude"
3
Validates system integration before deployment. Use when checking ports, database connections, frontend-backend APIs, or debugging blocked/stuck workflows. Detects dead ends, bottlenecks, circular dependencies.
2026-01-05
dev-environment-wizard.md
0
1
export
dev-environment-wizard
2
from
"caseymanos/dev-skills-marketplace"
from
"caseymanos/dev-skills-marketplace"
3
Interactive setup wizard for development environments. ALWAYS trigger first when users want to set up, create, or initialize a new development environment. Asks discovery questions about tech stack, services, and preferences, then coordinates other skills (zero-to-running, database-seeding, git-hooks, local-ssl, env-manager) to generate a customized environment.
2026-01-05
persistence-layer-audit.md
0
1
export
persistence-layer-audit
2
from
"smith6jt-cop/Skills_Registry"
from
"smith6jt-cop/Skills_Registry"
3
Audit SQLite persistence layer for unused tables and broken integrations. Trigger when: (1) checking database usage, (2) cleaning up schema, (3) finding missing methods.
2026-01-05
vector-databases.md
0
1
export
vector-databases
2
from
"cuba6112/skillfactory"
from
"cuba6112/skillfactory"
3
Design vector database ingestion and retrieval pipelines (points + payloads, filtered similarity search, multi-stage hybrid retrieval, index maintenance). Use when building RAG/vector search flows or debugging retrieval quality; triggers: vector database, RAG, embeddings, hybrid search, filtered search, Qdrant, Weaviate, Chroma.
2026-01-05
code-review.md
0
1
export
code-review
2
from
"Conte777/config_for_claude_code"
from
"Conte777/config_for_claude_code"
3
Comprehensive read-only code review analyzing code quality, security vulnerabilities, performance issues, best practices compliance, and VSCode diagnostics. Use when user asks to review code, check for errors, analyze code quality, mentions security review, or wants feedback on their code.
2026-01-05
structure-check.md
0
1
export
structure-check
2
from
"metasaver/metasaver-marketplace"
from
"metasaver/metasaver-marketplace"
3
Use when validating project structure during Standards Audit phase. Detects package type from package.json metasaver.projectType, loads structure rules from domain skills (react-app-structure, prisma-database, contracts-package), scans created/modified files, and reports violations with fix suggestions. File types: .tsx, .ts, directory layouts.
2026-01-05
database-expert.md
0
1
export
database-expert
2
from
"ljchg12-hue/windows-dotfiles"
from
"ljchg12-hue/windows-dotfiles"
3
Expert database development including SQL, NoSQL, schema design, query optimization, and migrations
2026-01-05