By antstanley
jj (jujutsu) workspaces skill for Claude Code — creates isolated workspaces for parallel work and sub-agent driven development, and intercepts git-worktree requests in jj-managed repos.
A Claude Code plugin that adds a skill for creating isolated jj (jujutsu) workspaces. Use it for parallel feature work or sub-agent driven development. When invoked from a jj-managed repo, it intercepts requests for using-git-worktrees (and freeform "create a worktree" instructions from other skills), detects jj, and substitutes the correct jj workspace equivalents.
/plugin marketplace add antstanley/jj-workspace-skill
/plugin install jj-workspaces@jj-workspace-skill
jj workspace root and takes precedence over using-git-worktrees.jj log.git worktree add → jj workspace add, git worktree remove → jj workspace forget + rm -rf, etc.).See plugins/jj-workspaces/skills/using-jj-workspaces/SKILL.md for the full workflow.
jj installed and on $PATH.jj git init --colocate). Outside a jj repo the skill defers to using-git-worktrees.This repo is both a Claude Code marketplace (via .claude-plugin/marketplace.json) and hosts a single plugin:
jj-workspace-skill/
├── .claude-plugin/marketplace.json
└── plugins/
└── jj-workspaces/
├── .claude-plugin/plugin.json
└── skills/
└── using-jj-workspaces/SKILL.md
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub antstanley/jj-workspace-skill --plugin jj-workspacesCreate or expand formal design specifications for an app, package, or codebase — numbered, layered, cross-linked markdown that defines what exists in the current branch.
Apply semi-formal certificate reasoning to code analysis — patch verification, fault localization, patch equivalence. Use when reviewing patches, hunting bugs across scopes, comparing fixes, or when code reasoning requires tracing execution across files/modules.
jj (jujutsu) workspaces skill for Claude Code — creates isolated workspaces for parallel work and sub-agent driven development, and intercepts git-worktree requests in jj-managed repos.
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Complete developer toolkit for Claude Code