byforyourhealth111-pixel· 59 skills
Vibe Code Orchestrator (VCO) is a governed runtime entry that freezes requirements, bounds execution, and enforces verification and phase cleanup.
$npx -y skills add foryourhealth111-pixel/vibe-skills --skill vibe-skillsInstalls into the current project.
Run `npx skills use "https://github.com/foryourhealth111-pixel/vibe-skills" --skill "foryourhealth111-pixel/vibe-skills"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/foryourhealth111-pixel/vibe-skills" that are relevant to the current task. Run `npx skills add "https://github.com/foryourhealth111-pixel/vibe-skills"` and select the relevant skills, then follow their instructions.
| 1 | <div align="right"> |
| 2 | <strong>English</strong> | <a href="./README.zh.md">中文</a> |
| 3 | </div> |
| 4 | |
| 5 | <div align="center"> |
| 6 | |
| 7 | <img src="./logo.png" width="124" alt="VibeSkills logo"> |
| 8 | |
| 9 | <h1 align="center"> |
| 10 | <picture> |
| 11 | <source media="(prefers-color-scheme: dark)" srcset="./docs/assets/readme-wordmark-dark.svg"> |
| 12 | <img src="./docs/assets/readme-wordmark-light.svg" width="500" alt="VibeSkills"> |
| 13 | </picture> |
| 14 | </h1> |
| 15 | |
| 16 | <picture> |
| 17 | <source media="(prefers-color-scheme: dark)" srcset="./docs/assets/readme-tagline-en-dark.svg"> |
| 18 | <img src="./docs/assets/readme-tagline-en-light.svg" width="560" alt="VibeSkills is a general-purpose Skill that automatically routes local Skills and intelligently orchestrates harness workflows."> |
| 19 | </picture> |
| 20 | |
| 21 | <br> |
| 22 | |
| 23 | <a href="https://github.com/foryourhealth111-pixel/Vibe-Skills/releases/latest"> |
| 24 | <strong>Latest release · v4.0.0</strong> |
| 25 | </a> |
| 26 | |
| 27 | <br> |
| 28 | |
| 29 | <a href="./docs/install/README.en.md"> |
| 30 | <picture> |
| 31 | <source media="(prefers-color-scheme: dark)" srcset="./docs/assets/install-cta-en-dark.svg"> |
| 32 | <source media="(prefers-color-scheme: light)" srcset="./docs/assets/install-cta-en-light.svg"> |
| 33 | <img src="./docs/assets/install-cta-en-light.svg" width="210" height="38" alt="Install VibeSkills"> |
| 34 | </picture> |
| 35 | </a> |
| 36 | |
| 37 | <br> |
| 38 | |
| 39 | <a href="./docs/quick-start.en.md">Quick start</a> · |
| 40 | <a href="https://github.com/foryourhealth111-pixel/Vibe-Skills/releases/latest">Release notes</a> · |
| 41 | <a href="./docs/README.md">Documentation</a> · |
| 42 | <a href="https://github.com/foryourhealth111-pixel/Vibe-Skills/stargazers">Star the project</a> |
| 43 | |
| 44 | </div> |
| 45 | |
| 46 | <p align="center"> |
| 47 | <picture> |
| 48 | <source media="(prefers-color-scheme: dark) and (max-width: 600px)" srcset="./docs/assets/readme-preface-v2-en-mobile-dark.svg"> |
| 49 | <source media="(prefers-color-scheme: light) and (max-width: 600px)" srcset="./docs/assets/readme-preface-v2-en-mobile-light.svg"> |
| 50 | <source media="(prefers-color-scheme: dark)" srcset="./docs/assets/readme-preface-v2-en-dark.svg"> |
| 51 | <source media="(prefers-color-scheme: light)" srcset="./docs/assets/readme-preface-v2-en-light.svg"> |
| 52 | <img src="./docs/assets/readme-preface-v2-en-light.svg" width="900" alt="Skills are excellent local assets of reusable experience. After downloading and installing many Skills, it is easy to sometimes forget which Skills have already been installed and not know which Skills to invoke. Further, when a complex task involves the combined organization and invocation of multiple Skills from different domains, planning becomes complicated for people: they must explain to the AI in detail which Skills each module should use, while the AI may forget these designs during execution. Many current harness frameworks do not actively plan how to make good use of local Skill resources, and may even fall into an either-or scheduling conflict between the harness framework and domain Skill resources. The core of this project is to follow harness frameworks similar to Superpower and GSD. Based on modular decomposition by the planning state machine, it uses different Skills to assist different modules, fully schedules existing local resources, reduces users' planning and cognitive burden, and gives users an end-to-end delivery experience. It is committed to becoming a handy steward for the Skill resources around you. When a complex task appears, it can help users slowly sort out which modules are needed and which good experiences can be reused, then deliver an excellent result."> |
| 53 | </picture> |
| 54 | </p> |
| 55 | |
| 56 | <a id="vibeskills-ml-practice-case"></a> |
| 57 | <h2 align="center"> |
| 58 | <picture> |
| 59 | <source media="(prefers-color-scheme: dark)" srcset="./docs/assets/readme-chapter-01-en-dark.svg"> |
| 60 | <img src="./docs/assets/readme-chapter-01-en-light.svg" width="720" alt="VibeSkills Practice Case: Completing a Machine-Learning Experiment"> |
| 61 | </picture> |
| 62 | </h2> |
| 63 | |
| 64 | > **Task** |
| 65 | > |
| 66 | > *Use public data to complete a reproducible classification experiment and deliver a data audit, statistical review, 4 result figures, a scientific report, and a 7-slide group-meeting |