Imported from aozaki-kuro/commission-index (scripts/AGENTS.md). Install upstream with npx skills add aozaki-kuro/commission-index --skill scripts. Copyright stays with the author.
scripts
Repository-level developer workflow scripts.
devAdminRemote.ts
Starts apps/admin-worker, waits until binding-backed admin API is readable, then starts standalone admin Vite app. Mirrors Worker deployment topology without frontend startup race.
Forward signals cleanly; exit non-zero when any child fails
Do not reintroduce apps/web as a dependency for standalone admin dev
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/aozaki-kuro-commission-index-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.
aozaki-kuro-commission-index-scripts.ocm.jsonjson
{
"ocm": "1",
"id": "aozaki-kuro-commission-index-scripts",
"kind": "skill",
"name": "scripts",
"description": "Repository-level developer workflow scripts.",
"publisher": "aozaki-kuro",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Repository-level developer workflow scripts."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/aozaki-kuro/commission-index",
"path": "scripts/AGENTS.md",
"ref": "54c56a155ed745b6ee6b72518717deaeba47448a",
"url": "https://github.com/aozaki-kuro/commission-index/blob/54c56a155ed745b6ee6b72518717deaeba47448a/scripts/AGENTS.md",
"key": "aozaki-kuro/commission-index/scripts/AGENTS.md"
}
},
"instructions": "# scripts\n\nRepository-level developer workflow scripts.\n\n## devAdminRemote.ts\n\nStarts `apps/admin-worker`, waits until binding-backed admin API is readable, then starts standalone admin Vite app. Mirrors Worker deployment topology without frontend startup race.\n\n- Forward signals cleanly; exit non-zero when any child fails\n- Do not reintroduce `apps/web` as a dependency for standalone admin dev",
"cost": {
"context_tokens": 99
}
}
Fetch it by URL: GET /api/v1/registry/aozaki-kuro-commission-index-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.