Backend engineering assistant with GitHub, Jira, and Context7 (Laravel) MCP integrations for enhanced development workflow
Musora'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
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.
npx claudepluginhub railroadmedia/claude-code-plugin-marketplaceOfficial 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.
Autonomous GitHub Project Management workflow with orchestrator-agent coordination for parallel task execution via git worktrees
Virtual development team: TDD, debugging, code review, backlog management, and proven workflow patterns
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
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.