Browse Skills

4429 skills found

closed-loop-design.md
3
1 export closed-loop-design
2 melodic-software from "melodic-software/claude-code-plugins"
3 Design closed-loop prompts with Request-Validate-Resolve structure for reliable agentic workflows. Use when creating self-validating agents, adding feedback loops, or improving agent reliability through verification.
2026-01-05
cdn-media-delivery.md
3
1 export cdn-media-delivery
2 melodic-software from "melodic-software/claude-code-plugins"
3 Use when configuring CDN for media delivery, implementing cache invalidation, or designing signed URL patterns. Covers CDN configuration, edge caching, origin shielding, and secure media access for headless CMS.
2026-01-05
graph-database-expert.md
3
1 export graph-database-expert
2 martinholovsky from "martinholovsky/claude-skills-generator"
3 Expert in graph database design and development with deep knowledge of graph modeling, traversals, query optimization, and relationship patterns. Specializes in SurrealDB but applies generic graph database concepts. Use when designing graph schemas, optimizing graph queries, implementing complex relationships, or building graph-based applications.
2026-01-05
hitl-design.md
3
1 export hitl-design
2 melodic-software from "melodic-software/claude-code-plugins"
3 Design human-in-the-loop workflows including review queues, escalation patterns, feedback loops, and quality assurance for AI systems.
2026-01-05
full-stack-debugger.md
3
1 export full-stack-debugger
2 ingpoc from "ingpoc/SKILLS"
3 This skill should be used when debugging full-stack issues that span UI, backend, and database layers. It provides a systematic workflow to detect errors, analyze root causes, apply fixes iteratively, and verify solutions through automated server restarts and browser-based testing. Ideal for scenarios like failing schedulers, import errors, database issues, or API payload problems where issues originate in backend code but manifest in the UI.
2026-01-05
insforge-schema-patterns.md
3
1 export insforge-schema-patterns
2 Microck from "Microck/ordinary-claude-skills"
3 Database schema patterns for InsForge including social graphs, e-commerce, content publishing, and multi-tenancy with RLS policies. Use when designing data models with relationships, foreign keys, or Row Level Security.
2026-01-05
identity.md
3
1 export identity
2 treasure-data from "treasure-data/td-skills"
3 Query identity change logs to explore profile creation and merging
2026-01-05
codebase-architect.md
3
1 export codebase-architect
2 vapvarun from "vapvarun/claude-backup"
3 Use when generating exhaustive architecture documentation for any WordPress plugin/theme with built-in self-checking, progress tracking, and verification loops. Produces comprehensive docs covering classes, functions, hooks, REST API, AJAX, JS, DB, templates, blocks, and more.
2026-01-05
master-data.md
3
1 export master-data
2 Osakana3610 from "Osakana3610/Osakana-Guild"
3 マスターデータ(SQLite)のパターンとチェックリスト。新規マスタ追加時に参照。
2026-01-05
database-design-expert.md
3
1 export database-design-expert
2 martinholovsky from "martinholovsky/claude-skills-generator"
3 Expert in database schema design with focus on normalization, indexing strategies, FTS optimization, and performance-oriented architecture for desktop applications
2026-01-05
firebase-developmentvalidate.md
3
1 export firebase-developmentvalidate
2 2389-research from "2389-research/claude-plugins"
3 Review Firebase code against security model and best practices. Validates firebase.json structure, firestore.rules patterns, functions architecture, authentication implementation, test coverage, and emulator configuration.
2026-01-05
supabase-local-development.md
3
1 export supabase-local-development
2 constellos from "constellos/claude-code-plugins"
3 This skill should be used when the user asks to "start supabase locally", "set up local supabase", "run supabase dev", "initialize supabase project", "configure local database", "start local postgres", "use supabase CLI", "generate database types", or needs guidance on local Supabase development, Docker setup, environment configuration, or database migrations.
2026-01-05
database-migrator.md
3
1 export database-migrator
2 benreceveur from "benreceveur/claude-workflow-engine"
3 Schema version control, migration script generation, rollback management
2026-01-05
debug-troubleshoot.md
3
1 export debug-troubleshoot
2 d-o-hub from "d-o-hub/rust-self-learning-memory"
3 Systematic debugging approach for Rust async code with Tokio, Turso, and redb. Use when diagnosing runtime issues, performance problems, async deadlocks, database connection issues, or panics.
2026-01-05
github-issues.md
3
1 export github-issues
2 melodic-software from "melodic-software/claude-code-plugins"
3 Query and search GitHub issues using gh CLI with web fallback. Supports filtering by labels, state, assignees, and full-text search. Use when troubleshooting errors, checking if an issue is already reported, or finding workarounds.
2026-01-05
performance-profiler.md
3
1 export performance-profiler
2 benreceveur from "benreceveur/claude-workflow-engine"
3 CPU/memory profiling, database query optimization, and performance analysis
2026-01-05
testcontainers-go.md
3
1 export testcontainers-go
2 testcontainers from "testcontainers/claude-skills"
3 A comprehensive guide for using Testcontainers for Go to write reliable integration tests with Docker containers in Go projects. Supports 62+ pre-configured modules for databases, message queues, cloud services, and more.
2026-01-05
memory-mcp.md
3
1 export memory-mcp
2 d-o-hub from "d-o-hub/rust-self-learning-memory"
3 Use and troubleshoot the Memory MCP server for episodic memory retrieval and pattern analysis. Use this skill when working with MCP server tools (query_memory, analyze_patterns, advanced_pattern_analysis), validating the MCP implementation, or debugging MCP server issues.
2026-01-05
modular-architecture.md
3
1 export modular-architecture
2 melodic-software from "melodic-software/claude-code-plugins"
3 Module organization patterns including ports and adapters (hexagonal), module communication, and data isolation. Use when structuring modular monoliths, defining module boundaries, setting up inter-module communication, or isolating database contexts. Includes MediatR patterns for internal events.
2026-01-05
reviewing-security.md
3
1 export reviewing-security
2 thkt from "thkt/claude-config"
3 OWASP Top 10に基づくセキュリティレビューと脆弱性検出。トリガー: セキュリティ, 脆弱性, XSS, SQL injection, SQLインジェクション, CSRF, 認証, 認可, 暗号化, OWASP, SSRF, パスワード, セッション, rate limiting, brute force, command injection, security misconfiguration.
2026-01-05
firebase-development.md
3
1 export firebase-development
2 2389-research from "2389-research/claude-plugins"
3 Comprehensive Firebase development guidance covering project setup, feature development, debugging, and validation. Auto-detects intent and routes to specialized sub-skills. Patterns extracted from production projects.
2026-01-05
windows-native-development.md
3
1 export windows-native-development
2 stephendolan from "stephendolan/dotfiles"
3 Windows platform patterns for native application development. Use when writing Windows C++, handling input, managing threads, or working with Win32/COM APIs. Covers message queues, keyboard hooks, SendInput batching, COM resource management, and QueryPerformanceCounter timing.
2026-01-05
data-processing.md
3
1 export data-processing
2 0xDarkMatter from "0xDarkMatter/claude-mods"
3 Process JSON with jq and YAML/TOML with yq. Filter, transform, query structured data efficiently. Triggers on: parse JSON, extract from YAML, query config, Docker Compose, K8s manifests, GitHub Actions workflows, package.json, filter data.
2026-01-05
sdd-modify.md
3
1 export sdd-modify
2 tylerburleigh from "tylerburleigh/claude-sdd-toolkit"
3 Apply spec modifications systematically. Use to apply review feedback, bulk modifications, or interactive spec updates with safety checks, validation, and rollback support.
2026-01-05