Backend engineering assistant with GitHub, Jira, and Context7 (Laravel) MCP integrations for enhanced development workflow
npx claudepluginhub railroadmedia/claude-code-plugin-marketplaceMusora's internal marketplace for distributing Claude Code plugins and MCP servers across engineering teams.
This marketplace provides a centralized way to discover, install, and manage Claude Code plugins that enhance development workflows with integrations for GitHub, Jira, Laravel, and more.
Add this marketplace to your Claude Code installation:
/plugin marketplace add /path/to/claude-code-plugin-marketplace
Or if hosted on GitHub:
/plugin marketplace add railroadmedia/claude-code-plugin-marketplace
Install the backend engineer assistant plugin:
/plugin install backend-engineer-assistant@musora-engineering
Or use the interactive menu:
/plugin
Then select "Browse Plugins" and choose from available plugins.
A comprehensive plugin for backend engineers working with Laravel, GitHub, and Jira.
Features:
Slash Commands:
/review-pr - Review GitHub pull requests with detailed feedback/create-jira-ticket - Create well-formatted Jira tickets/laravel-endpoint - Generate complete Laravel API endpoints/debug-laravel - Debug Laravel issues with context awareness/api-design - Design RESTful APIs following best practicesEach plugin includes a setup script to help configure environment variables:
cd plugins/backend-engineer-assistant
./setup.sh
The setup script will:
Before using the plugins, configure the required environment variables:
export BE_GITHUB_TOKEN="your_github_personal_access_token"
export BE_JIRA_URL="https://your-domain.atlassian.net"
export BE_JIRA_EMAIL="your-email@musora.com"
export BE_JIRA_API_TOKEN="your_jira_api_token"
export BE_LARAVEL_PROJECT_PATH="/path/to/your/laravel/project"
Check 1Password Engineering notes for team credentials.
Note: All variables use the BE_ prefix to avoid conflicts with other environment variables.
To automatically install this marketplace for your team, add to your project's .claude/settings.json:
{
"extraKnownMarketplaces": [
{
"source": "railroadmedia/claude-code-plugin-marketplace"
}
],
"plugins": [
"backend-engineer-assistant@musora-engineering"
]
}
Create a new directory under plugins/
Add .claude-plugin/plugin.json with metadata
Add optional components:
commands/ - Slash commands (markdown files).mcp.json - MCP server configurationsagents/ - Custom agentsskills/ - Agent capabilitieshooks/ - Event handlersRegister the plugin in .claude-plugin/marketplace.json
Example plugin structure:
plugins/your-plugin/
├── .claude-plugin/
│ └── plugin.json
├── commands/
│ └── your-command.md
└── .mcp.json
repo and read:org scopesBE_GITHUB_TOKEN environment variableBE_JIRA_URL, BE_JIRA_EMAIL, and BE_JIRA_API_TOKEN environment variablesFor issues or questions, contact the Musora Engineering team or create an issue at https://github.com/railroadmedia/claude-code-plugin-marketplace/issues
Providers (GitHub/GitLab/Jira/ClickUp/Slack/Fireflies/Confluence), MCP server, and 24 skills with token-aware output compression.
Requires secrets
Needs API keys or credentials to function
Share bugs, ideas, or general feedback.
Official Atlassian MCP server for Jira and Confluence integration with OAuth authentication. Provides ticket management, JQL search, and ensures work completeness. Zero configuration - OAuth handles authentication automatically.
Virtual development team: TDD, debugging, code review, backlog management, and proven workflow patterns
Meta-prompting and spec-driven development system for Claude Code. Productivity framework for structured AI-assisted development.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
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.