Browse Skills

4429 skills found

supabase-operations.md
1
1 export supabase-operations
2 bout3fiddy from "bout3fiddy/agents"
3 This skill should be used when the user asks to "list posters", "get poster info", "fetch context document", "get latest poster", "check poster count", "show poster details", "get context for poster", "show enrichment quality", "diagnose enrichment", "show pulse script", "get all poster data", "check what data we have", or mentions Supabase, posters, context documents, enrichment, or database queries. Provides commands and scripts for querying Local Pulse poster data from Supabase.
2026-01-05
observability.md
1
1 export observability
2 kpiteira from "kpiteira/ktrdr"
3 Use when diagnosing operation failures, stuck or slow operations, querying Jaeger traces, working with Grafana dashboards, debugging distributed system issues, or investigating worker selection and service communication problems.
2026-01-05
prisma-patterns.md
1
1 export prisma-patterns
2 ashchupliak from "ashchupliak/dream-team"
3 Prisma ORM patterns - use for database access in Next.js, schema design, migrations, transactions, and relations
2026-01-05
aiwffrontend-dev-guidelines.md
1
1 export aiwffrontend-dev-guidelines
2 moonklabs from "moonklabs/aiwf"
3 Frontend development guidelines for React/TypeScript applications. Modern patterns including Suspense, lazy loading, useSuspenseQuery, file organization with features directory, MUI v7 styling, TanStack Router, performance optimization, and TypeScript best practices. Use when creating components, pages, features, fetching data, styling, routing, or working with frontend code.
2026-01-05
wordpress-plugin-core.md
1
1 export wordpress-plugin-core
2 ovachiever from "ovachiever/droid-tings"
3 Build secure WordPress plugins with core patterns for hooks, database interactions, Settings API, custom post types, REST API, and AJAX. Covers three architecture patterns (Simple, OOP, PSR-4) and the Security Trinity.Use when creating plugins, implementing nonces/sanitization/escaping, working with $wpdb prepared statements, or troubleshooting SQL injection, XSS, CSRF vulnerabilities, or plugin activation errors.
2026-01-05
agentuity-cli-cloud-sandbox-run.md
1
1 export agentuity-cli-cloud-sandbox-run
2 agentuity from "agentuity/discord-help-agent"
3 Run a one-shot command in a sandbox (creates, executes, destroys). Requires authentication. Use for Agentuity cloud platform operations
2026-01-05
cache-list.md
1
1 export cache-list
2 fractary from "fractary/claude-plugins"
3 List cache entries with filtering, sorting, and freshness status.Delegates to fractary CLI for actual cache operations.
2026-01-05
power-bi.md
1
1 export power-bi
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-bi-analyst"
3 Master Power BI development including DAX formulas, Power Query M, data modeling, and report optimization
2026-01-05
code-review.md
1
1 export code-review
2 akaszubski from "akaszubski/anyclaude-local"
3 This skill should be used when reviewing code or preparing code for review. It provides guidelines for what to look for in reviews, how to write constructive feedback, and standards for review comments.
2026-01-05
code-review.md
1
1 export code-review
2 yoichiojima-2 from "yoichiojima-2/mcp-servers"
3 Review code for quality, bugs, security issues, and best practices.Use this skill when the user asks for code review, code analysis, or wants feedback on their code.
2026-01-05
cv-knowledge-query.md
1
1 export cv-knowledge-query
2 fotescodev from "fotescodev/portfolio"
3 Query the CV knowledge base to find achievements, stories, and metrics by theme, skill, company, or keyword. Use when user asks about experience, wants to find specific accomplishments, or needs data for content generation.
2026-01-05
sqlmodel-database.md
1
1 export sqlmodel-database
2 mjunaidca from "mjunaidca/mjs-agent-skills"
3 Design and implement database schemas using SQLModel with sync and async patterns. Use this skill when creating database models, setting up Neon PostgreSQL connections, defining relationships (one-to-many, many-to-many), implementing FastAPI dependency injection, or migrating schemas. Covers both sync Session and async AsyncSession patterns.
2026-01-05
create-repository.md
1
1 export create-repository
2 madooei from "madooei/backend-template"
3 Create repository interface for data access abstraction. Use when adding a new resource that needs database operations, defining CRUD interface, or setting up repository pattern. Triggers on "new repository", "repository interface", "data access layer", "create repository".
2026-01-05
aws-rds-setup.md
1
1 export aws-rds-setup
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-aws"
3 Deploy and configure RDS/Aurora databases with HA and security
2026-01-05
redis-cluster.md
1
1 export redis-cluster
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-redis"
3 Master Redis Cluster - horizontal scaling, hash slots, resharding, cluster management, and distributed architecture
2026-01-05
aidb-architecture.md
1
1 export aidb-architecture
2 ai-debugger-inc from "ai-debugger-inc/aidb"
3 Comprehensive architectural reference for AIDB core and MCP integration. Covers 6-layer architecture (MCP, Service, Session, Adapter, DAP Client, Protocol), component organization, data flow patterns, and design decisions. Use when explaining overall system design or understanding how layers interact.
2026-01-05
tanstack-query.md
1
1 export tanstack-query
2 oriolrius from "oriolrius/pki-manager-web"
3 Expert guidance for TanStack Query (React Query) including queries, mutations, caching, invalidation, optimistic updates, pagination, and infinite queries. Use this when managing server state in React applications.
2026-01-05
supabase-automation.md
1
1 export supabase-automation
2 jgtolentino from "jgtolentino/insightpulse-odoo"
3 Master Supabase CLI automation, auth configuration, edge functions, secrets management, MCP integration, and Management API for production deployments
2026-01-05
architecture-validator.md
1
1 export architecture-validator
2 davidmatousek from "davidmatousek/product-led-spec-kit"
3 Validates architecture documentation completeness by checking for technology stack, API specifications, database schema, security architecture, and alignment with feature specification. Ensures plan.md is complete before implementation.
2026-01-05
global-tech-stack.md
1
1 export global-tech-stack
2 imkdw from "imkdw/imkdw-dev"
3 Understand and utilize the project's technology stack including NestJS, Next.js, Prisma, PostgreSQL, and TypeScript. Use this skill when making technology decisions, when choosing libraries or packages, when understanding framework-specific patterns, or when configuring development tools. This includes NestJS with feature-based modular architecture, Next.js 15 with App Router, Prisma ORM for database access, PostgreSQL, TypeScript with strict mode, pnpm for package management, Turborepo for monorepo orchestration, and shared workspace packages. Apply when setting up new features, choosing dependencies, or understanding the overall system architecture.
2026-01-05
debugging.md
1
1 export debugging
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-cpp"
3 Production-grade skill for C++ debugging. Covers GDB, LLDB, sanitizers, memory debugging, crash analysis, and systematic bug investigation techniques.
2026-01-05
agentuity-cli-cloud-db-get.md
1
1 export agentuity-cli-cloud-db-get
2 agentuity from "agentuity/discord-help-agent"
3 Show details about a specific database. Requires authentication. Use for Agentuity cloud platform operations
2026-01-05
agentuity-cli-cloud-redis-show.md
1
1 export agentuity-cli-cloud-redis-show
2 agentuity from "agentuity/discord-help-agent"
3 Show Redis connection URL. Requires authentication. Use for Agentuity cloud platform operations
2026-01-05
watch-uat-azdo-pr.md
1
1 export watch-uat-azdo-pr
2 oocx from "oocx/tfplan2md-uat"
3 Watch an Azure DevOps UAT PR for maintainer feedback or approval by polling threads and reviewer votes until approved/passed.
2026-01-05