npx claudepluginhub gosu-code/claude-pluginA plugin to integrate Codex CLI as a companion AI Agent to Claude Code via MCP server
Core plugin for Gosu MCP server installation and management
A plugin for enhance voice coding session with Claude Code
Gosu Claude Code Plugins & Marketplace - A collection of plugins that extend Claude Code with specialized agents, skills, commands, and hooks for enhanced coding workflows.
Run this slash command in Claude Code to add the gosu-code marketplace:
/plugin marketplace add gosu-code/claude-plugin
Install the gosu-mcp-core plugin:
/plugin install gosu-mcp-core@gosu-code
Optional plugins:
/plugin install codex-mcp@gosu-code
/plugin install voice-coding@gosu-code
After installing gosu-mcp-core, restart Claude Code, then run:
/gosu-mcp-core:install-gosu-model-context-protocol
Prerequisites for MCP server installation:
gh) installed and authenticated (gh auth login)Core plugin providing essential development workflow tools and integrations with the Gosu MCP server.
Components:
Integrates Codex CLI as a companion AI agent via MCP, enabling delegation of complex workflows and MCP tool invocations.
Components:
Prerequisites:
codex CLI installed (npm install -g @openai/codex)codex login)Enhances voice coding sessions with intelligent prompt processing for natural speech-to-code workflows.
Components:
Use script as CLI manual tool
You can use the task_list_md.py script manually to manage tasks in markdown files by create a symbolic link to the script as follows:
sudo ln -s ~/.claude/plugins/marketplaces/gosu-code/plugins/gosu-mcp-core/skills/task-list-md/scripts/task_list_md.py /usr/local/bin/task_list_md.py
Now you can invoke the script from anywhere with task_list_md.py command. For example, To track your development tasks with hierarchical markdown checklists:
# List all tasks
task_list_md.py list-tasks tasks.md
# Add a new task
task_list_md.py add-task tasks.md 1.1 "Implement user authentication"
# Update task status
task_list_md.py set-status tasks.md 1.1 in-progress
# Get next actionable task
task_list_md.py get-next-task tasks.md
Use skill within Claude Code
You can also use the task-list-md skill within Claude Code to manage your tasks directly from the chat interface.For example:
Use skill to:
- add a new task "Implement user authentication" in tasks.md which depends on task 1.1
- add a new subtask "Design login page" under task 3 in tasks.md
- list all tasks in tasks.md
Ask Claude Code to review your code and the gosu-code-reviewer agent will automatically analyze it:
Review my TypeScript service class in src/services/user.service.ts for best practices
Ask Claude Code to Fetch and analyse bot-generated review comments using the github-pr-utils skill:
Use skill to fetch and analyze GitHub PR #42 comments for bot-generated feedback.
Then for each comment that you disagree with, reply with a polite explanation and resolve the comment.
Ask Claude Code to quickly create an isolated worktree environment for a new feature branch:
Use skill to create git worktree for branch feature/new-api and open it in a new Code editor window
If the marketplace add command fails:
Common issues and solutions:
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations