By COvayurt
GitLab Merge Request integration - list MRs, read comments, post feedback, resolve discussions
Universal plugins for AI coding agents — SonarQube and GitLab integrations.
| Agent | Skills | Hooks |
|---|---|---|
| Claude Code | ✅ | ✅ |
| Codex CLI | ✅ | - |
| Plugin | Description |
|---|---|
| sonarqube | Code quality, security hotspots, metrics, quality gates |
| gitlab-issues | List issues, manage comments, assign people, create MRs |
| gitlab-mr | List MRs, review comments, resolve discussions |
# Add marketplace (one-time)
/plugin marketplace add COVayurt/awesome-agent-toolkit
# Install plugins
/plugin install sonarqube@awesome-agent-toolkit
/plugin install gitlab-issues@awesome-agent-toolkit
/plugin install gitlab-mr@awesome-agent-toolkit
Add environment variables to ~/.claude/settings.json:
{
"env": {
"SONAR_HOST_URL": "https://sonarqube.example.com",
"SONAR_TOKEN": "sqa_xxxxxxxxxxxxx",
"SONAR_PROJECT_KEY": "my-project",
"GITLAB_HOST_URL": "https://gitlab.com",
"GITLAB_TOKEN": "glpat-xxxxxxxxxxxx",
"GITLAB_PROJECT_ID": "12345678"
}
}
fetch sonar issues from new code
check quality gate status
show security hotspots
explain rule java:S2140
fetch gitlab issues by v1.31.0 milestone
show issue 45 details
assign issue 45 to alice
list open merge requests
show MR 123 discussions
resolve discussion on MR 123
awesome-agent-toolkit/
├── core/
│ ├── sonarqube/scripts/ # fetch-issues, quality-gate, metrics
│ └── gitlab/scripts/ # list-issues, list-mrs, post-comment
├── adapters/
│ ├── claude/ # Skills, hooks for Claude Code
│ └── codex/ # Skills for Codex CLI
└── .claude-plugin/ # Marketplace metadata
MIT
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 covayurt/awesome-agent-toolkit --plugin gitlab-mrGitLab Issues integration - list issues, manage comments, update descriptions, assign milestones and people, create MRs
SonarQube integration - fetch issues, run analysis, check quality gate, view metrics
Senior architect code review - reads branch diff and posts inline comments on merge requests
MCP server configuration for GitLab integration providing issue management, merge request operations, code search, and project data access.
MCP server that saves 98% of your context window with session continuity. Sandboxed code execution in 11 languages, FTS5 knowledge base with BM25 ranking, and automatic state restore across compactions.
Complete AI coding workflow system. Self-correcting memory + persistent FTS5-indexed research wikis + auto-research loop + multi-LLM council on a single SQLite store. 33 skills, 8 agents, 22 commands, 37 hook scripts across 24 events. Cross-agent via SkillKit.
Open-source, local-first Claude Code plugin for token reduction, context compression, and cost optimization using hybrid RAG retrieval (BM25 + vector search), reranking, AST-aware chunking, and compact context packets.
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.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.