By remihuguet
Python testing conventions, philosophy, and organization with pytest
npx claudepluginhub remihuguet/rems-buddy --plugin python-testingPytest-specific conventions: function-style tests, fixtures, parametrize, and exception testing
Three-tier testing strategy: unit (fakes), integration (real deps), e2e (critical paths)
Behavior-driven testing philosophy: diamond approach, fakes over mocks, dependency injection
Rem'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)Battle-tested Claude Code plugin for engineering teams — 48 agents, 184 skills, 79 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use
Automates browser interactions for web testing, form filling, screenshots, and data extraction
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications