Read README.md and docs/evidence.md before changing lessons. Preserve historical/current distinctions and self-contained skill folders. Run npm run check; package releases with npm run package. Do not
Imported from matthew-kissinger/agentcore-skills (AGENTS.md). Install upstream with npx skills add matthew-kissinger/agentcore-skills. Copyright stays with the author.
Repository guidance
Read README.md and docs/evidence.md before changing lessons. Preserve historical/current
distinctions and self-contained skill folders. Run npm run check; package releases with
npm run package. Do not add raw sessions, credentials, private identifiers or unverified
production claims. No AWS calls or paid model calls are needed for ordinary checks.
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/matthew-kissinger-agentcore-skills-agentcore-skills/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": "matthew-kissinger-agentcore-skills-agentcore-skills",
"kind": "skill",
"name": "agentcore-skills",
"description": "Read README.md and docs/evidence.md before changing lessons. Preserve historical/current distinctions and self-contained skill folders. Run npm run check; package releases with npm run package. Do not add raw sessions, credentials, private identifiers or unverified production claims. No AWS calls or paid model calls are needed for ordinary checks.",
"publisher": "matthew-kissinger",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Read README.md and docs/evidence.md before changing lessons. Preserve historical/current distinctions and self-contained skill folders. Run npm run check; package releases with npm run package. Do not add raw sessions, credentials, private identifiers or unverified production claims. No AWS calls or paid model calls are needed for ordinary checks."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/matthew-kissinger/agentcore-skills",
"path": "AGENTS.md",
"ref": "02a6be2dfb310083fe03baca3fd64198584b0eaf",
"url": "https://github.com/matthew-kissinger/agentcore-skills/blob/02a6be2dfb310083fe03baca3fd64198584b0eaf/AGENTS.md",
"key": "matthew-kissinger/agentcore-skills/AGENTS.md"
}
},
"instructions": "# Repository guidance\n\nRead README.md and docs/evidence.md before changing lessons. Preserve historical/current\ndistinctions and self-contained skill folders. Run npm run check; package releases with\nnpm run package. Do not add raw sessions, credentials, private identifiers or unverified\nproduction claims. No AWS calls or paid model calls are needed for ordinary checks.",
"cost": {
"context_tokens": 93
}
}
Fetch it by URL: GET /api/v1/registry/matthew-kissinger-agentcore-skills-agentcore-skills/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.