mbaneshi/claude-code-mastery
Master implementation approach: Claude Code capabilities, GitHub features, and industry best practices — skills, hooks, MCP, plugins, agents, CI/CD, git flow, documentation, and more
Platform-specific configuration:
{
"mcpServers": {
"claude-code-mastery": {
"command": "npx",
"args": [
"-y",
"claude-code-mastery"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://github.com/mbaneshi/claude-code-mastery/actions/workflows/ci.yml) [](LICENSE) [](https://github.com/mbaneshi/claude-code-mastery/discussions)
> Master implementation approach combining Claude Code capabilities, GitHub platform features, and industry best practices into a comprehensive reference and working template repository.
This repository serves as both a reference guide and a living template for:
.
├── .claude/ # Claude Code configuration
│ ├── settings.json # Project-level Claude settings
│ ├── skills/ # Custom Claude Code skills
│ ├── agents/ # Custom subagents
│ └── rules/ # Context-aware rules
├── .github/ # GitHub configuration
│ ├── workflows/ # CI/CD pipelines
│ ├── ISSUE_TEMPLATE/ # Issue forms
│ ├── PULL_REQUEST_TEMPLATE.md
│ ├── CODEOWNERS
│ ├── dependabot.yml
│ └── release.yml
├── docs/ # Documentation
│ ├── claude-code/ # Claude Code capabilities guide
│ ├── github-features/ # GitHub platform features guide
│ ├── best-practices/ # Industry standards guide
│ ├── adr/ # Architecture Decision Records
│ └── index.md # Documentation home (GitHub Pages)
├── Loading reviews...