By repusw
RepuSw - A Claude Code plugin with skills, hooks, and agents for enhanced development workflows
Review code for best practices, potential bugs, security concerns, and improvements. Use when reviewing code, checking PRs, or analyzing code quality.
Greet the user and introduce the RepuSw plugin capabilities. Use when the user wants to know what this plugin can do.
Organization plugin marketplace for Claude Code. Includes internal tools and curated external plugins.
| Plugin | Description |
|---|---|
| repusw | Internal development workflow tools (code review, status checks, agents) |
| superpowers | Agentic skills framework - TDD, brainstorming, debugging, subagent development |
/plugin marketplace add RepuSw/RepuSw-plugin
# Install the internal RepuSw plugin
/plugin install repusw@rpsw-marketplace
# Install superpowers
/plugin install superpowers@rpsw-marketplace
Run /help to see installed skills, or try:
/repusw:repusw-hello
/repusw:repusw-code-review
/repusw:repusw-status
The repusw plugin bundles the following MCP servers, which are automatically registered on install:
| MCP Server | Description |
|---|---|
| context7 | Fetch up-to-date documentation for libraries, frameworks, and APIs |
| github | GitHub operations (issues, PRs, repos, code search) |
The github MCP server requires a GitHub Personal Access Token. Set it as an environment variable before launching Claude Code:
export GITHUB_PERSONAL_ACCESS_TOKEN=ghp_your_token_here
claude --plugin-dir ./
/reload-plugins
Edit .claude-plugin/marketplace.json and add entries to the plugins array:
{
"name": "plugin-name",
"source": {
"source": "github",
"repo": "owner/repo"
},
"description": "What the plugin does"
}
Supported sources: relative path ("."), GitHub (github), Git URL (url), Git subdirectory (git-subdir), npm (npm).
Modifies files
Hook triggers on file write and edit operations
Requires secrets
Needs API keys or credentials to function
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
npx claudepluginhub repusw/repusw-plugin --plugin repuswOfficial GitHub MCP server for repository management. Create issues, manage pull requests, review code, search repositories, and interact with GitHub's full API directly from Claude Code.
Harness-native ECC plugin for engineering teams - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review