Master repository and system-of-record directory that owns the complete Builder Studio skillset catalog while preserving one standalone GitHub repository per skill.
Builder Studio: https://builderstudio.dev
This master repository is the system-of-record directory for the Builder Studio skillset. It owns a catalog of all skill repositories and vendors a clean copy of each standalone skill repository under skill-repositories/.
Each skill continues to have its own standalone repository and install URL. When a new skill is added, regenerate this master repository so the new skill appears both as its own repository and as a directory inside this master repository.
| Skill | Skill id | skills.sh | Standalone repo | Master directory |
|---|---|---|---|---|
| Loops | loops |
loops-skill | skill-repositories/loops-skill |
|
| Ogilvideo | ogilvideo |
ogilvideo-skill | skill-repositories/ogilvideo-skill |
|
| Professional Developer | professional-developer |
professional-developer-skill | skill-repositories/professional-developer-skill |
|
| Wiring | wiring |
wiring-skill | skill-repositories/wiring-skill |
|
| Doctor | doctor |
doctor-skill | skill-repositories/doctor-skill |
|
| Patcher | patcher |
patcher-skill | skill-repositories/patcher-skill |
|
| Svalbard | svalbard |
svalbard-skill | skill-repositories/svalbard-skill |
|
| Mimar | mimar |
mimar-skill | skill-repositories/mimar-skill |
|
| Cloud Deployment for ShipYou | cloud-deployment-shipyou |
cloud-deployment-shipyou-skill | skill-repositories/cloud-deployment-shipyou-skill |
|
| Cleaner | cleaner |
cleaner-skill | skill-repositories/cleaner-skill |
|
| Archivist | archivist |
archivist-skill | skill-repositories/archivist-skill |
|
| Coherence | coherence |
coherence-skill | skill-repositories/coherence-skill |
|
| Batman | batman |
batman-skill | skill-repositories/batman-skill |
|
| Contrast Guard | contrast-guard |
contrast-guard-skill | skill-repositories/contrast-guard-skill |
|
| Accessibility | accessibility |
accessibility-skill | skill-repositories/accessibility-skill |
|
| Isaac | isaac |
isaac-skill | skill-repositories/isaac-skill |
|
| Themable | themable |
themable-skill | skill-repositories/themable-skill |
|
| Bauhaus | bauhaus |
bauhaus-skill | skill-repositories/bauhaus-skill |
|
| Gradient Mesh | gradient-mesh |
gradient-mesh-skill | skill-repositories/gradient-mesh-skill |
|
| Linguist | linguist |
linguist-skill | skill-repositories/linguist-skill |
Using npm/npx:
npx --yes skills add https://github.com/wundercorp/loops-skill --skill loopsUsing Yarn:
yarn dlx skills add https://github.com/wundercorp/loops-skill --skill loopsUsing npm/npx:
npx --yes skills add https://github.com/wundercorp/ogilvideo-skill --skill ogilvideoUsing Yarn:
yarn dlx skills add https://github.com/wundercorp/ogilvideo-skill --skill ogilvideoUsing npm/npx:
npx --yes skills add https://github.com/wundercorp/professional-developer-skill --skill professional-developerUsing Yarn:
yarn dlx skills add https://github.com/wundercorp/professional-developer-skill --skill professional-developerUsing npm/npx:
npx --yes skills add https://github.com/wundercorp/wiring-skill --skill wiringUsing Yarn:
yarn dlx skills add https://github.com/wundercorp/wiring-skill --skill wiringUsing npm/npx:
npx --yes skills add https://github.com/wundercorp/doctor-skill --skill doctorUsing Yarn:
yarn dlx skills add https://github.com/wundercorp/doctor-skill --skill doctorUsing npm/npx:
npx --yes skills add https://github.com/wundercorp/patcher-skill --skill patcherUsing Yarn:
yarn dlx skills add https://github.com/wundercorp/patcher-skill --skill patcherUsing npm/npx:
npx --yes skills add https://github.com/wundercorp/svalbard-skill --skill svalbardUsing Yarn:
yarn dlx skills add https://github.com/wundercorp/svalbard-skill --skill svalbardUsing npm/npx:
npx --yes skills add https://github.com/wundercorp/mimar-skill --skill mimarUsing Yarn:
yarn dlx skills add https://github.com/wundercorp/mimar-skill --skill mimarUsing npm/npx:
npx --yes skills add https://github.com/wundercorp/cloud-deployment-shipyou-skill --skill cloud-deployment-shipyouUsing Yarn:
yarn dlx skills add https://github.com/wundercorp/cloud-deployment-shipyou-skill --skill cloud-deployment-shipyouUsing npm/npx:
npx --yes skills add https://github.com/wundercorp/cleaner-skill --skill cleanerUsing Yarn:
yarn dlx skills add https://github.com/wundercorp/cleaner-skill --skill cleanerUsing npm/npx:
npx --yes skills add https://github.com/wundercorp/archivist-skill --skill archivistUsing Yarn:
yarn dlx skills add https://github.com/wundercorp/archivist-skill --skill archivistUsing npm/npx:
npx --yes skills add https://github.com/wundercorp/coherence-skill --skill coherenceUsing Yarn:
yarn dlx skills add https://github.com/wundercorp/coherence-skill --skill coherenceUsing npm/npx:
npx --yes skills add https://github.com/wundercorp/batman-skill --skill batmanUsing Yarn:
yarn dlx skills add https://github.com/wundercorp/batman-skill --skill batmanUsing npm/npx:
npx --yes skills add https://github.com/wundercorp/contrast-guard-skill --skill contrast-guardUsing Yarn:
yarn dlx skills add https://github.com/wundercorp/contrast-guard-skill --skill contrast-guardUsing npm/npx:
npx --yes skills add https://github.com/wundercorp/accessibility-skill --skill accessibilityUsing Yarn:
yarn dlx skills add https://github.com/wundercorp/accessibility-skill --skill accessibilityUsing npm/npx:
npx --yes skills add https://github.com/wundercorp/isaac-skill --skill isaacUsing Yarn:
yarn dlx skills add https://github.com/wundercorp/isaac-skill --skill isaacUsing npm/npx:
npx --yes skills add https://github.com/wundercorp/themable-skill --skill themableUsing Yarn:
yarn dlx skills add https://github.com/wundercorp/themable-skill --skill themableUsing npm/npx:
npx --yes skills add https://github.com/wundercorp/bauhaus-skill --skill bauhausUsing Yarn:
yarn dlx skills add https://github.com/wundercorp/bauhaus-skill --skill bauhausUsing npm/npx:
npx --yes skills add https://github.com/wundercorp/gradient-mesh-skill --skill gradient-meshUsing Yarn:
yarn dlx skills add https://github.com/wundercorp/gradient-mesh-skill --skill gradient-meshUsing npm/npx:
npx --yes skills add https://github.com/wundercorp/linguist-skill --skill linguistUsing Yarn:
yarn dlx skills add https://github.com/wundercorp/linguist-skill --skill linguist- Add or update the seed skill under
seed-skills/<skill-id>/in the creator repository. - Add or update that skill in
config/skills.manifest.json. - Run
npm run create:localto regenerate every standalone skill repository and this master repository. - Publish with
node scripts/create-skill-repositories.mjs --owner wundercorp --visibility public --push --allow-existingwhen ready.