By remihuguet
Always-on prompt interpretation: resolve ambiguity from context, decompose vague requests, minimize unnecessary questions
npx claudepluginhub remihuguet/rems-buddy --plugin prompt-optimizationRem's buddy — reusable Claude Code skills packaged as a plugin marketplace. Install once, use across all projects.
Add to your Claude Code plugins:
/plugins add /Users/remihuguet/workspaces/rems-buddy
Or add to .claude/settings.json:
{
"plugins": ["/Users/remihuguet/workspaces/rems-buddy"]
}
Strict red-green workflow: write a failing test reproducing the bug, implement minimal fix, run full suite, commit.
/bugfix users can log in with expired tokens
Commands: /commit, /commit-push
Always-on skill: conventional commit message formatting rules.
Always-on guidance for domain naming, intent-revealing identifiers, comment strategies, and minimal docstrings.
Three skills providing always-on guidance:
Six skills for Python backend architecture:
Always-on prompt interpretation: resolve ambiguity from context, decompose vague requests, minimize unnecessary questions.
plugin-name/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest (name, description, version, author)
├── commands/ # On-demand slash commands
│ └── my-command.md
├── skills/ # Always-on behavioral guidance
│ └── my-skill/
│ └── SKILL.md
└── README.md
.claude-plugin/plugin.json with name, description, version, and authorskills/<skill-name>/SKILL.mdcommands/<command-name>.md with YAML frontmatter.claude-plugin/marketplace.jsonmarketplace.json are relative to the plugin source (e.g., ./skills/my-skill)Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Creative skill for generating algorithmic and generative art. Produces visual designs using mathematical patterns, fractals, and procedural generation.
Frontend design skill for UI/UX implementation
Humanise text and remove AI writing patterns. Detects and fixes 24 AI tell-tales including inflated language, promotional tone, AI vocabulary, filler phrases, sycophantic tone, and formulaic structure.
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). Proactively activates in projects with cacheComponents: true, providing patterns for 'use cache' directive, cacheLife(), cacheTag(), cache invalidation, and parameter permutation rendering.