Bash jj workspace manager. Each workspace has an isolated `@` in the same repository; paths are computed from `JW_WORKSPACE_PATH` (default `../{repo}--{name}`). Cross-workspace status uses `--reposito
Imported from edmundmiller/dotfiles (packages/jw/AGENTS.md). Install upstream with npx skills add edmundmiller/dotfiles --skill jw. Copyright stays with the author.
jw
Bash jj workspace manager. Each workspace has an isolated @ in the same
repository; paths are computed from JW_WORKSPACE_PATH (default
../{repo}--{name}). Cross-workspace status uses --repository.
Interactive prompts/output use gum; --json stays unstyled. Counters use
$((var + 1)), not ((var++)), whose initial zero value yields failure under set -e.
Exercise workspace creation/removal in a disposable repository, not live work.
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/edmundmiller-dotfiles-jw/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.
edmundmiller-dotfiles-jw.ocm.jsonjson
{
"ocm": "1",
"id": "edmundmiller-dotfiles-jw",
"kind": "skill",
"name": "jw",
"description": "Bash jj workspace manager. Each workspace has an isolated `@` in the same repository; paths are computed from `JW_WORKSPACE_PATH` (default `../{repo}--{name}`). Cross-workspace status uses `--repository`.",
"publisher": "edmundmiller",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Bash jj workspace manager. Each workspace has an isolated `@` in the same repository; paths are computed from `JW_WORKSPACE_PATH` (default `../{repo}--{name}`). Cross-workspace status uses `--repository`."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/edmundmiller/dotfiles",
"path": "packages/jw/AGENTS.md",
"ref": "c4bf269cc804ae7c44368bc941904a2ff2726571",
"url": "https://github.com/edmundmiller/dotfiles/blob/c4bf269cc804ae7c44368bc941904a2ff2726571/packages/jw/AGENTS.md",
"key": "edmundmiller/dotfiles/packages/jw/AGENTS.md"
}
},
"instructions": "# jw\n\nBash jj workspace manager. Each workspace has an isolated `@` in the same\nrepository; paths are computed from `JW_WORKSPACE_PATH` (default\n`../{repo}--{name}`). Cross-workspace status uses `--repository`.\n\nInteractive prompts/output use gum; `--json` stays unstyled. Counters use\n`$((var + 1))`, not `((var++))`, whose initial zero value yields failure under `set -e`.\nExercise workspace creation/removal in a disposable repository, not live work.",
"cost": {
"context_tokens": 113
}
}
Fetch it by URL: GET /api/v1/registry/edmundmiller-dotfiles-jw/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.