Every future version tag must have a concise, user-facing patch-note file at `release-notes/v<version>.md`. The release workflow publishes that file as the GitHub release body. Do not add notes retroa
Imported from lambda-symbolics/cclsh (AGENTS.md). Install upstream with npx skills add lambda-symbolics/cclsh. Copyright stays with the author.
CCLSH agent notes
Releases
Every future version tag must have a concise, user-facing patch-note file at
release-notes/v<version>.md. The release workflow publishes that file as
the GitHub release body. Do not add notes retroactively to a release that is
already published.
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/lambda-symbolics-cclsh-cclsh/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.
lambda-symbolics-cclsh-cclsh.ocm.jsonjson
{
"ocm": "1",
"id": "lambda-symbolics-cclsh-cclsh",
"kind": "skill",
"name": "cclsh",
"description": "Every future version tag must have a concise, user-facing patch-note file at `release-notes/v<version>.md`. The release workflow publishes that file as the GitHub release body. Do not add notes retroactively to a release that is already published.",
"publisher": "lambda-symbolics",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Every future version tag must have a concise, user-facing patch-note file at `release-notes/v<version>.md`. The release workflow publishes that file as the GitHub release body. Do not add notes retroactively to a release that is already published."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/lambda-symbolics/cclsh",
"path": "AGENTS.md",
"ref": "21df049b58d579d9ba116b0394f02d069f6026e4",
"url": "https://github.com/lambda-symbolics/cclsh/blob/21df049b58d579d9ba116b0394f02d069f6026e4/AGENTS.md",
"key": "lambda-symbolics/cclsh/AGENTS.md"
}
},
"instructions": "# CCLSH agent notes\n\n## Releases\n\nEvery future version tag must have a concise, user-facing patch-note file at\n`release-notes/v<version>.md`. The release workflow publishes that file as\nthe GitHub release body. Do not add notes retroactively to a release that is\nalready published.",
"cost": {
"context_tokens": 70
}
}
Fetch it by URL: GET /api/v1/registry/lambda-symbolics-cclsh-cclsh/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.