Browse Skills

2849 skills found

fix-ig-export-links.md
5
1 export fix-ig-export-links
2 medizininformatik-initiative from "medizininformatik-initiative/kerndatensatzmodul-onkologie"
3 Fix broken Simplifier resolve links in downloaded MII Onkologie Implementation Guide exports. Use when downloading an IG from Simplifier and links are broken, preparing an IG export for offline use, or making links work both locally and on the official MII page. Handles MII Onko profiles/ValueSets/CodeSystems, FHIR R4 core links, MII dependency modules, German base profiles, and artifacts/package/ paths.
2026-01-05
inline-rbs.md
5
1 export inline-rbs
2 stevegeek from "stevegeek/claude-ruby-plugins"
3 Write RBS type annotations directly in Ruby source files using comment syntax. Use when adding types to Ruby code with rbs-inline.
2026-01-05
context7-efficient.md
5
1 export context7-efficient
2 Rehan-Ul-Haq from "Rehan-Ul-Haq/my-skills"
3 Token-efficient library documentation fetcher using Context7 MCP with 86.8% token savings through intelligent shell pipeline filtering. Fetches code examples, API references, and best practices for JavaScript, Python, Go, Rust, and other libraries. Use when users ask about library documentation, need code examples, want API usage patterns, are learning a new framework, need syntax reference, or troubleshooting with library-specific information. Triggers include questions like "Show me React hooks", "How do I use Prisma", "What's the Next.js routing syntax", or any request for library/framework documentation.
2026-01-05
code-review.md
5
1 export code-review
2 femto from "femto/minion-code"
3 Performs thorough code reviews with focus on best practices, security, performance, and maintainability. Use this skill when reviewing pull requests, auditing code quality, or getting feedback on implementations.
2026-01-05
datasette-plugins.md
5
1 export datasette-plugins
2 datasette from "datasette/skill"
3 Writing Datasette plugins using Python and the pluggy plugin system. Use when Claude needs to: (1) Create a new Datasette plugin, (2) Implement plugin hooks like prepare_connection, register_routes, render_cell, etc., (3) Add custom SQL functions, (4) Create custom output renderers, (5) Add authentication or permissions logic, (6) Extend Datasette's UI with menus, actions, or templates, (7) Package a plugin for distribution on PyPI
2026-01-05
python-testing.md
5
1 export python-testing
2 ilude from "ilude/claude-code-config"
3 Python-specific testing practices with pytest, fixtures, mocking, async testing, coverage configuration, and uv execution rules. Activate when working with pytest files, conftest.py, test directories, pyproject.toml testing configuration, or Python test-related tasks.
2026-01-05
code-review.md
5
1 export code-review
2 XD3an from "XD3an/awesome-ai-coding-all-in-one"
3 Reviews code for best practices and potential issues. Use when reviewing code, checking PRs, or analyzing code quality.
2026-01-05
ai-consultation.md
5
1 export ai-consultation
2 jeffrigby from "jeffrigby/somepulp-agents"
3 Provides AI consultation workflows, prompt templates, and best practices for multi-model consultation. Use when user asks for "second opinion", "ask codex", "ask gemini", "AI code review", "external AI consultation", or needs prompt templates for code review, security audit, or architecture analysis.
2026-01-05
frontend-design.md
5
1 export frontend-design
2 fabriqaai from "fabriqaai/specs.md"
3 Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
2026-01-05
ccpm-skill-creator.md
5
1 export ccpm-skill-creator
2 duongdev from "duongdev/ccpm"
3 Creates custom CCPM skills from request to deployment with proper templates, safety guardrails, and integration patterns. Auto-activates when user mentions "create skill", "custom workflow", "team specific", "extend CCPM", "codify team practice", or "reusable pattern". Guides through purpose definition (what skill does), activation triggers (when it runs), CCPM integration points, and safety rules. Provides three skill templates: Team Workflow (codify practices), Safety Enforcement (add checks), and Integration Skills (custom tools). Creates directory structure, frontmatter metadata, multi-phase instructions, and supporting docs. Tests skill activation before deployment and suggests improvements.
2026-01-05
creating-bauplan-pipelines.md
5
1 export creating-bauplan-pipelines
2 BauplanLabs from "BauplanLabs/bauplan-mcp-server"
3 Creates bauplan data pipeline projects with SQL and Python models. Use when starting a new pipeline, defining DAG transformations, writing models, or setting up bauplan project structure from scratch.
2026-01-05
deepagents-architecture.md
5
1 export deepagents-architecture
2 existential-birds from "existential-birds/beagle"
3 Guides architectural decisions for Deep Agents applications. Use when deciding between Deep Agents vs alternatives, choosing backend strategies, designing subagent systems, or selecting middleware approaches.
2026-01-05
sap-btp-developer-guide.md
5
1 export sap-btp-developer-guide
2 secondsky from "secondsky/sap-skills"
3 Develops business applications on SAP Business Technology Platform (BTP) using CAP (Node.js/Java) or ABAP Cloud. Use when: building cloud applications on SAP BTP, deploying to Cloud Foundry or Kyma runtimes, integrating with SAP HANA Cloud, implementing SAP Fiori UIs, connecting to remote SAP systems, building multitenant SaaS applications, extending SAP S/4HANA or SuccessFactors, setting up CI/CD pipelines, implementing observability, or following SAP development best practices.Keywords: SAP BTP, Business Technology Platform, CAP, Cloud Application Programming Model, ABAP Cloud, Cloud Foundry, Kyma, SAP HANA Cloud, SAP Fiori, SAPUI5, CI/CD, observability, multitenant, SaaS, SAP BTP ABAP environment, SAP Business Application Studio, SAP Cloud SDK, SAP Integration Suite, SAP Event Mesh, SAP Connectivity Service, SAP Destination Service, XSUAA, OAuth, OpenID Connect, OData, CDS, Core Data Services, ABAP CDS, ABAP RESTful Application Programming Model, RAP, ABAP development, SAP BTP development
2026-01-05
developing-nextjs.md
5
1 export developing-nextjs
2 robinebers from "robinebers/cc-plugins"
3 Use this skill when developing Next.js 16 applications - creating pages, components, layouts, API routes, implementing proxy.ts, adding caching with Cache Components, or refactoring frontend code. This includes working with App Router patterns, Server Components, Server Actions, React 19.2 features, and Tailwind CSS v4.
2026-01-05
rulebook-typescript.md
5
1 export rulebook-typescript
2 hivellm from "hivellm/rulebook"
3 TypeScript development with strict mode, Vitest testing, ESLint linting, and CI/CD best practices. Use when working on TypeScript projects, writing tests, configuring linting, or setting up build pipelines.
2026-01-05
top-down-learning.md
5
1 export top-down-learning
2 ctdio from "ctdio/dotfiles"
3 Comprehensive codebase understanding through structured documentation and guided learning. Use when Claude needs to help a user understand how a project works by exploring and documenting the codebase architecture, concepts, and modules in a .learning/ directory, then guiding them through understanding the code with adaptive explanations. Triggered by requests like "help me understand this project", "document the architecture", "explain how this codebase works", or "guide me through the code".
2026-01-05
packages-devtools.md
5
1 export packages-devtools
2 leaderiop from "leaderiop/hex-di"
3 Your approach to handling packages devtools. Use this skill when working on files where packages devtools comes into play.
2026-01-05
veo3-image-prompt.md
5
1 export veo3-image-prompt
2 the-ai-engineer from "the-ai-engineer/ai-engineer-tutorials"
3 Analyzes images and generates optimized prompts for Google's Veo 3.1 video generation model. Use when users provide an image and want to animate it or create a video prompt from it. Applies Veo 3.1's five-part formula (Cinematography + Subject + Action + Context + Style & Ambiance) and best practices from the official prompting guide.
2026-01-05
makefile.md
5
1 export makefile
2 Olshansk from "Olshansk/prompts"
3 Create or improve Makefiles with minimal complexity. Templates available: base, python-uv, python-fastapi, nodejs, go, chrome-extension.
2026-01-05
backlog-update.md
5
1 export backlog-update
2 farra from "farra/dev-agent-backlog"
3 Reminder to update backlog.org before commits or when finishing significant work. Use before committing changes, after completing implementation from plan mode, or when wrapping up a work session. This skill ensures the project's task tracking in backlog.org stays current with actual progress. Trigger when about to commit, exiting plan mode, or when user says "done", "let's commit", "wrap up", or similar.
2026-01-05
CLI Yes Automation Skill.md
5
1 export CLI Yes Automation Skill
2 snomiao from "snomiao/claude-yes"
3 A skill for automating AI CLI tool interactions by handling common prompts and managing continuous operation.
2026-01-05
github-repo-management.md
5
1 export github-repo-management
2 d-oit from "d-oit/gemini-search-plugin"
3 Manage GitHub repositories for Claude Code plugins including issues, pull requests, releases, CI/CD workflows, and GitHub Actions. Use when working with GitHub repository management, creating releases, setting up CI/CD, managing issues or pull requests.
2026-01-05
kotlin-app-config.md
5
1 export kotlin-app-config
2 navikt from "navikt/copilot"
3 Sealed class configuration pattern for Kotlin applications with environment-specific settings
2026-01-05
golang.md
5
1 export golang
2 jaeyeom from "jaeyeom/experimental"
3 Expert Go developer guide. Use when writing, debugging, or reviewing Go code.
2026-01-05