A2X Marketplace
Personal Claude Code plugins — stable utilities for development, planning, knowledge work, and bot operations. Install what you need, when you need it.
Install
/plugin marketplace add thamam/A2X-marketplace
/plugin install <plugin>@A2X
Claude remains the source of truth for its own installation and updates:
/plugin update <plugin>@A2X
For Cursor, Codex, and hosts using .agents/skills, sync the same canonical skills without maintaining separate copies of their source:
python3 scripts/sync_skills.py --target all
This updates ~/.cursor/skills/, ~/.codex/skills/, and
~/.agents/skills/. Claude is intentionally excluded because /plugin owns its lifecycle. Use --target claude only when explicitly managing a separate non-marketplace Claude skill directory. The sync state and hashes prevent unmanaged skills from being overwritten; use --overwrite only after review.
Profiles
profile-manager is always enabled and bundles plugins into workflow profiles so you can switch sets at once instead of toggling individually.
/profile list # show profiles (dev, planning, research, meta, ops, full, minimal)
/profile dev # activate a profile
/layout # open the interactive marketplace layout designer
layout-designer.html at the repo root is the tool /layout opens — you can also open it directly in a browser.
Plugins
Deliverables & docs
- planning — render PRDs and specs as interactive HTML reviews
- white-paper — outline, draft, de-fluff, and rubric-review white papers
- figma-blueprint — visualize codebase architecture as FigJam diagrams
- terminal-diagrams — inline ASCII/Unicode diagrams and slideshow walkthroughs in the terminal
- c4-architecture-diagrams — C4 system/container/component diagrams as Structurizr DSL, C4-PlantUML, or Mermaid C4
- sprint-debrief — reconstruct a sprint from git and teach it across four lenses
Spec & workflow
- openspec-workflow — spec-driven development: plan, audit, and ship OpenSpec changes
- openspec-guide — source-verified knowledge reference for OpenSpec / opsx
- resilient-flows — durable state, remediation loops, adversarial review, fail-closed verification, PR guards
Knowledge & continuity
- code-research — deep code exploration with persistent research logs
- knowledge-capture — decision logs and cross-session handoff breadcrumbs
- python-tutor — cross-tool Python tutoring with shared lesson history
- auto-handoff — hand off to a fresh session when context usage runs high
Meta-cognition & interaction
- interaction-patterns — structured questions, second-opinion critique, executive briefs, fork triage
- cognitive-checkpoint — nudges you when you hit a passive-approval streak
- moca — "shortest working code first," with a budget gate that blocks oversized patches
Authoring & tooling
- skill-tooling — discover, extract, and document skills; interactive HTML deliverables
- hooks-toolkit — hooks authoring reference and hook debugging
Session & ops
- mactools — macOS/iTerm2 terminal automation (bundled MCP) and collaborative debug — setup
- profile-manager — profile switching and the interactive layout designer
- claw-testing — E2E testing harnesses for Claw fleet bots
Maintaining
Building or changing a plugin? See CLAUDE.md — it covers the repo layout and the catalog/version-bump rules.
Maintainer
Tomer Hamam (tomerhamam@gmail.com)





