punkadillo

66 mods across 1 repository, 3 stars between them.

config-schema

25

punkadillo/figma-code-composer

Cursor rule Cursor

Supporting rule — Shape contract for .figma-pipeline/config.json. The config is rule 1's allowlist source AND every agent's branching input; the schema below must validate.

3 13d ago A 0 tokens original MIT

env-access

26

punkadillo/figma-code-composer

Cursor rule Cursor

Supporting rule — STRICT block on .env access (read AND write). Only .env.example is accessible. Backs rule 1 (write allowlist) with a stricter dual-key bypass.

3 13d ago A 363 tokens original MIT

figma-url-nudge

27

punkadillo/figma-code-composer

Cursor rule Cursor

Supporting rule — When a figma.com URL appears in the prompt, route to the right slash command. Backs the binding rules by ensuring builds always go through the coordinator (which validates the manifest contract).

3 13d ago A 265 tokens original MIT

frozen-paths

28

punkadillo/figma-code-composer

Cursor rule Cursor

Binding rule 1 — Write-access allowlist driven by .figma-pipeline/config.json. Write only inside config.writeScope.allowedDirs; everything else is read-only.

3 13d ago A 435 tokens original MIT

manifest-contract

29

punkadillo/figma-code-composer

Cursor rule Cursor

Binding rules 2-5 — Manifest is the single source of truth between agents; variable names preserved; unbound = flag; blocking ambiguities gate the run.

3 13d ago A 1,198 tokens original MIT

model-preference

30

punkadillo/figma-code-composer

Cursor rule Cursor

Cursor agent model preference for the figma-pipeline — PLAN-AWARE and ADVISORY. Free plan: model is locked to Auto, never force a model. Paid plan: prefer Composer 2.5, fallback Claude. The coordinator never overrides Cursor's live model selection.

3 13d ago A 674 tokens original MIT

pipeline-roles

31

punkadillo/figma-code-composer

Cursor rule Cursor

Supporting rule — Per-agent write scope. Backs rule 1 (allowlist) and rule 2 (manifest single writer) at the per-role level so Cursor doesn't role-bleed when running specialists sequentially.

3 13d ago A 504 tokens original MIT

use-skills

33

punkadillo/figma-code-composer

Cursor rule Cursor

Tells Cursor agents where the figma-pipeline skill catalog lives and how to consult a skill. Wizard-owned — overwritten on every /init-figma-compose when tools.cursor=true; deleted when tools.cursor=false.

3 13d ago A 436 tokens original MIT

verify-reality

34

punkadillo/figma-code-composer

Cursor rule Cursor

Binding rule 7 — Verify against reality, not reminders. Filesystem / git / fresh build is the source of truth, never a previous turn's claim.

3 13d ago A 410 tokens original MIT

a11y-audit

35

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

36

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

38

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

39

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

40

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

41

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

42

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

43

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

44

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

45

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

46

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

47

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

48

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