Dipcode developer toolkit — a plugin for Claude Code and Cursor that provides skills for git commit conventions, GitLab MR review, RT ticket triage, and dependency validation.
| Skill | Description |
|---|---|
| git-create-commit | Create git commits using Conventional Commits format with branch protection |
| gitlab-mr-comments | Fetch and display comments from GitLab merge requests |
| rt-triage | Triage RT queue tickets against a codebase to identify code-related issues |
| validate-dependency | Evaluate third-party packages for trustworthiness and license compliance |
No additional setup required — uses the standard git CLI available in any repository.
Requires two CLI tools:
-
python-gitlab — GitLab CLI (
gitlabcommand):pip install python-gitlab
Configure authentication via
~/.python-gitlab.cfgor environment variables. See the python-gitlab docs for details. -
jq — JSON processor:
# macOS brew install jq # Debian/Ubuntu apt install jq
Requires the RT MCP server to be configured in your environment.
No additional setup required — uses web search to query package registries (PyPI, npm, crates.io, etc.), CVE databases, and source repositories.