Imported from zach909/.my-ai (extension-builder/Moby/AGENTS.md). Install upstream with npx skills add zach909/.my-ai --skill Moby. Copyright stays with the author.
Pull requests
When opening a pull request:
Follow .github/PULL_REQUEST_TEMPLATE.md and fill in the applicable sections.
Add "Created with: " note at the end of the PR body
Release note section
If the change is worthy putting in a user-facing release changelog, write a brief entry, ideally one sentence.
Use present tense and imperative tone.
Draw inspiration from past release notes: https://docs.docker.com/engine/release-notes/
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/zach909-my-ai-moby/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.
zach909-my-ai-moby.ocm.jsonjson
{
"ocm": "1",
"id": "zach909-my-ai-moby",
"kind": "skill",
"name": "Moby",
"description": "When opening a pull request:",
"publisher": "zach909",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"When opening a pull request:"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/zach909/.my-ai",
"path": "extension-builder/Moby/AGENTS.md",
"ref": "fbbf9a728519e1d9a6a2475a8c513660f91b4a73",
"url": "https://github.com/zach909/.my-ai/blob/fbbf9a728519e1d9a6a2475a8c513660f91b4a73/extension-builder/Moby/AGENTS.md",
"key": "zach909/.my-ai/extension-builder/Moby/AGENTS.md"
}
},
"instructions": "# Pull requests\n\nWhen opening a pull request:\n\n- Follow `.github/PULL_REQUEST_TEMPLATE.md` and fill in the applicable sections.\n- Add \"Created with: <AGENT NAME>\" note at the end of the PR body\n\n## Release note section\n\nIf the change is worthy putting in a user-facing release changelog, write a brief entry, ideally one sentence.\nUse present tense and imperative tone.\nDraw inspiration from past release notes: https://docs.docker.com/engine/release-notes/",
"cost": {
"context_tokens": 114
}
}
Fetch it by URL: GET /api/v1/registry/zach909-my-ai-moby/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.