Browse Skills
18175 skills found
navigating-github-to-konflux-pipelines.md
6
1
export
navigating-github-to-konflux-pipelines
2
from
"konflux-ci/skills"
from
"konflux-ci/skills"
3
Use when GitHub PR or branch has failing checks and you need to find Konflux pipeline information (cluster, namespace, PipelineRun name). Teaches gh CLI commands to identify Konflux checks (filter out Prow/SonarCloud), extract PipelineRun URLs from builds and integration tests, and parse URLs for kubectl debugging.
2026-01-05
elegant-objects.md
6
1
export
elegant-objects
2
from
"atournayre/claude-marketplace"
from
"atournayre/claude-marketplace"
3
Vérifie la conformité du code PHP aux principes Elegant Objects de Yegor Bugayenko. Analyse un fichier spécifique ou tous les fichiers modifiés dans la branche.
2026-01-05
design.md
6
1
export
design
2
from
"JacbK/persona"
from
"JacbK/persona"
3
Create unique visual designs by synthesizing from inspirations and preferences. Covers typography, color, layout, spacing, and animation philosophy.
2026-01-05
agent-coordination-patterns.md
6
1
export
agent-coordination-patterns
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Coordinate multi-agent workflows: sequential, parallel, and iterative patterns.Defines agent handoffs, dependencies, communication protocols, and integration.Use when designing multi-agent workflows, coordinating agent handoffs,planning agent dependencies, or building complex agent pipelines.
2026-01-05
markdown-video.md
6
1
export
markdown-video
2
from
"jykim/claude-obsidian-skills"
from
"jykim/claude-obsidian-skills"
3
Convert Deckset-format markdown slides with speaker notes to presentation video with TTS narration. Use when user requests to create video from slides, generate presentation video, or convert slides to MP4 format.
2026-01-05
project-discovery.md
6
1
export
project-discovery
2
from
"wayne930242/Reflexive-Claude-Code"
from
"wayne930242/Reflexive-Claude-Code"
3
Deep project analysis for architecture planning. Use when starting migration or designing new agent components for an unfamiliar codebase.
2026-01-05
hardened-outline-driven-development-for-rust.md
6
1
export
hardened-outline-driven-development-for-rust
2
from
"OutlineDriven/odin-claude-plugin"
from
"OutlineDriven/odin-claude-plugin"
3
HODD-RUST: Validation-first Rust development. Strictly validation-first before-and-after(-and-while) planning and execution. Merges Type-driven + Spec-first + Proof-driven + Design-by-contracts. Use for Rust projects requiring formal verification, safety proofs, comprehensive validation, or when working with unsafe code, concurrency, or FFI boundaries. This skill provides both reference documentation AND execution capabilities for the full PLAN -> CREATE -> VERIFY -> REMEDIATE workflow.
2026-01-05
nodejs-development.md
6
1
export
nodejs-development
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Modern Node.js development with Bun, Vite, Vue 3, Pinia, and TypeScript. CoversJavaScript/TypeScript projects, high-performance tooling, and modern frameworks.Use when user mentions Node.js, Bun, Vite, Vue, Pinia, npm, pnpm, JavaScript runtime,or building frontend/backend JS applications.
2026-01-05
vscode-test-setup.md
6
1
export
vscode-test-setup
2
from
"s-hiraoku/vscode-sidebar-terminal"
from
"s-hiraoku/vscode-sidebar-terminal"
3
This skill provides comprehensive guidance for setting up and configuring test environments for VS Code extension projects. Use when initializing a new test infrastructure, configuring test runners (Mocha, Jest), setting up CI/CD test pipelines, integrating coverage tools (c8, nyc), or troubleshooting test configuration issues.
2026-01-05
fabric.md
6
1
export
fabric
2
from
"jeffh/claude-plugins"
from
"jeffh/claude-plugins"
3
Native Fabric pattern execution for Claude Code. USE WHEN processing content with Fabric patterns (extract_wisdom, summarize, analyze_claims, threat modeling, etc.). Patterns run natively in Claude's context - no CLI spawning needed. Only use fabric CLI for YouTube transcripts (-y) or pattern updates (-U).
2026-01-05
testing.md
6
1
export
testing
2
from
"jkomoros/community-patterns"
from
"jkomoros/community-patterns"
3
Test patterns with Playwright browser automation. Navigate to deployed patterns, interact with UI elements, verify functionality. Use when testing patterns after deployment or when debugging pattern behavior in browser.
2026-01-05
prompt-engineering.md
6
1
export
prompt-engineering
2
from
"OutlineDriven/odin-claude-plugin"
from
"OutlineDriven/odin-claude-plugin"
3
Optimizes prompts for LLMs and AI systems. Expert in crafting effective prompts for Claude 4.5, Gemini 3.0, GPT 5.1, and other frontier models. Use when building AI features, improving agent performance, or crafting system prompts.
2026-01-05
buck2-target-determination.md
6
1
export
buck2-target-determination
2
from
"thoughtpolice/a"
from
"thoughtpolice/a"
3
This skill should be used when determining which Buck2 targets are affected by code changes for incremental builds and tests. Use this when users ask to test/build changed code, find affected targets, or run incremental workflows with jj revisions.
2026-01-05
moai-security.md
6
1
export
moai-security
2
from
"modu-ai/claude-plugins"
from
"modu-ai/claude-plugins"
3
Auth0 security specialist covering attack protection, multi-factor authentication, token security, sender constraining, and compliance. Use when implementing Auth0 security features, configuring attack defenses, setting up MFA, or meeting regulatory requirements.
2026-01-05
agent-orchestrator.md
6
1
export
agent-orchestrator
2
from
"stevengonsalvez/claudecode-bootstrap"
from
"stevengonsalvez/claudecode-bootstrap"
3
Spawn, monitor, and manage Claude Code agents in parallel tmux sessions. Supports simple ad-hoc agents and complex DAG-based multi-agent orchestration with wave execution.
2026-01-05
write-rules.md
6
1
export
write-rules
2
from
"wayne930242/Reflexive-Claude-Code"
from
"wayne930242/Reflexive-Claude-Code"
3
Create Claude Code rule files for .claude/rules/. Writes conventions and shared guidelines that auto-inject into context. Use for path-specific coding conventions or shared project guidelines. NOT for constitution/laws (use <law> in CLAUDE.md instead).
2026-01-05
test-tier-selection.md
6
1
export
test-tier-selection
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Automatic selection of appropriate test tiers based on change scope. Guides unit tests for small changes, full suite for larger changes. Use when running tests, discussing testing strategy, or after code modifications.
2026-01-05
architecture-decision-record.md
6
1
export
architecture-decision-record
2
from
"ArieGoldkin/ai-agent-hub"
from
"ArieGoldkin/ai-agent-hub"
3
Use this skill when documenting significant architectural decisions. Provides ADR templates following the Nygard format with sections for context, decision, consequences, and alternatives. Helps teams maintain architectural memory and rationale for backend systems, API designs, database choices, and infrastructure decisions.
2026-01-05
tfc-workspace-runs.md
6
1
export
tfc-workspace-runs
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Convenience wrapper for listing Terraform Cloud runs in Forum Virium Helsinkiworkspaces (github, sentry, gcp, onelogin, twingate). Requires TFE_TOKEN.Use when user mentions TFC runs, Terraform Cloud workspace, listing TFC runs,infrastructure run history, or checking Terraform Cloud status.
2026-01-05
knip-dead-code-detection.md
6
1
export
knip-dead-code-detection
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Knip finds unused files, dependencies, exports, and types in JavaScript/TypeScript projects.Plugin system for frameworks (React, Next.js, Vite), test runners (Vitest, Jest), and build tools.Use when cleaning up codebases, optimizing bundle size, or enforcing strict dependency hygiene in CI.
2026-01-05
astro-content.md
6
1
export
astro-content
2
from
"nozomi-koborinai/koborin-ai"
from
"nozomi-koborinai/koborin-ai"
3
Create Astro/Starlight MDX content pages. Use when the user says "write a new article", "add a blog post", "create content in Tech/Life category", or "add an MDX page".
2026-01-05
skill-builder.md
6
1
export
skill-builder
2
from
"mc-zuri/mineflayer-bedrock"
from
"mc-zuri/mineflayer-bedrock"
3
Create new Claude Code skills with proper SKILL.md format, frontmatter, and best practices. Use when building, scaffolding, or generating a new skill for Claude Code.
2026-01-05
brainstorming.md
6
1
export
brainstorming
2
from
"ArieGoldkin/ai-agent-hub"
from
"ArieGoldkin/ai-agent-hub"
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
release-workflow.md
6
1
export
release-workflow
2
from
"openshift/release-tests"
from
"openshift/release-tests"
3
OpenShift z-stream release workflow and orchestration expert. Use when discussing release tasks, build promotion, test analysis, advisory workflows, or any aspect of the Konflux/Errata release pipeline. Provides context on task sequencing, checkpoints, and MCP execution for releases 4.12-4.20.
2026-01-05