https://github.com/wundercorp/builderstudio-skills
Master repository and system-of-record directory that owns the complete Builder Studio skillset catalog while preserving one standalone GitHub repository per skill.
https://github.com/wundercorp/builderstudio-skills
ai-skill builderstudio developer-tools documentation skill-catalog skill-repository
Last synced: about 23 hours ago
JSON representation
Master repository and system-of-record directory that owns the complete Builder Studio skillset catalog while preserving one standalone GitHub repository per skill.
- Host: GitHub
- URL: https://github.com/wundercorp/builderstudio-skills
- Owner: wundercorp
- Created: 2026-05-26T02:10:59.000Z (29 days ago)
- Default Branch: main
- Last Pushed: 2026-06-08T08:22:22.000Z (16 days ago)
- Last Synced: 2026-06-08T10:15:26.564Z (15 days ago)
- Topics: ai-skill, builderstudio, developer-tools, documentation, skill-catalog, skill-repository
- Language: JavaScript
- Size: 232 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-agent-skills - BuilderStudio Skills - WunderCorp's public BuilderStudio skillset catalog with reusable agent skills for repeatable AI development workflows that pair with Pathways, MCP integrations, Hermes-powered contained execution, and Agentic Swarms. (Examples / How to create a good Agent Skill?)
README
# Builder Studio Skills
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` | [](https://skills.sh/wundercorp/loops-skill) | [loops-skill](https://github.com/wundercorp/loops-skill) | `skill-repositories/loops-skill` |
| Ogilvideo | `ogilvideo` | [](https://skills.sh/wundercorp/ogilvideo-skill) | [ogilvideo-skill](https://github.com/wundercorp/ogilvideo-skill) | `skill-repositories/ogilvideo-skill` |
| Professional Developer | `professional-developer` | [](https://skills.sh/wundercorp/professional-developer-skill) | [professional-developer-skill](https://github.com/wundercorp/professional-developer-skill) | `skill-repositories/professional-developer-skill` |
| Wiring | `wiring` | [](https://skills.sh/wundercorp/wiring-skill) | [wiring-skill](https://github.com/wundercorp/wiring-skill) | `skill-repositories/wiring-skill` |
| Doctor | `doctor` | [](https://skills.sh/wundercorp/doctor-skill) | [doctor-skill](https://github.com/wundercorp/doctor-skill) | `skill-repositories/doctor-skill` |
| Patcher | `patcher` | [](https://skills.sh/wundercorp/patcher-skill) | [patcher-skill](https://github.com/wundercorp/patcher-skill) | `skill-repositories/patcher-skill` |
| Svalbard | `svalbard` | [](https://skills.sh/wundercorp/svalbard-skill) | [svalbard-skill](https://github.com/wundercorp/svalbard-skill) | `skill-repositories/svalbard-skill` |
| Mimar | `mimar` | [](https://skills.sh/wundercorp/mimar-skill) | [mimar-skill](https://github.com/wundercorp/mimar-skill) | `skill-repositories/mimar-skill` |
| Cloud Deployment for ShipYou | `cloud-deployment-shipyou` | [](https://skills.sh/wundercorp/cloud-deployment-shipyou-skill) | [cloud-deployment-shipyou-skill](https://github.com/wundercorp/cloud-deployment-shipyou-skill) | `skill-repositories/cloud-deployment-shipyou-skill` |
| Cleaner | `cleaner` | [](https://skills.sh/wundercorp/cleaner-skill) | [cleaner-skill](https://github.com/wundercorp/cleaner-skill) | `skill-repositories/cleaner-skill` |
| Archivist | `archivist` | [](https://skills.sh/wundercorp/archivist-skill) | [archivist-skill](https://github.com/wundercorp/archivist-skill) | `skill-repositories/archivist-skill` |
| Coherence | `coherence` | [](https://skills.sh/wundercorp/coherence-skill) | [coherence-skill](https://github.com/wundercorp/coherence-skill) | `skill-repositories/coherence-skill` |
| Batman | `batman` | [](https://skills.sh/wundercorp/batman-skill) | [batman-skill](https://github.com/wundercorp/batman-skill) | `skill-repositories/batman-skill` |
| Contrast Guard | `contrast-guard` | [](https://skills.sh/wundercorp/contrast-guard-skill) | [contrast-guard-skill](https://github.com/wundercorp/contrast-guard-skill) | `skill-repositories/contrast-guard-skill` |
| Accessibility | `accessibility` | [](https://skills.sh/wundercorp/accessibility-skill) | [accessibility-skill](https://github.com/wundercorp/accessibility-skill) | `skill-repositories/accessibility-skill` |
| Isaac | `isaac` | [](https://skills.sh/wundercorp/isaac-skill) | [isaac-skill](https://github.com/wundercorp/isaac-skill) | `skill-repositories/isaac-skill` |
| Themable | `themable` | [](https://skills.sh/wundercorp/themable-skill) | [themable-skill](https://github.com/wundercorp/themable-skill) | `skill-repositories/themable-skill` |
| Bauhaus | `bauhaus` | [](https://skills.sh/wundercorp/bauhaus-skill) | [bauhaus-skill](https://github.com/wundercorp/bauhaus-skill) | `skill-repositories/bauhaus-skill` |
| Gradient Mesh | `gradient-mesh` | [](https://skills.sh/wundercorp/gradient-mesh-skill) | [gradient-mesh-skill](https://github.com/wundercorp/gradient-mesh-skill) | `skill-repositories/gradient-mesh-skill` |
| Linguist | `linguist` | [](https://skills.sh/wundercorp/linguist-skill) | [linguist-skill](https://github.com/wundercorp/linguist-skill) | `skill-repositories/linguist-skill` |
## Install commands
### Loops
Using npm/npx:
```bash
npx --yes skills add https://github.com/wundercorp/loops-skill --skill loops
```
Using Yarn:
```bash
yarn dlx skills add https://github.com/wundercorp/loops-skill --skill loops
```
### Ogilvideo
Using npm/npx:
```bash
npx --yes skills add https://github.com/wundercorp/ogilvideo-skill --skill ogilvideo
```
Using Yarn:
```bash
yarn dlx skills add https://github.com/wundercorp/ogilvideo-skill --skill ogilvideo
```
### Professional Developer
Using npm/npx:
```bash
npx --yes skills add https://github.com/wundercorp/professional-developer-skill --skill professional-developer
```
Using Yarn:
```bash
yarn dlx skills add https://github.com/wundercorp/professional-developer-skill --skill professional-developer
```
### Wiring
Using npm/npx:
```bash
npx --yes skills add https://github.com/wundercorp/wiring-skill --skill wiring
```
Using Yarn:
```bash
yarn dlx skills add https://github.com/wundercorp/wiring-skill --skill wiring
```
### Doctor
Using npm/npx:
```bash
npx --yes skills add https://github.com/wundercorp/doctor-skill --skill doctor
```
Using Yarn:
```bash
yarn dlx skills add https://github.com/wundercorp/doctor-skill --skill doctor
```
### Patcher
Using npm/npx:
```bash
npx --yes skills add https://github.com/wundercorp/patcher-skill --skill patcher
```
Using Yarn:
```bash
yarn dlx skills add https://github.com/wundercorp/patcher-skill --skill patcher
```
### Svalbard
Using npm/npx:
```bash
npx --yes skills add https://github.com/wundercorp/svalbard-skill --skill svalbard
```
Using Yarn:
```bash
yarn dlx skills add https://github.com/wundercorp/svalbard-skill --skill svalbard
```
### Mimar
Using npm/npx:
```bash
npx --yes skills add https://github.com/wundercorp/mimar-skill --skill mimar
```
Using Yarn:
```bash
yarn dlx skills add https://github.com/wundercorp/mimar-skill --skill mimar
```
### Cloud Deployment for ShipYou
Using npm/npx:
```bash
npx --yes skills add https://github.com/wundercorp/cloud-deployment-shipyou-skill --skill cloud-deployment-shipyou
```
Using Yarn:
```bash
yarn dlx skills add https://github.com/wundercorp/cloud-deployment-shipyou-skill --skill cloud-deployment-shipyou
```
### Cleaner
Using npm/npx:
```bash
npx --yes skills add https://github.com/wundercorp/cleaner-skill --skill cleaner
```
Using Yarn:
```bash
yarn dlx skills add https://github.com/wundercorp/cleaner-skill --skill cleaner
```
### Archivist
Using npm/npx:
```bash
npx --yes skills add https://github.com/wundercorp/archivist-skill --skill archivist
```
Using Yarn:
```bash
yarn dlx skills add https://github.com/wundercorp/archivist-skill --skill archivist
```
### Coherence
Using npm/npx:
```bash
npx --yes skills add https://github.com/wundercorp/coherence-skill --skill coherence
```
Using Yarn:
```bash
yarn dlx skills add https://github.com/wundercorp/coherence-skill --skill coherence
```
### Batman
Using npm/npx:
```bash
npx --yes skills add https://github.com/wundercorp/batman-skill --skill batman
```
Using Yarn:
```bash
yarn dlx skills add https://github.com/wundercorp/batman-skill --skill batman
```
### Contrast Guard
Using npm/npx:
```bash
npx --yes skills add https://github.com/wundercorp/contrast-guard-skill --skill contrast-guard
```
Using Yarn:
```bash
yarn dlx skills add https://github.com/wundercorp/contrast-guard-skill --skill contrast-guard
```
### Accessibility
Using npm/npx:
```bash
npx --yes skills add https://github.com/wundercorp/accessibility-skill --skill accessibility
```
Using Yarn:
```bash
yarn dlx skills add https://github.com/wundercorp/accessibility-skill --skill accessibility
```
### Isaac
Using npm/npx:
```bash
npx --yes skills add https://github.com/wundercorp/isaac-skill --skill isaac
```
Using Yarn:
```bash
yarn dlx skills add https://github.com/wundercorp/isaac-skill --skill isaac
```
### Themable
Using npm/npx:
```bash
npx --yes skills add https://github.com/wundercorp/themable-skill --skill themable
```
Using Yarn:
```bash
yarn dlx skills add https://github.com/wundercorp/themable-skill --skill themable
```
### Bauhaus
Using npm/npx:
```bash
npx --yes skills add https://github.com/wundercorp/bauhaus-skill --skill bauhaus
```
Using Yarn:
```bash
yarn dlx skills add https://github.com/wundercorp/bauhaus-skill --skill bauhaus
```
### Gradient Mesh
Using npm/npx:
```bash
npx --yes skills add https://github.com/wundercorp/gradient-mesh-skill --skill gradient-mesh
```
Using Yarn:
```bash
yarn dlx skills add https://github.com/wundercorp/gradient-mesh-skill --skill gradient-mesh
```
### Linguist
Using npm/npx:
```bash
npx --yes skills add https://github.com/wundercorp/linguist-skill --skill linguist
```
Using Yarn:
```bash
yarn dlx skills add https://github.com/wundercorp/linguist-skill --skill linguist
```
## Maintenance workflow
1. Add or update the seed skill under `seed-skills//` in the creator repository.
2. Add or update that skill in `config/skills.manifest.json`.
3. Run `npm run create:local` to regenerate every standalone skill repository and this master repository.
4. Publish with `node scripts/create-skill-repositories.mjs --owner wundercorp --visibility public --push --allow-existing` when ready.