A collection of useful Claude Code plugins for enhanced development workflows.
dt-cc provides a set of plugins that extend Claude Code with powerful commands for git workflows and code quality improvements. These plugins streamline common development tasks with AI-powered automation.
Tools for interacting with git and GitHub.
Commands:
/dt-git:commit [all] - Generate AI-powered commit messages and create commits
/dt-git:commit - Commit currently staged changes/dt-git:commit all - Stage all changes, then commit/dt-git:create-pr - Create pull requests with AI-generated descriptions
Tools for improving code quality.
Commands:
/dt-code:document [file_path] - Add documentation to modified functions and classes
/dt-code:review [file_path] - Review code changes since origin/HEAD
To add the marketplace:
/plugin marketplace add daturkel/dt-cc
To add the plugins:
/plugin enable dt-git@dt-cc
/plugin enable dt-code@dt-cc
Once installed, use the commands via Claude Code's slash command interface:
/dt-git:commit all
/dt-git:create-pr
/dt-code:document src/main.py
/dt-code:review
{
"cleanupPeriodDays": 99999,
"includeCoAuthoredBy": false,
"alwaysThinkingEnabled": false
}
"statusLine": {
"type": "command",
"command": "npx -y ccstatusline@latest",
"padding": 0
},
Then in ~/.config/ccstatusline/settings.json:
{
"version": 3,
"lines": [
[
{
"id": "1",
"type": "model",
"color": "",
"rawValue": true
},
{
"id": "2",
"type": "separator"
},
{
"id": "3",
"type": "context-percentage",
"color": "",
"rawValue": false
},
{
"id": "4",
"type": "separator"
},
{
"id": "ea3f4940-abff-4a4e-98f7-ece47287bded",
"type": "session-cost",
"color": ""
},
{
"id": "2f9313cf-9ea5-40db-bada-67be91d0f384",
"type": "separator",
"color": "white",
"customText": " on "
},
{
"id": "5",
"type": "git-branch",
"color": "",
"rawValue": true,
"metadata": {
"hideNoGit": "true"
}
},
{
"id": "5a00d08a-08db-4e11-a120-361b8038e476",
"type": "separator"
},
{
"id": "4244adea-c4f6-46ad-8139-fccd49a22942",
"type": "git-worktree",
"color": "",
"rawValue": true,
"metadata": {
"hideNoGit": "true"
}
},
{
"id": "af1153ff-510a-42a7-b3d1-e6784fb8c525",
"type": "separator"
},
{
"id": "7",
"type": "git-changes",
"color": "",
"rawValue": false,
"metadata": {
"hideNoGit": "true"
}
}
],
[],
[]
],
"flexMode": "full-minus-40",
"compactThreshold": 60,
"colorLevel": 2,
"inheritSeparatorColors": false,
"globalBold": false,
"powerline": {
"enabled": false,
"separators": [
""
],
"separatorInvertBackground": [
false
],
"startCaps": [],
"endCaps": [],
"autoAlign": false
}
}
MIT License - see LICENSE for details.
Runs pre-commands
Contains inline bash commands via ! syntax
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 daturkel/dt-cc --plugin dt-codeTools for interacting with git and github.
Creates git commits using conventional commit format with appropriate emojis, following project standards and creating descriptive messages that explain the purpose of changes.
Perform a comprehensive code review of recent changes
Coding workflow skills: intelligent commits, push & PR, branch cleanup, CLAUDE.md maintenance, README generation, changelog creation, README updating, and GitHub Actions setup
Git and workspace operations for active development workflows - commit messages, PR prep, documentation updates, and version management
Streamline your git workflow with simple commands for committing, pushing, and creating pull requests
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.