Browse Skills

16146 skills found

open-source-contributions.md
1
1 export open-source-contributions
2 ovachiever from "ovachiever/droid-tings"
3 Create maintainer-friendly pull requests for open source projects with clean code submissions and professional communication. Prevents 16 common mistakes that cause PR rejection.Use when: contributing to public repositories, submitting PRs to community projects, migrating from contributor to maintainer workflows, or troubleshooting PR rejection, working on main branch errors, failing CI checks, or personal artifacts in commits.
2026-01-05
research.md
1
1 export research
2 multicam from "multicam/qara"
3 Comprehensive research, analysis, and content extraction system. Multi-source parallel research using available researcher agents. Deep content analysis with extended thinking. Intelligent retrieval for difficult sites. Fabric pattern selection for 242+ specialized prompts. USE WHEN user says 'do research', 'extract wisdom', 'analyze content', 'find information about', or requests web/content research.
2026-01-05
spec-architect-agent.md
1
1 export spec-architect-agent
2 MaciWP from "MaciWP/CV_Astro"
3 Create technical specifications following spec-driven development with dual perspective (Product Owner + Technical Analyst). Enforces acceptance criteria, concrete examples, and validation checklists. Keywords - specification, spec driven, bdd, given when then, create spec, technical spec, requirements, acceptance criteria, product owner
2026-01-05
nextjs.md
1
1 export nextjs
2 ovachiever from "ovachiever/droid-tings"
3 Build Next.js 16 apps with App Router, Server Components/Actions, Cache Components ("use cache"), and async route params. Includes proxy.ts (replaces middleware.ts) and React 19.2.Use when: building Next.js 16 projects, or troubleshooting async params (Promise types), "use cache" directives, parallel route 404s (missing default.js), or proxy.ts CORS.
2026-01-05
documenting-ui-states.md
1
1 export documenting-ui-states
2 farmanlab from "farmanlab/ai_agent_orchestra"
3 Documents all UI state variations (default, empty, error, loading, success) from Figma designs. Use when defining complete UI specifications before implementation.
2026-01-05
researchcontext-boundary-manager.md
1
1 export researchcontext-boundary-manager
2 Cloudhabil from "Cloudhabil/AGI-Server"
3 Lock tasks to user-provided sources (PDF/txt/URL) by creating a per-task context container, ingesting and chunking only those sources, ranking chunks for relevance, and enforcing negative constraints against out-of-scope content. Use when strict source grounding is required.
2026-01-05
load-architecture-context.md
1
1 export load-architecture-context
2 WesleyMFrederick from "WesleyMFrederick/cc-workflows"
3 Load architecture principles and core conventions for grounding work against project standards - simple context loading for all workflow stages
2026-01-05
security-documentation.md
1
1 export security-documentation
2 spjoshis from "spjoshis/claude-code-plugins"
3 Master security documentation with security policies, incident response plans, security procedures, and compliance documentation.
2026-01-05
docker-security.md
1
1 export docker-security
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-docker"
3 Secure Docker containers and images with hardening, scanning, and secrets management
2026-01-05
autonomous-ci.md
1
1 export autonomous-ci
2 ANcpLua from "ANcpLua/ancplua-claude-plugins"
3 Ensures Claude verifies both local tests AND remote CI before claiming completion. Use BEFORE any completion claims, commits, or pull requests. Mandatory verification with evidence.
2026-01-05
writing-slash-commands.md
1
1 export writing-slash-commands
2 WesleyMFrederick from "WesleyMFrederick/cc-workflows"
3 Use when creating or editing slash commands - applies TDD to slash command documentation by testing with SlashCommand tool and subagents before deployment, preventing inverted logic and untested conditionals
2026-01-05
long-straddle.md
1
1 export long-straddle
2 keith-mvs from "keith-mvs/ordinis"
3 Analyzes long straddle volatility plays with ATM call and put at same strike. Requires numpy>=1.24.0, pandas>=2.0.0, matplotlib>=3.7.0, scipy>=1.10.0. Use when expecting large price movement in either direction, analyzing earnings plays, evaluating volatility opportunities, or assessing binary event outcomes on high IV stocks.
2026-01-05
streaming-output.md
1
1 export streaming-output
2 ddunnock from "ddunnock/claude-plugins"
3 Stream long-form content to markdown files with resume capability. Writes content incrementally with section markers, enabling recovery if context limits are hit. Use when generating long documents (over 1000 lines), B-SPEC or specification writing, multi-section reports, any task where context compaction may occur mid-generation, or when user explicitly requests streaming output. Commands: init, write, status, resume, finalize, repair.
2026-01-05
foundations-business-model.md
1
1 export foundations-business-model
2 BellaBe from "BellaBe/ideas-os"
3 Business model design and financial planning. Use when designing revenue models, pricing, or calculating unit economics.
2026-01-05
writing-implementation-pseudocode.md
1
1 export writing-implementation-pseudocode
2 WesleyMFrederick from "WesleyMFrederick/cc-workflows"
3 Use when adding pseudocode examples to implementation guides or technical documentation - creates readable TypeScript-style pseudocode with strategic comments (Boundary, Integration, Pattern, Decision) that guide developers during implementation
2026-01-05
flutter-review.md
1
1 export flutter-review
2 LucasXu0 from "LucasXu0/flutter_skills"
3 Comprehensive Flutter code review skill that analyzes changed Dart files for critical bugs, logic errors, anti-patterns, and code quality issues. Performs priority-based analysis (P0 critical/P1 important/P2 quality) checking null safety, lifecycle issues, memory leaks, collection equality, Bloc/Provider patterns, code complexity, and logic correctness. Use this skill when the user (1) explicitly requests /flutter-review, (2) asks to review code/PR/MR/changes, (3) mentions code review in Flutter context, (4) is preparing to merge or commit Flutter code, (5) asks to check for bugs/issues/problems in Flutter code, (6) requests quality checks or asks if code is ready to merge, or (7) mentions specific concerns like memory leaks, null safety, lifecycle issues, or state management patterns.
2026-01-05
log-validator.md
1
1 export log-validator
2 fractary from "fractary/claude-plugins"
3 Validates logs against type-specific schemas checking frontmatter, structure, and required fields
2026-01-05
trpc.md
1
1 export trpc
2 oriolrius from "oriolrius/pki-manager-web"
3 Expert guidance for tRPC (TypeScript Remote Procedure Call) including router setup, procedures, middleware, context, client configuration, and Next.js integration. Use this when building type-safe APIs, integrating tRPC with Next.js, or implementing client-server communication with full TypeScript inference.
2026-01-05
game-servers.md
1
1 export game-servers
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-game-developer"
3 Game server architecture, scalability, matchmaking, and backend systemsfor online games. Build robust, scalable multiplayer infrastructure.
2026-01-05
graphql.md
1
1 export graphql
2 specvital from "specvital/collector"
3 Provides GraphQL API schema design and implementation expertise. Ensures proper type definitions, query/mutation patterns, pagination strategies, and error handling standards. Specializes in schema-first design, resolver implementation, DataLoader for N+1 prevention, subscription patterns, and federation architecture. Implements Relay cursor connections and Apollo best practices.Use when: designing GraphQL schemas, defining types and interfaces, implementing queries and mutations, creating resolvers, designing pagination with connections and edges, solving N+1 query problems with DataLoader, implementing subscriptions for real-time updates, handling errors and nullability, setting up GraphQL federation, or integrating with Apollo Server/Client or other GraphQL libraries.
2026-01-05
test-specialist.md
1
1 export test-specialist
2 agent-trust-protocol from "agent-trust-protocol/atp-core"
3 This skill should be used when writing test cases, fixing bugs, analyzing code for potential issues, or improving test coverage for JavaScript/TypeScript applications. Use this for unit tests, integration tests, end-to-end tests, debugging runtime errors, logic bugs, performance issues, security vulnerabilities, and systematic code analysis.
2026-01-05
expression-intent-archaeology.md
1
1 export expression-intent-archaeology
2 synapseradio from "synapseradio/thinkies"
3 Create separate documentation that preserves discovered intent from historical investigation so future readers benefit from your research. Use when: (1) completing code archaeology investigation and needing to ensure discoveries benefit future developers facing the same confusion, (2) recurring questions from team members signal that institutional knowledge needs capture in ADRs or documentation files, (3) team member departure would take critical undocumented context about design decisions with them, (4) creating onboarding documentation where critical context exists only in git history or senior engineers' memories
2026-01-05
docs-create.md
1
1 export docs-create
2 stars-end from "stars-end/affordabot"
3 Create epic-specific documentation skill with external reference docs. MUST BE USED for caching external docs.Fetches URLs, caches full content, uses documentation-engineer to generate cohesive summaries, and creates auto-activating skill.Use when starting work on epic that requires external documentation context (API docs, tool guides, reference materials),or when user mentions "cache docs", "external docs", "API documentation", URLs for docs,documentation needs, reference materials, knowledge caching, or epic context documentation.
2026-01-05
crypto-ta-analyzer.md
1
1 export crypto-ta-analyzer
2 dkyazzentwatwa from "dkyazzentwatwa/chatgpt-skills"
3 Technical analysis with 29+ indicators (BB, Ichimoku, RSI, MACD). Generates 7-tier trading signals with divergence detection, volume confirmation, and squeeze alerts for crypto and stocks.
2026-01-05