Search: claude
Search MCP servers and agent skills by name, description, category or topic — 1,570 results.
deanpeters/user-story-mapping-workshop
Walk through creating story maps with backbone and release slices
deanpeters/vp-cpo-readiness-advisor
Coach the Director→VP/CPO transition including a CEO interview framework
deanpeters/workshop-facilitation
Add step-by-step facilitation with numbered recommendations to any workshop
deanpeters/discovery-process
Full discovery cycle: frame problem → research → synthesize → validate (3-4 weeks)
deanpeters/executive-onboarding-playbook
30-60-90 day diagnostic playbook for VP/CPO onboarding transitions
deanpeters/prd-development
Structured PRD process: problem → personas → solution → metrics → stories (2-4 days)
deanpeters/product-strategy-session
Full strategy session: positioning → framing → exploration → roadmap (2-4 weeks)
deanpeters/roadmap-planning
Strategic roadmap process: inputs → epics → prioritize → sequence → communicate (1-2 weeks)
deanpeters/skill-authoring-workflow
Meta workflow for authoring skills: choose path → validate → update docs → package
KnockOutEZ/wigolo
Local-first, keyless web intelligence in one server: search, fetch, crawl, extract, cache, find-similar, and research. Multi-engine search with local ML reranking and a persistent SQLite cache, renders JS-heavy pages, and keeps everything on your machine. Install via `npx wigolo init --non-interactive --agents=`.
anthropics/doc-coauthoring
Collaborative document editing and co-authoring
anthropics/algorithmic-art
Create generative art using p5.js with seeded randomness
anthropics/slack-gif-creator
Create animated GIFs optimized for Slack size constraints
anthropics/theme-factory
Style artifacts with professional themes or generate custom themes
anthropics/web-artifacts-builder
Build complex claude.ai HTML artifacts with React and Tailwind
anthropics/mcp-builder
Create MCP servers to integrate external APIs and services
anthropics/brand-guidelines
Apply Anthropic's brand colors and typography to artifacts
anthropics/skill-creator
Guide for creating skills that extend Claude's capabilities
basicmachines-co/basic-memory
Persistent, local-first AI memory: a semantic knowledge graph of plain Markdown files that humans and LLMs both read and write. Works with any MCP client, with optional cloud sync and team workspaces.
taylorwilsdon/google_workspace_mcp
Comprehensive Google Workspace MCP server with full support for Google Calendar, Drive, Gmail, and Docs, Forms, Chats, Slides and Sheets over stdio, Streamable HTTP and SSE transports.
zcaceres/markdownify-mcp
An MCP server to convert almost any file or web content into Markdown
NVIDIA/CUDA-Q/cudaq-guide
CUDA-Q onboarding guide for installation, test programs, GPU simulation, QPU hardware, and quantum applications.
NVIDIA/DALI/dali-dynamic-mode
Use when writing DALI data loading or preprocessing code with `nvidia.dali.experimental.dynamic` (ndd), or when converting DALI pipeline-mode code to dynamic mode, or when the user...
NVIDIA/Megatron-Bridge/adding-model-support
Guide for adding support for new LLM or VLM models in Megatron-Bridge.
NVIDIA/Megatron-Bridge/build-and-dependency
Dev environment setup for Megatron Bridge — container-based development, uv package management, lockfile regeneration, adding dependencies, Slurm container usage, and common build...
NVIDIA/Megatron-Bridge/bump-dependency
Bump a pinned dependency (TransformerEngine, Megatron-LM, NRX, etc.), regenerate the lockfile, open a PR, and drive it to green by attaching a watchdog to the "CICD NeMo" workflow...
NVIDIA/Megatron-Bridge/cicd
CI/CD reference for Megatron Bridge — pipeline structure, commit and PR workflow, CI failure investigation, and common failure patterns.
NVIDIA/Megatron-Bridge/linting-and-formatting
Code style and quality rules for Megatron Bridge — ruff configuration, naming conventions, type hints, mypy rules, docstrings, copyright headers, logging, and the code review check...
NVIDIA/Megatron-Bridge/mlm-bridge-training
Run Megatron-LM (MLM) and Megatron Bridge training with mock or real data.
NVIDIA/Megatron-Bridge/multi-node-slurm
Convert single-node scripts to multi-node Slurm sbatch jobs and debug common multi-node failures.
NVIDIA/Megatron-Bridge/nemo-rl-e2e-testing
External NeMo-RL end-to-end validation workflow for Megatron-Bridge model/provider changes, including downstream compatibility checks, external RL lifecycle behavior, Megatron poli...
NVIDIA/Megatron-Bridge/parity-testing
Structured framework for verifying numerical parity of HFMCore weight conversions.
NVIDIA/Megatron-Bridge/perf-activation-recompute
Validate and use selective and full activation recompute in Megatron Bridge to reduce GPU memory usage at the cost of extra compute.
NVIDIA/Megatron-Bridge/perf-cpu-offloading
Validate and use CPU offloading in Megatron Bridge, including layer-level activation offloading and fractional optimizer state offloading with HybridDeviceOptimizer.
NVIDIA/Megatron-Bridge/perf-cuda-graphs
Validate and use CUDA graph capture in Megatron Bridge, including local full-iteration graphs and Transformer Engine scoped graphs for attention, MLP, and MoE modules.
NVIDIA/Megatron-Bridge/perf-expert-parallel-overlap
Validate and use MoE expert-parallel communication overlap in Megatron-Bridge, including overlap_moe_expert_parallel_comm, delay_wgrad_compute, and flex dispatcher backends such as...