Topic: mcp
13,395 skills in this topic.
-
rag-retrieval
Retrieval-Augmented Generation patterns for grounded LLM responses. Use when building RAG pipelines, embedding documents, implementing hybrid search, contextual retrieval, HyDE, agentic RAG, multimodal RAG, query decomposition, reranking, or pgvector search.
yonatangross/orchestkit 143
-
quality-gates
Use when assessing task complexity, before starting complex tasks, when stuck after multiple attempts, or reviewing code against best practices. Provides quality-gates scoring (1-5), escalation workflows, and pattern library management.
yonatangross/orchestkit 143
-
python-backend
Python backend patterns for asyncio, FastAPI, SQLAlchemy 2.0 async, and connection pooling. Use when building async Python services, FastAPI endpoints, database sessions, or connection pool tuning.
yonatangross/orchestkit 143
-
glance-test
Run E2E browser tests on any web application using Glance MCP. Use when the user says "test this page," "check this URL," "run E2E tests," "browser test," "test the login flow," "check if the site works," "visual regression," or "screenshot this page." Also use for post-deploy verification and smoke tests.
DebugBase/glance 139
-
ironbee-verify
Trigger browser verification of code changes. Args: (default), full, visual, functional
ironbee-ai/ironbee-cli 136
-
ironbee-analyze
Run IronBee session analysis with semantic interpretation of verification metrics, issues, and fixes
ironbee-ai/ironbee-cli 136
-
e2e
Run e2e and unit tests for Claude Inspector. Use after code changes to verify regressions.
kangraemin/claude-inspector 114
-
deploy
Claude Inspector macOS 배포 스킬. 빌드(코드사이닝+공증) → GitHub Release → Homebrew cask 업데이트 전체 플로우. '배포', 'deploy', '릴리즈', 'release', '배포해', '출시' 등 배포 관련 요청 시 반드시 이 스킬을 사용한다.
kangraemin/claude-inspector 114
-
build
Build and package Claude Inspector as a distributable Electron app (.dmg / .exe)
kangraemin/claude-inspector 114
-
design-system
Design system expertise — component creation, token management, Figma workflow. Compiler-driven: Claude produces scene graph JSON, the compiler generates Figma code. Covers components and full interfaces/screens.
noemuch/bridge 116
-
claude-historian
Automatic history search — checks past sessions before web research, planning, and debugging, siblings deepen coverage
Vvkmnn/claude-emporium 113
-
claude-gladiator
Continuous learning — hooks observe failures and prompt reflection, sibling synergy deepens analysis with history and tool discovery
Vvkmnn/claude-emporium 113
-
claude-praetorian
Context preservation with cross-session memory — hooks prompt compaction at high-impact moments, siblings enrich what gets saved
Vvkmnn/claude-emporium 113
-
claude-orator
Prompt rhetoric coach — deterministic scoring and restructuring using Anthropic best practices
Vvkmnn/claude-emporium 113
-
claude-oracle
Automatic tool discovery across 17 sources — hooks search before planning and after errors, siblings avoid redundant searches
Vvkmnn/claude-emporium 113
-
claude-vigil
File checkpoint and recovery — auto-quicksaves before destructive commands, manual checkpoints for safe rollback
Vvkmnn/claude-emporium 113
-
dev-standards
Enforces development workflows, quality gates, coding standards, and release processes for the deterministic-agent-control-protocol project. Use when implementing features, fixing bugs, refactoring architecture, adding integrations, updating policies, writing tests, updating documentation, or preparing releases.
elliot35/deterministic-agent-control-protocol 109
-
tracealyzer
Trace execution (into or over calls) for N steps or until a condition, then analyze the recorded instruction log
dariushoule/x64dbg-skills 109
-
state-snapshot
Capture a full debuggee state snapshot (all committed memory regions + processor state) to disk for offline analysis
dariushoule/x64dbg-skills 109
-
state-diff
Compare two state snapshots to identify register and memory changes between two points in time
dariushoule/x64dbg-skills 109
-
shellcode-analyzer
Load, unpack, and analyze shellcode in x64dbg. Use this skill when the user wants to analyze shellcode, load a shellcode blob into a debugger, unpack encoded/encrypted shellcode, or perform static/dynamic analysis of shellcode payloads.
dariushoule/x64dbg-skills 109
-
find-oep
Smart trace-based OEP finder for packed/protected PE executables. Traces through packer stubs using intelligent stepping, anti-debug evasion, and heuristic OEP detection, then captures a state snapshot at the original entry point.
dariushoule/x64dbg-skills 109
-
decompile
Decompile a function to C-like pseudocode using angr
dariushoule/x64dbg-skills 109
-
yara-sigs
Scan a state snapshot's memory dumps with YARA signatures to detect packers, crypto constants, malware, and more
dariushoule/x64dbg-skills 109