Browse Skills

4429 skills found

supabase-edge-functions.md
1
1 export supabase-edge-functions
2 CoderMariusz from "CoderMariusz/MonoPilot"
3 Apply when building serverless functions in Supabase: webhooks, background jobs, third-party integrations, or complex server-side logic. Runs on Deno 2.1+.
2026-01-05
backend-architect.md
1
1 export backend-architect
2 Lordjiggy from "Lordjiggy/claude-code-marketplace"
3 Backend architecture agent for API design, database schema, and microservices
2026-01-05
notion-llm-config.md
1
1 export notion-llm-config
2 sdbuch from "sdbuch/dotfiles"
3 Manages the Notion LLM Config Table database tracking model configurations and parameters across multiple model providers. Use when working with the LLM config table, adding models, updating model parameters, or querying model architecture details.
2026-01-05
backend-api.md
1
1 export backend-api
2 Intellifill from "Intellifill/IntelliFill"
3 Create Express.js API endpoints for IntelliFill following established patterns (Prisma, Supabase auth, Joi validation, Bull queues). Use when creating new API routes, services, or middleware.
2026-01-05
story-arborist.md
1
1 export story-arborist
2 Mharbulous from "Mharbulous/SyncoPaid"
3 Analyze, diagnose, and reorganize story tree structure. Use when user says "check tree health", "find orphans", "move story", "rename story", "fix tree structure", "reparent stories", "validate tree", or when structural issues are suspected in story-tree.db. Focuses Claude on diagnosis while delegating mechanical operations to deterministic scripts. (project)
2026-01-05
agentdb-learning-plugins.md
1
1 export agentdb-learning-plugins
2 pacphi from "pacphi/ampel"
3 Create and train AI learning plugins with AgentDB's 9 reinforcement learning algorithms. Includes Decision Transformer, Q-Learning, SARSA, Actor-Critic, and more. Use when building self-learning agents, implementing RL, or optimizing agent behavior through experience.
2026-01-05
agentuity-cli-cloud-sandbox-execution-get.md
1
1 export agentuity-cli-cloud-sandbox-execution-get
2 agentuity from "agentuity/discord-help-agent"
3 Get information about a specific execution. Requires authentication. Use for Agentuity cloud platform operations
2026-01-05
status-syncer.md
1
1 export status-syncer
2 fractary from "fractary/claude-plugins"
3 Forces refresh of status cache and displays comprehensive repository status to trigger statusLine update
2026-01-05
feedback-triage.md
1
1 export feedback-triage
2 troykelly from "troykelly/claude-skills"
3 Use when receiving UAT feedback, bug reports, user testing results, stakeholder feedback, QA findings, or any batch of issues to investigate. Investigates each item BEFORE creating issues, classifies by type and priority, creates well-formed GitHub issues with proper project board integration.
2026-01-05
postgres.md
1
1 export postgres
2 sanjay3290 from "sanjay3290/ai-skills"
3 Execute read-only SQL queries against multiple PostgreSQL databases. Use when: (1) querying PostgreSQL databases, (2) exploring database schemas/tables, (3) running SELECT queries for data analysis, (4) checking database contents. Supports multiple database connections with descriptions for intelligent auto-selection. Blocks all write operations (INSERT, UPDATE, DELETE, DROP, etc.) for safety.
2026-01-05
querying-hms-documentation.md
1
1 export querying-hms-documentation
2 gpt-cmdr from "gpt-cmdr/hms-commander"
3 Queries official HEC-HMS documentation to answer technical questions. Provides access toUser's Manual, Technical Reference Manual, Release Notes, and community resources.Use when seeking official documentation on HMS methods, parameters, file formats,version features, or workflow guidance. Complements investigating-hms-internals (decompiledsource code) with authoritative documentation.Trigger keywords: HMS documentation, User's Manual, Technical Reference, loss methods,transform methods, routing methods, HMS parameters, file formats, release notes,HMS version features, method parameters, official HMS, USACE documentation.
2026-01-05
astro-tailwind-cloudflare-stack.md
1
1 export astro-tailwind-cloudflare-stack
2 Olu-AnuAkin-Akinyemi from "Olu-AnuAkin-Akinyemi/Grimora"
3 Complete full-stack development with Astro (Islands Architecture), Tailwind CSS (utility-first styling), and CloudFlare Workers/D1/KV (edge computing and hybrid database). Strategic guidance plus practical implementation patterns for building fast, globally-distributed web applications.
2026-01-05
code-review.md
1
1 export code-review
2 always-further from "always-further/claude-extensions"
3 Activates when user wants code reviewed for quality, best practices, bugs, or improvements. Triggers on "review this code", "check my implementation", "is this code good", "find bugs", "improve this function", "code quality check", or requests for feedback on code.
2026-01-05
dev-cli-development.md
1
1 export dev-cli-development
2 ai-debugger-inc from "ai-debugger-inc/aidb"
3 Guide for developing AIDB dev-cli commands and services. Covers Click framework patterns, service architecture, command development, decorators, error handling, CommandExecutor, CliOutput, BaseService, BaseManager patterns. Use when working with src/aidb_cli/, adding CLI commands, creating services, or integrating with Docker/test/adapter systems.
2026-01-05
agentdb-advanced-features.md
1
1 export agentdb-advanced-features
2 pacphi from "pacphi/ampel"
3 Master advanced AgentDB features including QUIC synchronization, multi-database management, custom distance metrics, hybrid search, and distributed systems integration. Use when building distributed AI systems, multi-agent coordination, or advanced vector search applications.
2026-01-05
redis-strings.md
1
1 export redis-strings
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-redis"
3 Master Redis Strings - SET, GET, INCR, DECR, atomic counters, binary-safe operations, and caching patterns
2026-01-05
data-fetching.md
1
1 export data-fetching
2 atilladeniz from "atilladeniz/next-go-pg"
3 Server-Side + Client-Side Data Fetching with Orval + TanStack Query HydrationBoundary Pattern. ALWAYS use Orval - NEVER manual fetch()!
2026-01-05
tg-validation.md
1
1 export tg-validation
2 charlesmsiegel from "charlesmsiegel/tg"
3 Data validation patterns for the World of Darkness Django application including database constraints, model validators, and atomic transactions. Use when implementing XP/freebie spending transactions, adding database constraints to models, writing clean() validation methods, or ensuring data integrity for character stats.
2026-01-05
eloquent-best-practices.md
1
1 export eloquent-best-practices
2 iSerter from "iSerter/laravel-claude-agents"
3 Best practices for Laravel Eloquent ORM including query optimization, relationship management, and avoiding common pitfalls like N+1 queries.
2026-01-05
performance-optimization.md
1
1 export performance-optimization
2 sjnims from "sjnims/rails-expert"
3 This skill should be used when the user asks about Rails performance optimization, slow queries, caching strategies, database indexing, N+1 query prevention, memory optimization, asset optimization, profiling, benchmarking, Rack Mini Profiler, Bullet gem, query analysis, Russian doll caching, fragment caching, page speed, or production performance tuning. Also use when discussing YJIT, Puma configuration, or scalability. Examples:
2026-01-05
client-server-data-flow.md
1
1 export client-server-data-flow
2 Reodor-Studios from "Reodor-Studios/create-reodor-app"
3 Implement type-safe client-server data flows in Next.js applications using Supabase, TanStack Query, React Hook Form, and Zod validation. Use when building CRUD features, handling forms with validation, implementing file uploads, or creating server actions with authentication and authorization. Essential for pages requiring data mutations with proper loading states, error handling, and query cache management.
2026-01-05
database-schema-extension.md
1
1 export database-schema-extension
2 Reodor-Studios from "Reodor-Studios/create-reodor-app"
3 Extend the Supabase PostgreSQL database schema following this project's declarative schema patterns, migration workflow, and type generation pipeline. Use when adding tables, columns, enums, RLS policies, triggers, or database functions.
2026-01-05
agentuity-cli-cloud-db-logs.md
1
1 export agentuity-cli-cloud-db-logs
2 agentuity from "agentuity/discord-help-agent"
3 Get query logs for a specific database. Requires authentication. Use for Agentuity cloud platform operations
2026-01-05
context-database-schema.md
1
1 export context-database-schema
2 stars-end from "stars-end/affordabot"
3 Supabase PostgreSQL schema management, 86+ migrations, RLS policies, and type generation.Handles table creation, schema changes, migrations, foreign key constraints, and migration workflows.Use when working with database schema, migrations, data modeling, or type definitions,or when user mentions database changes, table modifications, schema updates, migration failures,"relation does not exist" errors, foreign key issues, Supabase schema operations, users table, accounts table, or holdings table.
2026-01-05