Browse Skills

16146 skills found

docker-local-dev.md
16
1 export docker-local-dev
2 thienanblog from "thienanblog/awesome-ai-agent-skills"
3 Generate Docker Compose and Dockerfile configurations for local development through interactive Q&A. Supports PHP/Laravel, WordPress, Drupal, Joomla, Node.js, and Python stacks with Nginx, Supervisor/PM2, databases, Redis, and email testing. Always asks clarifying questions before generating configurations.
2026-01-05
project-initialization-phase.md
16
1 export project-initialization-phase
2 marcusgoll from "marcusgoll/Spec-Flow"
3 Orchestrates /init-project command execution through interactive questionnaire (15 questions), brownfield codebase scanning (tech stack detection, ERD from migrations), and 8-document generation (overview, architecture, tech-stack, data, API, capacity, deployment, workflow). Use when user runs /init-project, requests project documentation generation, or asks about architecture setup for greenfield/brownfield projects. (project)
2026-01-05
finalize-phase.md
16
1 export finalize-phase
2 marcusgoll from "marcusgoll/Spec-Flow"
3 Completes feature/epic workflows after deployment with comprehensive walkthrough generation for epics (v5.0+), roadmap updates, artifact archival, documentation, and branch cleanup. Use after /ship-prod, /deploy-prod, or /build-local completes, or when user asks to finalize. (project)
2026-01-05
laravel-11-12-app-guidelines.md
16
1 export laravel-11-12-app-guidelines
2 thienanblog from "thienanblog/awesome-ai-agent-skills"
3 Guidelines and workflow for working on Laravel 11 or Laravel 12 applications across common stacks (API-only or full-stack), including optional Docker Compose/Sail, Inertia + React, Livewire, Vue, Blade, Tailwind v4, Fortify, Wayfinder, PHPUnit, Pint, and Laravel Boost MCP tools. Use when implementing features, fixing bugs, or making UI/backend changes while following project-specific instructions (AGENTS.md, docs/).
2026-01-05
dependency-conflict-resolver.md
16
1 export dependency-conflict-resolver
2 marcusgoll from "marcusgoll/Spec-Flow"
3 Detect and resolve package dependency conflicts before installation across npm/yarn/pnpm, pip/poetry, cargo, and composer. Auto-trigger when installing/upgrading packages. Validates peer dependencies, version compatibility, security vulnerabilities. Auto-resolves safe conflicts (patches, dev deps), suggests manual review for breaking changes. Prevents conflicting versions, security vulnerabilities, broken builds.
2026-01-05
convex.md
16
1 export convex
2 ThijmenGThN from "ThijmenGThN/next-leaflet"
3 Provides comprehensive guidance for Convex backend development including database operations, queries, mutations, actions, schemas, authentication, file storage, real-time subscriptions, scheduling, HTTP APIs, search, AI agents, and deployment. MUST activate when user asks about: backend data operations, Convex functions, database queries, schemas, real-time data, auth setup, file uploads, scheduled jobs, HTTP endpoints, or any Convex-specific implementation questions. DO NOT activate for frontend UI/styling or general React component questions unrelated to Convex.
2026-01-05
Unnamed Skill.md
16
1 export Unnamed Skill
2 MatiasComercio from "MatiasComercio/agentic-config"
3 Decomposes large features into concrete development phases with DAG dependencies. Each phase produces fully functional code. Outputs YAML manifest. Triggers on keywords: decompose feature, phase planning, roadmap breakdown, feature phases, PM decomposition, split feature
2026-01-05
system-prompt-writer.md
16
1 export system-prompt-writer
2 aws-samples from "aws-samples/sample-deep-insight"
3 This skill should be used when writing or improving system prompts for AI agents, providing expert guidance based on Anthropic's context engineering principles.
2026-01-05
planning-phase.md
16
1 export planning-phase
2 marcusgoll from "marcusgoll/Spec-Flow"
3 Generates implementation plans with code reuse analysis, architecture design, and complexity estimation during the /plan phase. Use when planning feature implementation, analyzing code reuse opportunities, or designing system architecture after specification phase completes. Integrates with 8 project documentation files for constraint extraction. (project)
2026-01-05
specification-phase.md
16
1 export specification-phase
2 marcusgoll from "marcusgoll/Spec-Flow"
3 Provides standard operating procedures for the /specify phase including feature classification (HAS_UI, IS_IMPROVEMENT, HAS_METRICS, HAS_DEPLOYMENT_IMPACT), research depth determination, clarification strategy (max 3, informed guesses for defaults), and roadmap integration. Use when executing /specify command, classifying features, generating structured specs, or determining research depth for planning phase. (project)
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), /implement (task batching), /prototype (N screens). Auto-triggers when detecting multiple independent operations in a phase.
2026-01-05
hallucination-detector.md
16
1 export hallucination-detector
2 marcusgoll from "marcusgoll/Spec-Flow"
3 Detect and prevent hallucinated technical decisions during feature work. Auto-trigger when suggesting technologies, frameworks, APIs, database schemas, or external services. Validates all tech decisions against docs/project/tech-stack.md (single source of truth). Blocks suggestions that violate documented architecture. Requires evidence/citation for all technical choices. Prevents wrong tech stack, duplicate entities, fake APIs, incompatible versions.
2026-01-05
specification-architect.md
16
1 export specification-architect
2 adrianpuiu from "adrianpuiu/specification-document-generator"
3 A rigorous, traceability-first system that generates five interconnected architectural documents (blueprint.md, requirements.md, design.md, tasks.md, and validation.md) with complete requirements-to-implementation traceability. Use this skill when users need to architect systems, create technical specifications, or develop structured project documentation with guaranteed traceability.
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
task-breakdown-phase.md
16
1 export task-breakdown-phase
2 marcusgoll from "marcusgoll/Spec-Flow"
3 Standard Operating Procedure for /tasks phase. Covers task sizing, acceptance criteria definition, and TDD-first task sequencing. (project)
2026-01-05
staging-validation-phase.md
16
1 export staging-validation-phase
2 marcusgoll from "marcusgoll/Spec-Flow"
3 Guides manual staging validation before production deployment through smoke tests, critical user flow testing, data migration verification, and rollback capability checks. Use when validating staging deployments, running pre-production tests, or preparing for production promotion in staging-prod deployment model. (project)
2026-01-05
dqmc-generate.md
16
1 export dqmc-generate
2 edwnh from "edwnh/dqmc"
3 Create HDF5 simulation files for DQMC with specified physical parameters. Use when setting up new simulations, specifying lattice size, interaction strength U, chemical potential mu, temperature (via dt and L), or number of Monte Carlo sweeps.
2026-01-05
topsail-ci.md
16
1 export topsail-ci
2 openshift-psap from "openshift-psap/topsail"
3 Suite of tools to fetch TOPSAIL CI logs and artifacts for test troubleshooting
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
shellspec.md
16
1 export shellspec
2 OleksandrKucherenko from "OleksandrKucherenko/e-bash"
3 Comprehensive unit testing framework for Bash and POSIX shell scripts using ShellSpec with TDD/BDD best practices. Use when writing tests for shell scripts, debugging test failures, refactoring scripts for testability, setting up test infrastructure, mocking external dependencies, or implementing test-driven development for Bash/shell projects. Covers test structure, isolation, mocking, output capture, coverage, CI integration, and troubleshooting.
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
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