Browse Skills
20307 skills found
ebpf-map-handler.md
1
1
export
ebpf-map-handler
2
from
"cassamajor/xcnf"
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
from
"clientt-ai/clientt_phoenix_crm"
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
from
"23Maestro/prospect-pipeline"
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
from
"tjpilant/idse-developer-agent"
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
from
"pluginagentmarketplace/custom-plugin-python"
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
from
"NickCrew/claude-ctx-plugin"
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
from
"hiroshi75/ccplugins"
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
from
"friday-james/let-claude-code"
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
from
"buzzdan/ai-coding-rules"
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
from
"CoderMariusz/MonoPilot"
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
from
"Dowwie/agent_framework_study"
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
from
"MichelKerkmeester/opencode-dev-environment"
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
from
"sumik5/dotfiles"
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
from
"Cloudhabil/AGI-Server"
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
from
"Krosebrook/source-of-truth-monorepo"
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
from
"jschulte/stackshift"
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
from
"synapseradio/thinkies"
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
from
"bfreis/claude-mart"
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
from
"Venkateshvenki404224/frappe-apps-manager"
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
from
"penkzhou/swiss-army-knife-plugin"
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
from
"BellaBe/ideas-os"
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
from
"seanchiuai/claude-web-template"
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
from
"Enso-Soft/lotto-assist"
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
from
"Kaakati/rails-enterprise-dev"
from
"Kaakati/rails-enterprise-dev"
3
How the Rails Enterprise Dev plugin discovers and uses project skills dynamically
2026-01-05