Browse Skills
44969 skills found
java-concurrency.md
1
1
export
java-concurrency
2
from
"pluginagentmarketplace/custom-plugin-java"
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
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
redis-modules.md
1
1
export
redis-modules
2
from
"pluginagentmarketplace/custom-plugin-redis"
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
from
"xbklairith/kisune"
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
from
"rohunvora/my-claude-skills"
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
from
"Syedaashnaghazanfar/full-stack-todo-app"
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
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
securitysecrets.md
1
1
export
securitysecrets
2
from
"mgreenly/ikigai"
from
"mgreenly/ikigai"
3
Secrets Management security skill
2026-01-05
conversational-goal-discovery.md
1
1
export
conversational-goal-discovery
2
from
"nadavyigal/Running-coach-"
from
"nadavyigal/Running-coach-"
3
Chat-based goal classification (habit/distance/speed/race) with constraint clarification. Use during onboarding or when user wants to update their running goals through conversation with weekly commitment discovery.
2026-01-05
retrofit-existing.md
1
1
export
retrofit-existing
2
from
"asermax/claude-plugins"
from
"asermax/claude-plugins"
3
Load when retrofitting framework documentation to existing code. Supports creating specs and decisions from implementations, enabling gradual framework adoption for existing projects.
2026-01-05
embodiment-grounding-loop.md
1
1
export
embodiment-grounding-loop
2
from
"Cloudhabil/AGI-Server"
from
"Cloudhabil/AGI-Server"
3
Execute a safe sensor/actuator loop to ground tasks in local system state. Use when tasks require environment feedback or bounded actions.
2026-01-05
type-collision-detector.md
1
1
export
type-collision-detector
2
from
"CyberdyneDevelopment/claude-tools"
from
"CyberdyneDevelopment/claude-tools"
3
Find duplicate type names within your solution (same name in different namespaces). Use before creating new types to avoid naming conflicts. Only checks your code, not external packages. (project, gitignored)
2026-01-05
moai-foundation-core.md
1
1
export
moai-foundation-core
2
from
"junseokandylee/RallyApp"
from
"junseokandylee/RallyApp"
3
MoAI-ADK's foundational principles - TRUST 5, SPEC-First TDD, delegation patterns, token optimization, progressive disclosure, modular architecture, agent catalog, command reference, and execution rules for building AI-powered development workflows
2026-01-05
nft-development.md
1
1
export
nft-development
2
from
"pluginagentmarketplace/custom-plugin-blockchain"
from
"pluginagentmarketplace/custom-plugin-blockchain"
3
Master NFT development with token standards, metadata, marketplaces, and on-chain art
2026-01-05
code-change-approval.md
1
1
export
code-change-approval
2
from
"vm-wylbur/pb-dotfiles"
from
"vm-wylbur/pb-dotfiles"
3
Request approval before modifying files and verify changes are necessary
2026-01-05
lighthouse-optimization.md
1
1
export
lighthouse-optimization
2
from
"wchklaus97/remind-me-pwa"
from
"wchklaus97/remind-me-pwa"
3
Optimize web applications to achieve 95%+ Lighthouse scores across all categories. Use when optimizing performance, accessibility, best practices, or SEO for web applications.
2026-01-05
handler-storage-gdrive.md
1
1
export
handler-storage-gdrive
2
from
"fractary/claude-plugins"
from
"fractary/claude-plugins"
3
Google Drive storage handler for fractary-file plugin
2026-01-05
moai-lang-rust.md
1
1
export
moai-lang-rust
2
from
"junseokandylee/RallyApp"
from
"junseokandylee/RallyApp"
3
Rust 1.91+ development specialist covering Axum, Tokio, SQLx, and memory-safe systems programming. Use when building high-performance, memory-safe applications or WebAssembly.
2026-01-05
memory-management.md
1
1
export
memory-management
2
from
"pluginagentmarketplace/custom-plugin-cpp"
from
"pluginagentmarketplace/custom-plugin-cpp"
3
Production-grade skill for safe and efficient C++ memory management. Covers RAII, smart pointers, custom allocators, memory pools, and leak detection techniques.
2026-01-05
analyzing-apm-data.md
1
1
export
analyzing-apm-data
2
from
"rustomax/observe-community-mcp"
from
"rustomax/observe-community-mcp"
3
Monitor application performance using the RED methodology (Rate, Errors, Duration) with Observe. Use when analyzing service health, investigating errors, tracking latency, or building APM dashboards. Covers when to use metrics vs spans, combining RED signals, and troubleshooting workflows. Cross-references working-with-intervals, aggregating-gauge-metrics, and analyzing-tdigest-metrics skills.
2026-01-05
fetching-library-docs.md
1
1
export
fetching-library-docs
2
from
"mjunaidca/mjs-agent-skills"
from
"mjunaidca/mjs-agent-skills"
3
Token-efficient library API documentation fetcher using Context7 MCP with 77% token savings.Fetches code examples, API references, and usage patterns for published libraries (React,Next.js, Prisma, etc). Use when users ask "how do I use X library", need code examples,want API syntax, or are learning a framework's official API. Triggers: "Show me React hooks","Prisma query syntax", "Next.js routing API". NOT for exploring repo internals/source code(use researching-with-deepwiki) or local files.
2026-01-05
forking-iteration.md
1
1
export
forking-iteration
2
from
"tilmon-engineering/claude-skills"
from
"tilmon-engineering/claude-skills"
3
Use when user wants to create new autonomy branch from current commit or specific past iteration
2026-01-05
helm-charts.md
1
1
export
helm-charts
2
from
"mjunaidca/mjs-agent-skills"
from
"mjunaidca/mjs-agent-skills"
3
Creates and manages Helm charts for Kubernetes deployments. This skill should be used when packaging applications for Kubernetes using Helm, creating Chart.yaml, values.yaml, and templates. It covers chart structure, templating, dependencies, and deployment patterns. Use this skill for Phase IV+ Kubernetes deployments.
2026-01-05
polishing-issues.md
1
1
export
polishing-issues
2
from
"chrisrodz/dotfiles"
from
"chrisrodz/dotfiles"
3
Use when GitHub issue lacks scope, has ambiguities, or needs technical definition - researches codebase, identifies gaps, presents options with recommendations, updates issue description (project, gitignored)
2026-01-05