Imported from kward/shunit2 (AGENTS.md). Install upstream with npx skills add kward/shunit2. Copyright stays with the author.
shUnit2 AGENTS.md file
Coding
Coding standards can be found in CONTRIBUTING.md.
shUnit2 is designed to work with many shells, across many *nix operating systems. For this reason, many modern "bash-isms" and such should be avoided in order to maintan as much cross-OS and cross-shell compatibility as possible.
Testing
Unit tests can be run by calling test_runner.
Documentation
Use ```sh to identify code blocks holding shell scripts.
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/kward-shunit2-shunit2/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.
kward-shunit2-shunit2.ocm.jsonjson
{
"ocm": "1",
"id": "kward-shunit2-shunit2",
"kind": "skill",
"name": "shunit2",
"description": "shUnit2 AGENTS.md file",
"publisher": "kward",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"shUnit2 AGENTS.md file"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/kward/shunit2",
"path": "AGENTS.md",
"ref": "f39734a3dd56495c2fee1d4b0925bb31082e36d2",
"url": "https://github.com/kward/shunit2/blob/f39734a3dd56495c2fee1d4b0925bb31082e36d2/AGENTS.md",
"key": "kward/shunit2/AGENTS.md"
}
},
"instructions": "# shUnit2 AGENTS.md file\n\n## Coding\n- Coding standards can be found in `CONTRIBUTING.md`.\n- shUnit2 is designed to work with many shells, across many *nix operating systems. For this reason, many modern \"bash-isms\" and such should be avoided in order to maintan as much cross-OS and cross-shell compatibility as possible.\n\n## Testing\n- Unit tests can be run by calling `test_runner`.\n\n## Documentation\n- Use ```sh to identify code blocks holding shell scripts.",
"cost": {
"context_tokens": 115
}
}
Fetch it by URL: GET /api/v1/registry/kward-shunit2-shunit2/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.