Back to Discover

generous-corp-marketplace

prompt

danielraffel

Official Claude Code plugin marketplace for Generous Corp plugins

View on GitHub
11 starsMITSynced Aug 2, 2026

Install to Claude Code

/plugin marketplace add danielraffel/generous-corp-marketplace

README

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-dev plugin).

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-dev to get the same skill bundled automatically.

Links

License

MIT License

Rendered live from danielraffel/generous-corp-marketplace's GitHub README — not stored, always reflects the source repo.

6 Plugins

NameDescriptionCategorySource
worktree-managerEffortless git worktrees for parallel development with automatic environment setup./plugins/worktree-manager
chainerUniversal plugin orchestration for Claude Code./plugins/chainer
orchestrateTransform any task description into a structured agent team orchestration prompt./plugins/orchestrate
prompt-repeaterApply Google Research's prompt repetition technique to improve LLM performance on non-reasoning tasks./plugins/prompt-repeater
design-partnerAI-powered design thinking partner that helps explore ideas, generate visuals, and create prototypes through natural conversation./plugins/design-partner
juce-devCreate and manage JUCE audio plugin projects from the JUCE-Plugin-Starter template with optional Visage GPU UI integration./plugins/juce-dev

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.