nexus-dev-toolkit 3.0.0__tar.gz → 3.0.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {nexus_dev_toolkit-3.0.0/nexus_dev_toolkit.egg-info → nexus_dev_toolkit-3.0.1}/PKG-INFO +65 -41
- {nexus_dev_toolkit-3.0.0 → nexus_dev_toolkit-3.0.1}/README.md +64 -40
- {nexus_dev_toolkit-3.0.0 → nexus_dev_toolkit-3.0.1}/nexus_cli.py +27 -2
- {nexus_dev_toolkit-3.0.0 → nexus_dev_toolkit-3.0.1/nexus_dev_toolkit.egg-info}/PKG-INFO +65 -41
- {nexus_dev_toolkit-3.0.0 → nexus_dev_toolkit-3.0.1}/pyproject.toml +1 -1
- {nexus_dev_toolkit-3.0.0 → nexus_dev_toolkit-3.0.1}/LICENSE +0 -0
- {nexus_dev_toolkit-3.0.0 → nexus_dev_toolkit-3.0.1}/nexus_dev_toolkit.egg-info/SOURCES.txt +0 -0
- {nexus_dev_toolkit-3.0.0 → nexus_dev_toolkit-3.0.1}/nexus_dev_toolkit.egg-info/dependency_links.txt +0 -0
- {nexus_dev_toolkit-3.0.0 → nexus_dev_toolkit-3.0.1}/nexus_dev_toolkit.egg-info/entry_points.txt +0 -0
- {nexus_dev_toolkit-3.0.0 → nexus_dev_toolkit-3.0.1}/nexus_dev_toolkit.egg-info/requires.txt +0 -0
- {nexus_dev_toolkit-3.0.0 → nexus_dev_toolkit-3.0.1}/nexus_dev_toolkit.egg-info/top_level.txt +0 -0
- {nexus_dev_toolkit-3.0.0 → nexus_dev_toolkit-3.0.1}/nexus_server.py +0 -0
- {nexus_dev_toolkit-3.0.0 → nexus_dev_toolkit-3.0.1}/setup.cfg +0 -0
- {nexus_dev_toolkit-3.0.0 → nexus_dev_toolkit-3.0.1}/tools/__init__.py +0 -0
- {nexus_dev_toolkit-3.0.0 → nexus_dev_toolkit-3.0.1}/tools/epav/__init__.py +0 -0
- {nexus_dev_toolkit-3.0.0 → nexus_dev_toolkit-3.0.1}/tools/epav/arch_ingest.py +0 -0
- {nexus_dev_toolkit-3.0.0 → nexus_dev_toolkit-3.0.1}/tools/epav/package_resolver.py +0 -0
- {nexus_dev_toolkit-3.0.0 → nexus_dev_toolkit-3.0.1}/tools/epav/project_rules.py +0 -0
- {nexus_dev_toolkit-3.0.0 → nexus_dev_toolkit-3.0.1}/tools/epav/skills/__init__.py +0 -0
- {nexus_dev_toolkit-3.0.0 → nexus_dev_toolkit-3.0.1}/tools/epav/skills/apply.md +0 -0
- {nexus_dev_toolkit-3.0.0 → nexus_dev_toolkit-3.0.1}/tools/epav/skills/epav.md +0 -0
- {nexus_dev_toolkit-3.0.0 → nexus_dev_toolkit-3.0.1}/tools/epav/skills/evaluate.md +0 -0
- {nexus_dev_toolkit-3.0.0 → nexus_dev_toolkit-3.0.1}/tools/epav/skills/plan.md +0 -0
- {nexus_dev_toolkit-3.0.0 → nexus_dev_toolkit-3.0.1}/tools/epav/skills/scaffold.md +0 -0
- {nexus_dev_toolkit-3.0.0 → nexus_dev_toolkit-3.0.1}/tools/epav/skills/validate.md +0 -0
- {nexus_dev_toolkit-3.0.0 → nexus_dev_toolkit-3.0.1}/tools/epav/task_loader.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nexus-dev-toolkit
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.1
|
|
4
4
|
Summary: LLM-agnostic developer workflow toolkit — Day 0 scaffold + Day 1 EPAV
|
|
5
5
|
Author-email: Ronald dela Cruz <rcdelacruz@users.noreply.github.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -24,7 +24,7 @@ Dynamic: license-file
|
|
|
24
24
|
[](https://pypi.org/project/nexus-dev-toolkit/)
|
|
25
25
|
[](LICENSE)
|
|
26
26
|
|
|
27
|
-
Developer workflow toolkit for
|
|
27
|
+
Developer workflow toolkit for Claude Code. Gives any team a structured Day 0 scaffold and repeatable Day 1 feature cycle via the EPAV methodology.
|
|
28
28
|
|
|
29
29
|
---
|
|
30
30
|
|
|
@@ -32,7 +32,7 @@ Developer workflow toolkit for AI-assisted development. Gives any team a structu
|
|
|
32
32
|
|
|
33
33
|
Ad-hoc AI prompting doesn't scale. Every dev prompts differently, context drifts, and nobody knows what the AI was told last sprint.
|
|
34
34
|
|
|
35
|
-
|
|
35
|
+
nexus-dev-toolkit gives your team a single workflow:
|
|
36
36
|
|
|
37
37
|
- **Day 0** — scaffold the project once, production-grade, zero credentials needed
|
|
38
38
|
- **Day 1** — every feature follows the same four steps: evaluate → plan → apply → validate
|
|
@@ -41,67 +41,78 @@ Every skill, every rule, every pattern lives in the project repo — versioned,
|
|
|
41
41
|
|
|
42
42
|
---
|
|
43
43
|
|
|
44
|
-
##
|
|
44
|
+
## Setup
|
|
45
45
|
|
|
46
|
-
###
|
|
46
|
+
### 1. Install prerequisites
|
|
47
47
|
|
|
48
|
-
|
|
49
|
-
|
|
48
|
+
**uv** (recommended package manager):
|
|
49
|
+
```bash
|
|
50
|
+
curl -LsSf https://astral.sh/uv/install.sh | sh
|
|
50
51
|
```
|
|
51
52
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
53
|
+
**Claude Code:**
|
|
54
|
+
```bash
|
|
55
|
+
npm install -g @anthropic-ai/claude-code
|
|
56
|
+
claude login
|
|
56
57
|
```
|
|
57
58
|
|
|
58
|
-
|
|
59
|
+
**graphify** _(strongly recommended)_ — builds a queryable knowledge graph of your codebase. EPAV skills query this graph to understand blast radius and cross-file dependencies before touching any code.
|
|
59
60
|
|
|
60
|
-
|
|
61
|
+
| | With graphify | Without graphify |
|
|
62
|
+
|---|---|---|
|
|
63
|
+
| Context loading | Scoped subgraph — fast, low token cost | Full file reads — slow, high token cost |
|
|
64
|
+
| Blast radius | Accurate, graph-backed | Best-effort, grep-based |
|
|
65
|
+
| Auto-update | PostToolUse hook keeps graph current | N/A |
|
|
66
|
+
| EPAV skills | Full capability | Degraded but functional |
|
|
61
67
|
|
|
68
|
+
```bash
|
|
69
|
+
uv tool install graphifyy # PyPI package name has double y; command is "graphify"
|
|
70
|
+
graphify install # registers /graphify skill into Claude Code
|
|
62
71
|
```
|
|
63
|
-
/evaluate → /plan → /apply → /validate
|
|
64
|
-
```
|
|
65
|
-
|
|
66
|
-
Each step is a built-in skill in `.claude/commands/`. Every task starts with a row from the dev tasks CSV. Every task ends with acceptance criteria verified.
|
|
67
|
-
|
|
68
|
-
---
|
|
69
72
|
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
**Requirements:** Python 3.10+, `uv` (recommended) or `pip`
|
|
73
|
+
### 2. Install nexus-dev-toolkit
|
|
73
74
|
|
|
74
75
|
```bash
|
|
75
|
-
# Recommended
|
|
76
76
|
uv tool install nexus-dev-toolkit
|
|
77
|
-
|
|
78
|
-
# Or via pip
|
|
79
|
-
pip install nexus-dev-toolkit
|
|
80
77
|
```
|
|
81
78
|
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
## Quick Start
|
|
79
|
+
### 3. Initialize your project
|
|
85
80
|
|
|
86
81
|
```bash
|
|
87
82
|
cd my-project
|
|
88
83
|
nexus init .
|
|
89
84
|
```
|
|
90
85
|
|
|
91
|
-
|
|
86
|
+
### 4. Build the knowledge graph
|
|
87
|
+
|
|
88
|
+
Open the project in Claude Code and run:
|
|
89
|
+
```
|
|
90
|
+
/graphify .
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
This generates `graphify-out/graph.json` — required by all EPAV skills.
|
|
94
|
+
|
|
95
|
+
### 5. Start Day 0
|
|
96
|
+
|
|
97
|
+
```
|
|
98
|
+
/scaffold
|
|
99
|
+
```
|
|
92
100
|
|
|
93
101
|
---
|
|
94
102
|
|
|
95
|
-
##
|
|
103
|
+
## The Workflow
|
|
104
|
+
|
|
105
|
+
### Day 0 — `/scaffold` (once per project)
|
|
106
|
+
|
|
107
|
+
EVALUATE → PLAN → APPLY → VALIDATE. Produces a production-grade project from your architecture document and Figma design: correct stack, mock auth, mock data, design system, AGENTS.md — zero external dependencies. Runs `npm install && npm run dev` (or equivalent) from commit one.
|
|
108
|
+
|
|
109
|
+
### Day 1 — EPAV (every feature, every sprint)
|
|
96
110
|
|
|
97
|
-
```bash
|
|
98
|
-
nexus init . # set up .claude/commands/ + knowledge/ + .mcp.json
|
|
99
|
-
nexus skill add code-review # create a custom skill in .claude/commands/
|
|
100
|
-
nexus skill list # list all skills
|
|
101
|
-
nexus rule add api-standards # create a rule in knowledge/rules/
|
|
102
|
-
nexus rule list # list all rules
|
|
103
|
-
nexus update # update to latest version
|
|
104
111
|
```
|
|
112
|
+
/evaluate → /plan → /apply → /validate
|
|
113
|
+
```
|
|
114
|
+
|
|
115
|
+
Each step is a built-in skill in `.claude/commands/`. Every task starts from the dev tasks CSV. Every task ends with acceptance criteria verified.
|
|
105
116
|
|
|
106
117
|
---
|
|
107
118
|
|
|
@@ -116,7 +127,7 @@ nexus update # update to latest version
|
|
|
116
127
|
│ ├── apply.md ← /apply — implement the plan
|
|
117
128
|
│ ├── validate.md ← /validate — verify acceptance criteria
|
|
118
129
|
│ └── epav.md ← /epav — full cycle guide
|
|
119
|
-
└── settings.json ← PostToolUse
|
|
130
|
+
└── settings.json ← PostToolUse: graphify auto-updates after every file edit
|
|
120
131
|
knowledge/
|
|
121
132
|
├── rules/ ← coding standards, arch decisions
|
|
122
133
|
├── patterns/ ← reusable implementation patterns
|
|
@@ -127,8 +138,23 @@ knowledge/
|
|
|
127
138
|
|
|
128
139
|
---
|
|
129
140
|
|
|
141
|
+
## Commands
|
|
142
|
+
|
|
143
|
+
```bash
|
|
144
|
+
nexus init . # set up .claude/commands/ + knowledge/ + .mcp.json
|
|
145
|
+
nexus skill add code-review # create a custom skill in .claude/commands/
|
|
146
|
+
nexus skill list # list all skills
|
|
147
|
+
nexus rule add api-standards # create a rule in knowledge/rules/
|
|
148
|
+
nexus rule list # list all rules
|
|
149
|
+
nexus update # update to latest version
|
|
150
|
+
```
|
|
151
|
+
|
|
152
|
+
---
|
|
153
|
+
|
|
130
154
|
## MCP Server
|
|
131
155
|
|
|
156
|
+
`nexus init` writes `.mcp.json` automatically. For Claude Desktop, add manually:
|
|
157
|
+
|
|
132
158
|
```json
|
|
133
159
|
{
|
|
134
160
|
"mcpServers": {
|
|
@@ -140,8 +166,6 @@ knowledge/
|
|
|
140
166
|
}
|
|
141
167
|
```
|
|
142
168
|
|
|
143
|
-
`nexus init` writes `.mcp.json` automatically.
|
|
144
|
-
|
|
145
169
|
### MCP Tools
|
|
146
170
|
|
|
147
171
|
| Tool | Purpose |
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
[](https://pypi.org/project/nexus-dev-toolkit/)
|
|
5
5
|
[](LICENSE)
|
|
6
6
|
|
|
7
|
-
Developer workflow toolkit for
|
|
7
|
+
Developer workflow toolkit for Claude Code. Gives any team a structured Day 0 scaffold and repeatable Day 1 feature cycle via the EPAV methodology.
|
|
8
8
|
|
|
9
9
|
---
|
|
10
10
|
|
|
@@ -12,7 +12,7 @@ Developer workflow toolkit for AI-assisted development. Gives any team a structu
|
|
|
12
12
|
|
|
13
13
|
Ad-hoc AI prompting doesn't scale. Every dev prompts differently, context drifts, and nobody knows what the AI was told last sprint.
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
nexus-dev-toolkit gives your team a single workflow:
|
|
16
16
|
|
|
17
17
|
- **Day 0** — scaffold the project once, production-grade, zero credentials needed
|
|
18
18
|
- **Day 1** — every feature follows the same four steps: evaluate → plan → apply → validate
|
|
@@ -21,67 +21,78 @@ Every skill, every rule, every pattern lives in the project repo — versioned,
|
|
|
21
21
|
|
|
22
22
|
---
|
|
23
23
|
|
|
24
|
-
##
|
|
24
|
+
## Setup
|
|
25
25
|
|
|
26
|
-
###
|
|
26
|
+
### 1. Install prerequisites
|
|
27
27
|
|
|
28
|
-
|
|
29
|
-
|
|
28
|
+
**uv** (recommended package manager):
|
|
29
|
+
```bash
|
|
30
|
+
curl -LsSf https://astral.sh/uv/install.sh | sh
|
|
30
31
|
```
|
|
31
32
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
33
|
+
**Claude Code:**
|
|
34
|
+
```bash
|
|
35
|
+
npm install -g @anthropic-ai/claude-code
|
|
36
|
+
claude login
|
|
36
37
|
```
|
|
37
38
|
|
|
38
|
-
|
|
39
|
+
**graphify** _(strongly recommended)_ — builds a queryable knowledge graph of your codebase. EPAV skills query this graph to understand blast radius and cross-file dependencies before touching any code.
|
|
39
40
|
|
|
40
|
-
|
|
41
|
+
| | With graphify | Without graphify |
|
|
42
|
+
|---|---|---|
|
|
43
|
+
| Context loading | Scoped subgraph — fast, low token cost | Full file reads — slow, high token cost |
|
|
44
|
+
| Blast radius | Accurate, graph-backed | Best-effort, grep-based |
|
|
45
|
+
| Auto-update | PostToolUse hook keeps graph current | N/A |
|
|
46
|
+
| EPAV skills | Full capability | Degraded but functional |
|
|
41
47
|
|
|
48
|
+
```bash
|
|
49
|
+
uv tool install graphifyy # PyPI package name has double y; command is "graphify"
|
|
50
|
+
graphify install # registers /graphify skill into Claude Code
|
|
42
51
|
```
|
|
43
|
-
/evaluate → /plan → /apply → /validate
|
|
44
|
-
```
|
|
45
|
-
|
|
46
|
-
Each step is a built-in skill in `.claude/commands/`. Every task starts with a row from the dev tasks CSV. Every task ends with acceptance criteria verified.
|
|
47
|
-
|
|
48
|
-
---
|
|
49
52
|
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
**Requirements:** Python 3.10+, `uv` (recommended) or `pip`
|
|
53
|
+
### 2. Install nexus-dev-toolkit
|
|
53
54
|
|
|
54
55
|
```bash
|
|
55
|
-
# Recommended
|
|
56
56
|
uv tool install nexus-dev-toolkit
|
|
57
|
-
|
|
58
|
-
# Or via pip
|
|
59
|
-
pip install nexus-dev-toolkit
|
|
60
57
|
```
|
|
61
58
|
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
## Quick Start
|
|
59
|
+
### 3. Initialize your project
|
|
65
60
|
|
|
66
61
|
```bash
|
|
67
62
|
cd my-project
|
|
68
63
|
nexus init .
|
|
69
64
|
```
|
|
70
65
|
|
|
71
|
-
|
|
66
|
+
### 4. Build the knowledge graph
|
|
67
|
+
|
|
68
|
+
Open the project in Claude Code and run:
|
|
69
|
+
```
|
|
70
|
+
/graphify .
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
This generates `graphify-out/graph.json` — required by all EPAV skills.
|
|
74
|
+
|
|
75
|
+
### 5. Start Day 0
|
|
76
|
+
|
|
77
|
+
```
|
|
78
|
+
/scaffold
|
|
79
|
+
```
|
|
72
80
|
|
|
73
81
|
---
|
|
74
82
|
|
|
75
|
-
##
|
|
83
|
+
## The Workflow
|
|
84
|
+
|
|
85
|
+
### Day 0 — `/scaffold` (once per project)
|
|
86
|
+
|
|
87
|
+
EVALUATE → PLAN → APPLY → VALIDATE. Produces a production-grade project from your architecture document and Figma design: correct stack, mock auth, mock data, design system, AGENTS.md — zero external dependencies. Runs `npm install && npm run dev` (or equivalent) from commit one.
|
|
88
|
+
|
|
89
|
+
### Day 1 — EPAV (every feature, every sprint)
|
|
76
90
|
|
|
77
|
-
```bash
|
|
78
|
-
nexus init . # set up .claude/commands/ + knowledge/ + .mcp.json
|
|
79
|
-
nexus skill add code-review # create a custom skill in .claude/commands/
|
|
80
|
-
nexus skill list # list all skills
|
|
81
|
-
nexus rule add api-standards # create a rule in knowledge/rules/
|
|
82
|
-
nexus rule list # list all rules
|
|
83
|
-
nexus update # update to latest version
|
|
84
91
|
```
|
|
92
|
+
/evaluate → /plan → /apply → /validate
|
|
93
|
+
```
|
|
94
|
+
|
|
95
|
+
Each step is a built-in skill in `.claude/commands/`. Every task starts from the dev tasks CSV. Every task ends with acceptance criteria verified.
|
|
85
96
|
|
|
86
97
|
---
|
|
87
98
|
|
|
@@ -96,7 +107,7 @@ nexus update # update to latest version
|
|
|
96
107
|
│ ├── apply.md ← /apply — implement the plan
|
|
97
108
|
│ ├── validate.md ← /validate — verify acceptance criteria
|
|
98
109
|
│ └── epav.md ← /epav — full cycle guide
|
|
99
|
-
└── settings.json ← PostToolUse
|
|
110
|
+
└── settings.json ← PostToolUse: graphify auto-updates after every file edit
|
|
100
111
|
knowledge/
|
|
101
112
|
├── rules/ ← coding standards, arch decisions
|
|
102
113
|
├── patterns/ ← reusable implementation patterns
|
|
@@ -107,8 +118,23 @@ knowledge/
|
|
|
107
118
|
|
|
108
119
|
---
|
|
109
120
|
|
|
121
|
+
## Commands
|
|
122
|
+
|
|
123
|
+
```bash
|
|
124
|
+
nexus init . # set up .claude/commands/ + knowledge/ + .mcp.json
|
|
125
|
+
nexus skill add code-review # create a custom skill in .claude/commands/
|
|
126
|
+
nexus skill list # list all skills
|
|
127
|
+
nexus rule add api-standards # create a rule in knowledge/rules/
|
|
128
|
+
nexus rule list # list all rules
|
|
129
|
+
nexus update # update to latest version
|
|
130
|
+
```
|
|
131
|
+
|
|
132
|
+
---
|
|
133
|
+
|
|
110
134
|
## MCP Server
|
|
111
135
|
|
|
136
|
+
`nexus init` writes `.mcp.json` automatically. For Claude Desktop, add manually:
|
|
137
|
+
|
|
112
138
|
```json
|
|
113
139
|
{
|
|
114
140
|
"mcpServers": {
|
|
@@ -120,8 +146,6 @@ knowledge/
|
|
|
120
146
|
}
|
|
121
147
|
```
|
|
122
148
|
|
|
123
|
-
`nexus init` writes `.mcp.json` automatically.
|
|
124
|
-
|
|
125
149
|
### MCP Tools
|
|
126
150
|
|
|
127
151
|
| Tool | Purpose |
|
|
@@ -8,7 +8,7 @@ import typer
|
|
|
8
8
|
from rich.console import Console
|
|
9
9
|
from rich.table import Table
|
|
10
10
|
|
|
11
|
-
app = typer.Typer(name="nexus", no_args_is_help=
|
|
11
|
+
app = typer.Typer(name="nexus", no_args_is_help=False, help="nexus-dev-toolkit — Day 0 scaffold + Day 1 EPAV workflow for Claude Code")
|
|
12
12
|
skill_app = typer.Typer(name="skill", no_args_is_help=True, help="Manage skills in .claude/commands/")
|
|
13
13
|
rule_app = typer.Typer(name="rule", no_args_is_help=True, help="Manage rules in knowledge/rules/")
|
|
14
14
|
app.add_typer(skill_app, name="skill")
|
|
@@ -16,6 +16,31 @@ app.add_typer(rule_app, name="rule")
|
|
|
16
16
|
|
|
17
17
|
console = Console()
|
|
18
18
|
|
|
19
|
+
_VERSION = "3.0.1"
|
|
20
|
+
|
|
21
|
+
_LOGO = """\
|
|
22
|
+
[cyan]███╗ ██╗███████╗██╗ ██╗██╗ ██╗███████╗[/cyan]
|
|
23
|
+
[cyan]████╗ ██║██╔════╝╚██╗██╔╝██║ ██║██╔════╝[/cyan]
|
|
24
|
+
[cyan]██╔██╗ ██║█████╗ ╚███╔╝ ██║ ██║███████╗[/cyan]
|
|
25
|
+
[cyan]██║╚██╗██║██╔══╝ ██╔██╗ ██║ ██║╚════██║[/cyan]
|
|
26
|
+
[cyan]██║ ╚████║███████╗██╔╝ ██╗╚██████╔╝███████║[/cyan]
|
|
27
|
+
[cyan]╚═╝ ╚═══╝╚══════╝╚═╝ ╚═╝ ╚═════╝ ╚══════╝[/cyan]
|
|
28
|
+
[dim white]dev toolkit[/dim white] [dim cyan]v{version}[/dim cyan]"""
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
def _print_logo() -> None:
|
|
32
|
+
from rich.padding import Padding
|
|
33
|
+
console.print()
|
|
34
|
+
console.print(Padding(_LOGO.format(version=_VERSION), (0, 2)))
|
|
35
|
+
console.print()
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
@app.callback(invoke_without_command=True)
|
|
39
|
+
def _callback(ctx: typer.Context) -> None:
|
|
40
|
+
if ctx.invoked_subcommand is None:
|
|
41
|
+
_print_logo()
|
|
42
|
+
console.print(ctx.get_help())
|
|
43
|
+
|
|
19
44
|
# ── Built-in skills shipped with the package ──────────────────────────────────
|
|
20
45
|
|
|
21
46
|
_SKILLS_SRC = Path(__file__).parent / "tools" / "epav" / "skills"
|
|
@@ -121,7 +146,7 @@ def init(
|
|
|
121
146
|
) -> None:
|
|
122
147
|
"""Initialize .claude/commands/, .claude/settings.json, and knowledge/ in a project."""
|
|
123
148
|
root = Path(project_dir).resolve()
|
|
124
|
-
console.print(f"
|
|
149
|
+
console.print(f" [cyan]▶[/cyan] Initializing nexus in [bold]{root}[/bold]\n")
|
|
125
150
|
|
|
126
151
|
created = _init_project(root)
|
|
127
152
|
for f in created:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nexus-dev-toolkit
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.1
|
|
4
4
|
Summary: LLM-agnostic developer workflow toolkit — Day 0 scaffold + Day 1 EPAV
|
|
5
5
|
Author-email: Ronald dela Cruz <rcdelacruz@users.noreply.github.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -24,7 +24,7 @@ Dynamic: license-file
|
|
|
24
24
|
[](https://pypi.org/project/nexus-dev-toolkit/)
|
|
25
25
|
[](LICENSE)
|
|
26
26
|
|
|
27
|
-
Developer workflow toolkit for
|
|
27
|
+
Developer workflow toolkit for Claude Code. Gives any team a structured Day 0 scaffold and repeatable Day 1 feature cycle via the EPAV methodology.
|
|
28
28
|
|
|
29
29
|
---
|
|
30
30
|
|
|
@@ -32,7 +32,7 @@ Developer workflow toolkit for AI-assisted development. Gives any team a structu
|
|
|
32
32
|
|
|
33
33
|
Ad-hoc AI prompting doesn't scale. Every dev prompts differently, context drifts, and nobody knows what the AI was told last sprint.
|
|
34
34
|
|
|
35
|
-
|
|
35
|
+
nexus-dev-toolkit gives your team a single workflow:
|
|
36
36
|
|
|
37
37
|
- **Day 0** — scaffold the project once, production-grade, zero credentials needed
|
|
38
38
|
- **Day 1** — every feature follows the same four steps: evaluate → plan → apply → validate
|
|
@@ -41,67 +41,78 @@ Every skill, every rule, every pattern lives in the project repo — versioned,
|
|
|
41
41
|
|
|
42
42
|
---
|
|
43
43
|
|
|
44
|
-
##
|
|
44
|
+
## Setup
|
|
45
45
|
|
|
46
|
-
###
|
|
46
|
+
### 1. Install prerequisites
|
|
47
47
|
|
|
48
|
-
|
|
49
|
-
|
|
48
|
+
**uv** (recommended package manager):
|
|
49
|
+
```bash
|
|
50
|
+
curl -LsSf https://astral.sh/uv/install.sh | sh
|
|
50
51
|
```
|
|
51
52
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
53
|
+
**Claude Code:**
|
|
54
|
+
```bash
|
|
55
|
+
npm install -g @anthropic-ai/claude-code
|
|
56
|
+
claude login
|
|
56
57
|
```
|
|
57
58
|
|
|
58
|
-
|
|
59
|
+
**graphify** _(strongly recommended)_ — builds a queryable knowledge graph of your codebase. EPAV skills query this graph to understand blast radius and cross-file dependencies before touching any code.
|
|
59
60
|
|
|
60
|
-
|
|
61
|
+
| | With graphify | Without graphify |
|
|
62
|
+
|---|---|---|
|
|
63
|
+
| Context loading | Scoped subgraph — fast, low token cost | Full file reads — slow, high token cost |
|
|
64
|
+
| Blast radius | Accurate, graph-backed | Best-effort, grep-based |
|
|
65
|
+
| Auto-update | PostToolUse hook keeps graph current | N/A |
|
|
66
|
+
| EPAV skills | Full capability | Degraded but functional |
|
|
61
67
|
|
|
68
|
+
```bash
|
|
69
|
+
uv tool install graphifyy # PyPI package name has double y; command is "graphify"
|
|
70
|
+
graphify install # registers /graphify skill into Claude Code
|
|
62
71
|
```
|
|
63
|
-
/evaluate → /plan → /apply → /validate
|
|
64
|
-
```
|
|
65
|
-
|
|
66
|
-
Each step is a built-in skill in `.claude/commands/`. Every task starts with a row from the dev tasks CSV. Every task ends with acceptance criteria verified.
|
|
67
|
-
|
|
68
|
-
---
|
|
69
72
|
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
**Requirements:** Python 3.10+, `uv` (recommended) or `pip`
|
|
73
|
+
### 2. Install nexus-dev-toolkit
|
|
73
74
|
|
|
74
75
|
```bash
|
|
75
|
-
# Recommended
|
|
76
76
|
uv tool install nexus-dev-toolkit
|
|
77
|
-
|
|
78
|
-
# Or via pip
|
|
79
|
-
pip install nexus-dev-toolkit
|
|
80
77
|
```
|
|
81
78
|
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
## Quick Start
|
|
79
|
+
### 3. Initialize your project
|
|
85
80
|
|
|
86
81
|
```bash
|
|
87
82
|
cd my-project
|
|
88
83
|
nexus init .
|
|
89
84
|
```
|
|
90
85
|
|
|
91
|
-
|
|
86
|
+
### 4. Build the knowledge graph
|
|
87
|
+
|
|
88
|
+
Open the project in Claude Code and run:
|
|
89
|
+
```
|
|
90
|
+
/graphify .
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
This generates `graphify-out/graph.json` — required by all EPAV skills.
|
|
94
|
+
|
|
95
|
+
### 5. Start Day 0
|
|
96
|
+
|
|
97
|
+
```
|
|
98
|
+
/scaffold
|
|
99
|
+
```
|
|
92
100
|
|
|
93
101
|
---
|
|
94
102
|
|
|
95
|
-
##
|
|
103
|
+
## The Workflow
|
|
104
|
+
|
|
105
|
+
### Day 0 — `/scaffold` (once per project)
|
|
106
|
+
|
|
107
|
+
EVALUATE → PLAN → APPLY → VALIDATE. Produces a production-grade project from your architecture document and Figma design: correct stack, mock auth, mock data, design system, AGENTS.md — zero external dependencies. Runs `npm install && npm run dev` (or equivalent) from commit one.
|
|
108
|
+
|
|
109
|
+
### Day 1 — EPAV (every feature, every sprint)
|
|
96
110
|
|
|
97
|
-
```bash
|
|
98
|
-
nexus init . # set up .claude/commands/ + knowledge/ + .mcp.json
|
|
99
|
-
nexus skill add code-review # create a custom skill in .claude/commands/
|
|
100
|
-
nexus skill list # list all skills
|
|
101
|
-
nexus rule add api-standards # create a rule in knowledge/rules/
|
|
102
|
-
nexus rule list # list all rules
|
|
103
|
-
nexus update # update to latest version
|
|
104
111
|
```
|
|
112
|
+
/evaluate → /plan → /apply → /validate
|
|
113
|
+
```
|
|
114
|
+
|
|
115
|
+
Each step is a built-in skill in `.claude/commands/`. Every task starts from the dev tasks CSV. Every task ends with acceptance criteria verified.
|
|
105
116
|
|
|
106
117
|
---
|
|
107
118
|
|
|
@@ -116,7 +127,7 @@ nexus update # update to latest version
|
|
|
116
127
|
│ ├── apply.md ← /apply — implement the plan
|
|
117
128
|
│ ├── validate.md ← /validate — verify acceptance criteria
|
|
118
129
|
│ └── epav.md ← /epav — full cycle guide
|
|
119
|
-
└── settings.json ← PostToolUse
|
|
130
|
+
└── settings.json ← PostToolUse: graphify auto-updates after every file edit
|
|
120
131
|
knowledge/
|
|
121
132
|
├── rules/ ← coding standards, arch decisions
|
|
122
133
|
├── patterns/ ← reusable implementation patterns
|
|
@@ -127,8 +138,23 @@ knowledge/
|
|
|
127
138
|
|
|
128
139
|
---
|
|
129
140
|
|
|
141
|
+
## Commands
|
|
142
|
+
|
|
143
|
+
```bash
|
|
144
|
+
nexus init . # set up .claude/commands/ + knowledge/ + .mcp.json
|
|
145
|
+
nexus skill add code-review # create a custom skill in .claude/commands/
|
|
146
|
+
nexus skill list # list all skills
|
|
147
|
+
nexus rule add api-standards # create a rule in knowledge/rules/
|
|
148
|
+
nexus rule list # list all rules
|
|
149
|
+
nexus update # update to latest version
|
|
150
|
+
```
|
|
151
|
+
|
|
152
|
+
---
|
|
153
|
+
|
|
130
154
|
## MCP Server
|
|
131
155
|
|
|
156
|
+
`nexus init` writes `.mcp.json` automatically. For Claude Desktop, add manually:
|
|
157
|
+
|
|
132
158
|
```json
|
|
133
159
|
{
|
|
134
160
|
"mcpServers": {
|
|
@@ -140,8 +166,6 @@ knowledge/
|
|
|
140
166
|
}
|
|
141
167
|
```
|
|
142
168
|
|
|
143
|
-
`nexus init` writes `.mcp.json` automatically.
|
|
144
|
-
|
|
145
169
|
### MCP Tools
|
|
146
170
|
|
|
147
171
|
| Tool | Purpose |
|
|
File without changes
|
|
File without changes
|
{nexus_dev_toolkit-3.0.0 → nexus_dev_toolkit-3.0.1}/nexus_dev_toolkit.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{nexus_dev_toolkit-3.0.0 → nexus_dev_toolkit-3.0.1}/nexus_dev_toolkit.egg-info/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
{nexus_dev_toolkit-3.0.0 → nexus_dev_toolkit-3.0.1}/nexus_dev_toolkit.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|