Builder Studio Skills
June 8, 2026 ยท View on GitHub
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
Repository model
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 repositories
| 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 |
Install commands
Loops
Using npm/npx:
npx --yes skills add https://github.com/wundercorp/loops-skill --skill loops
Using Yarn:
yarn dlx skills add https://github.com/wundercorp/loops-skill --skill loops
Ogilvideo
Using npm/npx:
npx --yes skills add https://github.com/wundercorp/ogilvideo-skill --skill ogilvideo
Using Yarn:
yarn dlx skills add https://github.com/wundercorp/ogilvideo-skill --skill ogilvideo
Professional Developer
Using npm/npx:
npx --yes skills add https://github.com/wundercorp/professional-developer-skill --skill professional-developer
Using Yarn:
yarn dlx skills add https://github.com/wundercorp/professional-developer-skill --skill professional-developer
Wiring
Using npm/npx:
npx --yes skills add https://github.com/wundercorp/wiring-skill --skill wiring
Using Yarn:
yarn dlx skills add https://github.com/wundercorp/wiring-skill --skill wiring
Doctor
Using npm/npx:
npx --yes skills add https://github.com/wundercorp/doctor-skill --skill doctor
Using Yarn:
yarn dlx skills add https://github.com/wundercorp/doctor-skill --skill doctor
Patcher
Using npm/npx:
npx --yes skills add https://github.com/wundercorp/patcher-skill --skill patcher
Using Yarn:
yarn dlx skills add https://github.com/wundercorp/patcher-skill --skill patcher
Svalbard
Using npm/npx:
npx --yes skills add https://github.com/wundercorp/svalbard-skill --skill svalbard
Using Yarn:
yarn dlx skills add https://github.com/wundercorp/svalbard-skill --skill svalbard
Mimar
Using npm/npx:
npx --yes skills add https://github.com/wundercorp/mimar-skill --skill mimar
Using Yarn:
yarn dlx skills add https://github.com/wundercorp/mimar-skill --skill mimar
Cloud Deployment for ShipYou
Using npm/npx:
npx --yes skills add https://github.com/wundercorp/cloud-deployment-shipyou-skill --skill cloud-deployment-shipyou
Using Yarn:
yarn dlx skills add https://github.com/wundercorp/cloud-deployment-shipyou-skill --skill cloud-deployment-shipyou
Cleaner
Using npm/npx:
npx --yes skills add https://github.com/wundercorp/cleaner-skill --skill cleaner
Using Yarn:
yarn dlx skills add https://github.com/wundercorp/cleaner-skill --skill cleaner
Archivist
Using npm/npx:
npx --yes skills add https://github.com/wundercorp/archivist-skill --skill archivist
Using Yarn:
yarn dlx skills add https://github.com/wundercorp/archivist-skill --skill archivist
Coherence
Using npm/npx:
npx --yes skills add https://github.com/wundercorp/coherence-skill --skill coherence
Using Yarn:
yarn dlx skills add https://github.com/wundercorp/coherence-skill --skill coherence
Batman
Using npm/npx:
npx --yes skills add https://github.com/wundercorp/batman-skill --skill batman
Using Yarn:
yarn dlx skills add https://github.com/wundercorp/batman-skill --skill batman
Contrast Guard
Using npm/npx:
npx --yes skills add https://github.com/wundercorp/contrast-guard-skill --skill contrast-guard
Using Yarn:
yarn dlx skills add https://github.com/wundercorp/contrast-guard-skill --skill contrast-guard
Accessibility
Using npm/npx:
npx --yes skills add https://github.com/wundercorp/accessibility-skill --skill accessibility
Using Yarn:
yarn dlx skills add https://github.com/wundercorp/accessibility-skill --skill accessibility
Isaac
Using npm/npx:
npx --yes skills add https://github.com/wundercorp/isaac-skill --skill isaac
Using Yarn:
yarn dlx skills add https://github.com/wundercorp/isaac-skill --skill isaac
Themable
Using npm/npx:
npx --yes skills add https://github.com/wundercorp/themable-skill --skill themable
Using Yarn:
yarn dlx skills add https://github.com/wundercorp/themable-skill --skill themable
Bauhaus
Using npm/npx:
npx --yes skills add https://github.com/wundercorp/bauhaus-skill --skill bauhaus
Using Yarn:
yarn dlx skills add https://github.com/wundercorp/bauhaus-skill --skill bauhaus
Gradient Mesh
Using npm/npx:
npx --yes skills add https://github.com/wundercorp/gradient-mesh-skill --skill gradient-mesh
Using Yarn:
yarn dlx skills add https://github.com/wundercorp/gradient-mesh-skill --skill gradient-mesh
Linguist
Using npm/npx:
npx --yes skills add https://github.com/wundercorp/linguist-skill --skill linguist
Using Yarn:
yarn dlx skills add https://github.com/wundercorp/linguist-skill --skill linguist
Maintenance workflow
- 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.