anima-reference-architecture

Featured

Implement reference architecture for Anima design-to-code automation. Use when designing a design system automation pipeline, structuring a Figma-to-React project, or planning team-scale design handoff. Trigger: "anima architecture", "design-to-code architecture", "anima project structure", "figma automation architecture".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Anima Reference Architecture ## System Architecture ``` ┌────────────────┐ ┌──────────────┐ ┌─────────────────┐ │ Figma Design │────▶│ Figma API │────▶│ Anima SDK │ │ (Components) │ │ (Webhooks) │ │ (Code Gen) │ └────────────────┘ └──────────────┘ └────────┬────────┘ │ ┌─────────▼────────┐ │ Post-Processing │ │ - Token mapping │ │ - Normalization │ │ - Lint/format │ └─────────┬────────┘ │ ┌─────────▼────────┐ │ Output │ │ - React/Vue/HTML │ │ - PR creation │ │ - Storybook sync │ └──────────────────┘ ``` ## Project Structure ``` design-to-code/ ├── src/ │ ├── anima/ │ │ ├── client.ts # Singleton SDK client │ │ ├── cache.ts # Generation cache │ │ ├── retry.ts # Error recovery │ │ └── presets.ts # Framework/st...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

anima-core-workflow-a

Build automated Figma-to-React pipeline with the Anima SDK. Use when automating design handoff, building CI/CD design-to-code workflows, or creating a design system code generator from Figma components. Trigger: "anima design pipeline", "figma to react pipeline", "automated design handoff", "anima component generator".

2,266 Updated today
jeremylongshore
AI & Automation Featured

anima-sdk-patterns

Apply production-ready patterns for the Anima SDK design-to-code pipeline. Use when building reusable Anima client wrappers, implementing output caching, or establishing team standards for design-to-code automation. Trigger: "anima SDK patterns", "anima best practices", "anima code patterns".

2,266 Updated today
jeremylongshore
AI & Automation Featured

anima-ci-integration

Configure CI/CD pipeline for automated Figma-to-code generation with Anima. Use when automating design-to-code in GitHub Actions, setting up PR-based component generation, or integrating Anima into design handoff workflows. Trigger: "anima CI", "anima GitHub Actions", "anima automated generation".

2,266 Updated today
jeremylongshore
AI & Automation Featured

figma-reference-architecture

Reference architecture for production Figma API integrations. Use when designing a new Figma integration, planning project structure, or establishing patterns for design-to-code pipelines. Trigger with phrases like "figma architecture", "figma project structure", "figma integration design", "figma best practices layout".

2,266 Updated today
jeremylongshore
AI & Automation Featured

anima-install-auth

Install the Anima SDK and configure authentication for Figma-to-code generation. Use when setting up design-to-code automation, configuring Figma token access, or initializing the @animaapp/anima-sdk for server-side code generation. Trigger: "install anima", "setup anima", "anima auth", "anima figma token".

2,266 Updated today
jeremylongshore