Generous Corp Marketplace
Official marketplace for Claude Code plugins and Agent Skills (SKILL.md) you can use with OpenAI Codex and Claude Code.
Contents
Plugins Available
- worktree-manager - Effortless git worktrees for parallel development with automatic environment setup
- chainer - Universal plugin orchestration for Claude Code
- orchestrate - Transform any task description into a structured agent team orchestration prompt
- prompt-repeater - Apply Google Research's prompt repetition technique to improve LLM performance on non-reasoning tasks
- design-partner - AI-powered design thinking partner that helps explore ideas, generate visuals, and create prototypes
- juce-dev - Create and develop JUCE audio plugins with guided project setup, Visage GPU UI integration, and Xcode workflows
Skills Available
Codex Skills
- claude - Route a task to Anthropic Claude from Codex, including tracked long-running sidecar asks and repo-grounded second opinions.
- juce-visage - Guide for integrating the Visage GPU-accelerated UI framework with JUCE audio plugins on macOS and iOS/iPadOS.
Claude Code Skills
- juce-visage - Claude Code version of the JUCE+Visage integration skill (also bundled with the
juce-devplugin).
Installation
Claude Code: Add the Marketplace + Install Plugins
In Claude Code, run:
/plugin marketplace add danielraffel/generous-corp-marketplace
Then install plugins:
Worktree Manager:
/plugin install worktree-manager@generous-corp-marketplace
Chainer:
/plugin install chainer@generous-corp-marketplace
Prompt Repeater:
/plugin install prompt-repeater@generous-corp-marketplace
Orchestrate:
/plugin install orchestrate@generous-corp-marketplace
Design Partner:
/plugin install design-partner@generous-corp-marketplace
JUCE Dev:
/plugin install juce-dev@generous-corp-marketplace
Then restart Claude Code.
OpenAI Codex: Install Skills
Codex scans for skills in repo or user locations under .agents/skills. Recommended options:
- Per-repo (share with a team): /.agents/skills//
- User-wide: ~/.agents/skills//
Example: install this repo's Codex skills user-wide via symlink:
git clone https://github.com/danielraffel/generous-corp-marketplace
cd generous-corp-marketplace
mkdir -p ~/.agents/skills
ln -s "$(pwd)/skills/codex/claude" ~/.agents/skills/claude
ln -s "$(pwd)/skills/codex/juce-visage" ~/.agents/skills/juce-visage
Usage in Codex:
- Run
/skills(or type$claude/$juce-visage) to select or invoke a skill.
Claude Code: Install Skills
Claude Code loads skills from:
- Personal: ~/.claude/skills//SKILL.md
- Project: .claude/skills//SKILL.md
Example: symlink the Claude Code juce-visage skill into your personal Claude skills folder:
git clone https://github.com/danielraffel/generous-corp-marketplace
cd generous-corp-marketplace
mkdir -p ~/.claude/skills
ln -s "$(pwd)/skills/claude/juce-visage" ~/.claude/skills/juce-visage
Usage in Claude Code:
- Use it when working on JUCE+Visage integration, or install
juce-devto get the same skill bundled automatically.
Links
- Worktree Manager Homepage
- Chainer Homepage
- Orchestrate Homepage
- Prompt Repeater Homepage
- Design Partner Homepage
- JUCE Dev Homepage
- Generous Corp
License
MIT License