ProGit Plugins

Discover and install community plugins. Extend your terminal workflow with integrations, themes, and automation.

๐Ÿ”—

Integrations

Sync with external tools

๐Ÿ“Š

Analytics

Metrics and dashboards

๐Ÿ”ง

Utilities

Notifications and automation

๐Ÿค–

Automation

Workflow automation

๐ŸŽจ

Themes

Visual customisation

Featured Plugins

๐Ÿช

git-hooks

v1.0.0 ยท by ProGit Team

Commit hygiene enforcement: require issue refs, warn on short messages, auto-close issues via closing keywords. Zero dependencies.

githooksqualityautomation โœ“ Stable
๐Ÿ™

forgejo-notify

v1.0.0 ยท by ProGit Team

Post status changes and sync events as Forgejo/Gitea MR comments via the Forgejo REST API.

forgejogiteanotificationsmr โœ“ Stable
๐ŸฆŠ

gitlab-ci

v1.0.0 ยท by ProGit Team

GitLab CI/CD pipeline status โ€” display pipeline status and job details directly in the ProGit TUI.

gitlabci-cdpipelines
๐Ÿ’ฌ

slack-notify

v0.8.2 ยท by Community

Send issue and sprint notifications to Slack channels on status change or assignment.

slacknotifications
๐Ÿ“ˆ

velocity-charts

v1.2.0 ยท by ProGit Team

Advanced velocity tracking with burn-up and cumulative flow diagrams rendered in the TUI.

velocitychartsmetrics
๐ŸŒ™

dark-plus

v1.0.0 ยท by ThemeMaster

Enhanced dark theme with VS Code-inspired colour palette and custom accent colours.

themedarkui
๐ŸŽฏ

auto-assign

v0.5.1 ยท by DevOps Pro

Automatically assign issues to team members based on current workload and area of expertise.

automationassignment

Install Any Plugin

One command โ€” that's it.

$ prog plugin install <name>

Or browse in the TUI: press p for the plugin panel

Ship Your Plugin

Built something useful? ProGit plugins are LuaJIT scripts โ€” no build step, no toolchain, just Lua. Write it, submit it, and anyone can install it with a single command.

Step 01

Write a plugin

Use the Plugin SDK at sdk.progit.dev. Register hooks, commands, or custom TUI panels. No compilation required.

Step 02

Add a manifest

Create a .progit-plugin.json in your repo with name, version, description, entry point, and license.

Step 03

Open a PR

Submit a pull request to the progit-plugins registry. We review for security and quality โ€” no spam, no malware.

Step 04

Go live

Once merged, your plugin is immediately installable via prog plugin install and listed here.

Read the SDK Docs Plugin Registry โ†—