CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Memoire

sarveshsea/m-moire
STDIOregistry active
Summary

Gives Claude native access to your Tailwind design system so it can edit components without breaking tokens or styles. Exposes shadcn registry exports, Tailwind diagnostics, design token extraction, and Figma bridge context through MCP tools. You get simulation flows for testing UI changes against research backed personas, plus product scenario planning with model swarm or deterministic fallback. Ships with agent kits for Cursor, Codex, and Claude Code that install skill packs and MCP configs in one command. Reach for this when you want coding agents to respect your actual design decisions instead of hallucinating arbitrary Tailwind classes or reinventing components that already exist in your registry.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download for free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download for free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →

memi

memi

Design QA skills for coding agents.
Audit real interfaces, remember their design systems, and stop UI regressions before merge.

npm stars MIT skills.sh

Package: @memi-design/cli · Homepage: memoire.cv · MCP Registry: io.github.sarveshsea/memi

memi turns a real product codebase into evidence agents can trust before they edit UI: tokens, components, routes, screenshots, UX risks, interface craft scores, shadcn registries, research specs, and deterministic CI gates. Works with Grok Build (Grok 4.5), Codex, Claude Code, Cursor, Hermes, OpenCode, OpenClaw, and any MCP client.

Compatibility: shadcn registry and v0 design systems.


One skill. One useful result.

npx skills add sarveshsea/audit-frontend-design --skill audit-frontend-design

Then ask your agent: "Audit this frontend before editing it. Prioritize the five fixes that will matter most to users."

No account, API key, Figma file, global install, or daemon is required. The skill runs the pinned CLI with npx, audits the real source tree, and returns file-anchored evidence.

Three focused skills

JobInstall
Find accessibility, token, hierarchy, state, and responsive issuesnpx skills add sarveshsea/audit-frontend-design --skill audit-frontend-design
Load compact design-system context before UI worknpx skills add sarveshsea/remember-design-system --skill remember-design-system
Add deterministic design checks to pull requestsnpx skills add sarveshsea/enforce-design-ci --skill enforce-design-ci

Browse the skills on skills.sh or use the full memoire-design-tooling router for Figma, MCP, research, scaffolding, and registry workflows.

The monorepo remains an equivalent source-of-record install: npx skills add sarveshsea/memi --skill audit-frontend-design.

Every CI finding cites file:line and re-runs identically. No LLM is used in the enforcement path.

Machine-readable index: llms.txt


For humans — five-minute proof

npm i -g @memi-design/cli

memi agent brief . --intent "Improve this interface" --detail compact --json
memi diagnose
memi ux audit --json
memi craft audit --json
memi tokens --from ./src --report
memi scaffold component EvidenceCard --level organism --json
memi shadcn export --out public/r
memi agent install universal --project .
memi mcp start --no-figma

That loop gives you a compact design-agent brief, app-quality findings, UX risks, craft critique, extracted tokens, a dry-run Atomic Design file scaffold, shadcn registry output, installable Agent Skills, and a Figma-independent MCP server.

Public proof repo: sarveshsea/design-sandbox — Next.js 16 + Tailwind 4 + shadcn wired with MCP, skills, and memoire.agent.yaml.


Grok Build (Grok 4.5) — recommended setup

Grok Build is xAI's agentic coding CLI powered by Grok 4.5. memi is the design-memory layer that stops Grok from guessing your tokens, components, and UX constraints.

npm i -g @memi-design/cli
curl -fsSL https://x.ai/cli/install.sh | bash   # Grok Build

cd your-repo
memi agent install grok-build --project .
grok inspect
grok mcp doctor memoire
memi agent brief . --intent "Audit this UI" --agent grok-build --json

What memi agent install grok-build writes:

FilePurpose
.grok/config.tomlNative MCP: memi mcp start --no-figma
.grok/skills/memoire-design-tooling/Native Grok skill discovery
.agents/skills/memoire-design-tooling/Universal / AGENTS.md skill mirror
memoire.agent.yamlSuite manifest with design-audit recipes

For animation taste and design-engineering polish, also install Emil Kowalski's craft skills (npx skills add emilkowalski/skills) — memi owns system evidence; those skills own motion/taste decisions.

Manual MCP alternative:

grok mcp add memoire --scope project -- memi mcp start --no-figma

Headless automation:

grok -p "Run memi diagnose and ux audit, then propose a shadcn-safe patch plan."

Grok also loads project .mcp.json via compat — memi agent install claude-code --project . works as a fallback.


What ships in v2

LayerWhat it doesFirst command
App qualityUI debt, state gaps, a11y risk, Tailwind drift, UX trapsmemi diagnose
Design-agent briefCost-aware preflight with evidence commands and handoff rulesmemi agent brief . --json
UX auditUX tenets and trap risks from code, screenshots, or routesmemi ux audit --json
Interface craftVisual hierarchy, spacing rhythm, conventions, responsive resiliencememi craft audit --json
Token memoryCSS variables, Tailwind v4 @theme, aliases, scale issuesmemi tokens --from ./src --report
Spec-first file creationDry-run Atomic Design component/page scaffolds before writesmemi scaffold component <Name> --json
Registry outputshadcn-native registry for shadcn, v0, npm, GitHubmemi shadcn export --out public/r
Agent kitsSkills + MCP for Grok Build, Codex, Claude Code, Cursor, Hermes, OpenClaw, OpenCodememi agent install --dry-run --json
MCP server40+ design tools over stdio for any MCP clientmemi mcp start --no-figma
Research designResearch → Atomic Design specs → FigJam-ready sourcememi research design --write-specs --mermaid-jam
Design CI gateDeterministic PR gate with SARIF annotationsmemi ci

Design CI gate (team mandate)

v2.4 turns memi from an audit you can run into a gate a team can require. Every finding cites file:line and re-runs identically.

memi init --team     # policy + baseline + gitignore + agent kit
memi ci              # scan, PR scope, SARIF, step summary — exit 1 on new debt
memi baseline status # accepted debt stays visible while it burns down
memi report --badge  # design-health.html + SVG badge

GitHub Action (Marketplace)

name: design
on:
  pull_request:
    branches: [main]

jobs:
  design:
    runs-on: ubuntu-latest
    permissions:
      contents: read
      security-events: write
    steps:
      - uses: actions/checkout@v4
        with:
          fetch-depth: 0
      - uses: sarveshsea/memi@v2
        with:
          version: "2.5.0"

What lands on the PR: code-scanning annotations at file:line, a step summary with score and gate verdict, and a memi-design-health artifact (HTML + markdown + badge).

Full release checklist: docs/GITHUB_ACTION_MARKETPLACE.md · CI recipes: docs/CI_RECIPES.md · Team rollout: docs/TEAM_ROLLOUT.md


MCP server reference

Start: memi mcp start --no-figma (Figma-independent; add memi connect later for live Figma)

Registry: server.json → io.github.sarveshsea/memi on the MCP Registry

Core MCP tools
ToolUse when
prepare_design_agent_briefAgent needs a preflight contract before UI edits
scaffold_agent_design_filesAgent needs an approval-gated spec-first file creation plan
diagnose_app_qualityApp-quality graph, file evidence, issue list
audit_ux_tenets_trapsUX tenet scores and trap risks
audit_interface_craftVisual hierarchy, rhythm, conventions, polish
get_tokensDesign tokens, modes, aliases, drift
get_shadcn_registryshadcn registry items and install URLs
plan_ui_fixesPrioritized fix plan from diagnosis
design_docExtract design system from a route or URL
generate_codeReact + TypeScript + Tailwind from specs
research_design_packageResearch → design package
simulation_plan / simulation_runProduct scenario simulations
check_bridge_healthVerify Figma bridge before Figma tools

Figma tools (pull_design_system, capture_screenshot, get_selection, etc.) require memi connect or memi daemon start.

Cursor / Claude Code config (also Grok compat):

{
  "mcpServers": {
    "memoire": {
      "command": "memi",
      "args": ["mcp", "start", "--no-figma"]
    }
  }
}

Install automatically: memi agent install cursor --project . or memi agent install claude-code --project .


Agent stack installs

memi suite init --project .
memi daemon start --project . --port auto
memi agent brief . --intent "Improve this interface" --json

memi agent install grok-build --project .   # Grok 4.5 Build CLI
memi agent install universal --project .
memi agent install hermes
memi agent install openclaw --project .
memi agent install claude-code --project .
memi agent install cursor --project .
memi agent install codex
memi agent install codex-plugin
memi agent install opencode --project .

npx skills add sarveshsea/audit-frontend-design --skill audit-frontend-design
StackInstall pathBest for
Grok Build.grok/config.toml + .grok/skills/ (+ .agents/skills/ mirror)Grok 4.5 terminal agent with design MCP
Universal Agent Skills.agents/skills/{audit-frontend-design,remember-design-system,enforce-design-ci,memoire-design-tooling}/ECC / AGENTS.md workflows
Hermes~/.hermes/skills/memoire/Transcript-first product design
OpenClaw<workspace>/skills/memoire/Workspace-local agents
Claude Code.mcp.jsonProject MCP approval
Cursor.cursor/mcp.jsonEditor-native MCP
Codex plugin~/plugins/memoireFull Codex plugin + marketplace
OpenCode.opencode/skills/memoire/Local frontend agents

Public Codex marketplace install:

codex plugin marketplace add sarveshsea/memi --ref main --sparse .agents/plugins --sparse plugins/memoire

Copy-paste workflows: Agent stack guide · Agent recipes


shadcn registry workflows

memi tokens --from ./src --report
memi shadcn export --out public/r
memi publish --name @you/ds
memi add Button --from @you/ds
npx shadcn@latest add https://your-site.com/r/button.json

Featured examples: examples/ — SaaS, dashboard, auth, AI chat, ecommerce, landing pages.


memi Studio (macOS app)

Native shell in sarveshsea/memi-studio. This npm package is the engine it embeds.

brew install --cask sarveshsea/memi/memi-studio
memi studio web --port 1422

What ships in the package

PathWhy
dist/CLI + MCP runtime
server.jsonMCP Registry descriptor
skills/*/SKILL.mdFocused Agent Skills plus the full workflow router
agent-kits/Grok Build, Hermes, Codex, Cursor, Claude Code, OpenCode, OpenClaw kits
plugins/memoire/Codex plugin bundle
notes/Built-in research, agent, and design notes
docs/Interface understanding, CI, growth, release gates
action.ymlGitHub Action for design CI (sarveshsea/memi@v2)

Trust defaults

  • No npm install-time lifecycle scripts
  • Figma plugin install is explicit: memi setup plugin
  • MCP Figma-independent mode: memi mcp start --no-figma
  • Agent kit installs support --dry-run --json before writing files
  • Publish gates: release metadata, tarball size, MCP smoke, skills discovery, npm audit

Docs map

DocWhen you need it
QuickstartShortest install → proof path
GitHub Action MarketplacePublish memi design CI to Marketplace
Team RolloutPolicy, baseline, CI, debt burn-down
CI RecipesGitHub Action, SARIF, non-GitHub CI
Agent StacksGrok Build, Codex, Claude Code, Cursor, MCP
Interface UnderstandingFull evidence loop
Growth to 1Mnpm downloads + GitHub stars strategy
v2 PositioningCategory and distribution
Public ReposProof repos, topics, hashtags

Full command reference

Core commands
CommandWhat it does
memi init --teamShared design gate: policy, baseline, gitignore, agent kit
memi ciCI design gate: scan, PR scope, baseline, SARIF + summary
memi baseline accept|statusAccept existing debt; watch burn-down
memi report --badgeDesign-health artifact + SVG badge
memi diagnose [target]UI debt from code, route, or URL
memi ux audit [target]UX tenets and trap risks
memi craft audit [target]Interface craft dimensions
memi tokens --from <path>Extract tokens, modes, aliases, drift
memi shadcn export --out public/rExport shadcn registry
memi design-doc <url>Design system from route or URL
memi agent install [target]Install agent kits (grok-build, cursor, codex, …)
memi mcp start --no-figmaStart MCP server
memi suite init|doctor|runmemoire.agent.yaml and recipes
memi daemon start|status|stopWarm local runtime context
memi studio web|tui|logs|runStudio compatibility surfaces

Install without npm

curl -fsSL https://memoire.cv/install.sh | sh
brew install sarveshsea/memi/memoire
docker run --rm -it -v "$PWD:/work" -w /work ghcr.io/sarveshsea/memi --help

License

Studio interface references and adapted components are documented in NOTICE. The public reference set includes Hermes WebUI, Hermes Agent, and the MIT Warp UI framework boundary around warpui_core and warpui; Warp AGPL application/client code is not copied into memi.

MIT. See NOTICE for Studio interface references, optional adapters, and attribution notes.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download for free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Categories
Design & Creative
Registryactive
Package@sarveshsea/memoire
TransportSTDIO
UpdatedMay 6, 2026
View on GitHub

Related Design & Creative MCP Servers

View all →
HTML to Figma — Design System

miapre/html-to-figma-design-system

Translate HTML prototypes into Figma using your design system's real components and tokens.
3
Illustrator Mcp Server

ie3jp/illustrator-mcp-server

Read, manipulate, and export Adobe Illustrator design data. 26 tools. macOS | Windows.
44
Godot

coding-solo/godot-mcp

MCP server for interfacing with Godot game engine. Provides tools for launching the editor, running projects, and capturing debug output.
3.7k
Unity Mcp

ivanmurzak/unity-mcp

Make 3D games in Unity Engine with AI. MCP Server + Plugin for Unity Editor and Unity games.
3.1k
Excalidraw

yctimlin/mcp_excalidraw

Provides an Excalidraw canvas exposed via MCP for real-time diagramming and element CRUD from AI agents.
1.9k
Figma MCP Server

figma/mcp-server-guide

The Figma MCP server brings Figma design context directly into your AI workflow.
1.6k