Browse Skills
4429 skills found
using-ask-question-cli.md
0
1
export
using-ask-question-cli
2
from
"johnnymo87/chatgpt-relay"
from
"johnnymo87/chatgpt-relay"
3
Send prompts to ChatGPT via browser automation. Use this when you need to query ChatGPT from the command line or integrate with the /ask-question slash command.
2026-01-05
zero-to-running.md
0
1
export
zero-to-running
2
from
"caseymanos/dev-skills-marketplace"
from
"caseymanos/dev-skills-marketplace"
3
Automate local development environment setup for multi-service applications. Use when developers need to quickly set up or configure local dev environments with frontend (React/TypeScript/Tailwind), backend (Node/TypeScript), PostgreSQL, Redis, and Kubernetes orchestration. Handles single-command setup, teardown, configuration management, health checks, and docker-compose/k8s deployment workflows.
2026-01-05
managing-jira.md
0
1
export
managing-jira
2
from
"disusered/dotfiles-universal"
from
"disusered/dotfiles-universal"
3
Creates and manages Jira work items via acli CLI. Use when creating Jira issues, updating tasks, transitioning statuses, adding comments, or querying JQL. For Confluence operations, use managing-confluence instead.
2026-01-05
deployment-agent.md
0
1
export
deployment-agent
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
DeploymentAgent スキル - CI/CDデプロイ自動化・Firebase自動デプロイ・ヘルスチェック・自動Rollback。ビルド・テスト・デプロイを完全自動化し、Staging/Production環境へのFirebaseデプロイを実行。Use when:- アプリケーションをデプロイする時- Firebase Hosting/Functionsにデプロイする時- ヘルスチェックが必要な時- Rollbackが必要な時- "デプロイ", "deploy", "release", "staging", "production" がキーワードに含まれる時
2026-01-05
seer.md
0
1
export
seer
2
from
"ajobi-uhc/seer-claude-plugin"
from
"ajobi-uhc/seer-claude-plugin"
3
Set up GPU sandboxes for interpretability research. Use when writing setup.py scripts with Sandbox, SandboxConfig, ModelConfig, or create_notebook_session. Provides the exact API for Modal GPU environments - MUST read before writing any sandbox setup code.
2026-01-05
backend-python.md
0
1
export
backend-python
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
FastAPI Python backend in api/. Covers routes, models, Supabase integration, authentication, R2 storage, and Cloudflare Workers deployment. Port 9999 for local dev. OpenAPI docs at /docs.
2026-01-05
patent-search.md
0
1
export
patent-search
2
from
"RobThePCGuy/Claude-Patent-Creator"
from
"RobThePCGuy/Claude-Patent-Creator"
3
Search 76M+ patents using BigQuery (fast, zero setup) or PatentsView API (US patents with rich metadata).
2026-01-05
nitro-testing.md
0
1
export
nitro-testing
2
from
"gallop-systems/claude-skills"
from
"gallop-systems/claude-skills"
3
Test Nuxt 3 / Nitro API handlers with real PostgreSQL, transaction rollback isolation, and typed factories. No mocks, real SQL.
2026-01-05
frontend-api-integration.md
0
1
export
frontend-api-integration
2
from
"MUmerRazzaq/fast-next-todo"
from
"MUmerRazzaq/fast-next-todo"
3
Guide for building robust API integration layers in React/TypeScript applications. Use when implementing HTTP clients (axios/fetch), request/response interceptors, authentication token handling, error handling strategies, retry logic, request cancellation, or organizing API services. Triggers on questions about API client setup, custom hooks for data fetching, React Query/SWR integration, or service layer patterns.
2026-01-05
stl-generator.md
0
1
export
stl-generator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Generate 3D printable STL files for woodworking jigs and fixtures using CadQuery. Use when the user requests lampshade jigs, circle cutting guides, angle wedges, spacing blocks, alignment fixtures, router jigs, or any custom 3D-printed woodworking aid. Optimized for Elegoo Neptune 4 Pro (225x225x265mm build volume, 0.2mm layer height). Always use metric measurements.
2026-01-05
postgresql-table-design.md
0
1
export
postgresql-table-design
2
from
"zmre/nix-pai"
from
"zmre/nix-pai"
3
Design a PostgreSQL-specific schema. Covers best-practices, data types, indexing, constraints, performance patterns, and advanced features
2026-01-05
global-validation.md
0
1
export
global-validation
2
from
"89jobrien/mcp-joecc"
from
"89jobrien/mcp-joecc"
3
Implement secure, consistent input validation on both client and server sides. Use this skill when validating form inputs, API request bodies, or user-provided data. When sanitizing input to prevent injection attacks (SQL, XSS, command injection). When writing allowlist-based validation, type checking, or business rule validation. When providing field-specific error messages to users.
2026-01-05
openwebf-release-versioning-rollback.md
0
1
export
openwebf-release-versioning-rollback
2
from
"archview-ai/webf-plugin"
from
"archview-ai/webf-plugin"
3
Design versioning, cache busting, progressive rollout, and rollback for remote WebF bundles. Use when the user mentions version pinning, cache busting, force update, rollback, feature flags, or staged rollout.
2026-01-05
repomix-cache-refresh.md
0
1
export
repomix-cache-refresh
2
from
"metasaver/metasaver-marketplace"
from
"metasaver/metasaver-marketplace"
3
Post-workflow cache refresh for Repomix. Automatically refreshes compressed codebase representation after files are modified. Ensures next command has accurate context with 70% token savings. Invoke at end of any workflow that modifies source files. Takes ~2.4 seconds when refresh needed.
2026-01-05
sql-schema-discovery.md
0
1
export
sql-schema-discovery
2
from
"Wkayaobama/IC-D-LOAD"
from
"Wkayaobama/IC-D-LOAD"
3
Discover and introspect SQL Server database schemas dynamically. Use this skill when you need to understand table structures, column types, primary/foreign key relationships, or when adding new entities to the extraction pipeline.
2026-01-05
cloudflare-kv.md
0
1
export
cloudflare-kv
2
from
"jackspace/ClaudeSkillz"
from
"jackspace/ClaudeSkillz"
3
Complete knowledge domain for Cloudflare Workers KV - global, low-latency key-value storage on Cloudflare's edge network.Use when: creating KV namespaces, storing configuration data, caching API responses, managing user preferences,implementing TTL expiration, handling KV metadata, or encountering "KV_ERROR", "429 too many requests","kv rate limit", cacheTtl errors, or eventual consistency issues.Keywords: kv storage, cloudflare kv, workers kv, kv namespace, kv bindings, kv cache, kv ttl, kv metadata,kv list, kv pagination, cache optimization, edge caching, KV_ERROR, 429 too many requests, kv rate limit,eventually consistent, wrangler kv, kv operations, key value storage
2026-01-05
lms-architecture.md
0
1
export
lms-architecture
2
from
"geonook/learning-management-system-esid"
from
"geonook/learning-management-system-esid"
3
LMS-ESID core architecture including one-class-three-teachers system, course structure, grade levels, role permissions, and database schema. Use this skill when understanding teacher types (LT/IT/KCFS/HT), course relationships, class naming conventions, academic year data, or table relationships.
2026-01-05
reviewing-prisma-patterns.md
0
1
export
reviewing-prisma-patterns
2
from
"djankies/claude-configs"
from
"djankies/claude-configs"
3
Review Prisma code for common violations, security issues, and performance anti-patterns found in AI coding agent stress testing. Use when reviewing Prisma Client usage, database operations, or performing code reviews on projects using Prisma ORM.
2026-01-05
health-check.md
0
1
export
health-check
2
from
"semicolon-devteam/sax-backend"
from
"semicolon-devteam/sax-backend"
3
Validate backend development environment and authentication status. Use when (1) new backend developer onboarding, (2) checking required tools (gh CLI, Git, Node, pnpm, Supabase), (3) verifying GitHub auth and repo access, (4) orchestrator auto-runs at work start.
2026-01-05
nextjs.md
0
1
export
nextjs
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use this skill for Next.js App Router patterns, Server Components, Server Actions, Cache Components, and framework-level optimizations. Covers Next.js 16 breaking changes including async params, proxy.ts migration, Cache Components with "use cache", and React 19.2 integration. For deploying to Cloudflare Workers, use the cloudflare-nextjs skill instead. This skill is deployment-agnostic and works with Vercel, AWS, self-hosted, or any platform.Keywords: Next.js 16, Next.js App Router, Next.js Pages Router, Server Components, React Server Components, Server Actions, Cache Components, use cache, Next.js 16 breaking changes, async params nextjs, proxy.ts migration, React 19.2, Next.js metadata, Next.js SEO, generateMetadata, static generation, dynamic rendering, streaming SSR, Suspense, parallel routes, intercepting routes, route groups, Next.js middleware, Next.js API routes, Route Handlers, revalidatePath, revalidateTag, next/navigation, useSearchParams, turbopack, next.config
2026-01-05
drizzle-orm.md
0
1
export
drizzle-orm
2
from
"bobmatnyc/termpilot"
from
"bobmatnyc/termpilot"
3
Type-safe SQL ORM for TypeScript with zero runtime overhead. Use when building database layers requiring compile-time safety, minimal bundle size, or superior performance over Prisma. Supports PostgreSQL, MySQL, SQLite with native SQL generation, relational queries, and migration management via Drizzle Kit.
2026-01-05
moai-domain-notion.md
0
1
export
moai-domain-notion
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Enterprise Notion integration with MCP server architecture, database operations, and content management
2026-01-05
monitor-sessions.md
0
1
export
monitor-sessions
2
from
"teradata-labs/claude-cookbooks"
from
"teradata-labs/claude-cookbooks"
3
Monitor active Teradata sessions using real-time resources, view SQL execution details, identify blocking issues, and optionally take control actions
2026-01-05
controller-expert.md
0
1
export
controller-expert
2
from
"ryu-qqq/setof-commerce"
from
"ryu-qqq/setof-commerce"
3
REST Controller 전문가. Thin Controller 패턴, CQRS Command/Query Controller 분리,ResponseEntity<ApiResponse<T>> 래핑, @Valid 검증 필수. DELETE 금지(PATCH 사용).TestRestTemplate 필수 (MockMvc 금지). UseCase 의존. Mapper DI.
2026-01-05