Imported from mcollina/syncthrough (AGENTS.md). Install upstream with npx skills add mcollina/syncthrough. Copyright stays with the author.
AGENTS.md
Workflow constraints
Default branch is master, not main. When creating PRs or choosing a base branch, target master unless the user says otherwise.
Use feature branches and pull requests for changes; do not push directly to master.
Task-specific constraints
If you change public behavior, examples, or the documented API, update README.md in the same change.
When editing docs that add or change external links, verify the new URLs return HTTP 200 before finishing.
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/mcollina-syncthrough-syncthrough/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.
mcollina-syncthrough-syncthrough.ocm.jsonjson
{
"ocm": "1",
"id": "mcollina-syncthrough-syncthrough",
"kind": "skill",
"name": "syncthrough",
"description": "AGENTS.md",
"publisher": "mcollina",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"AGENTS.md"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/mcollina/syncthrough",
"path": "AGENTS.md",
"ref": "b818069fa97daafc62eb2b09a3a35b6f56e9bc68",
"url": "https://github.com/mcollina/syncthrough/blob/b818069fa97daafc62eb2b09a3a35b6f56e9bc68/AGENTS.md",
"key": "mcollina/syncthrough/AGENTS.md"
}
},
"instructions": "# AGENTS.md\n\n## Workflow constraints\n- Default branch is `master`, not `main`. When creating PRs or choosing a base branch, target `master` unless the user says otherwise.\n- Use feature branches and pull requests for changes; do not push directly to `master`.\n\n## Task-specific constraints\n- If you change public behavior, examples, or the documented API, update `README.md` in the same change.\n- When editing docs that add or change external links, verify the new URLs return HTTP 200 before finishing.",
"cost": {
"context_tokens": 125
}
}
Fetch it by URL: GET /api/v1/registry/mcollina-syncthrough-syncthrough/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.