Browse Skills

44969 skills found

triage-workflow.md
1
1 export triage-workflow
2 nodnarbnitram from "nodnarbnitram/claude-code-extensions"
3 SOC II triage workflow for creating Linear tickets, branches, OpenSpec proposals, commits, and PRs. Use when asked to triage an issue, create a triage ticket, or start SOC II workflow.
2026-01-05
component-testing.md
1
1 export component-testing
2 JasonPaff from "JasonPaff/head-shakers"
3 Enforces Head Shakers React component testing conventions using Testing Library with proper rendering, user interactions, and accessibility testing.
2026-01-05
spec-driven-planning.md
1
1 export spec-driven-planning
2 xbklairith from "xbklairith/kisune"
3 Use when planning new features or need structured requirements - creates feature structure, elicits EARS requirements through systematic questioning, proposes architectural approaches with trade-offs. Activates when user mentions "new feature", "requirements", "specs", "design", "architecture", or uses /dev-workflow:spec commands (create, requirements, design).
2026-01-05
estimating-work.md
1
1 export estimating-work
2 dralgorhythm from "dralgorhythm/claude-agentic-framework"
3 Estimate effort for development tasks. Use when planning sprints, roadmaps, or project timelines. Covers story points, relative estimation, and uncertainty.
2026-01-05
repo-clipboard.md
1
1 export repo-clipboard
2 santiago-afonso from "santiago-afonso/repo_clipboard"
3 Snapshot the current directory into pseudo-XML for LLM context. Use when you need to share a repo (or a sub-tree) with Codex/LLMs, especially for code review/debugging, generating an agent-friendly “repo snapshot”, or piping context into tools like `llm` (see skill $llm-cli). Supports `.gitignore`-aware file discovery, common ignore patterns, extension filtering, regex include/exclude, optional file-list printing, line-range snippets, and writes `/tmp/repo_clipboard.{stdout,stderr}` for reuse.
2026-01-05
ticket-create.md
1
1 export ticket-create
2 tarrragon from "tarrragon/claude"
3 Interactive Atomic Ticket design and creation tool following Single Responsibility Principle. Use when: (1) Creating new tickets for development tasks, (2) Breaking down complex requirements into atomic tickets, (3) Creating tickets from test failures, (4) Batch creating multiple tickets from requirements description. Each ticket must have exactly one Action + one Target.
2026-01-05
kotlin-android.md
1
1 export kotlin-android
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-kotlin"
3 Modern Android development - Jetpack, Compose, Architecture Components
2026-01-05
dh-combat.md
1
1 export dh-combat
2 rjroy from "rjroy/adventure-engine-corvran"
3 This skill should be used when the GM needs to handle Daggerheart combat, including action roll resolution, Hope/Fear token economy, spotlight flow, damage tracking, reaction rolls, and managing combat encounters. Provides action outcome tables, encounter tracking templates, and condition references.
2026-01-05
vibe-coding.md
1
1 export vibe-coding
2 GrupoUS from "GrupoUS/aegiswallet"
3 Rapidly prototype and build modern, responsive web applications from scratch using current frameworks and libraries. Use when you want to quickly create a new web app with full local control, creative flow, and modern best practices. Local alternative to Lovable, Bolt, and v0.
2026-01-05
validating-blast-radius.md
1
1 export validating-blast-radius
2 synapseradio from "synapseradio/thinkies"
3 Map change impact radius by tracing what breaks when modifying functions, types, or APIs to quantify migration effort before proposing changes. Use when: (1) proposing to change function signatures, rename exports, or modify public APIs before checking what calls them, (2) a change is characterized as safe without verifying how many callers exist and where they are, (3) shared types or components are about to be modified without analyzing type propagation to distant code, (4) a proposed change lacks a list of specific files and locations that would be affected.
2026-01-05
infra-tester.md
1
1 export infra-tester
2 fractary from "fractary/claude-plugins"
3 Test infrastructure configurations and deployments - security scanning withCheckov/tfsec, cost estimation analysis, pre-deployment validation, post-deployment verification, integration testing, generates comprehensive testreports with pass/fail status, identifies vulnerabilities and complianceissues, tracks test history for trend analysis.
2026-01-05
plotting.md
1
1 export plotting
2 yallup from "yallup/claude-skills"
3 Creates publication-quality scientific plots. Use when making plots, figures, or visualizations. Applies tueplots TMLR styling, LaTeX rendering, no titles.
2026-01-05
implementing-as-tachikoma.md
1
1 export implementing-as-tachikoma
2 sumik5 from "sumik5/dotfiles"
3 Operates as Tachikoma Agent (Implementation Worker). Performs actual implementation work. Adapts to frontend, backend, testing, or other roles based on Kusanagi's assignment. Uses /serena command for efficient development.
2026-01-05
git-workflow-helper.md
1
1 export git-workflow-helper
2 davidmatousek from "davidmatousek/product-led-spec-kit"
3 Automates git workflow tasks including status checks, branch creation, file staging, conventional commit message generation, and pull request creation with gh CLI. Ensures proper git workflow and commit standards.
2026-01-05
mem-search.md
1
1 export mem-search
2 danmarauda from "danmarauda/claude-mem-deployment"
3 Search claude-mem's persistent cross-session memory database. Use when user asks "did we already solve this?", "how did we do X last time?", or needs work from previous sessions.
2026-01-05
nixos-build-doctor.md
1
1 export nixos-build-doctor
2 eriqueo from "eriqueo/nixos-hwc"
3 Diagnoses and fixes NixOS build failures in nixos-hwc by analyzing error patterns, locating issues using namespace mapping, and providing targeted fixes
2026-01-05
architecture-review.md
1
1 export architecture-review
2 adolfoaranaes12 from "adolfoaranaes12/BMAD-ENHANCED"
3 Peer review architecture for quality, risks, and optimization opportunities. Analyzes scalability bottlenecks, security vulnerabilities, performance optimization, technology fit, and provides prioritized recommendations. Use when reviewing proposed architecture documents for quality assurance, risk identification, or architectural decision validation.
2026-01-05
webpack-advanced.md
1
1 export webpack-advanced
2 pluginagentmarketplace from "pluginagentmarketplace/claude-plugin-ecosystem-hub"
3 Master Webpack configuration, loaders, plugins, code splitting, and production optimization.
2026-01-05
java-concurrency.md
1
1 export java-concurrency
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-java"
3 Master Java concurrency - threads, executors, locks, CompletableFuture, virtual threads
2026-01-05
mcp-development.md
1
1 export mcp-development
2 nathanvale from "nathanvale/side-quest-marketplace"
3 Build production-grade MCP (Model Context Protocol) servers with observability, correlation ID tracing, and dual logging. Use when creating new MCP servers, adding tools to existing servers, implementing file logging, debugging MCP issues, wrapping CLI tools with spawnSyncCollect, or following Side Quest marketplace patterns. Covers @sidequest/core/mcp declarative API, @sidequest/core/spawn CLI wrapper patterns, Zod schemas, Bun runtime, and 9 gold standard patterns validated across Kit plugin (18 tools). Includes error handling, response format switching, MCP annotations, and graceful degradation.
2026-01-05
redis-modules.md
1
1 export redis-modules
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-redis"
3 Master Redis modules - RedisJSON, RediSearch, RedisTimeSeries, RedisBloom, and extending Redis functionality
2026-01-05
strategy-research.md
1
1 export strategy-research
2 xbklairith from "xbklairith/kisune"
3 Use when developing or documenting trading strategies - guides edge hypothesis formation, validates statistical significance, documents strategy rules systematically (entry, exit, risk management). Activates when user says "research this strategy", "document my approach", "test this idea", mentions "trading strategy", "edge", or uses /trading:research command.
2026-01-05
fix-hierarchy.md
1
1 export fix-hierarchy
2 rohunvora from "rohunvora/my-claude-skills"
3 This skill should be used to fix visual hierarchy when everything looks equally important, CTAs don't stand out, or users miss key information. Applies Von Restorff Effect, Serial Position Effect, and Law of Prägnanz.
2026-01-05
temporal-evaluation.md
1
1 export temporal-evaluation
2 Syedaashnaghazanfar from "Syedaashnaghazanfar/full-stack-todo-app"
3 Calculates time-based task status including overdue detection, urgency levels (urgent/upcoming/soon), and relative time displays. Updates temporal status every 60 seconds with timezone-aware comparisons and edge case handling for tasks without due dates.
2026-01-05