Imported from pbrickner2024/kanban (scripts/AGENTS.md). Install upstream with npx skills add pbrickner2024/kanban --skill scripts. Copyright stays with the author.
Scripts Folder
This folder contains helper scripts to start and stop local Docker services.
Platform scripts
Linux: start-linux.sh, stop-linux.sh
macOS: start-mac.sh, stop-mac.sh
Windows (PowerShell): start-windows.ps1, stop-windows.ps1
Behavior
Start scripts run docker compose up -d --build from the project root.
Stop scripts run docker compose down --remove-orphans from the project root.
Notes
Keep scripts minimal and deterministic.
Prefer explicit script names by OS instead of clever auto-detection.
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/pbrickner2024-kanban-scripts/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.
pbrickner2024-kanban-scripts.ocm.jsonjson
{
"ocm": "1",
"id": "pbrickner2024-kanban-scripts",
"kind": "skill",
"name": "scripts",
"description": "This folder contains helper scripts to start and stop local Docker services.",
"publisher": "pbrickner2024",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This folder contains helper scripts to start and stop local Docker services."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/pbrickner2024/kanban",
"path": "scripts/AGENTS.md",
"ref": "557ef4059d9f55f0be27075e04c4a6bc6c67a575",
"url": "https://github.com/pbrickner2024/kanban/blob/557ef4059d9f55f0be27075e04c4a6bc6c67a575/scripts/AGENTS.md",
"key": "pbrickner2024/kanban/scripts/AGENTS.md"
}
},
"instructions": "# Scripts Folder\n\nThis folder contains helper scripts to start and stop local Docker services.\n\n## Platform scripts\n\n- Linux: `start-linux.sh`, `stop-linux.sh`\n- macOS: `start-mac.sh`, `stop-mac.sh`\n- Windows (PowerShell): `start-windows.ps1`, `stop-windows.ps1`\n\n## Behavior\n\n- Start scripts run `docker compose up -d --build` from the project root.\n- Stop scripts run `docker compose down --remove-orphans` from the project root.\n\n## Notes\n\n- Keep scripts minimal and deterministic.\n- Prefer explicit script names by OS instead of clever auto-detection.",
"cost": {
"context_tokens": 138
}
}
Fetch it by URL: GET /api/v1/registry/pbrickner2024-kanban-scripts/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.