
Negent
- 1 repo stars
- Updated April 25, 2026
- manmartgarc/negent
Sync AI assistant dotfiles across machines via git
About
negent is a Claude Code skill in the AI & Agent Building category. Sync AI assistant dotfiles across machines via git
- negent
- AI & Agent Building
- AI-coding skill
Negent by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add manmartgarc/negent/plugin install negent@negentAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1 |
|---|---|
| Last updated | April 25, 2026 |
| Repository | manmartgarc/negent ↗ |
What it does
Sync AI assistant dotfiles across machines via git
README.md
negent Plugin
A shared plugin package for GitHub Copilot CLI and Claude Code that provides slash commands and auto-sync hooks for negent.
Installation
GitHub Copilot CLI
See GitHub's plugin installation docs for marketplace and direct repository install options.
From inside Copilot:
/plugin marketplace add manmartgarc/negent
/plugin install negent@negent
From your shell:
copilot plugin marketplace add manmartgarc/negent
copilot plugin install negent@negent
Or install directly from GitHub without adding the marketplace:
copilot plugin install manmartgarc/negent:plugin
Claude Code
From inside Claude Code:
/plugin marketplace add manmartgarc/negent
/plugin install negent@negent
From your shell:
claude plugin marketplace add manmartgarc/negent
claude plugin install negent@negent
The plugin auto-installs the negent binary from GitHub Releases on first run if it is not already available on your PATH.
Commands
| Command | Description |
|---|---|
/negent:push |
Push local configs to remote |
/negent:pull |
Pull remote configs to this machine |
/negent:status |
Show sync status |
/negent:diff |
Preview sync differences |
/negent:conflicts |
List and resolve conflicts |
Hooks
The plugin automatically syncs on:
- Session start: pushes local changes then pulls remote changes
- Session stop: pushes final state
Development
GitHub Copilot CLI
Load the plugin from the working tree:
copilot --plugin-dir ./plugin
If you test via install instead, reinstall after each change because Copilot caches plugin contents:
copilot plugin install ./plugin
Claude Code
Load the plugin locally for testing:
claude --plugin-dir ./plugin
Reload after changes:
/reload-plugins