Skip to content

Commit 6bacfe5

Browse files
committed
docs: add CLAUDE.md for Claude Code context
Standardized project context file following workspace protocol. Inherits conventions from ~/CLAUDE.md.
1 parent 34e657b commit 6bacfe5

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# claude-git-native-issue
2+
3+
Claude Code plugin that replaces internal task management with git-native-issue. Autonomous issue creation, tracking, and resolution stored as Git refs.
4+
5+
Inherits workspace conventions from `~/CLAUDE.md`.
6+
7+
## Status
8+
- **Version**: 1.0.1
9+
- **State**: active
10+
- **Deploy**: Claude Code plugin via `remenoscodes/claude-plugin-marketplace`
11+
12+
## Stack
13+
Claude Code plugin system: shell hooks (Bash), Markdown skills.
14+
Requires: `git-native-issue` CLI installed (`brew install remenoscodes/git-native-issue/git-native-issue`).
15+
16+
## Key Commands
17+
```bash
18+
/claude-git-native-issue:setup # Initialize git-issue in repo and configure integration
19+
/claude-git-native-issue:create # Create a new issue
20+
/claude-git-native-issue:issues # List issues with filtering
21+
/claude-git-native-issue:show <id> # Show issue details and comments
22+
/claude-git-native-issue:close <id> # Close an issue
23+
/claude-git-native-issue:sync # Sync issues with remote or platform
24+
```
25+
26+
## Architecture
27+
- `hooks/` — UserPromptSubmit hook injecting context on every prompt (autonomous trigger rules)
28+
- `skills/` — Ambient skill (`git-issue-tracker`, full CLI reference) + 6 user-invocable slash commands
29+
- Three-layer activation: hook (every prompt) + ambient skill (decision rules) + slash commands (manual)
30+
- Autonomous behavior: auto-create on multi-step work, auto-update with progress, auto-close on completion
31+
- Flat plugin structure required: `.claude-plugin/`, `hooks/`, `skills/` at repo root (not nested)
32+
33+
## Related Projects
34+
- `~/source/remenoscodes.git-native-issue` — The CLI tool this plugin wraps
35+
- `~/source/remenoscodes.claude-plugin-marketplace` — Central marketplace distributing this plugin

0 commit comments

Comments
 (0)