Imported from dollspace-gay/concord (scripts/qualification/AGENTS.md). Install upstream with npx skills add dollspace-gay/concord --skill qualification. Copyright stays with the author.
Qualification support package
Reusable Python and shell support lives below the stable scripts/ entry points. Keep package imports independent of unrelated tools.
Move helpers with explicit imports and preserve failure/cleanup behavior. Never rely on wildcard imports or runtime source execution to share a former monolith.
Run each affected tool self-test and its bounded end-to-end smoke path.
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/dollspace-gay-concord-qualification/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.
dollspace-gay-concord-qualification.ocm.jsonjson
{
"ocm": "1",
"id": "dollspace-gay-concord-qualification",
"kind": "skill",
"name": "qualification",
"description": "Reusable Python and shell support lives below the stable scripts/ entry points. Keep package imports independent of unrelated tools.",
"publisher": "dollspace-gay",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Reusable Python and shell support lives below the stable scripts/ entry points. Keep package imports independent of unrelated tools."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/dollspace-gay/concord",
"path": "scripts/qualification/AGENTS.md",
"ref": "8693131a1476145e566a59ad9c08f782dc12d113",
"url": "https://github.com/dollspace-gay/concord/blob/8693131a1476145e566a59ad9c08f782dc12d113/scripts/qualification/AGENTS.md",
"key": "dollspace-gay/concord/scripts/qualification/AGENTS.md"
}
},
"instructions": "# Qualification support package\n\nReusable Python and shell support lives below the stable scripts/ entry points. Keep package imports independent of unrelated tools.\n\nMove helpers with explicit imports and preserve failure/cleanup behavior. Never rely on wildcard imports or runtime source execution to share a former monolith.\n\nRun each affected tool self-test and its bounded end-to-end smoke path.",
"cost": {
"context_tokens": 100
}
}
Fetch it by URL: GET /api/v1/registry/dollspace-gay-concord-qualification/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.