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 marketplace by Ant Stanley.
Register the marketplace, then install plugins individually:
/plugin marketplace add antstanley/skills
/plugin install reasoning-semiformally@skills
/plugin install spec-creator@skills
/plugin install jj-workspaces@skills
| Plugin | Description |
|---|---|
| reasoning-semiformally | Apply semi-formal certificate reasoning to code analysis — patch verification, fault localization, and patch equivalence. |
| spec-creator | Create or expand formal design specifications — numbered, layered, cross-linked markdown that defines what exists in the current branch. |
| jj-workspaces | 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. |
.
├── .claude-plugin/marketplace.json # marketplace manifest
├── plugins/
│ ├── reasoning-semiformally/
│ │ ├── .claude-plugin/plugin.json
│ │ ├── skills/reasoning-semiformally/
│ │ └── README.md
│ ├── spec-creator/
│ │ ├── .claude-plugin/plugin.json
│ │ ├── skills/spec-creator/
│ │ └── README.md
│ └── jj-workspaces/
│ ├── .claude-plugin/plugin.json
│ ├── skills/using-jj-workspaces/
│ └── README.md
└── docs/specs/spec.md # marketplace design spec
plugins/<name>/skills/<name>/SKILL.md (with YAML frontmatter).plugins/<name>/.claude-plugin/plugin.json and plugins/<name>/README.md..claude-plugin/marketplace.json.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/skills --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