Browse Skills
44756 skills found
laravel-11-12-app-guidelines.md
16
1
export
laravel-11-12-app-guidelines
2
from
"thienanblog/awesome-ai-agent-skills"
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
maintaining-changelog.md
16
1
export
maintaining-changelog
2
from
"srtab/daiv"
from
"srtab/daiv"
3
Updates or creates CHANGELOG.md files for pull request changes. Use when users request changelog updates, or when adding entries for new features, fixes, or breaking changes.
2026-01-05
Unnamed Skill.md
16
1
export
Unnamed Skill
2
from
"MatiasComercio/agentic-config"
from
"MatiasComercio/agentic-config"
3
Finds the true merge-base/fork-point of a git branch, detecting history rewrites from rebases and squashes. Handles unknown parent branches. Triggers on keywords: find fork, merge-base, branch fork point, where did branch start, git fork, branch origin
2026-01-05
regression-test-generator.md
16
1
export
regression-test-generator
2
from
"marcusgoll/Spec-Flow"
from
"marcusgoll/Spec-Flow"
3
Generate regression tests when bugs are discovered during /debug or continuous checks. Auto-detects test framework, creates Arrange-Act-Assert tests, and links to error-log.md entries. (project)
2026-01-05
caching-strategy.md
16
1
export
caching-strategy
2
from
"marcusgoll/Spec-Flow"
from
"marcusgoll/Spec-Flow"
3
Cache expensive operations to avoid redundant work across workflow phases. Caches project docs (15min TTL), npm info (60min), grep results (30min), token counts (until file modified), web searches (15min). Auto-triggers when detecting repeated reads of same files or repeated API calls. Saves 20-40% execution time.
2026-01-05
dependency-conflict-resolver.md
16
1
export
dependency-conflict-resolver
2
from
"marcusgoll/Spec-Flow"
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
debug-phase.md
16
1
export
debug-phase
2
from
"marcusgoll/Spec-Flow"
from
"marcusgoll/Spec-Flow"
3
Systematic debugging techniques including error classification, root cause analysis (5 Whys), reproduction strategies, and error documentation. Use when debugging errors, investigating failures, analyzing stack traces, fixing bugs, or documenting errors in error-log.md. (project)
2026-01-05
convex.md
16
1
export
convex
2
from
"ThijmenGThN/next-leaflet"
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
dqmc-advanced.md
16
1
export
dqmc-advanced
2
from
"edwnh/dqmc"
from
"edwnh/dqmc"
3
Advanced DQMC features including unequal-time measurements, analytic continuation, and queue system internals. Use when enabling dynamical correlations, performing MaxEnt continuation, or understanding HDF5 data structure.
2026-01-05
clarification-phase.md
16
1
export
clarification-phase
2
from
"marcusgoll/Spec-Flow"
from
"marcusgoll/Spec-Flow"
3
Executes the /clarify phase using AskUserQuestion tool to resolve ambiguities through structured questions (≤3), prioritization, and answer integration. Use when spec.md contains [NEEDS CLARIFICATION] markers, when requirements need disambiguation, or when running /clarify command to resolve critical scope/security/UX ambiguities before planning. (project)
2026-01-05
obsidian-links.md
16
1
export
obsidian-links
2
from
"jykim/AI4PKM"
from
"jykim/AI4PKM"
3
Format and validate Obsidian wiki links with proper filename, section, and folder conventions. Verify links exist before creation and fix broken links. Use when creating or checking wiki links in markdown files.
2026-01-05
tasknotes.md
16
1
export
tasknotes
2
from
"ArtemXTech/personal-os-skills"
from
"ArtemXTech/personal-os-skills"
3
Manage tasks in Obsidian via TaskNotes plugin API. Use when user wants to create tasks, list tasks, query by status or project, update task status, delete tasks, or check what they need to do.
2026-01-05
Unnamed Skill.md
16
1
export
Unnamed Skill
2
from
"MatiasComercio/agentic-config"
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
from
"aws-samples/sample-deep-insight"
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
create-agent-skills.md
16
1
export
create-agent-skills
2
from
"marcusgoll/Spec-Flow"
from
"marcusgoll/Spec-Flow"
3
Expert guidance for creating, writing, building, and refining Claude Code Skills. Use when working with SKILL.md files, authoring new skills, improving existing skills, or understanding skill structure, progressive disclosure, workflows, validation patterns, and XML formatting.
2026-01-05
anti-duplication.md
16
1
export
anti-duplication
2
from
"marcusgoll/Spec-Flow"
from
"marcusgoll/Spec-Flow"
3
Before implementing new code (endpoints, components, services, models), search the codebase for existing patterns to reuse. Prevent code duplication by finding and suggesting similar implementations. Auto-trigger when user asks to create, implement, add, or build new functionality.
2026-01-05
bases.md
16
1
export
bases
2
from
"ArtemXTech/personal-os-skills"
from
"ArtemXTech/personal-os-skills"
3
Query Obsidian Bases via the Bases Query plugin (RPC). Use when you need to read structured data from Obsidian bases.
2026-01-05
planning-phase.md
16
1
export
planning-phase
2
from
"marcusgoll/Spec-Flow"
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
theme-consistency.md
16
1
export
theme-consistency
2
from
"marcusgoll/Spec-Flow"
from
"marcusgoll/Spec-Flow"
3
Enforce consistent theming across all prototype mockup screens. Auto-loads theme.yaml, validates CSS variable usage, prevents hardcoded values, and maintains visual consistency session-to-session. Use during /prototype create when generating new screens.
2026-01-05
specification-phase.md
16
1
export
specification-phase
2
from
"marcusgoll/Spec-Flow"
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
from
"marcusgoll/Spec-Flow"
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
agents-md-generator.md
16
1
export
agents-md-generator
2
from
"thienanblog/awesome-ai-agent-skills"
from
"thienanblog/awesome-ai-agent-skills"
3
Generate or update CLAUDE.md/AGENTS.md files for AI coding agents through auto-scanning project files combined with interactive Q&A. Supports multiple tech stacks, development environments, and preserves customizations when updating.
2026-01-05
breaking-change-detector.md
16
1
export
breaking-change-detector
2
from
"marcusgoll/Spec-Flow"
from
"marcusgoll/Spec-Flow"
3
Detect and warn about breaking API/schema changes before implementation. Auto-trigger when modifying API routes, database schemas, or public interfaces. Validates changes against api-strategy.md versioning rules. Suggests migration paths for breaking changes. Prevents removing endpoints, changing request/response formats, dropping database columns, modifying function signatures without deprecation.
2026-01-05
Unnamed Skill.md
16
1
export
Unnamed Skill
2
from
"MatiasComercio/agentic-config"
from
"MatiasComercio/agentic-config"
3
Orchestrates multi-agent workflows by delegating ALL tasks to spawned subagents via /spawn command. Parallelizes independent work, supervises execution, tracks progress in UUID-based output directories, and generates summary reports. Never executes tasks directly. Triggers on keywords: orchestrate, manage agents, spawn agents, parallel tasks, coordinate agents, multi-agent, orc, delegate tasks
2026-01-05