Browse Skills
44969 skills found
analyzing-text-patterns.md
1
1
export
analyzing-text-patterns
2
from
"rustomax/observe-community-mcp"
from
"rustomax/observe-community-mcp"
3
Extract and analyze recurring patterns from log messages, span names, and event names using punctuation-based template discovery. Use when you need to understand log diversity, identify common message structures, detect unusual formats, or prepare for log parser development. Works by removing variable content and preserving structural markers.
2026-01-05
solidjs.md
1
1
export
solidjs
2
from
"bout3fiddy/agents"
from
"bout3fiddy/agents"
3
SolidJS reactive UI framework development. Use when building interactive frontends, creating reactive components, managing state with signals/stores, handling async data fetching, or implementing fine-grained reactivity. Covers best practices, DRY/SOLID principles, control flow components, and production patterns.
2026-01-05
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
memgraph-aco-queries.md
1
1
export
memgraph-aco-queries
2
from
"tonyoconnell/crackrsa32"
from
"tonyoconnell/crackrsa32"
3
Query and analyze ACO pheromone graphs in Memgraph. Use for prime candidate queries, pheromone analysis, path validation, and convergence monitoring.
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
tdd.md
1
1
export
tdd
2
from
"mgreenly/ikigai"
from
"mgreenly/ikigai"
3
Test-Driven Development skill for the ikigai project
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
performance-optimizer.md
1
1
export
performance-optimizer
2
from
"nahisaho/CodeGraphMCPServer"
from
"nahisaho/CodeGraphMCPServer"
3
Copilot agent that assists with performance analysis, bottleneck detection, optimization strategies, and benchmarkingTrigger terms: performance optimization, performance tuning, profiling, benchmark, bottleneck analysis, scalability, latency optimization, memory optimization, query optimizationUse when: User requests involve performance optimizer tasks.
2026-01-05
project-specs-setup-spec-system.md
1
1
export
project-specs-setup-spec-system
2
from
"clientt-ai/clientt_phoenix_crm"
from
"clientt-ai/clientt_phoenix_crm"
3
Set up BDD/DDD specification folder structure and initial files for a project
2026-01-05
sf-deployment.md
1
1
export
sf-deployment
2
from
"Jaganpro/claude-code-sfskills"
from
"Jaganpro/claude-code-sfskills"
3
Comprehensive Salesforce DevOps automation
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
write-blog.md
1
1
export
write-blog
2
from
"aheld/aaronheld-blog"
from
"aheld/aaronheld-blog"
3
Collaborative blog writing assistant that helps draft articles in Aaron's voice and style
2026-01-05
ef-core.md
1
1
export
ef-core
2
from
"yaochangyu/api.template"
from
"yaochangyu/api.template"
3
EF Core 操作與最佳化技能,協助開發者正確使用 Entity Framework Core,包含 DbContextFactory 模式、查詢最佳化、Migration 管理與反向工程。
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
repo-add-plugin.md
1
1
export
repo-add-plugin
2
from
"synapseradio/thinkies"
from
"synapseradio/thinkies"
3
Bootstrap a new plugin with complete directory structure, metadata files, and marketplace integration. Use when: (1) explicitly asked to create a new plugin, (2) starting a new category of skills that doesn't fit existing plugins, (3) forking or extending the marketplace with custom plugins, (4) setting up development environment for new skill categories, (5) creating specialized plugin for specific domain (data science, security, etc.)
2026-01-05
playwright-basics.md
1
1
export
playwright-basics
2
from
"clientt-ai/clientt_phoenix_crm"
from
"clientt-ai/clientt_phoenix_crm"
3
Core Playwright concepts, setup, and test execution for E2E testing
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
project-board.md
1
1
export
project-board
2
from
"semicolon-devteam/semo"
from
"semicolon-devteam/semo"
3
GitHub Project 보드 이슈 연동 및 상태 관리. Use when (1) 이슈 생성 후 프로젝트 보드 연동, (2) 태스크 완료 후 상태 변경.
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
docs-lint.md
1
1
export
docs-lint
2
from
"kazunori279/adk-streaming-guide"
from
"kazunori279/adk-streaming-guide"
3
Document review
2026-01-05