Short entry point for the vcs category. Orchestrate the branch-safe version-control layer for the generated app — repository setup, commit application, work-branch integration (merge/cherry-pick), and
Imported from neopjm109/agent.oliver (v1/skills/vcs/SKILL.md). Install upstream with npx skills add neopjm109/agent.oliver --skill vcs. Copyright stays with the author.
Goal
This is the short entry point for the vcs category. Start here, but let
vcs-orchestrator do the actual work.
How to run
Understand the user's request and gather the inputs vcs-orchestrator needs.
Run vcs-orchestrator as a subagent (see the framework delegation rule) so it coordinates the category's sub-skills.
Return its result to the user.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/neopjm109-agent-oliver-vcs/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
neopjm109-agent-oliver-vcs.ocm.jsonjson
{
"ocm": "1",
"id": "neopjm109-agent-oliver-vcs",
"kind": "skill",
"name": "vcs",
"description": "Short entry point for the vcs category. Orchestrate the branch-safe version-control layer for the generated app — repository setup, commit application, work-branch integration (merge/cherry-pick), and release artifacts — never touching a protected branch directly. Optional operational stage after review. Invoke as '/vcs'; delegates to vcs-orchestrator.",
"publisher": "neopjm109",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"vcs",
"entrypoint",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Short entry point for the vcs category. Orchestrate the branch-safe version-control layer for the generated app — repository setup, commit application, work-branch integration (merge/cherry-pick), and release artifacts — never touching a protected branch directly. Optional operational stage after review. Invoke as '/vcs'; delegates to vcs-orchestrator."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/neopjm109/agent.oliver",
"path": "v1/skills/vcs/SKILL.md",
"ref": "a1418d28baaa7f18d75b96ad880fcd65a8d0557a",
"url": "https://github.com/neopjm109/agent.oliver/blob/a1418d28baaa7f18d75b96ad880fcd65a8d0557a/v1/skills/vcs/SKILL.md",
"key": "neopjm109/agent.oliver/v1/skills/vcs/SKILL.md"
}
},
"instructions": "# Goal\n\nThis is the **short entry point for the `vcs` category**. Start here, but let\n`vcs-orchestrator` do the actual work.\n\n# How to run\n\n1. Understand the user's request and gather the inputs `vcs-orchestrator` needs.\n2. Run `vcs-orchestrator` as a subagent (see the framework delegation rule) so it coordinates the category's sub-skills.\n3. Return its result to the user.",
"cost": {
"context_tokens": 93
}
}
Fetch it by URL: GET /api/v1/registry/neopjm109-agent-oliver-vcs/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.