Browse Skills

20307 skills found

parallel-execution-optimizer.md
16
1 export parallel-execution-optimizer
2 marcusgoll from "marcusgoll/Spec-Flow"
3 Identify and execute independent operations in parallel for 3-5x speedup. Auto-analyzes task dependencies, groups into batches, launches parallel Task() calls. Applies to /optimize (5 checks), /ship pre-flight (5 checks), /implement (task batching), /prototype (N screens). Auto-triggers when detecting multiple independent operations in a phase.
2026-01-05
lead-engineer.md
16
1 export lead-engineer
2 larsbaunwall from "larsbaunwall/DomainLang"
3 Use for implementing features, writing production TypeScript/Langium code, code review guidance, and ensuring technical quality. Activate when implementing new functionality, reviewing PRs, or optimizing performance.
2026-01-05
brave-search.md
16
1 export brave-search
2 default-anton from "default-anton/dotfiles"
3 Web search via Brave Search API. Use for searching documentation, facts, or any web content. Lightweight, no browser required.
2026-01-05
obsidian.md
16
1 export obsidian
2 gapmiss from "gapmiss/obsidian-plugin-skill"
3 Comprehensive guidelines for Obsidian.md plugin development including all 27 ESLint rules, TypeScript best practices, memory management, API usage (requestUrl vs fetch), UI/UX standards, and submission requirements. Use when working with Obsidian plugins, main.ts files, manifest.json, Plugin class, MarkdownView, TFile, vault operations, or any Obsidian API development.
2026-01-05
Unnamed Skill.md
16
1 export Unnamed Skill
2 MatiasComercio from "MatiasComercio/agentic-config"
3 Expert assistant for authoring Claude Code skills. Creates precise SKILL.md files with proper YAML frontmatter, validates naming conventions, and applies official best practices. Triggers on keywords: writing skills, creating skills, skill authoring, SKILL.md, new skill, skill template, skill validation, skill structure, create skill, update skill
2026-01-05
gemini-cli.md
16
1 export gemini-cli
2 OleksandrKucherenko from "OleksandrKucherenko/e-bash"
3 Use Gemini CLI as a complementary AI tool for tasks requiring massive context windows (1M tokens). Invoke when analyzing large codebases, requesting deep analysis with extended thinking, getting second opinions on complex problems, or when Claude's context limits are insufficient. Triggers include phrases like "use gemini", "analyze with gemini", "get second opinion", "deep analysis of codebase", or when processing files exceeding Claude's context capacity.
2026-01-05
pester.md
16
1 export pester
2 OleksandrKucherenko from "OleksandrKucherenko/e-bash"
3 PowerShell TDD testing framework guidance for Pester v5+. Use when writing, structuring, or debugging PowerShell unit tests; mocking cmdlets, native commands (bash, git, curl), or .NET types; isolating tests with TestDrive/TestRegistry; capturing output streams; generating code coverage or JUnit/NUnit reports for CI/CD; running parameterized or tagged tests; or troubleshooting Pester Discovery vs Run phase issues.
2026-01-05
implementation-phase.md
16
1 export implementation-phase
2 marcusgoll from "marcusgoll/Spec-Flow"
3 Executes implementation tasks using Test-Driven Development, prevents code duplication through anti-duplication checks, and maintains quality through continuous testing. Use when implementing features from tasks.md, during the /implement phase, or when the user requests TDD-based implementation. (project)
2026-01-05
mcp-builder.md
16
1 export mcp-builder
2 basher83 from "basher83/Zammad-MCP"
3 Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
2026-01-05
ultrathink.md
16
1 export ultrathink
2 marcusgoll from "marcusgoll/Spec-Flow"
3 Deep planning philosophy for craftsman-level architecture. Transforms planning from research-then-design to research-question-simplify-design. Use when --deep flag is set, for epics, complex features (30+ tasks), or when auto_deep_mode preference is enabled. Invokes assumption questioning, codebase soul analysis, and ruthless simplification. (project)
2026-01-05
blz-docs-search.md
16
1 export blz-docs-search
2 outfitter-dev from "outfitter-dev/blz"
3 Teaches effective documentation search using the blz CLI tool. Use when searching documentation with blz, looking up APIs, finding code examples, retrieving citations, or when questions mention libraries, frameworks, "how to", or documentation topics. Covers BM25 full-text search patterns, citation retrieval, and efficient querying.
2026-01-05
element-html-builder.md
16
1 export element-html-builder
2 rohanthewiz from "rohanthewiz/element"
3 Element is a zero dependency library to efficiently generate HTML programmatically, without templates in Go
2026-01-05
mockup-extraction.md
16
1 export mockup-extraction
2 marcusgoll from "marcusgoll/Spec-Flow"
3 Extract reusable components from approved HTML mockups during implementation. Identifies patterns, maps CSS to Tailwind, and populates prototype-patterns.md for visual fidelity. Use at start of /implement for UI-first features.
2026-01-05
browser.md
16
1 export browser
2 default-anton from "default-anton/dotfiles"
3 Minimal Chrome DevTools Protocol tools for browser automation and scraping. Use when you need to start Chrome, navigate pages, execute JavaScript, take screenshots, or interactively pick DOM elements.
2026-01-05
parallel-execution-optimizer.md
16
1 export parallel-execution-optimizer
2 marcusgoll from "marcusgoll/Spec-Flow"
3 Identify and execute independent operations in parallel for 3-5x speedup. Auto-analyzes task dependencies, groups into batches, launches parallel Task() calls. Applies to /optimize (5 checks), /ship pre-flight (5 checks), /design-variations (N screens), /implement (task batching). Auto-triggers when detecting multiple independent operations in a phase.
2026-01-05
optimization-phase.md
16
1 export optimization-phase
2 marcusgoll from "marcusgoll/Spec-Flow"
3 Validates production readiness through performance benchmarking, accessibility audits, security reviews, and code quality checks. Use after implementation phase completes, before deployment, or when conducting quality gates for features. (project)
2026-01-05
Unnamed Skill.md
16
1 export Unnamed Skill
2 MatiasComercio from "MatiasComercio/agentic-config"
3 Expert assistant for creating Claude Code custom slash commands. Guides command file structure, YAML frontmatter configuration, variable syntax, and best practices. Triggers on keywords: writing commands, creating commands, slash command, custom command, new command, command template, make command, /command, create command, update command
2026-01-05
fetch-library-docs.md
15
1 export fetch-library-docs
2 panaversity from "panaversity/claude-code-skills-lab"
3 Fetches official documentation for external libraries and frameworks (React, Next.js, Prisma, FastAPI, Express, Tailwind, MongoDB, etc.) with 60-90% token savings via content-type filtering. Use this skill when implementing features using library APIs, debugging library-specific errors, troubleshooting configuration issues, installing or setting up frameworks, integrating third-party packages, upgrading between library versions, or looking up correct API patterns and best practices. Triggers automatically during coding work - fetch docs before writing library code to get correct patterns, not after guessing wrong.
2026-01-05
code-flow-tracer.md
15
1 export code-flow-tracer
2 lis186 from "lis186/SourceAtlas"
3 Trace code execution paths and data flow. Use when user asks "how does X work", "what happens when X", "trace the flow of X", "where does data come from", or needs to understand feature implementation.
2026-01-18
grey-haven-project-structure.md
15
1 export grey-haven-project-structure
2 greyhaven-ai from "greyhaven-ai/claude-code-config"
3 Organize Grey Haven projects following standard structures for TanStack Start (frontend) and FastAPI (backend). Use when creating new projects, organizing files, or refactoring project layout.
2026-01-21
grey-haven-observability-engineering.md
15
1 export grey-haven-observability-engineering
2 greyhaven-ai from "greyhaven-ai/claude-code-config"
3 Production-ready monitoring, logging, and tracing using Prometheus, Grafana, OpenTelemetry, DataDog, and Sentry. Use when setting up production monitoring, implementing SLOs, distributed tracing, or performance tracking.
2026-01-21
grey-haven-api-design.md
15
1 export grey-haven-api-design
2 greyhaven-ai from "greyhaven-ai/claude-code-config"
3 Design RESTful APIs following Grey Haven standards - FastAPI routes, Pydantic schemas, HTTP status codes, pagination, filtering, error responses, OpenAPI docs, and multi-tenant patterns. Use when creating API endpoints, designing REST resources, implementing server functions, configuring FastAPI, writing Pydantic schemas, setting up error handling, implementing pagination, or when user mentions 'API', 'endpoint', 'REST', 'FastAPI', 'Pydantic', 'server function', 'OpenAPI', 'pagination', 'validation', 'error handling', 'rate limiting', 'CORS', or 'authentication'.
2026-01-21
using-rails-ai.md
15
1 export using-rails-ai
2 zerobearing2 from "zerobearing2/rails-ai"
3 Rails-AI introduction - explains how rails-ai (Rails domain layer) integrates with superpowers (universal workflows) for Rails development
2026-01-20
seedream-image-generator.md
15
1 export seedream-image-generator
2 eze-is from "eze-is/seedream-image-generator"
3 Generate images using the Doubao SeeDream API based on text prompts. Use this skill when users request AI-generated images, artwork, illustrations, or visual content creation. The skill handles API calls, downloads generated images to the project's /pic folder, and supports batch generation of up to 4 sequential images.
2026-01-21