Browse Skills

22656 skills found

dev-log-monitoring.md
1
1 export dev-log-monitoring
2 nirukk52 from "nirukk52/ScreenGraph"
3 This skill should be used when testing ScreenGraph end-to-end flows (drift detection, agent runs) while monitoring backend and frontend logs in real-time. Use when the user wants to observe system behavior across services, debug live runs, or verify event streaming.
2026-01-05
patternschain-of-responsibility.md
1
1 export patternschain-of-responsibility
2 mgreenly from "mgreenly/ikigai"
3 Chain of Responsibility Pattern pattern for C development
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
subagent-driven-development.md
1
1 export subagent-driven-development
2 WesleyMFrederick from "WesleyMFrederick/cc-workflows"
3 Use when executing implementation plans with independent tasks in the current session - dispatches fresh subagent for each task with code review between tasks, enabling fast iteration with quality gates
2026-01-05
zenn-article-writer.md
1
1 export zenn-article-writer
2 oikon48 from "oikon48/zenn-contents"
3 Write technical articles for Zenn in Oikon's distinctive writing style. This skill should be used when creating articles about AI tools, development workflows, tool integrations, updates/new features, or technical reports. The skill provides detailed writing guidelines, article structure patterns, and reference materials based on Oikon's existing articles.
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
application-security.md
1
1 export application-security
2 dralgorhythm from "dralgorhythm/claude-agentic-framework"
3 Secure applications against common vulnerabilities. Use when reviewing code for security, implementing security controls, or hardening applications. Covers OWASP Top 10.
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
ios-networking.md
1
1 export ios-networking
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-ios"
3 Master iOS networking - URLSession, async/await, REST APIs, authentication
2026-01-05
brainstorm.md
1
1 export brainstorm
2 Pedro-Jose-da-Rocha-Mendonca from "Pedro-Jose-da-Rocha-Mendonca/Devflow"
3 Full workshop for story discovery, user journey mapping, and backlog creation (project)
2026-01-05
understanding-codebase-cartography.md
1
1 export understanding-codebase-cartography
2 synapseradio from "synapseradio/thinkies"
3 Map unfamiliar codebases by identifying landmarks, boundaries, and flows to build a navigable mental model. Use when: (1) asked to explain code organization, architecture, or system structure, (2) multiple searches for individual files have been made without first examining directory structure, (3) changes or refactoring are proposed before analyzing what currently exists, (4) knowledge is limited to individual file contents rather than system-level organization.
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
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
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
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
adapter-assistant.md
1
1 export adapter-assistant
2 refractionPOINT from "refractionPOINT/lc-ai"
3 Complete adapter lifecycle assistant for LimaCharlie. Supports External Adapters (cloud-managed), Cloud Sensors (SaaS/cloud integrations), and On-prem USP adapters. Dynamically researches adapter types from local docs and GitHub usp-adapters repo. Creates, validates, deploys, and troubleshoots adapter configurations. Handles parsing rules (Grok, regex), field mappings, credential setup, and multi-adapter configs. Use when setting up new data sources (Okta, S3, Azure Event Hub, syslog, webhook, etc.), troubleshooting ingestion issues, or managing adapter deployments.
2026-01-05
thrivve-mc-when.md
1
1 export thrivve-mc-when
2 Thrivve-Partners from "Thrivve-Partners/Claude-Skills-Forecasting"
3 Thrivve Partners Monte Carlo simulation to forecast completion date based on remaining work and historical throughput. Use when the user asks "when will I complete [N] stories/tasks" with historical daily throughput data. Requires at least 10 days of throughput history, a count of remaining items, and optional confidence level (default 85%).
2026-01-05
agent-coordination.md
1
1 export agent-coordination
2 Willbots from "Willbots/orchestrator"
3 Patterns and techniques for coordinating multiple AI agents working in parallel
2026-01-05