Browse Skills

16146 skills found

metacognitive-cycle-detect.md
1
1 export metacognitive-cycle-detect
2 synapseradio from "synapseradio/thinkies"
3 Recognize when thinking is going in circles, useful when stuck, repeating yourself, or not making progress despite continued effort. Use when: (1) explicit request to detect reasoning loops or check for circular thinking, (2) same points or decision points recur in multiple responses without new conclusions, (3) information gathering or analysis steps haven't changed the approach to the problem, (4) revision cycles continue with diminishing returns while central questions remain unresolved.
2026-01-05
narrative-diction.md
1
1 export narrative-diction
2 synapseradio from "synapseradio/thinkies"
3 Choose words for register, connotation, and precision. Use when: (1) asked to adjust formality or vocabulary, (2) text contains words like "delve" or "leverage", (3) writing for technical or general audience, (4) translating between casual and formal language, (5) text uses abstract terms without concrete reference.
2026-01-05
managing-dev-environment.md
1
1 export managing-dev-environment
2 wolfiesch from "wolfiesch/UFC-pokedex"
3 Use this skill when starting, stopping, or troubleshooting the development environment including managing backend/frontend services, handling port conflicts, setting up Docker vs SQLite modes, configuring Cloudflare tunnels, managing environment variables, regenerating TypeScript types, clearing caches, or diagnosing startup failures. Supports multiple modes (local, tunnel, SQLite, PostgreSQL).
2026-01-05
dspy-framework.md
1
1 export dspy-framework
2 bobmatnyc from "bobmatnyc/terminator"
3 DSPy declarative framework for automatic prompt optimization treating prompts as code with systematic evaluation and compilers. Use when optimizing prompts systematically, building production LLM systems, implementing RAG/classification tasks, or requiring version-controlled reproducible prompts.
2026-01-05
testability-scoring.md
1
1 export testability-scoring
2 pacphi from "pacphi/ampel"
3 AI-powered testability assessment using 10 principles of intrinsic testability with Playwright and optional Vibium integration. Evaluates web applications against Observability, Controllability, Algorithmic Simplicity, Transparency, Stability, Explainability, Unbugginess, Smallness, Decomposability, and Similarity. Use when assessing software testability, evaluating test readiness, identifying testability improvements, or generating testability reports.
2026-01-05
sensor-tasking.md
1
1 export sensor-tasking
2 refractionPOINT from "refractionPOINT/lc-ai"
3 Send tasks (commands) to EDR sensors to gather data or take action. Handles offline agents via reliable-tasking, collects responses via LCQL queries, and creates D&R rules for automated response handling. Use for live response, data collection, forensic acquisition, or fleet-wide operations like "get OS version from all Windows servers" or "isolate all hosts with tag X".
2026-01-05
ops-monitor.md
1
1 export ops-monitor
2 fractary from "fractary/claude-plugins"
3 Monitor deployed infrastructure health and performance - check resource status,query CloudWatch metrics (CPU, memory, requests, errors), analyze performancetrends, track SLI/SLO metrics, detect anomalies, generate health reports withresource status summaries, identify degraded services, provide performanceoptimization recommendations.
2026-01-05
dispatching-parallel-agents.md
1
1 export dispatching-parallel-agents
2 samjhecht from "samjhecht/wrangler"
3 Use when facing 3+ logically independent failures (different features, different root causes) that can be investigated concurrently - dispatches multiple agents to investigate in parallel; requires either parallel-safe test infrastructure OR sequential fix implementation
2026-01-05
skill-tester.md
1
1 export skill-tester
2 tnez from "tnez/dot-agents"
3 Test and validate agent skills against the Agent Skills Specification v1.0. Use before deploying skills to ensure spec compliance and catch structural issues.
2026-01-05
receiving-code-review.md
1
1 export receiving-code-review
2 samjhecht from "samjhecht/wrangler"
3 Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
2026-01-05
cognitive-twin.md
1
1 export cognitive-twin
2 CleanExpo from "CleanExpo/Unite-Hub"
3 Continuous business health monitoring across 13 business domains. Scores domain health, generates periodic digests, detects anomalies, simulates decisions, and provides early warning signals for problems.
2026-01-05
skill-name.md
1
1 export skill-name
2 keith-mvs from "keith-mvs/ordinis"
3 <what it does>. Use when <when to use it>. Requires <optional dependencies>.
2026-01-05
ensue-auto-memory.md
1
1 export ensue-auto-memory
2 christinetyip from "christinetyip/ensue-auto-memory"
3 Automatic persistent memory for Claude Code sessions. Activates on preference statements ("I prefer", "I always", "I like"), corrections ("no, don't", "actually"), identity statements ("my name is", "I work at"), project decisions, or when the system detects memory-related context. Works invisibly in the background.
2026-01-05
kubernetes-orchestration.md
1
1 export kubernetes-orchestration
2 spjoshis from "spjoshis/claude-code-plugins"
3 Master Kubernetes with pods, deployments, services, ingress, ConfigMaps, secrets, and production cluster management.
2026-01-05
aws-cloudformation.md
1
1 export aws-cloudformation
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-aws"
3 Infrastructure as Code with CloudFormation templates and stacks
2026-01-05
validate.md
1
1 export validate
2 X-McKay from "X-McKay/kubani"
3 Validate cluster configuration and health. Use when checking if cluster is properly configured, before deployments, or diagnosing issues.
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
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
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
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