By whatasoda
Agent workflow toolkit — design discussions, implementation planning, and knowledge graph
Lightweight discussion kickoff with initial investigation and issue framing
Interactive design discussion for exploring ideas when details aren't solidified
Review branch changes with codex-review and fix critical/high issues with user decision gates
Plan implementation with sub-agents and design review
Record implementation summary, pending items, and notes after any work session
Uses power tools
Uses Bash, Write, or Edit tools
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.
Personal Claude Code marketplace for managing custom skills and plugins.
Add this marketplace to Claude Code:
/plugin marketplace add whatasoda/agent-extensions
Install a plugin:
/plugin install <plugin-name>@whatasoda-tools
bun install
Build packages (sync exports + rslib) then plugins (bun build):
bun run build
Or build individually:
bun run build:packages # sync exports + rslib build for packages/*
bun run build:plugins # bun build for plugins/*
bun run typecheck
agent-extensions/
├── .claude-plugin/
│ └── marketplace.json # Marketplace manifest
├── plugins/
│ └── <plugin-name>/
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin manifest
│ ├── src/ # TypeScript source
│ ├── dist/ # Bundled output (LFS, committed)
│ ├── skills/ # Skill definitions
│ ├── hooks/ # Hook definitions
│ └── package.json
├── packages/
│ └── <package-name>/ # Shared libraries (workspace packages)
│ ├── src/
│ └── package.json # @agent-extensions/<name>
├── scripts/
│ ├── build-packages.ts # rslib build for packages
│ └── build-plugins.ts # bun build for plugins
├── package.json # Workspace root
└── tsconfig.json
plugins/<plugin-name>/ with .claude-plugin/plugin.jsonsrc/, skills in skills/bun run build to generate dist/.claude-plugin/marketplace.json under pluginspackages/<package-name>/ with package.json (name: @agent-extensions/<name>)src/ and create @public-index.ts as the entry pointrslib.config.ts for buildingbun run build will auto-generate the exports field in package.json from @public-*.ts files"@agent-extensions/<name>": "workspace:*" in their package.jsonnpx claudepluginhub whatasoda/agent-extensions --plugin sodaClaude Code skills and LSP for soda-gql GraphQL development
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
AI-powered development tools for code review, research, design, and workflow automation.
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.