Browse Skills

44557 skills found

routing.md
0
1 export routing
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Routes queries to appropriate data sources (vectordb, web_search, direct_llm) and selects collections to search. Use when analyzing user queries, determining search strategy, or when the user mentions routing, collections, or data source selection.
2026-01-05
database-schema-designer.md
0
1 export database-schema-designer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use this skill when designing database schemas for relational (SQL) or document (NoSQL) databases. Provides normalization guidelines, indexing strategies, migration patterns, and performance optimization techniques. Ensures scalable, maintainable, and performant data models.
2026-01-05
datatemplate-mapping.md
0
1 export datatemplate-mapping
2 majiayu000 from "majiayu000/claude-skill-registry"
3 DataTemplate을 사용한 ViewModel-View 자동 매핑 및 네비게이션 패턴
2026-01-05
agent-generation.md
0
1 export agent-generation
2 Cpicon from "Cpicon/claude-code-plugins"
3 This skill provides knowledge for generating effective Claude Code agents tailored to specific projects. It is used internally by the agent-team-creator plugin when analyzing codebases and creating specialized agent teams. Contains templates, best practices, and patterns for writing project-aware agents.
2026-01-05
code-reviewer.md
0
1 export code-reviewer
2 vjrivmon from "vjrivmon/Setup-Software-IA"
3 Revisa código buscando bugs, seguridad, performance y mejores prácticas
2026-01-05
cloodle-design-tokens.md
0
1 export cloodle-design-tokens
2 astoeffer from "astoeffer/plugin-marketplace"
3 Cloodle design system tokens for colors, typography, spacing, and components. Use when styling Cloodle interfaces, creating CSS, or implementing consistent visual design across the platform.
2026-01-05
mermaid-diagrams.md
0
1 export mermaid-diagrams
2 mindmorass from "mindmorass/reflex"
3 Create clear, well-structured mermaid diagrams for documentation and visualization.
2026-01-05
emit.md
0
1 export emit
2 greenhat from "greenhat/dotfiles"
3 Use when working on the Miden compiler (`cargo miden`, `cargo-miden`) and its integration test suite, debugging compiler issues or failing tests, or implementing compiler changes and you need to inspect intermediate artifacts. Covers `MIDENC_EMIT` (the environment-variable equivalent of `--emit`) for emitting WAT/HIR/MASM (and related outputs), plus `MIDENC_EMIT_MACRO_EXPAND` for dumping macro-expanded Rust via `cargo expand` for integration-test fixtures.
2026-01-05
code-review-patterns.md
0
1 export code-review-patterns
2 betamatt from "betamatt/claude-plugins"
3 This skill should be used when the user asks about "code review best practices", "how to review code", "review methodology", "code review framework", "impact prioritization", "root cause analysis", or needs guidance on systematic code review approaches and output templates.
2026-01-05
claim-rewards.md
0
1 export claim-rewards
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generate Safe UI compatible multisig batch JSON to claim voting rewards (internal LP fees and external bribes). Use when the user wants to claim bribes, collect voting rewards, or prepare claim transactions for a multisig wallet.
2026-01-05
handoff-writer.md
0
1 export handoff-writer
2 CheekyCodexConjurer from "CheekyCodexConjurer/quant-lab"
3 Write a compact HANDOFF.md snapshot to restore context after session resets.
2026-01-05
backlog-refinement-guide.md
0
1 export backlog-refinement-guide
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Эксперт backlog refinement. Используй для grooming sessions, story estimation и prioritization.
2026-01-05
pr-helper.md
0
1 export pr-helper
2 jibaxZZZ from "jibaxZZZ/codex-root-configuration"
3 Prepare a pull request with conventional commit title and a clear summary.
2026-01-05
optimizationexperiment-brief.md
0
1 export optimizationexperiment-brief
2 edwardmonteiro from "edwardmonteiro/Aiskillinpractice"
3 Prepare an experiment brief outlining hypothesis, design, success metrics, and operational plan.
2026-01-05
subagent-driven-development.md
0
1 export subagent-driven-development
2 barrydobson from "barrydobson/dotfiles_extra"
3 Execute implementation plan by dispatching fresh subagent for each task, with code review between tasks
2026-01-05
py-intro.md
0
1 export py-intro
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Slidev presentation for teaching Python with interactive code execution.
2026-01-05
pgvector.md
0
1 export pgvector
2 Genius-Cai from "Genius-Cai/finance-ai"
3 pgvector - PostgreSQL extension for vector similarity search. Use for embedding storage, cosine similarity, IVFFlat indexes, and HNSW indexes.
2026-01-05
zustand.md
0
1 export zustand
2 mgd34msu from "mgd34msu/goodvibes-plugin"
3 Manages application state with Zustand including stores, selectors, actions, and middleware. Use when managing client-side state, creating global stores, persisting state, or replacing Redux/Context.
2026-01-05
arcgis-layers.md
0
1 export arcgis-layers
2 SaschaBrunnerCH from "SaschaBrunnerCH/arcgis-maps-sdk-js-ai-context"
3 Add and manage data layers in ArcGIS maps. Use for FeatureLayer, TileLayer, SceneLayer, GeoJSONLayer, and all other layer types. Covers layer configuration, queries, and management.
2026-01-05
example-skill.md
0
1 export example-skill
2 ChaiWithJai from "ChaiWithJai/claude-code-mastery"
3 An example skill demonstrating the basic structure. Use when user asks about examples or templates.
2026-01-05
arcgis-time-animation.md
0
1 export arcgis-time-animation
2 SaschaBrunnerCH from "SaschaBrunnerCH/arcgis-maps-sdk-js-ai-context"
3 Work with temporal data using TimeSlider, TimeExtent, and time-aware layers. Use for animating data over time, filtering by date ranges, and visualizing temporal patterns.
2026-01-05
recharts.md
0
1 export recharts
2 settlemint from "settlemint/agent-marketplace"
3 Recharts for React data visualization. Covers line, bar, area, pie charts with responsive containers and customization. Triggers on recharts, chart, LineChart, BarChart.
2026-01-05
postgresql-rails-analyzer.md
0
1 export postgresql-rails-analyzer
2 el-feo from "el-feo/ai-context"
3 Comprehensive PostgreSQL configuration and usage analysis for Rails applications. Use when Claude Code needs to analyze a Rails codebase for database performance issues, optimization opportunities, or best practice violations. Detects N+1 queries, missing indexes, suboptimal database configurations, anti-patterns, and provides actionable recommendations. Ideal for performance audits, optimization tasks, or when users ask to "analyze the database", "check for N+1 queries", "optimize PostgreSQL", "review database performance", or "suggest database improvements".
2026-01-05
langfuse-optimization.md
0
1 export langfuse-optimization
2 mberto10 from "mberto10/web_research_agent"
3 Analyzes writing-ecosystem traces to fix style.yaml, template.yaml, and tools.yaml based on quality issues found in production runs.
2026-01-05