setup-skilly

Installation
SKILL.md

Setup skilly

Onboards a consumer repo to skilly — bundle-based skill installs plus a nightly sync that opens PRs. Bundle choice is the only judgment step; skilly onboard does the rest deterministically. Command internals, file formats, workflow: the v1 spec. Bundle catalog: docs/bundles.md.

Steps

  1. Pick bundles. Read the catalog, propose a set, let the user confirm:

    • every repo: workflow
    • a project-<x> bundle when one exists for this project (it already includes its tech bundles)
    • otherwise the tech-* bundles matching the stack (check package.json / lockfiles)
    • marketing only where the repo produces marketing content
  2. Onboard:

    npx github:timschoch/skilly onboard <bundle...>
    

    Deterministic and idempotent: App secrets, skill install, sync workflow, private-owner resolution, onboarding PR. On an already-onboarded repo it merges the bundles in and syncs — safe to re-run.

Installs
2
First Seen
8 days ago
setup-skilly — timschoch/skilly