Browse Skills

4429 skills found

mxcp-expert.md
1
1 export mxcp-expert
2 raw-labs from "raw-labs/claude-code-marketplace"
3 This skill must be used with any prompt that uses MXCP. MXCP is an enterprise-grade MCP (Model Context Protocol) framework for building production AI applications with SQL and Python endpoints, security, audit trails, policy enforcement, and comprehensive testing. Use this skill when working with MXCP in any capacity including creating, building, initializing, setting up, or editing MXCP servers or projects, configuring MCP tools/resources/prompts, implementing endpoints, setting up authentication/policies, debugging validation errors, or troubleshooting MXCP applications.
2026-01-05
code-review.md
1
1 export code-review
2 nirukk52 from "nirukk52/ScreenGraph"
3 This skill should be used when conducting focused code reviews that emphasize clarity, data flow understanding, and minimal assumptions. Trigger when reviewing pull requests, code changes, or when explicitly asked to review code. Produces structured reviews with priority-based feedback.
2026-01-05
resolve-pr-feedback.md
1
1 export resolve-pr-feedback
2 fx from "fx/cc"
3 Check a PR for unresolved automated review feedback (Copilot, CodeRabbit) and invoke the appropriate resolver skills. Use when the user says "resolve PR feedback", "check PR comments", "address review comments", or wants to handle all automated review feedback on a PR.
2026-01-05
data-engineering.md
1
1 export data-engineering
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-typescript"
3 Master data engineering, ETL/ELT, data warehousing, SQL optimization, and analytics. Use when building data pipelines, designing data systems, or working with large datasets.
2026-01-05
nextjs-16.md
1
1 export nextjs-16
2 mjunaidca from "mjunaidca/mjs-agent-skills"
3 Build Next.js 16 applications with the correct patterns. Use this skill when creating pages, layouts, middleware (now proxy.ts), dynamic routes, or upgrading from Next.js 15. Covers breaking changes like async params/searchParams, Turbopack defaults, proxy.ts (replacing middleware.ts), and cacheComponents.
2026-01-05
go-db-query.md
1
1 export go-db-query
2 cmungall from "cmungall/go-db"
3 Skills for querying Gene Ontology annotation databases in DuckDB format. Use this for queries about GO annotations, genes, terms, evidence codes, or taxonomic relationships in GO-DB databases (db/*.ddb files). Particularly useful for hierarchical queries using closure tables to find genes annotated to terms and their descendants.
2026-01-05
retrospecting.md
1
1 export retrospecting
2 bitwarden from "bitwarden/ai-plugins"
3 Performs comprehensive analysis of Claude Code sessions, examining git history, conversation logs, code changes, and gathering user feedback to generate actionable retrospective reports with insights for continuous improvement.
2026-01-05
agentdb-state-manager.md
1
1 export agentdb-state-manager
2 stharrold from "stharrold/stharrold-templates"
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
moai-platform-firebase-auth.md
1
1 export moai-platform-firebase-auth
2 junseokandylee from "junseokandylee/RallyApp"
3 Firebase Authentication specialist covering Google ecosystem, social auth, phone auth, and mobile-first patterns. Use when building Firebase-backed or Google ecosystem apps.
2026-01-05
security-auditor.md
1
1 export security-auditor
2 MaciWP from "MaciWP/CV_Astro"
3 Detects hardcoded secrets, SQL injection, XSS, path traversal, and insecure storage vulnerabilities. Specialized for Vue 3, TypeScript, Bun, PostgreSQL, and Redis in Poneglyph System. Keywords - security audit, vulnerability, sql injection, xss, secrets detection, security scan, vulnerability scan, security review
2026-01-05
managing-dev-environment.md
1
1 export managing-dev-environment
2 wolfiesch from "wolfiesch/UFC-pokedex"
3 Use this skill when starting, stopping, or troubleshooting the development environment including managing backend/frontend services, handling port conflicts, setting up Docker vs SQLite modes, configuring Cloudflare tunnels, managing environment variables, regenerating TypeScript types, clearing caches, or diagnosing startup failures. Supports multiple modes (local, tunnel, SQLite, PostgreSQL).
2026-01-05
ops-monitor.md
1
1 export ops-monitor
2 fractary from "fractary/claude-plugins"
3 Monitor deployed infrastructure health and performance - check resource status,query CloudWatch metrics (CPU, memory, requests, errors), analyze performancetrends, track SLI/SLO metrics, detect anomalies, generate health reports withresource status summaries, identify degraded services, provide performanceoptimization recommendations.
2026-01-05
receiving-code-review.md
1
1 export receiving-code-review
2 samjhecht from "samjhecht/wrangler"
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
mem-search.md
1
1 export mem-search
2 danmarauda from "danmarauda/claude-mem-deployment"
3 Search claude-mem's persistent cross-session memory database. Use when user asks "did we already solve this?", "how did we do X last time?", or needs work from previous sessions.
2026-01-05
redis-modules.md
1
1 export redis-modules
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-redis"
3 Master Redis modules - RedisJSON, RediSearch, RedisTimeSeries, RedisBloom, and extending Redis functionality
2026-01-05
document-fetcher.md
1
1 export document-fetcher
2 fractary from "fractary/claude-plugins"
3 Fetch documents from codex knowledge base with cache-first strategy.Delegates to fractary CLI for actual retrieval operations.
2026-01-05
tg-deployment.md
1
1 export tg-deployment
2 charlesmsiegel from "charlesmsiegel/tg"
3 Production deployment patterns for the World of Darkness Django application. Use when deploying to staging/production, configuring security settings, setting up Redis cache, planning database migrations, or preparing rollback procedures. Triggers on deployment tasks, production configuration, security hardening, or environment-specific settings.
2026-01-05
ops-responder.md
1
1 export ops-responder
2 fractary from "fractary/claude-plugins"
3 Respond to incidents and apply remediations - restart services, scale resources,clear caches, update configurations, rollback deployments, apply fixes, verifyremediation success, document actions taken, track remediation history.
2026-01-05
database-schema.md
1
1 export database-schema
2 JasonPaff from "JasonPaff/head-shakers"
3 Enforces Head Shakers database schema conventions when creating or modifying Drizzle ORM table definitions, including constraints, indexes, relations, and column patterns. This skill should be used proactively whenever working with schema files to ensure consistent schema design for PostgreSQL with Neon serverless.
2026-01-05
spring-reactive.md
1
1 export spring-reactive
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-spring-boot"
3 Build reactive applications - WebFlux, Mono/Flux, R2DBC, backpressure, reactive streams
2026-01-05
managing-github-projects.md
1
1 export managing-github-projects
2 kynoptic from "kynoptic/markdownlint-trap"
3 Manages GitHub Projects V2 items and custom fields using GitHub CLI commands. Use when adding issues/PRs to projects, updating Status (Backlog/Todo/Doing/Done), Value (Essential/Useful/Nice-to-have), or Effort (Light/Moderate/Heavy) fields, querying project data, or performing bulk operations.
2026-01-05
injection-vulnerabilities-ai-generated-code.md
1
1 export injection-vulnerabilities-ai-generated-code
2 harperaa from "harperaa/secure-claude-skills"
3 Understand how AI generates SQL injection, command injection, and XSS vulnerabilities. Use this skill when you need to learn about injection attack patterns in AI code, see real-world examples of injection vulnerabilities, understand why AI generates insecure database queries, or recognize vulnerable code patterns. Triggers include "SQL injection AI", "command injection", "XSS vulnerabilities", "injection attacks", "AI database queries", "shell injection", "cross-site scripting AI code".
2026-01-05
project-manager.md
1
1 export project-manager
2 SaharCarmel from "SaharCarmel/Sahar-claude-code-marketplace"
3 Use this skill for ANY interaction with external issue tracking and project management tools (Linear, Jira, GitHub Issues, etc.). This includes:- Reading, creating, or updating issues in Linear/Jira/GitHub- Querying project boards, backlogs, or sprints- Updating issue statuses, assignees, or labels- Fetching milestones, cycles, or sprint information- Creating or managing projects- Any API call to Linear, Jira, or similar toolsTrigger phrases: "update Linear", "check Linear", "create issue", "my tickets", "project board", "backlog", "sprint", "milestone", "assign to me", "move to done", "what's in progress"
2026-01-05
script-writer.md
1
1 export script-writer
2 agent-trust-protocol from "agent-trust-protocol/atp-core"
3 This skill should be used whenever users need YouTube video scripts written. On first use, collects comprehensive preferences including script type, tone, target audience, style, video length, hook style, use of humor, personality, and storytelling approach. Generates complete, production-ready YouTube scripts tailored to user's specifications for any topic. Maintains database of preferences and past scripts for consistent style.
2026-01-05