Imported from Windshiftapp/core-tests (docs/AGENTS.md). Install upstream with npx skills add Windshiftapp/core-tests --skill docs. Copyright stays with the author.
Documentation changes
Write for contributors arriving with no Windshift-specific context.
Use direct, natural language and the public ./test interface.
Keep README.md, CONTRIBUTING.md, ./test help, and workflow examples in
sync.
Do not document repositories, services, credentials, or processes that are
not available to outside contributors.
Do not change the license terms through a documentation edit.
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/windshiftapp-core-tests-docs/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.
windshiftapp-core-tests-docs.ocm.jsonjson
{
"ocm": "1",
"id": "windshiftapp-core-tests-docs",
"kind": "skill",
"name": "docs",
"description": "Documentation changes",
"publisher": "Windshiftapp",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Documentation changes"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/Windshiftapp/core-tests",
"path": "docs/AGENTS.md",
"ref": "8814b7e45ffa7ab53bbcad7222e39bae6bd5e912",
"url": "https://github.com/Windshiftapp/core-tests/blob/8814b7e45ffa7ab53bbcad7222e39bae6bd5e912/docs/AGENTS.md",
"key": "Windshiftapp/core-tests/docs/AGENTS.md"
}
},
"instructions": "# Documentation changes\n\n- Write for contributors arriving with no Windshift-specific context.\n- Use direct, natural language and the public `./test` interface.\n- Keep `README.md`, `CONTRIBUTING.md`, `./test help`, and workflow examples in\n sync.\n- Do not document repositories, services, credentials, or processes that are\n not available to outside contributors.\n- Do not change the license terms through a documentation edit.",
"cost": {
"context_tokens": 107
}
}
Fetch it by URL: GET /api/v1/registry/windshiftapp-core-tests-docs/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.