Browse Skills

44969 skills found

building-mcp-servers.md
1
1 export building-mcp-servers
2 C0ntr0lledCha0s from "C0ntr0lledCha0s/claude-code-plugin-automations"
3 Expert at integrating Model Context Protocol (MCP) servers into Claude Code plugins. Auto-invokes when the user wants to add external tool integrations, configure MCP servers, set up stdio/SSE/HTTP/WebSocket connections, or needs help with MCP authentication and security. Also auto-invokes proactively when Claude is about to write MCP configuration files (.mcp.json) or add mcpServers to plugin manifests.
2026-01-05
code-designing.md
1
1 export code-designing
2 buzzdan from "buzzdan/ai-coding-rules"
3 Domain type design and architectural planning for Go code. Use when planning new features, designing self-validating types, preventing primitive obsession, or when refactoring reveals need for new types. Focuses on vertical slice architecture and type safety.
2026-01-05
lcov.md
1
1 export lcov
2 mgreenly from "mgreenly/ikigai"
3 LCOV tooling - finding gaps, parsing coverage files, marker syntax
2026-01-05
forms.md
1
1 export forms
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-html"
3 HTML5 forms, Constraint Validation API, accessible form patterns, and modern input types
2026-01-05
agentuity-cli-cloud-sandbox-create.md
1
1 export agentuity-cli-cloud-sandbox-create
2 agentuity from "agentuity/discord-help-agent"
3 Create an interactive sandbox for multiple executions. Requires authentication. Use for Agentuity cloud platform operations
2026-01-05
review-format.md
1
1 export review-format
2 uuta from "uuta/dotfiles"
3 Output in the specified format when a review of specific markdown is requested.
2026-01-05
clarity-find-gaps.md
1
1 export clarity-find-gaps
2 synapseradio from "synapseradio/thinkies"
3 Diagnose where explanations skip steps or use unexplained terminology. Use when: (1) asked to identify gaps or missing steps, (2) user asks for clarification, (3) explanation uses terms before defining them, (4) instructions followed without success, (5) asked to review explanation or documentation
2026-01-05
multi-ai-orchestration.md
1
1 export multi-ai-orchestration
2 Shakes-tzd from "Shakes-tzd/htmlgraph"
3 Spawner selection, cost optimization, and HeadlessSpawner patterns for coordinating multiple AI models (Codex, Gemini, Copilot, Claude).
2026-01-05
docker-networking.md
1
1 export docker-networking
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-docker"
3 Configure Docker networking for containers including bridge, overlay, and service discovery
2026-01-05
bootstrap-project.md
1
1 export bootstrap-project
2 madooei from "madooei/backend-template"
3 Initialize a new backend project following template patterns. Use when starting a new service from scratch. Triggers on "new project", "bootstrap", "start from scratch", "initialize project".
2026-01-05
vue-js-expert.md
1
1 export vue-js-expert
2 raisiqueira from "raisiqueira/claude-code-plugins"
3 Expert Vue.js 3 development assistance using Composition API, TypeScript, component architecture, state management with Pinia, reactivity patterns, and performance optimization. Use when building Vue 3 components, debugging reactivity issues, implementing composables, or architecting Vue applications.
2026-01-05
git-review.md
1
1 export git-review
2 a-tak from "a-tak/bf-copy"
3 This skill should be used when the user needs to review and respond to GitHub Pull Request comments. It automatically fetches review comments (both inline code comments and PR-level comments) from GitHub Codex, Claude Code, or human reviewers, organizes them by priority, and lets the user select which items to address using AskUserQuestion. After the user selects items, the main agent automatically implements the fixes.
2026-01-05
architectural-amendment-protocol.md
1
1 export architectural-amendment-protocol
2 starwreckntx from "starwreckntx/IRP__METHODOLOGIES-"
3 Amend architectural specifications through formal protocol.
2026-01-05
react-typescript.md
1
1 export react-typescript
2 iButters from "iButters/ClaudeCodePlugins"
3 Modern React 19 with TypeScript development. Use for creating React components, hooks, context providers, and applications with strict TypeScript typing. Triggers on requests for React components, functional components, hooks, state management, event handling, or TypeScript interfaces/types for React.
2026-01-05
filtering-event-datasets.md
1
1 export filtering-event-datasets
2 rustomax from "rustomax/observe-community-mcp"
3 Filter and search event datasets (logs) using OPAL. Use when you need to find specific log events by text search, regex patterns, or field values. Covers contains(), tilda operator ~, field comparisons, boolean logic, and limit for sampling results. Does NOT cover aggregation (see aggregating-event-datasets skill).
2026-01-05
computational-model-design.md
1
1 export computational-model-design
2 starwreckntx from "starwreckntx/IRP__METHODOLOGIES-"
3 Design computational models for cognitive simulation and analysis.
2026-01-05
typeclass-design.md
1
1 export typeclass-design
2 front-depiction from "front-depiction/cli-stock"
3 Implement typeclasses with curried signatures and dual APIs for both data-first and data-last usage
2026-01-05
wtp-ux-expert.md
1
1 export wtp-ux-expert
2 esoxjem from "esoxjem/WhatThePuck"
3 UX expert for WTP, an iOS espresso shot dialing app. Use when working on WTP user experience including critiquing flows/screens, generating UX concepts, writing user stories, conducting accessibility audits, designing gamification/motivation systems, or any design decisions. Triggers on terms like UX, user experience, flow, screen, accessibility, user story, design critique, usability, HIG, gamification, achievements, streaks, or motivation for WTP contexts.
2026-01-05
marketing-experimentation.md
1
1 export marketing-experimentation
2 tilmon-engineering from "tilmon-engineering/claude-skills"
3 Systematic marketing experimentation process - discover concepts, generate hypotheses, coordinate multiple experiments, synthesize results, generate next-iteration ideas through rigorous validation cycles
2026-01-05
swift-concurrency.md
1
1 export swift-concurrency
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-swift"
3 Master Swift concurrency - async/await, actors, structured concurrency, Sendable, TaskGroups
2026-01-05
ansible-core.md
1
1 export ansible-core
2 SkogAI from "SkogAI/skogai"
3 Use when working with Ansible Core 2.19 for automation, configuration management, playbooks, modules, or infrastructure as code
2026-01-05
example-skill.md
1
1 export example-skill
2 jclfocused from "jclfocused/claude-agents"
3 Example skill - Claude will autonomously use this based on the description. Describe what this skill does and when to use it.
2026-01-05
zod.md
1
1 export zod
2 oriolrius from "oriolrius/pki-manager-web"
3 Expert guidance for Zod schema validation including type inference, schema composition, parsing, refinements, transformations, error handling, and TypeScript integration. Use this when building type-safe validation, form validation, or API input validation.
2026-01-05
log-lister.md
1
1 export log-lister
2 fractary from "fractary/claude-plugins"
3 Lists and filters logs by type, status, date range, and work item with frontmatter parsing
2026-01-05