Browse Skills

20307 skills found

fastapi.md
1
1 export fastapi
2 Syedaashnaghazanfar from "Syedaashnaghazanfar/full-stack-todo-app"
3 FastAPI patterns for building high-performance Python APIs. Covers routing, dependency injection, Pydantic models, background tasks, WebSockets, testing, and production deployment.
2026-01-05
analyzing-docs.md
1
1 export analyzing-docs
2 C0ntr0lledCha0s from "C0ntr0lledCha0s/claude-code-plugin-automations"
3 Expert at analyzing documentation quality, coverage, and completeness. Auto-invokes when evaluating documentation health, checking documentation coverage, auditing existing docs, assessing documentation quality metrics, or analyzing how well code is documented. Provides frameworks for measuring documentation effectiveness.
2026-01-05
coroutines-kotlin.md
1
1 export coroutines-kotlin
2 spjoshis from "spjoshis/claude-code-plugins"
3 Master Kotlin coroutines with suspend functions, flows, channels, and structured concurrency for building async applications.
2026-01-05
project-status-report.md
1
1 export project-status-report
2 AnthemFlynn from "AnthemFlynn/ccmp"
3 Generate comprehensive project health and status reports for rapid developer onboarding. Use when starting sessions, checking project health mid-work, or needing overview of git status, open work items, and suggested next actions.
2026-01-05
async-python-patterns.md
1
1 export async-python-patterns
2 spjoshis from "spjoshis/claude-code-plugins"
3 Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when building async APIs, concurrent systems, or I/O-bound applications requiring non-blocking operations.
2026-01-05
mlx.md
1
1 export mlx
2 itsmostafa from "itsmostafa/llm-engineering-skills"
3 Running and fine-tuning LLMs on Apple Silicon with MLX. Use when working with models locally on Mac, converting Hugging Face models to MLX format, fine-tuning with LoRA/QLoRA on Apple Silicon, or serving models via HTTP API.
2026-01-05
brainstorming.md
1
1 export brainstorming
2 WesleyMFrederick from "WesleyMFrederick/cc-workflows"
3 Use when creating or developing anything, before writing code or implementation plans - refines rough ideas into fully-formed designs through structured Socratic questioning, alternative exploration, and incremental validation
2026-01-05
jest-test-scaffolder.md
1
1 export jest-test-scaffolder
2 okgoogle13 from "okgoogle13/careercopilot"
3 Scaffolds Jest unit tests for React components and hooks. Use when creating tests for frontend components.
2026-01-05
patterns.md
1
1 export patterns
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-javascript"
3 JavaScript design patterns and architectural best practices.
2026-01-05
go.md
1
1 export go
2 dralgorhythm from "dralgorhythm/claude-agentic-framework"
3 Write Go code following best practices. Use when developing Go applications. Covers error handling, concurrency, and project structure.
2026-01-05
ai-ml-technologies.md
1
1 export ai-ml-technologies
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-typescript"
3 Master AI, machine learning, LLMs, prompt engineering, and blockchain development. Use when building AI applications, working with LLMs, or developing smart contracts.
2026-01-05
python-performance.md
1
1 export python-performance
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-python"
3 Master Python optimization techniques, profiling, memory management, and high-performance computing
2026-01-05
leta.md
1
1 export leta
2 andreasjansson from "andreasjansson/lspcmd"
3 Fast semantic code navigation via LSP. Load FIRST before ANY code task - even 'simple' ones. Trigger scenarios: (1) fixing lint/type/pyright/mypy warnings or errors, (2) fixing reportAny/reportUnknownType/Any type errors, (3) adding type annotations, (4) refactoring or modifying code, (5) finding where a function/class/symbol is defined, (6) finding where a symbol is used/referenced/imported, (7) understanding what a function calls or what calls it, (8) exploring unfamiliar code or understanding architecture, (9) renaming symbols across codebase, (10) finding interface/protocol implementations, (11) ANY task where you'd use ripgrep to find code or read-file to view a function. Use `leta show SYMBOL` instead of read-file, `leta refs SYMBOL` instead of ripgrep for usages, `leta grep PATTERN` instead of ripgrep for definitions, `leta files` instead of list-directory.
2026-01-05
research-pdf.md
1
1 export research-pdf
2 jontsai from "jontsai/claude-plugins"
3 Create distinctive HTML one-pagers with curated aesthetics, then convert to PDF using headless browser.
2026-01-05
terraform-best-practices.md
1
1 export terraform-best-practices
2 NickCrew from "NickCrew/claude-ctx-plugin"
3 Terraform infrastructure-as-code best practices for scalable and maintainable cloud infrastructure. Use when writing Terraform modules, managing infrastructure state, or implementing infrastructure automation at scale.
2026-01-05
audit-security.md
1
1 export audit-security
2 pwittchen from "pwittchen/varun.surf"
3 Quick security audit checking for hardcoded secrets, SSRF vectors, injection points, dependency issues, and missing security headers
2026-01-05
code-reviewer.md
1
1 export code-reviewer
2 nodnarbnitram from "nodnarbnitram/claude-code-extensions"
3 Review code for best practices, security issues, and potential bugs. Use when reviewing code changes, checking PRs, analyzing code quality, or performing security audits.
2026-01-05
d20-combat.md
1
1 export d20-combat
2 rjroy from "rjroy/adventure-engine-corvran"
3 This skill should be used when the GM needs to handle combat situations, including starting combat, rolling initiative, resolving attack rolls, managing combat encounters, rolling damage, tracking hit points, applying conditions, or running d20-style tactical combat. Provides combat flow, turn structure, attack resolution, and condition references.
2026-01-05
debugging.md
1
1 export debugging
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-javascript"
3 JavaScript debugging techniques using DevTools, Node.js debugger, and advanced troubleshooting.
2026-01-05
codetographer.md
1
1 export codetographer
2 Kelvination from "Kelvination/codetographer"
3 Generates interactive code flow diagrams (.cgraph files).Invoke when users ask: "how does X work", "show me the flow of Y","visualize the architecture", "diagram the data flow","create a graph of the codebase", or similar queries aboutunderstanding code structure and relationships.
2026-01-05
advanced-math-tradingsignal-processing-features.md
1
1 export advanced-math-tradingsignal-processing-features
2 keith-mvs from "keith-mvs/ordinis"
3 Signal processing, filtering/denoising, and math-driven feature engineering.
2026-01-05
refactoring.md
1
1 export refactoring
2 NovusAevum from "NovusAevum/dev-agents-orchestration"
3 Linter-driven refactoring patterns to reduce complexity and improve code quality. Use when linter fails with complexity issues (cyclomatic, cognitive, maintainability) or when code feels hard to read/maintain. Applies storifying, type extraction, and function extraction patterns.
2026-01-05
serena.md
1
1 export serena
2 sano-suguru from "sano-suguru/go-event-ticket-reservation"
3 Semantic code search, analysis, and editing. Use for understanding code structure, finding classes/functions, refactoring, and impact analysis. Triggers on "where is this function", "show references", "analyze impact" queries
2026-01-05
css-tokens.md
1
1 export css-tokens
2 iButters from "iButters/ClaudeCodePlugins"
3 Design tokens system using CSS Custom Properties for consistent styling. Use for creating color palettes, spacing scales, typography systems, and theming (dark/light mode). Triggers on requests for design tokens, CSS variables, theming, color systems, spacing scales, or consistent styling.
2026-01-05