Browse Skills
4429 skills found
worldbuilding.md
0
1
export
worldbuilding
2
from
"kodexArg/syv"
from
"kodexArg/syv"
3
Experto en el universo "Subordinación y Valor" (SyV) - cronología, facciones, personajes, geografía y coherencia narrativa post-apocalíptica (2020-2178)
2026-01-05
mcp-daemon-isolation.md
0
1
export
mcp-daemon-isolation
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Context isolation for query-type MCP tools (LSP, search, database) via external CLI. Use when MCP query results consume too many context tokens.
2026-01-05
image-validator.md
0
1
export
image-validator
2
from
"chekos/bns-marketplace"
from
"chekos/bns-marketplace"
3
Validate images against tacosdedatos illustration style guide. Use this skill when reviewing generated images, checking uploaded images for brand consistency, providing quality feedback on visual assets, or deciding if an image is ready for publication. Returns pass/fail with specific actionable feedback.
2026-01-05
integration.md
0
1
export
integration
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Backend-Frontend integration patterns expert. Type-safe API contracts with Pydantic-Zod validation sync (Python FastAPI) or Prisma-TypeScript native (Next.js). Shadcn forms connected to backend, error handling, loading states. Use when creating full-stack features.
2026-01-05
photo-content-recognition-curation-expert.md
0
1
export
photo-content-recognition-curation-expert
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Expert in photo content recognition, intelligent curation, and quality filtering. Specializes in face/animal/place recognition, perceptual hashing for de-duplication, screenshot/meme detection, burst photo selection, and quick indexing strategies. Activate on 'face recognition', 'face clustering', 'perceptual hash', 'near-duplicate', 'burst photo', 'screenshot detection', 'photo curation', 'photo indexing', 'NSFW detection', 'pet recognition', 'DINOHash', 'HDBSCAN faces'. NOT for GPS-based location clustering (use event-detection-temporal-intelligence-expert), color palette extraction (use color-theory-palette-harmony-expert), semantic image-text matching (use clip-aware-embeddings), or video analysis/frame extraction.
2026-01-05
dams.md
0
1
export
dams
2
from
"stillsame2016/deep-wenokn"
from
"stillsame2016/deep-wenokn"
3
Query dam geometries in the USA from the GeoConnex knowledge graph. Returns dam locations and metadata as a GeoDataFrame.
2026-01-05
tanstack-query.md
0
1
export
tanstack-query
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
This skill provides comprehensive knowledge for TanStack Query v5 (React Query) server state management in React applications. It should be used when setting up data fetching with useQuery, implementing mutations with useMutation, configuring QueryClient, managing caching strategies, migrating from v4 to v5, implementing optimistic updates, using infinite queries, or encountering query/mutation errors.Use when: initializing TanStack Query in React projects, configuring QueryClient settings, creating custom query hooks, implementing mutations with error handling, setting up optimistic updates, using useInfiniteQuery for pagination, migrating from React Query v4 to v5, debugging stale data issues, fixing caching problems, resolving v5 breaking changes, implementing suspense queries, or setting up query devtools.Keywords: TanStack Query, React Query, useQuery, useMutation, useInfiniteQuery, useSuspenseQuery, QueryClient, QueryClientProvider, data fetching, server state, caching, staleTime, gcTime, query inva
2026-01-05
global-coding-style.md
0
1
export
global-coding-style
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Apply consistent coding style and formatting standards using automated tools (ESLint, Prettier, Ruff) with clear naming conventions, top-down code organization, and appropriate function/component sizing. Use this skill when writing any code in any language, naming files and variables, structuring code within files, organizing imports, configuring linters and formatters, or setting up pre-commit hooks. Apply when working on TypeScript/JavaScript files, Python files, .NET/C# files, configuration files (tsconfig.json, .prettierrc, .eslintrc), or any code that needs consistent formatting and naming. This skill ensures automated formatting with Prettier/Ruff (let tools handle it), ESLint/analyzer enforcement, TypeScript strict mode always enabled, proper naming conventions (PascalCase.tsx for React components, camelCase.ts for utilities, IPascalCase for interfaces with I prefix, PascalCase for types without prefix, camelCase for functions/constants/database fields/API endpoints/JSON keys, no underscore prefix for
2026-01-05
food-journal-database.md
0
1
export
food-journal-database
2
from
"marcopeg/diary"
from
"marcopeg/diary"
3
Describes the structure of the Food Journal database that allows to store and read food journal entries
2026-01-05
react-component-reviewer.md
0
1
export
react-component-reviewer
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Review React components for best practices, hooks usage, performance issues, accessibility, and TypeScript type safety. Use when you need to audit existing React components or provide code review feedback.
2026-01-05
advanced-debugging.md
0
1
export
advanced-debugging
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Advanced debugging skill for MyJKKN project. Specialized workflows for debugging Next.js 15, Supabase, React Query, TypeScript, and service layer issues. Includes automated analysis tools, common error patterns, and step-by-step troubleshooting guides for reducing debugging time. Use when investigating bugs, errors, performance issues, or unexpected behavior. (project)
2026-01-05
esc-guidelines-query.md
0
1
export
esc-guidelines-query
2
from
"bdeornelas/bdeornelas.github.io"
from
"bdeornelas/bdeornelas.github.io"
3
Query ESC (European Society of Cardiology) Guidelines by automatically locating the relevant PDF from the TOC and extracting cited answers. Use when answering clinical questions about cardiovascular diseases based on official ESC recommendations.
2026-01-05
add-database-table.md
0
1
export
add-database-table
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Create new Drizzle ORM database tables with proper conventions, type exports, and migrations for the dealflow-network project. Use when adding new entities, creating junction tables, or modifying the database schema.
2026-01-05
code-review-excellence.md
0
1
export
code-review-excellence
2
from
"neo-picasso-2112/dotfiles"
from
"neo-picasso-2112/dotfiles"
3
Master effective code review practices to provide constructive feedback, catch bugs early, and foster knowledge sharing while maintaining team morale. Use when reviewing pull requests, establishing review standards, or mentoring developers.
2026-01-05
backend-testing.md
0
1
export
backend-testing
2
from
"ProfPowell/project-template"
from
"ProfPowell/project-template"
3
Write tests for backend services, APIs, and database access. Use when testing Express/Fastify handlers, services with database calls, or integration tests.
2026-01-05
schema-evolution-agent.md
0
1
export
schema-evolution-agent
2
from
"Unicorn/Radium"
from
"Unicorn/Radium"
3
Manages database schema changes and migrations while maintaining backward compatibility
2026-01-05
fastapi-endpoint-builder.md
0
1
export
fastapi-endpoint-builder
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Create secure FastAPI routes for task CRUD with search/filter/sort query params and JWT auth when backend endpoints are needed
2026-01-05
excel-export-validator.md
0
1
export
excel-export-validator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Validates Customer Feedback Analyzer Excel exports with 7 view sheets, 36 columns, and professional formatting. Use when checking Excel files, verifying export quality, debugging Excel generation issues, before releasing new versions, or when modifying Excel export code. Ensures zero errors in customer-facing deliverables.
2026-01-05
ask-oracle.md
0
1
export
ask-oracle
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
This skill should be used when solving hard questions, complex architectural problems, or debugging issues that benefit from GPT-5 Pro or GPT-5.1 thinking models with large file context. Use when standard Claude analysis needs deeper reasoning or extended context windows.
2026-01-05
simplicity-architect.md
0
1
export
simplicity-architect
2
from
"FlorinPopaCodes/claude-skills"
from
"FlorinPopaCodes/claude-skills"
3
Architecture guide for choosing simple, maintainable solutions over complex ones. Use when user asks "should I add [Redis/microservices/cache]?", reviews architecture ("is this over-engineered?"), or evaluates technical approaches. Applies simplicity-first and YAGNI principles with concrete decision frameworks.
2026-01-05
postgresql.md
0
1
export
postgresql
2
from
"pluginagentmarketplace/custom-plugin-sql"
from
"pluginagentmarketplace/custom-plugin-sql"
3
PostgreSQL administration and setup including installation, configuration, backup/recovery, replication, and high-availability. Learn production PostgreSQL operations.
2026-01-05
db-designer.md
0
1
export
db-designer
2
from
"timequity/vibe-coder"
from
"timequity/vibe-coder"
3
Generate database schema from feature descriptions. User doesn't see SQL.Use when: features require data persistence.Triggers: internal use only.
2026-01-05
testing-expert.md
0
1
export
testing-expert
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Integration Test E2E 테스트, TestRestTemplate 필수, Test Fixtures 재사용.MockMvc 금지, @Sql 어노테이션 테스트 데이터 설정.Gradle testFixtures 플러그인 활용, ArchUnit 의존성 검증.
2026-01-05
bazinga-db.md
0
1
export
bazinga-db
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Database operations for BAZINGA orchestration system. This skill should be used when agents need to save or retrieve orchestration state, logs, task groups, token usage, or skill outputs. Replaces file-based storage with concurrent-safe SQLite database. Use instead of writing to bazinga/*.json files or docs/orchestration-log.md.
2026-01-05