yolo1

Automate end-to-end code delivery for TogetherOS from branch creation to production deployment.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/coopeverything/TogetherOS --skill yolo1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: yolo1
Source: https://github.com/coopeverything/TogetherOS/tree/main/.claude/skills/yolo1
Command: npx skills add https://github.com/coopeverything/TogetherOS --skill yolo1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill fully automates the entire software development lifecycle within TogetherOS, from creating a feature branch to submitting a verified Pull Request. It eliminates manual steps, reduces human error, and ensures adherence to project conventions, allowing developers to focus on higher-level design and problem-solving.

Core Features & Use Cases

  • End-to-End Automation: Handles branch creation, continuous testing, build with auto-retry, committing, pushing, and PR creation.
  • Convention Enforcement: Automatically applies TogetherOS's specific branch patterns, commit formats, PR targets, and design system guidelines.
  • Progress Tracking: Integrates with the project's progress tracking system, updating module status and next steps upon PR merge.
  • Use Case: When you need to implement a new feature like "scaffold the bridge module," this Skill will autonomously perform all coding, testing, building, and PR submission steps, ensuring the code is production-ready and compliant with project standards.

Quick Start

To implement a new feature for the 'bridge' module, creating its route, UI component, and documentation: Use Skill: yolo1 Inputs: module: bridge slice: scaffold scope: Create /bridge route, stub component in packages/ui, docs/modules/bridge/README.md

Frequently Asked Questions about yolo1

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code delivery from branch creation to pull request for TogetherOS?

This Skill automates the entire code delivery pipeline for TogetherOS, handling branch creation, testing, building, committing, pushing, and PR submission. It enforces project conventions including branch patterns, commit formats, and PR targets, eliminating manual steps and ensuring production-ready code.

What branch and commit patterns does this automation enforce?

The Skill enforces TogetherOS conventions: feature branches follow the pattern feature/{module}-{slice}, and commits use the format feat({module}): {slice} - {scope}. PRs target the yolo base branch and include mandatory verification notes in the PR body.

Can I use this Skill to implement features across multiple TogetherOS modules?

Yes. The Skill handles module-level feature work across any TogetherOS module (bridge, governance, etc.), automating scoped changes, testing, building, and PR generation while maintaining module-specific conventions and deployment requirements.

What happens after a pull request is merged with this automation?

After merge, the Skill automates VPS-only deployment, verifies production deployment, and updates Notion memory with module status and next steps, completing the end-to-end delivery cycle.

Does this automation work with continuous integration and testing?

Yes. The Skill runs tests automatically during the delivery pipeline and includes build steps with auto-retry capability, ensuring code passes CI/CD checks before PR submission and deployment.

What input information do I need to provide to start the automation?

Provide the module name (e.g., bridge), a slice identifier, and scope details describing the feature work. The Skill then autonomously performs all remaining steps from branch creation through PR submission and deployment.