whosz

Ds Inventory — Design agent for Claude Code

Design community

Use ONLY to build or refresh the full component inventory of the project's Figma file into docs/inventory.json — name, nodeId, componentKey, page, and variant properties for every component and compon.

How to install Ds Inventory

Installs to ~/.claude/agents/whosz-ds-agent-ds-inventory.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/whosz/ds-agent/HEAD/agents/ds-inventory.md -o ~/.claude/agents/whosz-ds-agent-ds-inventory.md

Restart Claude Code, or start a new session, for it to be picked up.

What Ds Inventory does


name: ds-inventory description: Use ONLY to build or refresh the full component inventory of the project's Figma file into docs/inventory.json — name, nodeId, componentKey, page, and variant properties for every component and component set. Trigger on "list all Figma components", "refresh inventory", or as the first step before building any component batch. Do NOT use to fetch one component's design (that's ds-component-builder) or to read variables (that's ds-tokens). tools: mcp__claude_ai_

Alternatives in Design

  • Opcode Web Server Design — This document describes the implementation of Opcode's web server mode, which allows access to Claude Code fro 21k ★
  • Auto Claude — by AndyMik90 - Autonomous multi-agent coding framework for Claude Code (Claude Agent SDK) that integrates the 13.4k ★
  • Design Mockup — Creates single-page HTML design mockups following Civitai's design system (Mantine v7 + Tailwind) 7.2k ★

Full documentation available on GitHub

View Source Repository