Use `hatch` for interacting with the project's building and environment configuration - Use `pre-commit run` to include all lint checks and auto fixes - Automatically work to resolve failures in the p
Imported from ibutsu/ibutsu-client-python (AGENTS.md). Install upstream with npx skills add ibutsu/ibutsu-client-python. Copyright stays with the author.
Use hatch for interacting with the project's building and environment configuration
Use pre-commit run to include all lint checks and auto fixes
Automatically work to resolve failures in the pre-commit output
Do not include excessive emoji in readme, contributing, and other documentation files
Use pytest parametrization over subtests
Testing instructions
Find the CI plan in the .github/workflows folder.
From the package root you can just call hatch test or pytest -x. The commit should pass all tests before proceeding
Add or update tests for the code you change, even if nobody asked.
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/ibutsu-ibutsu-client-python-ibutsu-client-python/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.
{
"ocm": "1",
"id": "ibutsu-ibutsu-client-python-ibutsu-client-python",
"kind": "skill",
"name": "ibutsu-client-python",
"description": "Use `hatch` for interacting with the project's building and environment configuration - Use `pre-commit run` to include all lint checks and auto fixes - Automatically work to resolve failures in the pre-commit output - Do not include excessive emoji in readme, contributing, and other documentation files - Use pytest parametrization over subtests",
"publisher": "ibutsu",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use `hatch` for interacting with the project's building and environment configuration - Use `pre-commit run` to include all lint checks and auto fixes - Automatically work to resolve failures in the pre-commit output - Do not include excessive emoji in readme, contributing, and other documentation files - Use pytest parametrization over subtests"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/ibutsu/ibutsu-client-python",
"path": "AGENTS.md",
"ref": "f18ee4d906b429b292893a11de1dcc35285bcaa6",
"url": "https://github.com/ibutsu/ibutsu-client-python/blob/f18ee4d906b429b292893a11de1dcc35285bcaa6/AGENTS.md",
"key": "ibutsu/ibutsu-client-python/AGENTS.md"
}
},
"instructions": "- Use `hatch` for interacting with the project's building and environment configuration\n- Use `pre-commit run` to include all lint checks and auto fixes\n- Automatically work to resolve failures in the pre-commit output\n- Do not include excessive emoji in readme, contributing, and other documentation files\n- Use pytest parametrization over subtests\n\n## Testing instructions\n- Find the CI plan in the .github/workflows folder.\n- From the package root you can just call `hatch test` or `pytest -x`. The commit should pass all tests before proceeding\n- Add or update tests for the code you change, even",
"cost": {
"context_tokens": 154
}
}
Fetch it by URL: GET /api/v1/registry/ibutsu-ibutsu-client-python-ibutsu-client-python/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.