Browse Skills
16146 skills found
mcp-development.md
1
1
export
mcp-development
2
from
"nathanvale/side-quest-marketplace"
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
from
"refractionPOINT/lc-ai"
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
task-orchestrator.md
1
1
export
task-orchestrator
2
from
"totalaudiopromo/total-audio-platform"
from
"totalaudiopromo/total-audio-platform"
3
Use when complex tasks require multiple specialized approaches or parallel work - coordinates Task tool usage for multi-agent workflows, parallel execution patterns, and delegation decision framework for 3-5x faster execution
2026-01-05
github-actions-workflows.md
1
1
export
github-actions-workflows
2
from
"echohello-dev/yap-on-slack"
from
"echohello-dev/yap-on-slack"
3
Create and maintain GitHub Actions workflows in .github/workflows
2026-01-05
skill-creator.md
1
1
export
skill-creator
2
from
"dkyazzentwatwa/chatgpt-skills"
from
"dkyazzentwatwa/chatgpt-skills"
3
Guide for creating effective skills. Use when building new skills or updating existing ones that extend ChatGPT with specialized knowledge, workflows, or tool integrations.
2026-01-05
tg-deployment.md
1
1
export
tg-deployment
2
from
"charlesmsiegel/tg"
from
"charlesmsiegel/tg"
3
Production deployment patterns for the World of Darkness Django application. Use when deploying to staging/production, configuring security settings, setting up Redis cache, planning database migrations, or preparing rollback procedures. Triggers on deployment tasks, production configuration, security hardening, or environment-specific settings.
2026-01-05
json-schema-validator.md
1
1
export
json-schema-validator
2
from
"dkyazzentwatwa/chatgpt-skills"
from
"dkyazzentwatwa/chatgpt-skills"
3
Validate JSON data against JSON Schema specifications. Use for API validation, config file validation, or data quality checks.
2026-01-05
latex-manuscript.md
1
1
export
latex-manuscript
2
from
"chc273/claude-automation"
from
"chc273/claude-automation"
3
Write publication-ready LaTeX research papers with citation integrity.Use this skill when:- Writing a research manuscript from notes/results/figures- Creating LaTeX documents for Nature, Science, IEEE, ACM, APS, ACS, Elsevier journals- Ensuring citation keys match bibliography entries- Building and packaging papers for submissionKey features:- Template-pluggable system (8+ publisher templates)- Citation integrity gate (prevents invented bib keys)- Asset audit (catches missing figures)- Build automation via latexmk- Submission packaging (flattening, zip)
2026-01-05
organize-root-files.md
1
1
export
organize-root-files
2
from
"samjhecht/wrangler"
from
"samjhecht/wrangler"
3
Clean up and organize markdown files dumped at project root. Routes files to appropriate directories (memos/, docs/, devops/docs/) or deletes obsolete content. Follows project file organization guidelines from CLAUDE.md.
2026-01-05
long-call-butterfly.md
1
1
export
long-call-butterfly
2
from
"keith-mvs/ordinis"
from
"keith-mvs/ordinis"
3
Analyzes long call butterfly spreads with 3 strikes and 4 legs for neutral outlook. Requires numpy>=1.24.0, pandas>=2.0.0, matplotlib>=3.7.0, scipy>=1.10.0. Use when expecting minimal price movement, want low-cost defined-risk strategy, analyzing pinning opportunities, or evaluating tight-range neutral positions on stocks near technical levels.
2026-01-05
root-cause-tracing.md
1
1
export
root-cause-tracing
2
from
"samjhecht/wrangler"
from
"samjhecht/wrangler"
3
Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior
2026-01-05
github-actions-troubleshooting.md
1
1
export
github-actions-troubleshooting
2
from
"echohello-dev/yap-on-slack"
from
"echohello-dev/yap-on-slack"
3
Troubleshoot and fix GitHub Actions workflow failures
2026-01-05
ops-responder.md
1
1
export
ops-responder
2
from
"fractary/claude-plugins"
from
"fractary/claude-plugins"
3
Respond to incidents and apply remediations - restart services, scale resources,clear caches, update configurations, rollback deployments, apply fixes, verifyremediation success, document actions taken, track remediation history.
2026-01-05
spec-validator.md
1
1
export
spec-validator
2
from
"fractary/claude-plugins"
from
"fractary/claude-plugins"
3
Validates implementations against specifications by checking requirements coverage, acceptance criteria, and documentation updates
2026-01-05
database-schema.md
1
1
export
database-schema
2
from
"JasonPaff/head-shakers"
from
"JasonPaff/head-shakers"
3
Enforces Head Shakers database schema conventions when creating or modifying Drizzle ORM table definitions, including constraints, indexes, relations, and column patterns. This skill should be used proactively whenever working with schema files to ensure consistent schema design for PostgreSQL with Neon serverless.
2026-01-05
synthesis-abstraction-ladder.md
1
1
export
synthesis-abstraction-ladder
2
from
"synapseradio/thinkies"
from
"synapseradio/thinkies"
3
Navigate between concrete details and abstract principles to find the thinking altitude where problems become solvable. Use when: (1) asked to zoom in on specifics, zoom out to big picture, or move between abstraction levels, (2) stuck in implementation details without seeing the pattern or floating in abstractions without actionable steps, (3) discussion needs grounding in concrete examples or needs elevation to identify transferable patterns, (4) explaining concepts to audiences at different expertise levels who need different altitudes to understand.
2026-01-05
creating-mcp-servers.md
1
1
export
creating-mcp-servers
2
from
"billlzzz18/bl1nk-skill-platform"
from
"billlzzz18/bl1nk-skill-platform"
3
Creates production-ready MCP servers using FastMCP v2. Use when building MCP servers, optimizing tool descriptions for context efficiency, implementing progressive disclosure for multiple capabilities, or packaging servers for distribution.
2026-01-05
interview-records.md
1
1
export
interview-records
2
from
"sigridjineth/interview-copilot-with-skills"
from
"sigridjineth/interview-copilot-with-skills"
3
Archive of past customer interviews. Contains full transcripts, summaries, pain points, outcomes, and skills used. Use for referencing previous conversations with the same company or finding similar case patterns.
2026-01-05
technical-implementation.md
1
1
export
technical-implementation
2
from
"leeovery/claude-technical-workflows"
from
"leeovery/claude-technical-workflows"
3
Execute implementation plans using strict TDD workflow with quality gates. Fifth phase of research-discussion-specification-plan-implement-review workflow. Use when: (1) Implementing a plan from docs/workflow/planning/{topic}.md, (2) User says 'implement', 'build', or 'code this' after planning, (3) Ad hoc coding that should follow TDD and quality standards, (4) Bug fixes or features benefiting from structured implementation. Writes tests first, implements to pass, commits frequently, stops for user approval between phases.
2026-01-05
copilot-mcp-server.md
1
1
export
copilot-mcp-server
2
from
"Aykahshi/copilot-mcp-tool"
from
"Aykahshi/copilot-mcp-tool"
3
Direct access to GitHub Copilot MCP server tools for AI-powered development assistance
2026-01-05
deciding-constraint-inventory.md
1
1
export
deciding-constraint-inventory
2
from
"synapseradio/thinkies"
from
"synapseradio/thinkies"
3
Systematically identify and catalog all constraints that bound a decision or solution space. Use when: (1) asked to propose solutions without first identifying what constraints bound the problem, (2) constraints are presented as equally immutable without distinguishing negotiable from non-negotiable, (3) historical constraints are assumed without validating they still apply, (4) solutions are rejected for violating constraints that were not identified upfront.
2026-01-05
using-perplexity-for-context.md
1
1
export
using-perplexity-for-context
2
from
"designnotdrum/brain-jar"
from
"designnotdrum/brain-jar"
3
Automatically use Perplexity search for personalized context enrichment. Use when facing unfamiliar technologies, decision points, learning questions, or preference-dependent choices.
2026-01-05
error-handling-patterns.md
1
1
export
error-handling-patterns
2
from
"tipmaster/claude-config"
from
"tipmaster/claude-config"
3
Use when adding error handling, designing APIs, or debugging failures - guides selection of fail-fast vs graceful degradation, error boundaries, retry strategies, and user-facing messages to build resilient systems
2026-01-05
introspect-reference-notes.md
1
1
export
introspect-reference-notes
2
from
"synapseradio/thinkies"
from
"synapseradio/thinkies"
3
List, search, and reference prior reasoning sessions to build on previous work Use when: (1) asked to reference or build on prior reasoning sessions, (2) At the start of `/reason` or `/reason-session` to check for relevant prior work, (3) When the user mentions something they worked on before, (4) When you need context about past decisions in this repository, (5) Before starting work that might duplicate prior reasoning, (6) When synthesizing insights across multiple reasoning sessions
2026-01-05