By repusw
RepuSw - A Claude Code plugin with skills, hooks, and agents for enhanced development workflows
npx claudepluginhub repusw/repusw-plugin --plugin repuswReview 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).
Official 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.
Modifies files
Hook triggers on file write and edit operations
Requires secrets
Needs API keys or credentials to function
Share bugs, ideas, or general feedback.
Comprehensive toolkit with 8 expert skills for Claude Code plugin development covering hooks, MCP integration, commands, and agents with best practices.
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.
Complete developer toolkit for Claude Code
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Meta-prompting and spec-driven development system for Claude Code. Productivity framework for structured AI-assisted development.
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.