punkadillo/figma-code-composer

A simple orchestration for developing figma design to frontend components

3Stars on the repository
66Mods indexed here, across every type
13d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

epic-design

01

punkadillo/figma-code-composer

Skill Claude CodeCodex

Build immersive, cinematic 2.5D interactive websites using scroll storytelling, parallax depth, text animations, and premium scroll effects — no WebGL required. Use this skill for any web design task: landing pages, product sites, hero sections, scroll animations, parallax, sticky sections, section overlaps, floating…

3 13d ago A 184 tokens original MIT

a11y-audit

02

punkadillo/figma-code-composer

Skill Claude CodeCodex

Accessibility audit skill for scanning, fixing, and verifying WCAG 2.2 Level A and AA compliance across React, Next.js, Vue, Angular, Svelte, and plain HTML codebases. Use when auditing accessibility, fixing a11y violations, checking color contrast, generating compliance reports, or integrating accessibility checks…

3 13d ago A 74 tokens copy · 100% MIT

accessibility-a11y

03

punkadillo/figma-code-composer

Skill Claude CodeCodex

Implement web accessibility (a11y) best practices following WCAG guidelines to create inclusive, accessible user interfaces.

3 13d ago A 28 tokens copy · 100% MIT

punkadillo/figma-code-composer

Skill Claude CodeCodex

Implement WCAG 2.2 compliant interfaces with mobile accessibility, inclusive design patterns, and assistive technology support. Use when auditing accessibility, implementing ARIA patterns, building for screen readers, or ensuring inclusive user experiences.

3 13d ago A 49 tokens copy · 100% MIT

adev-writing-guide

05

punkadillo/figma-code-composer

Skill Claude CodeCodex

Comprehensive writing guide for Angular documentation (adev). Covers Google Technical Writing standards, Angular-specific markdown extensions, code blocks, and components. You MUST use this skill any time you plan to create, edit, or review documentation files in adev/ or adev/src/content.

3 13d ago A 60 tokens copy · 100% MIT

angular-component

06

punkadillo/figma-code-composer

Skill Claude CodeCodex

Create modern Angular standalone components following v20+ best practices. Use for building UI components with signal-based inputs/outputs, OnPush change detection, host bindings, content projection, and lifecycle hooks. Triggers on component creation, refactoring class-based inputs to signals, adding host bindings…

3 13d ago A 66 tokens copy · 89% MIT

angular-developer

07

punkadillo/figma-code-composer

Skill Claude CodeCodex

Generates Angular code and provides architectural guidance. Trigger when creating projects, components, or services, or for best practices on reactivity (signals, linkedSignal, resource), forms, dependency injection, routing, SSR, accessibility (ARIA), animations, styling (component styles, Tailwind CSS), testing, or…

3 13d ago A 68 tokens copy · 88% MIT

angular-di

08

punkadillo/figma-code-composer

Skill Claude CodeCodex

Implement dependency injection in Angular v20+ using inject(), injection tokens, and provider configuration. Use for service architecture, providing dependencies at different levels, creating injectable tokens, and managing singleton vs scoped services. Triggers on service creation, configuring providers, using…

3 13d ago A 61 tokens copy · 100% MIT

angular-directives

09

punkadillo/figma-code-composer

Skill Claude CodeCodex

Create custom directives in Angular v20+ for DOM manipulation and behavior extension. Use for attribute directives that modify element behavior/appearance, structural directives for portals/overlays, and host directives for composition. Triggers on creating reusable DOM behaviors, extending element functionality, or…

3 13d ago A 81 tokens copy · 89% MIT

angular-forms

10

punkadillo/figma-code-composer

Skill Claude CodeCodex

Build signal-based forms in Angular v21+ using the new Signal Forms API. Use for form creation with automatic two-way binding, schema-based validation, field state management, and dynamic forms. Triggers on form implementation, adding validation, creating multi-step forms, or building forms with conditional fields.…

3 13d ago A 95 tokens copy · 92% MIT

angular-http

11

punkadillo/figma-code-composer

Skill Claude CodeCodex

Implement HTTP data fetching in Angular v20+ using resource(), httpResource(), and HttpClient. Use for API calls, data loading with signals, request/response handling, and interceptors. Triggers on data fetching, API integration, loading states, error handling, or converting Observable-based HTTP to signal-based…

3 13d ago A 66 tokens copy · 100% MIT

angular-new-app

12

punkadillo/figma-code-composer

Skill Claude CodeCodex

Creates a new Angular app using the Angular CLI. This skill should be used whenever a user wants to create a new Angular application and contains important guidelines for how to effectively create a modern Angular application.

3 13d ago A 43 tokens copy · 100% MIT

angular-routing

13

punkadillo/figma-code-composer

Skill Claude CodeCodex

Implement routing in Angular v20+ applications with lazy loading, functional guards, resolvers, and route parameters. Use for navigation setup, protected routes, route-based data loading, and nested routing. Triggers on route configuration, adding authentication guards, implementing lazy loading, or reading route…

3 13d ago A 63 tokens copy · 88% MIT

angular-signals

14

punkadillo/figma-code-composer

Skill Claude CodeCodex

Implement signal-based reactive state management in Angular v20+. Use for creating reactive state with signal(), derived state with computed(), dependent state with linkedSignal(), and side effects with effect(). Triggers on state management questions, converting from BehaviorSubject/Observable patterns to signals, or…

3 13d ago A 63 tokens copy · 94% MIT

angular-ssr

15

punkadillo/figma-code-composer

Skill Claude CodeCodex

Implement server-side rendering and hydration in Angular v20+ using @angular/ssr. Use for SSR setup, hydration strategies, prerendering static pages, and handling browser-only APIs. Triggers on SSR configuration, fixing hydration mismatches, prerendering routes, or making code SSR-compatible.

3 13d ago A 65 tokens copy · 91% MIT

angular-testing

16

punkadillo/figma-code-composer

Skill Claude CodeCodex

Write unit and integration tests for Angular v20+ applications using Vitest or Jasmine with TestBed and modern testing patterns. Use for testing components with signals, OnPush change detection, services with inject(), and HTTP interactions. Triggers on test creation, testing signal-based components, mocking…

3 13d ago A 94 tokens copy · 100% MIT

angular-tooling

17

punkadillo/figma-code-composer

Skill Claude CodeCodex

Use Angular CLI and development tools effectively in Angular v20+ projects. Use for project setup, code generation, building, testing, and configuration. Triggers on creating new projects, generating components/services/modules, configuring builds, running tests, or optimizing production builds. Don't use for Nx…

3 13d ago C 86 tokens copy · 92% MIT

ant-design

18

punkadillo/figma-code-composer

Skill Claude CodeCodex

Decision guide for antd 6.x, Ant Design Pro 5/ProComponents, Ant Design X v2, and the offline @ant-design/cli. Use for component selection, theming/tokens, SSR, a11y, performance, routing/access/CRUD, AI/chat UI patterns, local API lookup, debugging, migration, and usage analysis.

3 13d ago A 77 tokens copy · 100% MIT

antd

19

punkadillo/figma-code-composer

Skill Claude CodeCodex

Use when the user's task involves Ant Design (antd) — writing antd components, debugging antd issues, querying antd APIs/props/tokens/demos, migrating between antd versions, or analyzing antd usage in a project. Triggers on antd-related code, imports from 'antd', or explicit antd questions.

3 13d ago A 69 tokens copy · 89% MIT

atomic-design-atoms

20

punkadillo/figma-code-composer

Skill Claude CodeCodex

Use when creating atomic-level UI components like buttons, inputs, labels, and icons. The smallest building blocks of a design system.

3 13d ago A 31 tokens original MIT

punkadillo/figma-code-composer

Skill Claude CodeCodex

Use when applying Atomic Design methodology to organize UI components into quarks, atoms, molecules, organisms, templates, and pages. Core principles and hierarchy.

3 13d ago A 37 tokens original MIT

punkadillo/figma-code-composer

Skill Claude CodeCodex

Use when composing atoms into molecule components like form fields, search bars, and card headers. Molecules are functional groups of atoms.

3 13d ago A 31 tokens original MIT

punkadillo/figma-code-composer

Skill Claude CodeCodex

Use when building complex organisms from molecules and atoms like headers, footers, product cards, and sidebars. Organisms are distinct UI sections.

3 13d ago A 34 tokens original MIT