anima-ci-integration

Installation
SKILL.md

Anima CI Integration

Instructions

Step 1: GitHub Actions Workflow

# .github/workflows/design-sync.yml
name: Design-to-Code Sync

on:
  schedule:
    - cron: '0 9 * * 1-5'  # Weekdays at 9am
  workflow_dispatch:         # Manual trigger

jobs:
  generate:
    runs-on: ubuntu-latest
    steps:
Related skills
Installs
1
GitHub Stars
2.2K
First Seen
Apr 13, 2026