Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
dependencies - Skill - OpenSmartRoute
Skillv1.0.0
dependencies
Dependency version and footprint conventions for SynapCLI
Instruction file imported from smartmarbles/synapcli (.github/instructions/dependencies.instructions.md). Copyright stays with the author.
Dependency Conventions
All dependency versions are pinned exactly (no ^ or ~)
@types/* packages: major.minor should match the corresponding package where a matching version exists on npm
Minimise the dependency footprint — before adding a new package:
If the functionality is already provided by a transitive dependency (e.g. a sub-package of something already installed), use that directly rather than adding a new top-level dependency
If only a single small function is needed, implement it inline rather than pulling in a package
New packages must justify their weight: broad functionality used in multiple places
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/smartmarbles-synapcli-dependencies-instructions/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": "smartmarbles-synapcli-dependencies-instructions",
"kind": "skill",
"name": "dependencies",
"description": "Dependency version and footprint conventions for SynapCLI",
"publisher": "smartmarbles",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Dependency version and footprint conventions for SynapCLI"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/smartmarbles/synapcli",
"path": ".github/instructions/dependencies.instructions.md",
"ref": "d3abe09111c02099b3f61888d348ea67e639c72e",
"url": "https://github.com/smartmarbles/synapcli/blob/d3abe09111c02099b3f61888d348ea67e639c72e/.github/instructions/dependencies.instructions.md",
"key": "smartmarbles/synapcli/.github/instructions/dependencies.instructions.md"
},
"applies_to": "package.json"
},
"instructions": "# Dependency Conventions\n\n- All dependency versions are pinned exactly (no `^` or `~`)\n- `@types/*` packages: major.minor should match the corresponding package where a matching version exists on npm\n- **Minimise the dependency footprint** — before adding a new package:\n - If the functionality is already provided by a transitive dependency (e.g. a sub-package of something already installed), use that directly rather than adding a new top-level dependency\n - If only a single small function is needed, implement it inline rather than pulling in a package\n - New packages must justify their weig",
"cost": {
"context_tokens": 161
}
}
Fetch it by URL: GET /api/v1/registry/smartmarbles-synapcli-dependencies-instructions/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.