By remenoscodes
Replace Claude's internal task management with git-native-issue. Autonomous issue creation, tracking, and resolution stored as Git refs. Distributed, offline-first, travels with your code.
Close a git-native-issue with an optional message
Create a new git-native-issue in the current repository
Autonomous task management via git-native-issue. When Claude needs to track work, create issues, update progress, or close completed tasks, this skill provides the full protocol and CLI reference. Activates when task management context is detected.
List git-native-issues with optional filtering and shorthands
Initialize git-native-issue in the current repository and configure Claude integration
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.
Claude Code plugin that replaces internal task management with git-native-issue. Distributed, offline-first issue tracking stored as Git refs.
This plugin teaches Claude to autonomously manage issues using git issue commands:
It also provides slash commands for manual issue management.
brew install remenoscodes/git-native-issue/git-native-issue
# Add the marketplace
/plugin marketplace add remenoscodes/claude-plugin-marketplace
# Install the plugin
/plugin install claude-git-native-issue
After installing, run the setup skill in any git repository:
/claude-git-native-issue:setup
This will:
| Command | Description |
|---|---|
/claude-git-native-issue:setup | Initialize git-issue in repo and configure integration |
/claude-git-native-issue:create | Create a new issue |
/claude-git-native-issue:issues | List issues with filtering |
/claude-git-native-issue:show | Show issue details and comments |
/claude-git-native-issue:close | Close an issue |
/claude-git-native-issue:sync | Sync issues with remote or platform |
# Create an issue
/claude-git-native-issue:create "Fix auth bug" -l bug -p high
# List in-progress issues
/claude-git-native-issue:issues in-progress
# Show issue details
/claude-git-native-issue:show a7f3b2c
# Close with message
/claude-git-native-issue:close a7f3b2c -m "All tests passing"
# Sync with GitHub
/claude-git-native-issue:sync github:owner/repo
Three-layer activation (same pattern as claude-language-coach):
git issue and defining autonomous trigger rulesgit-issue-tracker) — full CLI reference, autonomous decision rules, status conventions, error handlingClaude creates, updates, and closes issues without being asked:
| Trigger | Action |
|---|---|
| User starts multi-step work | Create tracking issue |
| Plan approved | Create issue(s) per work stream |
| Bug discovered during work | Create bug issue |
| Starting work on an issue | Add in-progress label |
| Progress milestone | Add comment |
| Task completed | Close issue |
| Status | git-issue Representation |
|---|---|
| Pending | [open] (no in-progress label) |
| In Progress | [open] + in-progress label |
| Completed | [closed] |
| Blocked | [open] + blocked label |
git clone, no central server neededrefs/issues/, not in the working treegit log refs/issues/<uuid>git log, git for-each-ref, standard trailersGPL-2.0 — same as git-native-issue.
npx claudepluginhub remenoscodes/claude-plugin-marketplace --plugin claude-git-native-issueAmbient language coaching during coding sessions. Learn languages through your daily work with contextual grammar corrections, vocabulary suggestions, false friend alerts, and pronunciation guidance.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Memory compression system for Claude Code - persist context across sessions
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.