Browse Skills
18175 skills found
design-by-contract.md
6
1
export
design-by-contract
2
from
"OutlineDriven/odin-claude-plugin"
from
"OutlineDriven/odin-claude-plugin"
3
Automated contract verification, detection, and remediation across multiple languages using formal preconditions, postconditions, and invariants. This skill provides both reference documentation AND execution capabilities for the full PLAN -> CREATE -> VERIFY -> REMEDIATE workflow.
2026-01-05
working-with-provenance.md
6
1
export
working-with-provenance
2
from
"konflux-ci/skills"
from
"konflux-ci/skills"
3
Use when tracing Konflux builds from image references, finding build logs from artifacts, or verifying source commits for container images - extracts provenance attestations to navigate from images back to builds and source code
2026-01-05
ralph-loop-helper.md
6
1
export
ralph-loop-helper
2
from
"mc-zuri/mineflayer-bedrock"
from
"mc-zuri/mineflayer-bedrock"
3
Guide for using /ralph-loop command for long-running autonomous tasks. Use when starting iterative development loops, implementing Bedrock plugins, or running test-fix cycles. (project)
2026-01-05
vscode-tdd-expert.md
6
1
export
vscode-tdd-expert
2
from
"s-hiraoku/vscode-sidebar-terminal"
from
"s-hiraoku/vscode-sidebar-terminal"
3
This skill provides expert-level guidance for Test-Driven Development (TDD) in VS Code extension development following t-wada methodology. Use when writing tests before implementation, creating comprehensive test suites, implementing Red-Green-Refactor cycles, or improving test coverage for extension components like WebViews, terminal managers, and activation logic.
2026-01-05
sveltekit-structure.md
6
1
export
sveltekit-structure
2
from
"Seeker1911/dotfiles"
from
"Seeker1911/dotfiles"
3
SvelteKit structure guidance. Use for routing, layouts, error handling, and SSR. Covers file naming (+page vs +layout vs +server), nested layouts, error boundaries, and hydration.
2026-01-05
create-analyzer.md
6
1
export
create-analyzer
2
from
"mc-zuri/mineflayer-bedrock"
from
"mc-zuri/mineflayer-bedrock"
3
Create a new packet analyzer for Minecraft Bedrock logs. Generates template code, provides documentation links, and guides testing workflow.
2026-01-05
backend-queries.md
6
1
export
backend-queries
2
from
"coreyja/coreyja.com"
from
"coreyja/coreyja.com"
3
Write secure, performant database queries using parameterized statements, proper indexing, and query optimization techniques. Use this skill when writing SQL queries, ORM query methods, or database access code. When implementing data fetching logic that retrieves or updates database records. When optimizing queries to prevent N+1 problems through eager loading or joins. When using WHERE clauses, JOIN operations, or ORDER BY statements. When implementing transactions for related database operations. When working with query builder methods, raw SQL, or ORM query interfaces. When setting query timeouts or implementing query result caching.
2026-01-05
backend-engineer.md
6
1
export
backend-engineer
2
from
"marcioaltoe/claude-craftkit"
from
"marcioaltoe/claude-craftkit"
3
Backend engineering with Modular Monolith, bounded contexts, and Hono. **ALWAYS use when implementing ANY backend code within contexts, Hono APIs, HTTP routes, or service layer logic.** Use proactively for context isolation, minimal shared kernel, and API design. Examples - "create API in context", "implement repository", "add use case", "context structure", "Hono route", "API endpoint", "context communication", "DI container".
2026-01-05
download-transcripts.md
6
1
export
download-transcripts
2
from
"dparedesi/YTScribe"
from
"dparedesi/YTScribe"
3
Download YouTube transcripts for videos tracked in a CSV file. Use when you need to download transcripts in bulk with progress tracking.
2026-01-05
temporal-cli.md
6
1
export
temporal-cli
2
from
"eantyshev/temporal-cli-mcp"
from
"eantyshev/temporal-cli-mcp"
3
Master Temporal CLI workflow management with smart query building, payload decoding, and history filtering using temporal, base64, and jq
2026-01-05
design-system-starter.md
6
1
export
design-system-starter
2
from
"ArieGoldkin/ai-agent-hub"
from
"ArieGoldkin/ai-agent-hub"
3
Use this skill when creating or evolving design systems for applications. Provides design token structures, component architecture patterns, documentation templates, and accessibility guidelines. Ensures consistent, scalable, and accessible UI design across products.
2026-01-05
dev-swarm-ux.md
6
1
export
dev-swarm-ux
2
from
"X-School-Academy/ai-dev-swarm"
from
"X-School-Academy/ai-dev-swarm"
3
Design user experience including flows, interactions, mockups, and accessibility. Use when user asks to design UX, create mockups, or start Stage 5 after PRD.
2026-01-05
obsidian-bases.md
6
1
export
obsidian-bases
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Obsidian Bases database feature for YAML-based interactive note views. Use when creating .base files, writing filter queries, building formulas, configuring table/card views, or working with Obsidian properties and frontmatter databases.
2026-01-05
vitest-testing.md
6
1
export
vitest-testing
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Vitest test runner for JavaScript and TypeScript. Fast, modern alternative to Jest.Vite-native, ESM support, watch mode, UI mode, coverage, mocking, snapshot testing.Use when setting up tests for Vite projects, migrating from Jest, or needing fast test execution.
2026-01-05
validation-first.md
6
1
export
validation-first
2
from
"OutlineDriven/odin-claude-plugin"
from
"OutlineDriven/odin-claude-plugin"
3
Validation-First Development Skill using Quint for formal specifications - comprehensive skill handling both design (planning) and execution (verification) through formal state machine specifications.
2026-01-05
nixos-advisor.md
6
1
export
nixos-advisor
2
from
"clempat/ai-tools-flake"
from
"clempat/ai-tools-flake"
3
NixOS configuration advisor using MCP tools. Use when helping with NixOS/Home Manager configs, searching packages/options, or providing NixOS-specific guidance. Validates packages exist before suggesting them.
2026-01-05
property-based-testing.md
6
1
export
property-based-testing
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Property-based testing with fast-check (TypeScript/JavaScript) and Hypothesis (Python).Generate test cases automatically, find edge cases, and test mathematical properties.Use when user mentions property-based testing, fast-check, Hypothesis, generatingtest data, QuickCheck-style testing, or finding edge cases automatically.
2026-01-05
pikacss-expert.md
6
1
export
pikacss-expert
2
from
"pikacss/pikacss.github.io"
from
"pikacss/pikacss.github.io"
3
Expert guidance for using PikaCSS—an Atomic CSS-in-JS engine that combines CSS-in-JS syntax with Atomic CSS output. Use when users ask about PikaCSS styling, configuration, plugins, shortcuts, selectors, TypeScript integration, or need help writing PikaCSS code.
2026-01-05
modularity-patterns.md
6
1
export
modularity-patterns
2
from
"jdubray/puffin"
from
"jdubray/puffin"
3
Recommends modularity, composition, and decoupling patterns for design challenges. Use when designing plugin architectures, reducing coupling, improving testability, or separating cross-cutting concerns.
2026-01-05
ci-package-workflow.md
6
1
export
ci-package-workflow
2
from
"mvillmow/ml-odyssey"
from
"mvillmow/ml-odyssey"
3
Create GitHub Actions workflows for automated package building and distribution. Use in package phase to automate .mojopkg building and release creation.
2026-01-05
skill-creator.md
6
1
export
skill-creator
2
from
"b-open-io/prompts"
from
"b-open-io/prompts"
3
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
2026-01-05
seo.md
6
1
export
seo
2
from
"JacbK/persona"
from
"JacbK/persona"
3
Optimize portfolios for search engines and set up analytics. Covers meta tags, OG images, structured data, analytics options, and performance optimization.
2026-01-05
pikacss-dev.md
6
1
export
pikacss-dev
2
from
"pikacss/pikacss.github.io"
from
"pikacss/pikacss.github.io"
3
Develop, test, and document the PikaCSS monorepo (core engine, unplugin adapters, Vite/Nuxt plugins, docs site) using pnpm-based workflows.
2026-01-05
dev-swarm-prd.md
6
1
export
dev-swarm-prd
2
from
"X-School-Academy/ai-dev-swarm"
from
"X-School-Academy/ai-dev-swarm"
3
Create comprehensive Product Requirements Document (PRD) defining product behavior, functional and non-functional requirements. Use when user asks to create PRD, write requirements, or start Stage 4 after MVP definition.
2026-01-05