Browse Skills

20307 skills found

ebpf-map-handler.md
1
1 export ebpf-map-handler
2 cassamajor from "cassamajor/xcnf"
3 Create eBPF maps (hash, array, ringbuf, LRU, per-CPU) with corresponding Go userspace code for reading and writing data between kernel and userspace. Includes map definitions, update/lookup operations, and event handling. Use when implementing state management or kernel-userspace communication in CNFs.
2026-01-05
ash-code-interfaces.md
1
1 export ash-code-interfaces
2 clientt-ai from "clientt-ai/clientt_phoenix_crm"
3 Define and use code interfaces for calling Ash resources from domains
2026-01-05
npid-existing-code.md
1
1 export npid-existing-code
2 23Maestro from "23Maestro/prospect-pipeline"
3 Reuse existing Prospect ID code instead of creating new abstractions
2026-01-05
idse-developer-agent.md
1
1 export idse-developer-agent
2 tjpilant from "tjpilant/idse-developer-agent"
3 Intent-Driven Systems Engineering (IDSE) methodology for structured software development. Use when users want to: (1) Plan a new feature or project systematically, (2) Create engineering artifacts (intent, context, spec, plan, tasks), (3) Move from vague ideas to structured implementation plans, (4) Generate specifications before writing code, (5) Break work into atomic testable tasks, (6) Follow a constitutional engineering approach. Triggers: 'help me plan', 'create a spec', 'IDSE', 'intent-driven', 'write a specification', 'break this into tasks', 'implementation plan', 'what should I build first', 'structured engineering', 'plan before code'.
2026-01-05
debugging.md
1
1 export debugging
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-python"
3 Python debugging techniques, pdb, and IDE debugging tools
2026-01-05
threat-modeling-techniques.md
1
1 export threat-modeling-techniques
2 NickCrew from "NickCrew/claude-ctx-plugin"
3 Threat modeling methodologies using STRIDE, attack trees, and risk assessment for proactive security analysis. Use when designing secure systems, conducting security reviews, or identifying potential attack vectors in applications.
2026-01-05
langgraph-master.md
1
1 export langgraph-master
2 hiroshi75 from "hiroshi75/ccplugins"
3 Use when specifying or implementing LangGraph applications - from architecture planning and specification writing to actual code implementation. Also use for designing agent workflows or learning LangGraph patterns. This is a comprehensive guide for building AI agents with LangGraph, covering core concepts, architecture patterns, memory management, tool integration, and advanced features.
2026-01-05
archaeologist.md
1
1 export archaeologist
2 friday-james from "friday-james/let-claude-code"
3 Dig up the history of cursed code. Use when you find WTF code and need to understand how it got this way.
2026-01-05
pre-commit-review.md
1
1 export pre-commit-review
2 buzzdan from "buzzdan/ai-coding-rules"
3 ADVISORY validation of code against design principles, accessibility, and best practices that linters cannot fully enforce. Use after linter passes and tests pass to validate design quality. Categorizes findings as Design Debt, Readability Debt, or Polish Opportunities. Does NOT block commits.
2026-01-05
supabase-queries.md
1
1 export supabase-queries
2 CoderMariusz from "CoderMariusz/MonoPilot"
3 Apply when writing Supabase client queries for CRUD operations, filtering, joins, and real-time subscriptions.
2026-01-05
multi-agent-analysis.md
1
1 export multi-agent-analysis
2 Dowwie from "Dowwie/agent_framework_study"
3 Analyze coordination patterns, handoff mechanisms, and state sharing in multi-agent systems. Use when (1) understanding how agents transfer control, (2) evaluating shared vs isolated state patterns, (3) mapping communication protocols between agents, (4) assessing multi-agent orchestration approaches, or (5) comparing coordination models across frameworks.
2026-01-05
mcp-figma.md
1
1 export mcp-figma
2 MichelKerkmeester from "MichelKerkmeester/opencode-dev-environment"
3 Figma design file access via MCP providing 18 tools for file retrieval, image export, component/style extraction, team management, and collaborative commenting. Accessed via Code Mode for token-efficient workflows.
2026-01-05
developing-nextjs.md
1
1 export developing-nextjs
2 sumik5 from "sumik5/dotfiles"
3 Guides Next.js 16 / React 19 development. Use when package.json contains 'next' or next.config.* is detected. Supports App Router, Server Components, Cache Components, strict TypeScript, Tailwind CSS v4, Prisma ORM, and Vitest.
2026-01-05
hybrid-orchestrator.md
1
1 export hybrid-orchestrator
2 Cloudhabil from "Cloudhabil/AGI-Server"
3 Coordinate multi-tool workflows with guardrails; use when asked to chain retrieval, analysis, and action steps.
2026-01-05
aws-azure-multi-cloud-expert.md
1
1 export aws-azure-multi-cloud-expert
2 Krosebrook from "Krosebrook/source-of-truth-monorepo"
3 Expert guidance for deploying and managing applications across AWS and Azure cloud platforms. Use when deploying to AWS, Azure, managing cloud infrastructure, or implementing multi-cloud strategies.
2026-01-05
reverse-engineer.md
1
1 export reverse-engineer
2 jschulte from "jschulte/stackshift"
3 Deep codebase analysis to generate 9 comprehensive documentation files. Adapts based on path choice - Greenfield extracts business logic only (tech-agnostic), Brownfield extracts business logic + technical implementation (tech-prescriptive). This is Step 2 of 6 in the reverse engineering process.
2026-01-05
introspect-self-observation.md
1
1 export introspect-self-observation
2 synapseradio from "synapseradio/thinkies"
3 Track skill usage in real-time as reasoning unfolds to maintain visibility into your current cognitive approach Use when: (1) asked to review which reasoning skills are being applied in the active session, (2) during multi-skill reasoning to understand what approach is currently being taken, (3) when you want visibility into which thinking patterns are being applied right now, (4) while using 3 or more skills to track the unfolding sequence
2026-01-05
transcript-analyzer.md
1
1 export transcript-analyzer
2 bfreis from "bfreis/claude-mart"
3 Analyze Claude Code session transcripts to debug plugins, understand context usage, and trace execution flow
2026-01-05
frappe-external-api-connector.md
1
1 export frappe-external-api-connector
2 Venkateshvenki404224 from "Venkateshvenki404224/frappe-apps-manager"
3 Generate code to integrate Frappe with external REST APIs. Use when connecting to third-party services, payment gateways, or external data sources.
2026-01-05
frontend-bugfix.md
1
1 export frontend-bugfix
2 penkzhou from "penkzhou/swiss-army-knife-plugin"
3 Use this skill when debugging frontend test failures (React/TypeScript, Vitest, etc.), fixing bugs in React/TypeScript code, or following TDD methodology for frontend bug fixes. This skill provides the complete bugfix workflow knowledge including error classification, confidence scoring, and TDD best practices.
2026-01-05
gen-morphisms.md
1
1 export gen-morphisms
2 BellaBe from "BellaBe/ideas-os"
3 Generate morphism implementations from build artifacts. Creates domain operationsusing App monad, API handlers (via F_api), and compositions. All effectfuloperations return App[A]. Use when: implementing operations, creating endpoints.
2026-01-05
code-reviewer.md
1
1 export code-reviewer
2 seanchiuai from "seanchiuai/claude-web-template"
3 Used to create a new agent. Used when a user wants to create a new agent
2026-01-05
android-conventions.md
1
1 export android-conventions
2 Enso-Soft from "Enso-Soft/lotto-assist"
3 Defines Android/Kotlin coding conventions for the project. Includes namingrules, forbidden patterns, preferred practices, and code style guidelines.Use when writing code to ensure consistency. Use when user mentions:네이밍, 컨벤션, 코딩 규칙, 스타일 가이드, 금지 패턴, 권장 패턴,이름 규칙, 코드 스타일, 컨벤션 확인, 네이밍 규칙.
2026-01-05
skill-discovery-patterns.md
1
1 export skill-discovery-patterns
2 Kaakati from "Kaakati/rails-enterprise-dev"
3 How the Rails Enterprise Dev plugin discovers and uses project skills dynamically
2026-01-05