Browse Skills

44557 skills found

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
genaiscript.md
0
1 export genaiscript
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Comprehensive expertise for working with Microsoft's GenAIScript framework - a JavaScript/TypeScript-based system for building automatable LLM prompts and AI workflows. Use when creating, debugging, or optimizing GenAIScript scripts, implementing prompts-as-code, working with tools and agents, processing files (PDF, CSV, DOCX), defining schemas, or building AI automation workflows.
2026-01-05
data-ai-ml.md
0
1 export data-ai-ml
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-postgresql"
3 Master data science and machine learning with Python, TensorFlow, PyTorch, and MLOps. Learn to build predictive models, deep learning systems, and production ML pipelines.
2026-01-05
rust-desktop-applications.md
0
1 export rust-desktop-applications
2 danielseltzer from "danielseltzer/code-analysis-tools"
3 Build cross-platform desktop applications with Rust using Tauri framework and native GUI alternatives
2026-01-05
audit-sax.md
0
1 export audit-sax
2 semicolon-devteam from "semicolon-devteam/semo-meta"
3 전체 SEMO 패키지 통합 품질 감사. Use when (1) 전체 패키지 품질 점검, (2) Agent/Skill/Command 표준 준수 검토, (3) 비효율적 구조 탐지, (4) 정기 감사 수행.
2026-01-05
vercel-fastapi-link.md
0
1 export vercel-fastapi-link
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Configure FastAPI for Vercel deployment.Bundled Resources: Includes 'vercel.json', CORSMiddleware, Python logging, Pydantic models, and personalization endpoints.
2026-01-05
mcp-server.md
0
1 export mcp-server
2 omerlefaruk from "omerlefaruk/CasareRPA"
3 Build MCP (Model Context Protocol) servers for CasareRPA integrations using Python FastMCP. Covers server structure, tool design, error handling, and RPA-specific patterns. See references/ for detailed guides. Use when: creating MCP servers, tool design, error handling, RPA-specific patterns, FastMCP, Context logging, lifespan hooks.
2026-01-05
arcgis-analysis-services.md
0
1 export arcgis-analysis-services
2 SaschaBrunnerCH from "SaschaBrunnerCH/arcgis-maps-sdk-js-ai-context"
3 Perform spatial analysis, geometry operations, and use ArcGIS REST services. Use for routing, geocoding, geoprocessing, elevation analysis, viewshed, and feature queries with statistics.
2026-01-05