Browse Skills
4429 skills found
fastapi-async-patterns.md
0
1
export
fastapi-async-patterns
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Create async FastAPI endpoints with proper error handling, dependency injection, service/repository patterns, and type safety. Includes async database queries, pagination, filtering, and Gemini integration.
2026-01-05
supabase-auth-ssr-setup.md
0
1
export
supabase-auth-ssr-setup
2
from
"hopeoverture/worldbuilding-app-skills"
from
"hopeoverture/worldbuilding-app-skills"
3
This skill should be used when configuring Supabase Auth for server-side rendering with Next.js App Router, including secure cookie handling, middleware protection, route guards, authentication utilities, and logout flow. Apply when setting up SSR auth, adding protected routes, implementing middleware authentication, configuring secure sessions, or building login/logout flows with Supabase.
2026-01-05
firebase-app-hosting.md
0
1
export
firebase-app-hosting
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Guide for configuring, deploying, and troubleshooting Firebase App Hosting with Next.js and other frameworks. Use when setting up apphosting.yaml, debugging build/deploy errors, managing environment variables, configuring Cloud Run settings, or adapting projects for App Hosting production environment.
2026-01-05
using-weaviate.md
0
1
export
using-weaviate
2
from
"FortiumPartners/ensemble"
from
"FortiumPartners/ensemble"
3
Weaviate vector database for semantic search, hybrid queries, and AI-native applications. Use for embeddings storage, similarity search, RAG pipelines, and multi-modal retrieval.
2026-01-05
cassandra-sstable-format-parsing.md
0
1
export
cassandra-sstable-format-parsing
2
from
"pmcfadin/cqlite"
from
"pmcfadin/cqlite"
3
Guide parsing of Cassandra 5.0+ SSTable components (Data.db, Index.db, Statistics.db, Summary.db, TOC) with compression support (LZ4, Snappy, Deflate). Use when working with SSTable files, binary format parsing, hex dumps, compression issues, offset calculations, BTI index, partition layout, or debugging parsing errors.
2026-01-05
backend-api.md
0
1
export
backend-api
2
from
"pluginagentmarketplace/custom-plugin-postgresql"
from
"pluginagentmarketplace/custom-plugin-postgresql"
3
Master backend development with Node.js, Python, Java, Go, and PHP. Learn API design, database optimization, authentication, microservices, and server-side best practices.
2026-01-05
apple-photos.md
0
1
export
apple-photos
2
from
"g-shudy/claude-plugins"
from
"g-shudy/claude-plugins"
3
Query Apple Photos library to find recent photos, get photo metadata, and access photo file paths. Use when user asks about recent photos, wants to find specific photos, or needs to access photo files.
2026-01-05
tilt-logs.md
0
1
export
tilt-logs
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Query logs from Tilt local_resource processes with time-based filtering. Use when debugging Tilt services, viewing recent logs, streaming logs in follow mode, or filtering logs by resource name. Triggers on "tilt logs", "check tilt output", "what's happening in [resource]", "debug tilt", or any log inspection for Tilt-managed processes.
2026-01-05
context-database-schema.md
0
1
export
context-database-schema
2
from
"stars-end/agent-skills"
from
"stars-end/agent-skills"
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
improving-skills.md
0
1
export
improving-skills
2
from
"taisukeoe/agentic-ai-skills-creator"
from
"taisukeoe/agentic-ai-skills-creator"
3
Improve existing agent skills based on user feedback and best practices. Use when the user wants to fix, enhance, or refactor an existing skill. Gathers user feedback first, then applies technical analysis and implements improvements.
2026-01-05
pyjail.md
0
1
export
pyjail
2
from
"kiwamizamurai/cctf"
from
"kiwamizamurai/cctf"
3
Escapes Python sandbox restrictions. Use when working with restricted Python eval/exec environments, sandbox escapes, filtered input challenges, or Python jail challenges.
2026-01-05
wordpress-plugin-fundamentals.md
0
1
export
wordpress-plugin-fundamentals
2
from
"danielseltzer/code-analysis-tools"
from
"danielseltzer/code-analysis-tools"
3
Modern WordPress plugin development with PHP 8.3+, OOP architecture, hooks system, database interactions, and Settings API
2026-01-05
databases.md
0
1
export
databases
2
from
"untangledfinance/untangled-web"
from
"untangledfinance/untangled-web"
3
Work with MongoDB (document database, BSON documents, aggregation pipelines, Atlas cloud) and PostgreSQL (relational database, SQL queries, psql CLI, pgAdmin). Use when designing database schemas, writing queries and aggregations, optimizing indexes for performance, performing database migrations, configuring replication and sharding, implementing backup and restore strategies, managing database users and permissions, analyzing query performance, or administering production databases.
2026-01-05
knowledge-search.md
0
1
export
knowledge-search
2
from
"blueraai/bluera-knowledge"
from
"blueraai/bluera-knowledge"
3
Teaches how to use Bluera Knowledge for accessing library sources and reference material. Explains two approaches - vector search via MCP/slash commands for discovery, or direct Grep/Read access to cloned repos for precision. Shows when to use each method and example workflows for querying library internals.
2026-01-05
moodle-php-direct.md
0
1
export
moodle-php-direct
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Execute PHP scripts directly on the Moodle server via SSH for database queries, user management, course operations, and system administration. Use when you need direct database access, when REST API permissions are insufficient, or when the user asks to "use PHP directly" or "run a script on the server".
2026-01-05
fastapi-patterns.md
0
1
export
fastapi-patterns
2
from
"Lobbi-Docs/claude"
from
"Lobbi-Docs/claude"
3
FastAPI best practices, Pydantic models, SQLAlchemy ORM, async patterns, dependency injection, and JWT authentication. Activate for FastAPI apps, async Python APIs, API design, and modern Python web services.
2026-01-05
semantic-searchsearch.md
0
1
export
semantic-searchsearch
2
from
"adam-hanna/semantic-search-mcp"
from
"adam-hanna/semantic-search-mcp"
3
Use when searching the codebase with natural language queries like "authentication logic" or "database connection"
2026-01-05
framework-integrations.md
0
1
export
framework-integrations
2
from
"vanman2024/ai-dev-marketplace"
from
"vanman2024/ai-dev-marketplace"
3
Django, Flask, FastAPI integration patterns for Celery. Use when integrating Celery with Django, Flask, or FastAPI, setting up framework-specific configurations, handling application contexts, managing database transactions with tasks, configuring async workers, or when user mentions Django Celery, Flask Celery, FastAPI background tasks, framework integration, or web framework task queues.
2026-01-05
receipt-scanner-master.md
0
1
export
receipt-scanner-master
2
from
"EGAdams/planner"
from
"EGAdams/planner"
3
Master receipt scanning operations including parsing, debugging, enhancing accuracy, and database integration. Use when working with receipts, images, OCR issues, expense categorization, or troubleshooting receipt uploads.
2026-01-05
llamaindex-patterns.md
0
1
export
llamaindex-patterns
2
from
"vanman2024/ai-dev-marketplace"
from
"vanman2024/ai-dev-marketplace"
3
LlamaIndex implementation patterns with templates, scripts, and examples for building RAG applications. Use when implementing LlamaIndex, building RAG pipelines, creating vector indices, setting up query engines, implementing chat engines, integrating LlamaCloud, or when user mentions LlamaIndex, RAG, VectorStoreIndex, document indexing, semantic search, or question answering systems.
2026-01-05
share-skill.md
0
1
export
share-skill
2
from
"abdullahbeam/nexus-design-abdullah"
from
"abdullahbeam/nexus-design-abdullah"
3
Push a local skill to the Notion skills database. Load when user mentions "share skill", "export skill", "push to notion", "add skill to database", or after creating a new skill with create-skill.
2026-01-05
mermaid-diagrams.md
0
1
export
mermaid-diagrams
2
from
"el-feo/ai-context"
from
"el-feo/ai-context"
3
Comprehensive guide for creating software diagrams using Mermaid syntax. Use when users need to create, visualize, or document software through diagrams including class diagrams (domain modeling, object-oriented design), sequence diagrams (application flows, API interactions, code execution), flowcharts (processes, algorithms, user journeys), entity relationship diagrams (database schemas), C4 architecture diagrams (system context, containers, components), state diagrams, git graphs, pie charts, gantt charts, or any other diagram type. Triggers include requests to "diagram", "visualize", "model", "map out", "show the flow", or when explaining system architecture, database design, code structure, or user/application flows.
2026-01-05
global-tech-stack.md
0
1
export
global-tech-stack
2
from
"devmatrix-ai/devmatrix-mvp"
from
"devmatrix-ai/devmatrix-mvp"
3
Reference and maintain the project's technical stack documentation including frameworks, languages, databases, testing tools, and third-party services to ensure consistency across all development work. Use this skill when choosing technologies for new features, when documenting technology decisions, when working with framework-specific code patterns, or when ensuring consistency with existing technology choices. Use this skill when working with any code file to verify it follows the conventions of the project's chosen frameworks and tools. Use this skill when setting up new dependencies, configuring build tools, or making architectural decisions about which libraries or services to use. Use this skill when onboarding new team members or creating technical documentation about the project's architecture and technology choices.
2026-01-05
test-doctor.md
0
1
export
test-doctor
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use this skill to diagnose and repair broken tests with a methodical, surgical approach.AUTO-ACTIVATE when user mentions (FR/EN): - test cassé, broken test, failing test, test fail, test échoue - erreur test, test error, assertion failed, timeout test - réparer test, fix test, corriger test, debug test - npm test fail, jest error, test suite failedAGENTS: Specialized agents (backend-specialist, frontend-specialist, database-specialist) MUST invoke this skill when asked to fix tests. Use: Skill("test-doctor")CRITICAL: NO mass corrections. ONE test at a time with validation. ALWAYS diagnose before fixing. ALWAYS consult DONT_DO.md first.Context: 1211 test files, 5561/6101 passing (540 failing). Stack: Jest, React Testing Library, Prisma, Next.js 15, TypeScript 5.
2026-01-05