By danielraffel
Boost LLM performance on non-reasoning tasks like multiple-choice questions, list navigation, and fact retrieval by repeating prompts using Google Research's technique. Use commands to repeat your last message 1-3 times with framing for optimized responses, or trigger custom Python scripts on every prompt submission for automation.
npx claudepluginhub danielraffel/generous-corp-marketplace --plugin prompt-repeaterApply triple prompt repetition for maximum accuracy on list navigation and pattern matching tasks
Apply simple prompt repetition to the user's last message to improve performance on non-reasoning tasks
Apply verbose prompt repetition with framing to the user's last message
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimAI-powered design thinking partner that helps explore ideas, generate visuals, and create prototypes through natural conversation
Production-ready Claude Code configuration with role-based workflows (PM→Lead→Designer→Dev→QA), safety hooks, 44 commands, 19 skills, 8 agents, 43 rules, 30 hook scripts across 19 events, auto-learning pipeline, hook profiles, and multi-language coding standards
Jujutsu (jj) version control workflows — replaces git commit/push/PR commands in JJ repos. Detects .jj/ directory and handles describe, push, bookmark, PR creation, conflict resolution, and undo.
A comprehensive collection of custom skills for Claude Code covering engineering, product management, design, content, trading, database, QA, and educational domains
Expert Prompt Engineer with Context Engineering, Meta-Prompting, Chain-of-Thought, Few-Shot, Agent Design, 50+ Template Library, and A/B Testing
Self-evolving Claude Code system that learns from corrections, manages context, and improves every session
Official marketplace for Claude Code plugins and Agent Skills (SKILL.md) you can use with OpenAI Codex and Claude Code.
juce-dev plugin).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.
Codex scans for skills in repo or user locations under .agents/skills. Recommended options:
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:
/skills (or type $claude / $juce-visage) to select or invoke a skill.Claude Code loads skills from:
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:
juce-dev to get the same skill bundled automatically.MIT License