Browse Skills
16146 skills found
researching-with-deepwiki.md
1
1
export
researching-with-deepwiki
2
from
"mjunaidca/mjs-agent-skills"
from
"mjunaidca/mjs-agent-skills"
3
Research GitHub, GitLab, and Bitbucket repositories using DeepWiki MCP server. Use when exploringunfamiliar codebases, understanding project architecture, or asking questions about how a specificopen-source project works. Provides AI-powered repo analysis and RAG-based Q&A about source code.NOT for fetching library API docs (use fetching-library-docs instead) or local files.
2026-01-05
claude-subagent-development.md
1
1
export
claude-subagent-development
2
from
"rafaelcalleja/claude-market-place"
from
"rafaelcalleja/claude-market-place"
3
This skill should be used when the user asks to "create a subagent", "validate a subagent", "generate subagent schema", "check subagent configuration", "write subagent specification", or mentions subagent development, validation, or protocol documentation for Claude Code.
2026-01-05
confidence-check.md
1
1
export
confidence-check
2
from
"krzemienski/shannon-framework"
from
"krzemienski/shannon-framework"
3
5-check quantitative validation ensuring 90% confidence before implementation. Preventswrong-direction work through systematic verification: duplicate check (25%), architecturecompliance (25%), official docs (20%), working OSS (15%), root cause (15%). Thresholds:≥90% proceed, ≥70% clarify, <70% STOP. Proven 25-250x token ROI from SuperClaude.
2026-01-05
implementing-code.md
1
1
export
implementing-code
2
from
"dralgorhythm/claude-agentic-framework"
from
"dralgorhythm/claude-agentic-framework"
3
Write clean, efficient, maintainable code. Use when implementing features, writing functions, or creating new modules. Covers SOLID principles, error handling, and code organization.
2026-01-05
introspect-working-memory.md
1
1
export
introspect-working-memory
2
from
"synapseradio/thinkies"
from
"synapseradio/thinkies"
3
Manage cognitive load by explicitly identifying what needs to be held in active focus and externalizing complex state. Use when: (1) explicit request to track multiple elements or manage cognitive load, (2) reasoning involves tracking five or more distinct elements simultaneously, (3) switching between contexts or returning from tangents requires context restoration, (4) responses reference earlier information that wasn't carried forward or reasoning restarts without building on prior context.
2026-01-05
nextjs.md
1
1
export
nextjs
2
from
"specvital/web"
from
"specvital/web"
3
Provides Next.js project architecture expertise and implementation patterns. Enforces BFF (Backend for Frontend) pattern, Server Components strategy, and data fetching policies. Specializes in App Router architecture, Server Actions, streaming SSR, incremental static regeneration, and route handlers. Ensures optimal performance through proper component boundaries and caching strategies.Use when: developing Next.js applications, implementing App Router patterns, creating Server Components and Client Components, designing Server Actions for mutations, implementing data fetching with fetch API, configuring BFF architecture, optimizing page performance with streaming and suspense, handling routing and navigation, implementing middleware, or setting up API route handlers.
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
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
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
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
constitution-enforcer.md
1
1
export
constitution-enforcer
2
from
"nahisaho/CodeGraphMCPServer"
from
"nahisaho/CodeGraphMCPServer"
3
Validates compliance with 9 Constitutional Articles and Phase -1 Gates before implementation.Trigger terms: constitution, governance, compliance, validation, constitutional compliance,Phase -1 Gates, simplicity gate, anti-abstraction gate, test-first, library-first,EARS compliance, governance validation, constitutional audit, compliance check, gate validation.Enforces all 9 Constitutional Articles with automated validation:- Article I: Library-First Principle- Article II: CLI Interface Mandate- Article III: Test-First Imperative- Article IV: EARS Requirements Format- Article V: Traceability Mandate- Article VI: Project Memory- Article VII: Simplicity Gate- Article VIII: Anti-Abstraction Gate- Article IX: Integration-First TestingRuns Phase -1 Gates before any implementation begins.Use when: validating project governance, checking constitutional compliance,or enforcing quality gates before implementation.
2026-01-05
technical-planning.md
1
1
export
technical-planning
2
from
"leeovery/claude-technical-workflows"
from
"leeovery/claude-technical-workflows"
3
Transform specifications into actionable implementation plans with phases, tasks, and acceptance criteria. Fourth phase of research-discussion-specification-plan-implement-review workflow. Use when: (1) User asks to create/write an implementation plan, (2) User asks to plan implementation after specification is complete, (3) Converting specifications from docs/workflow/specification/{topic}.md into implementation plans, (4) User says 'plan this' or 'create a plan' after specification, (5) Need to structure how to build something with phases and concrete steps. Creates plans in docs/workflow/planning/{topic}.md that implementation phase executes via strict TDD.
2026-01-05
plan-refactoring.md
1
1
export
plan-refactoring
2
from
"Mharbulous/SyncoPaid"
from
"Mharbulous/SyncoPaid"
3
[TODO: Complete and informative explanation of what the skill does and when to use it. Include WHEN to use this skill - specific scenarios, file types, or tasks that trigger it.]
2026-01-05
dependency-analyzer.md
1
1
export
dependency-analyzer
2
from
"dkyazzentwatwa/chatgpt-skills"
from
"dkyazzentwatwa/chatgpt-skills"
3
Analyze Python imports and dependencies. Use to understand project structure, find unused imports, or generate requirements.txt files.
2026-01-05
ux-flow-diagram.md
1
1
export
ux-flow-diagram
2
from
"CANTAGESTUDIO/CosmicAtlasPacker"
from
"CANTAGESTUDIO/CosmicAtlasPacker"
3
[UI/UX] Visualizes user flows and screen transitions as ASCII diagrams. Represents navigation flows, user journeys, and screen-to-screen paths. Use when requesting 'flow diagram', 'user journey visualization', or 'navigation flow'.
2026-01-05
troubleshoot.md
1
1
export
troubleshoot
2
from
"thedotmack/rad-mem"
from
"thedotmack/rad-mem"
3
Diagnose and fix rad-mem installation issues. Checks PM2 worker status, database integrity, service health, dependencies, and provides automated fixes for common problems.
2026-01-05
vaporwave-glassomorphic-ui-designer.md
1
1
export
vaporwave-glassomorphic-ui-designer
2
from
"erichowens/some_claude_skills"
from
"erichowens/some_claude_skills"
3
Expert in creating modern, aesthetic UI designs blending vaporwave nostalgia with glassomorphic elegance for photo/memory applications. Masters SwiftUI Material effects, neon pastel color palettes, frosted glass blur techniques, and retro-futuristic design principles. Specializes in creating emotionally resonant interfaces for photo collage apps with dark mode support, accessibility-first design, and GPU-accelerated Metal shader effects. Deep knowledge of 2025 UI trends (glassmorphism, neubrutalism, Y2K revival), iOS Human Interface Guidelines, and creating delightful micro-interactions. Bridges computational aesthetics with human emotional connection through thoughtful color theory, typography, and spatial design. Use for iOS/Mac photo apps, vaporwave-themed UI, glassmorphic components, neon/retro aesthetics. Activate on "vaporwave", "glassmorphism", "SwiftUI design", "frosted glass", "neon aesthetic", "retro-futuristic", "Y2K design". NOT for backend logic, API design (use backend-architect), Windows 3.1 au
2026-01-05
investigation-creation.md
1
1
export
investigation-creation
2
from
"refractionPOINT/lc-ai"
from
"refractionPOINT/lc-ai"
3
Create investigations from security events, detections, or LCQL queries. Performs HOLISTIC investigations - not just process trees, but initial access hunting, org-wide scope assessment, lateral movement detection, and full host context. Builds Investigation Hive records documenting findings with events, detections, entities, and analyst notes. Use for incident investigation, threat hunting, alert triage, or building SOC working reports.
2026-01-05
performance.md
1
1
export
performance
2
from
"89jobrien/steve"
from
"89jobrien/steve"
3
Comprehensive performance specialist covering analysis, optimization, load testing, and framework-specific performance. Use when identifying bottlenecks, optimizing code, conducting load tests, analyzing Core Web Vitals, fixing memory leaks, or improving application performance across all layers (application, database, frontend). Includes React-specific optimization patterns.
2026-01-05
ros2-custom-interfaces.md
1
1
export
ros2-custom-interfaces
2
from
"mjunaidca/robolearn"
from
"mjunaidca/robolearn"
3
Generate ROS 2 custom message (.msg) and service (.srv) interface definitions for educational content. This skill should be used when creating lessons that teach interface design, writing exercises involving custom data types, or generating worked examples for robotics communication protocols.
2026-01-05
pytest-testing.md
1
1
export
pytest-testing
2
from
"pluginagentmarketplace/custom-plugin-python"
from
"pluginagentmarketplace/custom-plugin-python"
3
Master test-driven development with pytest, fixtures, mocking, and CI/CD integration
2026-01-05