alvarosanchezalvarosanchezCommunity·5 Agent Skills Included

ocp

Git-backed OpenCode profile switching and pull request automation

Manages OpenCode configuration profiles as versioned Git repositories and switches between work, personal, and experimental setups in one command. Eliminates manual config file copying, fragile local edits, and lost settings with backup-aware switching and rollback on failure. Includes skills for conventional commits, pull request creation, CI monitoring, and terminal demo recording to speed up daily development workflows.
npx skills add alvarosanchez/ocp --all -g -y
Available:

Gives your AI agent the build commands, architecture boundaries, coding conventions, and step-by-step workflow rules for safely making and verifying changes in this repository.

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install ocp?

Run `npx skills add alvarosanchez/ocp --all -g -y` in your terminal to install all skills in this suite globally.

What does ocp do?

ocp is a CLI that stores OpenCode configuration profiles in Git repositories and lets you switch between work, personal, and experimental setups with a single command. It backs up existing files and rolls back automatically if a switch fails.

How do I switch OpenCode profiles with ocp?

Add a profile repository with `ocp repository add`, list available profiles with `ocp profile list`, then run `ocp profile use <name>` to activate one. An interactive terminal UI is also included for day-to-day switching.

Can AI agents create pull requests with these skills?

Yes. The create-pr skill drives the full PR workflow with the GitHub CLI, including commits, pushes, CI monitoring, and resolving Copilot review comments until checks are green.

Do I need coding experience to use ocp?

Basic terminal familiarity is enough for profile switching, since commands are simple and an interactive mode guides you. The bundled skills also let your AI agent handle commits and pull requests from plain-English requests.

Related Repositories in Software Engineering

View All in Software Engineering