minimal-vibe-coding-kit 0.4.1 → 0.4.2
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.
- package/.agents/skills/agentshield-security-review/scripts/agentshield_repo_probe.py +28 -3
- package/.agents/skills/prompt-sharpener/SKILL.md +54 -0
- package/.agents/skills/vibekit-init/SKILL.md +2 -2
- package/.claude/settings.json +10 -3
- package/.claude/skills/agentshield-security-review/scripts/agentshield_repo_probe.py +28 -3
- package/.claude/skills/prompt-sharpener/SKILL.md +54 -0
- package/.claude/skills/vibekit-init/SKILL.md +2 -2
- package/.codex/rules/vibekit.rules +77 -0
- package/.codex-plugin/plugin.json +1 -1
- package/.cursor/cli.json +18 -0
- package/.cursor/settings.json +15 -8
- package/.cursor/skills/prompt-sharpener/SKILL.md +54 -0
- package/.grok/README.md +13 -0
- package/.grok/config.example.toml +13 -0
- package/.grok/config.toml +29 -0
- package/.grok/rules/safe-delete.md +11 -0
- package/.grok/rules/security.md +5 -0
- package/.grok/rules/vibe-core.md +8 -0
- package/.grok/skills/agentshield-security-review/SKILL.md +75 -0
- package/.grok/skills/agentshield-security-review/agents/openai.yaml +5 -0
- package/.grok/skills/agentshield-security-review/references/native-install.md +97 -0
- package/.grok/skills/agentshield-security-review/references/report-template.md +54 -0
- package/.grok/skills/agentshield-security-review/references/review-checklist.md +45 -0
- package/.grok/skills/agentshield-security-review/scripts/agentshield_repo_probe.py +135 -0
- package/.grok/skills/autoresearch-coding/README.md +15 -0
- package/.grok/skills/autoresearch-coding/SKILL.md +101 -0
- package/.grok/skills/autoresearch-coding/references/experiment-contract.md +13 -0
- package/.grok/skills/autoresearch-coding/references/metric-extraction.md +8 -0
- package/.grok/skills/autoresearch-coding/references/result-ledger.md +15 -0
- package/.grok/skills/autoresearch-coding/scripts/log_result.py +24 -0
- package/.grok/skills/autoresearch-coding/scripts/run_logged.py +30 -0
- package/.grok/skills/clearthought/SKILL.md +100 -0
- package/.grok/skills/clearthought/examples/decision-framework.md +441 -0
- package/.grok/skills/clearthought/examples/metagame-examples.md +536 -0
- package/.grok/skills/clearthought/examples/sequential-thinking.md +380 -0
- package/.grok/skills/clearthought/references/output-schemas.md +494 -0
- package/.grok/skills/clearthought/references/parameter-reference.md +482 -0
- package/.grok/skills/coding-level/SKILL.md +34 -0
- package/.grok/skills/coding-level/references/level-0.md +131 -0
- package/.grok/skills/coding-level/references/level-1.md +118 -0
- package/.grok/skills/coding-level/references/level-2.md +140 -0
- package/.grok/skills/coding-level/references/level-3.md +142 -0
- package/.grok/skills/coding-level/references/level-4.md +152 -0
- package/.grok/skills/coding-level/references/level-5.md +84 -0
- package/.grok/skills/daily-workflow-curator/SKILL.md +52 -0
- package/.grok/skills/memento/SKILL.md +36 -0
- package/.grok/skills/parallel-analysis/SKILL.md +160 -0
- package/.grok/skills/path-sensitive-shell-safety/SKILL.md +69 -0
- package/.grok/skills/path-sensitive-shell-safety/references/workflow.md +127 -0
- package/.grok/skills/prompt-sharpener/SKILL.md +54 -0
- package/.grok/skills/reviewing-4p-priorities/SKILL.md +72 -0
- package/.grok/skills/reviewing-4p-priorities/examples.md +298 -0
- package/.grok/skills/sequential-thinking/SKILL.md +106 -0
- package/.grok/skills/sequential-thinking/examples/adaptive-depth.md +542 -0
- package/.grok/skills/sequential-thinking/examples/branching-exploration.md +474 -0
- package/.grok/skills/sequential-thinking/examples/linear-reasoning.md +210 -0
- package/.grok/skills/sequential-thinking/examples/revision-pattern.md +304 -0
- package/.grok/skills/sequential-thinking/references/output-schema.md +483 -0
- package/.grok/skills/sequential-thinking/references/parameters.md +463 -0
- package/.grok/skills/sequential-thinking/references/patterns.md +666 -0
- package/.grok/skills/vibekit-init/SKILL.md +52 -0
- package/.grok/skills/visual-design-loop/SKILL.md +103 -0
- package/.grok/skills/visual-design-loop/agents/openai.yaml +4 -0
- package/.vibekit/docs/BACKBONE_REFERENCE.md +1 -1
- package/.vibekit/docs/INSTALL.md +9 -7
- package/.vibekit/docs/SECURITY_MODEL.md +1 -1
- package/.vibekit/docs/TOOLING_GUIDE.md +5 -0
- package/.vibekit/docs/templates/CONTEXT_TEMPLATE.md +1 -1
- package/.vibekit/init/CLAUDE-template.md +1 -0
- package/.vibekit/init/FIRST_PROMPT.md +1 -1
- package/.vibekit/init/FIRST_TIME_INIT.md +2 -2
- package/.vibekit/scripts/doctor.mjs +11 -4
- package/.vibekit/scripts/mvck.mjs +24 -9
- package/.vibekit/scripts/test-install.mjs +8 -0
- package/.vibekit/scripts/validate-kit.mjs +104 -39
- package/.vibekit/skills/agentshield-security-review/scripts/agentshield_repo_probe.py +28 -3
- package/.vibekit/skills/prompt-sharpener/SKILL.md +54 -0
- package/.vibekit/skills/vibekit-init/SKILL.md +2 -2
- package/AGENTS.md +2 -2
- package/CHANGELOG.md +10 -0
- package/README.md +17 -12
- package/backbone.yml +2 -1
- package/docs/README.vi.md +56 -51
- package/package.json +7 -2
|
@@ -15,10 +15,11 @@ PATTERNS = {
|
|
|
15
15
|
"repo_instructions": ["CLAUDE.md", "AGENTS.md", ".github/copilot-instructions.md"],
|
|
16
16
|
"claude": [".claude", ".claude-plugin", "agents"],
|
|
17
17
|
"codex": [".codex", ".codex-plugin"],
|
|
18
|
-
"
|
|
18
|
+
"grok": [".grok"],
|
|
19
|
+
"shared_skills": [".vibekit/skills", ".claude/skills", ".cursor/skills", ".agents/skills", ".grok/skills", "skills"],
|
|
19
20
|
"shared_commands": [".vibekit/commands"],
|
|
20
21
|
"kit_scripts": [".vibekit/scripts"],
|
|
21
|
-
"hooks": ["hooks", ".claude/hooks", ".agents/hooks"],
|
|
22
|
+
"hooks": ["hooks", ".claude/hooks", ".agents/hooks", ".grok/hooks"],
|
|
22
23
|
"mcp": [".mcp.json", "mcp.json", "mcp-configs"],
|
|
23
24
|
"ci": [".github/workflows"],
|
|
24
25
|
}
|
|
@@ -55,6 +56,27 @@ def safe_read(path: Path, limit: int = 200_000) -> str:
|
|
|
55
56
|
return ""
|
|
56
57
|
|
|
57
58
|
|
|
59
|
+
def deny_block_lines(text: str) -> set[int]:
|
|
60
|
+
"""Line indexes inside a permissions deny array (JSON `"deny": [` or TOML `deny = [`).
|
|
61
|
+
|
|
62
|
+
Deny rules quote dangerous patterns in order to block them, so a marker on
|
|
63
|
+
those lines is defensive, not suspicious. Allow/ask blocks are still scanned.
|
|
64
|
+
"""
|
|
65
|
+
covered: set[int] = set()
|
|
66
|
+
inside = False
|
|
67
|
+
for idx, line in enumerate(text.splitlines()):
|
|
68
|
+
stripped = line.strip()
|
|
69
|
+
if not inside and "[" in stripped and ('"deny"' in stripped or stripped.startswith("deny =") or stripped.startswith("deny=")):
|
|
70
|
+
covered.add(idx)
|
|
71
|
+
inside = "]" not in stripped.split("[", 1)[1]
|
|
72
|
+
continue
|
|
73
|
+
if inside:
|
|
74
|
+
covered.add(idx)
|
|
75
|
+
if "]" in stripped:
|
|
76
|
+
inside = False
|
|
77
|
+
return covered
|
|
78
|
+
|
|
79
|
+
|
|
58
80
|
def main() -> int:
|
|
59
81
|
parser = argparse.ArgumentParser(description="Inventory Claude/Codex AgentShield surfaces")
|
|
60
82
|
parser.add_argument("path", nargs="?", default=".", help="Repository root")
|
|
@@ -77,8 +99,11 @@ def main() -> int:
|
|
|
77
99
|
if file_path.suffix.lower() not in {".md", ".json", ".toml", ".yaml", ".yml", ".sh", ".js", ".ts"}:
|
|
78
100
|
continue
|
|
79
101
|
text = safe_read(file_path)
|
|
102
|
+
skip_lines = deny_block_lines(text)
|
|
103
|
+
lines = text.splitlines()
|
|
80
104
|
for marker in SUSPICIOUS_TEXT:
|
|
81
|
-
if marker in
|
|
105
|
+
hits = [idx for idx, line in enumerate(lines) if marker in line]
|
|
106
|
+
if any(idx not in skip_lines for idx in hits):
|
|
82
107
|
suspicious.append({
|
|
83
108
|
"path": str(file_path.relative_to(root)),
|
|
84
109
|
"marker": marker,
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: prompt-sharpener
|
|
3
|
+
description: Sharpen a rough prompt into a precise one — same intent, sharper not longer — then execute the sharpened version immediately in the same turn.
|
|
4
|
+
argument-hint: "the rough prompt to sharpen and execute"
|
|
5
|
+
disable-model-invocation: true
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Prompt Sharpener
|
|
9
|
+
|
|
10
|
+
The text the user types after the invocation is the **raw prompt**. Upgrade it into a prompt that is **sharper, not longer** — keep the original intent, constraints, and language — then execute the upgraded version immediately in the same turn. No text after the invocation → ask the user what they want and stop.
|
|
11
|
+
|
|
12
|
+
## Step 1 — Diagnose the raw prompt
|
|
13
|
+
|
|
14
|
+
Scan for every ailment below; each ailment found gets its cure applied directly in the upgraded prompt. Cure silently; call out a cure only when it could shift the user's intent.
|
|
15
|
+
|
|
16
|
+
- Vague verbs or adjectives ("help me", "make it nicer") → concrete, measurable operations and parameters.
|
|
17
|
+
- Two tasks in one prompt → split into an explicit execution order.
|
|
18
|
+
- No success criteria → add a binary pass/fail `Done when`.
|
|
19
|
+
- Emotional description ("everything is broken") → extract the specific technical symptom.
|
|
20
|
+
- "The whole app" scope → pin exact files/functions/directories; coding tasks always get a **scope lock** (edit only inside X, leave the rest untouched).
|
|
21
|
+
- Relies on memory of an old session → copy the decisions already settled in this conversation (stack, architecture, what was tried and failed) into the `Context` block.
|
|
22
|
+
- Invitation to fabricate ("what do experts say about X?") → anchor grounding: state only what can be verified; when unsure, say so explicitly.
|
|
23
|
+
- No output format → fix the structure and length; when the format is hard to describe in words, include 2-3 sample examples (including an edge case) in the `Output Contract`.
|
|
24
|
+
|
|
25
|
+
Done when: the raw prompt has been checked against the full list and no ailment is left without its cure in the upgraded prompt.
|
|
26
|
+
|
|
27
|
+
## Step 2 — Build the upgraded prompt
|
|
28
|
+
|
|
29
|
+
Classify the task (coding / research / writing / analysis / planning / review), then assemble blocks in this order — add a block only when it raises precision; small tasks need just 2-3 blocks:
|
|
30
|
+
|
|
31
|
+
`Objective` → `Context` → `Work Style` → `Tool Rules` → `Output Contract` → `Verification` → `Done Criteria`
|
|
32
|
+
|
|
33
|
+
Focus per task type:
|
|
34
|
+
|
|
35
|
+
- Coding: scope lock, smallest correct change, validation after the edit — default to the `validate` command in `backbone.yml` when the repo has one.
|
|
36
|
+
- Research: source quality, citations, explicit uncertainty.
|
|
37
|
+
- Writing: audience, voice, length.
|
|
38
|
+
- Review: group findings by severity, name the failure mode.
|
|
39
|
+
|
|
40
|
+
Construction rules:
|
|
41
|
+
|
|
42
|
+
- Write constraints with the strongest signal words: MUST instead of "should", NEVER instead of "avoid".
|
|
43
|
+
- Missing information → state the assumption in `Context` and keep going; stop to ask only when the task is destructive or irreversible.
|
|
44
|
+
- Say _what_ to verify; let the model regulate its own depth of thought.
|
|
45
|
+
- Repo work MUST respect `backbone.yml` conventions and protected paths; when the upgraded task is a large decomposition or a risky decision, its `Work Style` block may direct Step 3 to open with the `sequential-thinking` or `clearthought` skill.
|
|
46
|
+
- Closing audit: reread every sentence; if cutting it would not change the output, cut it — every remaining word is **load-bearing**.
|
|
47
|
+
|
|
48
|
+
Done when the upgraded prompt scores on all 6 points: intent preserved — ambiguity reduced — right depth — clear output — has verification — has a stopping point.
|
|
49
|
+
|
|
50
|
+
## Step 3 — Present and execute
|
|
51
|
+
|
|
52
|
+
Print the upgraded prompt in a single code block, with at most 2 sentences on the key changes. Then treat it as the user's official request: start executing immediately in the same turn, researching and editing according to its own `Tool Rules`.
|
|
53
|
+
|
|
54
|
+
Done when the upgraded prompt's `Done Criteria` are satisfied.
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: vibekit-init
|
|
3
|
-
description: Initialize or repair Minimal Vibe Coding Kit in an existing project. Use for first prompt, backbone.yml setup, CLAUDE.md merge, AGENTS.md merge, Cursor rules setup,
|
|
3
|
+
description: Initialize or repair Minimal Vibe Coding Kit in an existing project. Use for first prompt, backbone.yml setup, CLAUDE.md merge, AGENTS.md merge, Cursor rules setup, Codex skill setup, or Grok setup. Always show requirements and a diff before writing.
|
|
4
4
|
disable-model-invocation: true
|
|
5
|
-
argument-hint: target path; profiles claude,cursor,codex; write yes/no
|
|
5
|
+
argument-hint: target path; profiles claude,cursor,codex,grok; write yes/no
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# Vibe Kit Init
|
package/AGENTS.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# AGENTS.md
|
|
2
2
|
|
|
3
|
-
Shared instructions for Claude, Cursor, Codex, and other coding agents.
|
|
3
|
+
Shared instructions for Claude, Cursor, Codex, Grok, and other coding agents.
|
|
4
4
|
|
|
5
5
|
<!-- BEGIN: minimal-vibe-coding-kit -->
|
|
6
6
|
## Minimal Vibe Coding Kit
|
|
@@ -35,7 +35,7 @@ Track every loop in `/tmp/design-{project_slug}.md`. Each loop entry must includ
|
|
|
35
35
|
- Do not run untrusted hooks, MCP servers, deploy scripts, package lifecycle scripts, migrations, or destructive shell commands just to inspect a repo.
|
|
36
36
|
- Do not modify protected paths from `backbone.yml` without explicit approval.
|
|
37
37
|
- Before editing or approving shell/deploy/installer/repair logic that uses path variables or destructive commands (`rm`, `mv`, `cp -a`, `rsync --delete`, `find -delete`, `git clean`, checkout replacement), use `path-sensitive-shell-safety` and prove base/folder/repo values are non-empty, contained, quoted, and not broad system paths.
|
|
38
|
-
- If a task changes agent surfaces (`CLAUDE.md`, `AGENTS.md`, `.claude/**`, `.cursor/**`, `.agents/**`, `.codex-plugin/**`, `.vibekit/skills/**`, `.vibekit/commands/**`, `.vibekit/scripts/**`, hooks, MCP config), run the AgentShield probe or explain why it was skipped.
|
|
38
|
+
- If a task changes agent surfaces (`CLAUDE.md`, `AGENTS.md`, `.claude/**`, `.cursor/**`, `.agents/**`, `.grok/**`, `.codex-plugin/**`, `.vibekit/skills/**`, `.vibekit/commands/**`, `.vibekit/scripts/**`, hooks, MCP config), run the AgentShield probe or explain why it was skipped.
|
|
39
39
|
|
|
40
40
|
### Skills to prefer
|
|
41
41
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.4.2 — 2026-07-18
|
|
4
|
+
|
|
5
|
+
- Added a Grok Build (Grok CLI) surface across the kit: `.grok/rules/` (always-on, every `*.md` loaded), `.grok/skills/` (all 13 kit skills, user-invocable as `/<skill-name>`), `.grok/README.md`, and project-scoped `[permission]` deny rules in `.grok/config.toml` mirroring the kit's dangerous-command deny list; `config.example.toml` documents the user-level `~/.grok/config.toml` settings. Added a `grok` install/update profile to `mvck.mjs` (included in `all`) and registered Grok everywhere Claude/Cursor/Codex already were: `validate-kit.mjs`, npm package files, `backbone.yml` `agent_surfaces`, `AGENTS.md`, the AgentShield probe, both READMEs, `INSTALL.md`, `BACKBONE_REFERENCE.md`, `CONTEXT_TEMPLATE.md`, `FIRST_TIME_INIT.md`, and `vibekit-init`.
|
|
6
|
+
- Added `prompt-sharpener` skill (shared + Claude/Cursor/Codex/Grok mirrors), an English rewrite of a collected `sharpen` skill: `/prompt-sharpener <rough prompt>` diagnoses a raw prompt against a defect checklist (vague verbs, mixed tasks, missing success criteria, unbounded scope, missing output format), rebuilds it as a sharper prompt (`Objective` → `Context` → `Work Style` → `Tool Rules` → `Output Contract` → `Verification` → `Done Criteria`), prints it in one code block, then executes it in the same turn.
|
|
7
|
+
- Corrected the dangerous-command guardrails after a cross-tool documentation review. Removed the pipe-spanning `curl *|*sh` / `wget *|*sh` deny rules from `.claude/settings.json` and `.cursor/settings.json` — Claude Code evaluates each piped subcommand independently, so they never matched — in favor of denying bare shell interpreters (`sh`, `bash`, `zsh`, and their `-` stdin forms, which is what `curl ... | sh` actually executes), and fixed the `npx` rules to also cover the common leading `--yes`/`-y` forms.
|
|
8
|
+
- Added each tool's actual documented project-level permission mechanism, since only Claude Code and Cursor's Claude-schema file had one before: `.cursor/cli.json` with `Shell(...)` rules for Cursor CLI (the real mechanism Cursor reads; the Claude-schema `settings.json` is kept only as reference), experimental `.codex/rules/vibekit.rules` execution-policy rules for Codex (`forbidden` decisions with `match`/`not_match` fixtures, active once the project `.codex/` layer is trusted), and the `.grok/config.toml` rules above.
|
|
9
|
+
- `validate-kit` now lints deny lists for pipe-spanning patterns and missing leading `npx --yes`/`-y` coverage, and is profile-aware: per-surface files are required only when that surface is installed (the kit source repo still validates everything), so a `claude`-only or `grok`-only install passes its own validation; `test-install` runs an install+validate cycle for each single profile.
|
|
10
|
+
- `mvck update` treats `.cursor/cli.json` and `.grok/config.toml` as user-owned (seeded once, never overwritten). The AgentShield probe's suspicious-marker scan now skips lines inside permission `deny` arrays, so the kit's own deny rules no longer flag themselves as suspicious; allow/ask blocks are still scanned.
|
|
11
|
+
- Synced version to 0.4.2 in `package.json`, both README badges, and `.codex-plugin/plugin.json`.
|
|
12
|
+
|
|
3
13
|
## 0.4.1 — 2026-07-17
|
|
4
14
|
|
|
5
15
|
- Added a safe-delete guardrail across all three surfaces: new `.claude/rules/safe-delete.md` and `.cursor/rules/040-safe-delete.mdc` (always-on), a `### Safety` bullet in the `AGENTS.md` managed block for Codex, and a trash-first outcome in the `path-sensitive-shell-safety` skill (all mirrors). Agents prefer the recoverable `trash` command over `rm`, check `command -v trash` first, and recommend an install when missing (macOS 14+ built-in; older macOS `brew install trash`; Linux `sudo apt install trash-cli`; any OS with Node `npm i -g trash-cli`). `rm` was already deny-listed for Claude Code and Cursor in the kit settings.
|
package/README.md
CHANGED
|
@@ -6,14 +6,15 @@
|
|
|
6
6
|
|
|
7
7
|
[](LICENSE)
|
|
8
8
|
[](https://www.npmjs.com/package/minimal-vibe-coding-kit)
|
|
9
|
-
[](CHANGELOG.md)
|
|
10
10
|

|
|
11
11
|

|
|
12
12
|

|
|
13
|
+

|
|
13
14
|

|
|
14
15
|

|
|
15
16
|
|
|
16
|
-
**One installable AI-coding workflow kit for Claude Code, Cursor, and
|
|
17
|
+
**One installable AI-coding workflow kit for Claude Code, Cursor, Codex, and Grok — any repo, any language.**
|
|
17
18
|
|
|
18
19
|
Install → paste one prompt → approve the proposal → code with guardrails.
|
|
19
20
|
|
|
@@ -23,12 +24,12 @@ Install → paste one prompt → approve the proposal → code with guardrails.
|
|
|
23
24
|
|
|
24
25
|
## What is this?
|
|
25
26
|
|
|
26
|
-
A small kit of shared **rules**, **skills**, and **commands**, plus one **`backbone.yml`** manifest, so Claude Code, Cursor, and
|
|
27
|
+
A small kit of shared **rules**, **skills**, and **commands**, plus one **`backbone.yml`** manifest, so Claude Code, Cursor, Codex, and Grok all understand your project the same way.
|
|
27
28
|
|
|
28
29
|
- Never overwrites your existing `CLAUDE.md` / `AGENTS.md` — it only adds managed blocks.
|
|
29
30
|
- Every setup write waits for your explicit approval.
|
|
30
31
|
- Security review of agent surfaces (AgentShield) is part of the normal workflow.
|
|
31
|
-
- Safe deletes by default:
|
|
32
|
+
- Safe deletes by default: all agents prefer the recoverable `trash` command (init checks it and recommends an install if missing), backed by each tool's documented guardrail config — Claude Code deny rules (`.claude/settings.json`), Cursor CLI permissions (`.cursor/cli.json`), Codex execution-policy rules (`.codex/rules/`, experimental, active once the project is trusted), and Grok project permission rules (`.grok/config.toml`).
|
|
32
33
|
- First-time init asks two setup preferences — use `trash` instead of `rm`, and your default explanation level (0–5, changeable anytime with `/coding-level N`) — and records both in `backbone.yml`.
|
|
33
34
|
|
|
34
35
|
## Quick Start
|
|
@@ -43,7 +44,7 @@ npx --yes minimal-vibe-coding-kit@latest install /path/to/your-project
|
|
|
43
44
|
|
|
44
45
|
Already ran `npm i minimal-vibe-coding-kit`, or prefer GitHub or a local clone? See [Install from npm](#install-from-npm).
|
|
45
46
|
|
|
46
|
-
**2. Open the project in Claude Code, Cursor, or
|
|
47
|
+
**2. Open the project in Claude Code, Cursor, Codex, or Grok and paste:**
|
|
47
48
|
|
|
48
49
|
```text
|
|
49
50
|
Read .vibekit/init/FIRST_TIME_INIT.md and initialize this repo with Minimal Vibe Coding Kit.
|
|
@@ -108,6 +109,7 @@ your-project/
|
|
|
108
109
|
├── .cursor/ ← Cursor: rules, commands, skills
|
|
109
110
|
├── .agents/ ← Codex / portable skills
|
|
110
111
|
├── .codex/ .codex-plugin/ ← Codex config example + plugin manifest
|
|
112
|
+
├── .grok/ ← Grok Build: rules, skills, config example
|
|
111
113
|
└── .vibekit/ ← everything kit-owned, in ONE folder
|
|
112
114
|
├── skills/ ← canonical shared skills (mirrored to the harness dirs)
|
|
113
115
|
├── commands/ ← shared command prompts
|
|
@@ -121,7 +123,7 @@ Existing files are never replaced — the kit merges managed blocks (`BEGIN/END:
|
|
|
121
123
|
## How the pieces connect
|
|
122
124
|
|
|
123
125
|
```text
|
|
124
|
-
You (prompt) ──▶ Claude Code / Cursor / Codex
|
|
126
|
+
You (prompt) ──▶ Claude Code / Cursor / Codex / Grok
|
|
125
127
|
│ reads first
|
|
126
128
|
▼
|
|
127
129
|
backbone.yml + AGENTS.md / CLAUDE.md + rules
|
|
@@ -142,11 +144,12 @@ You (prompt) ──▶ Claude Code / Cursor / Codex
|
|
|
142
144
|
|
|
143
145
|
1. **Just code.** Ask for features and fixes normally; the agent follows `backbone.yml` conventions and keeps diffs small.
|
|
144
146
|
2. **Big or vague task?** Start with the `clearthought` or `sequential-thinking` skill to get a plan first.
|
|
145
|
-
3. **
|
|
146
|
-
4. **
|
|
147
|
-
5. **
|
|
148
|
-
6. **
|
|
149
|
-
7. **
|
|
147
|
+
3. **Complex task but only a rough prompt?** `/prompt-sharpener <rough prompt>` sharpens it into a precise prompt and executes it in the same turn.
|
|
148
|
+
4. **Repo-wide question or big review?** Use `parallel-analysis` — it fans out read-only analysis lanes and verifies the merged result.
|
|
149
|
+
5. **Changed `.claude/`, skills, hooks, or installer scripts?** Run `/security-scan` before merging.
|
|
150
|
+
6. **Want measurable improvements?** Run `/autoresearch-coding` with a metric and budget.
|
|
151
|
+
7. **Keep the setup sharp:** `/daily-enhance` proposes improvements — it never applies them silently.
|
|
152
|
+
8. **Onboarding finished for good?** `/vibe-finalize` moves one-time bootstrap files out.
|
|
150
153
|
|
|
151
154
|
## Commands
|
|
152
155
|
|
|
@@ -161,7 +164,7 @@ You (prompt) ──▶ Claude Code / Cursor / Codex
|
|
|
161
164
|
|
|
162
165
|
## Skills
|
|
163
166
|
|
|
164
|
-
All
|
|
167
|
+
All 13 skills live in `.vibekit/skills/` and are mirrored for each tool. Invoke them by name ("Use the X skill…") or via the commands above.
|
|
165
168
|
|
|
166
169
|
| Skill | Use it when | Example prompt |
|
|
167
170
|
| --- | --- | --- |
|
|
@@ -177,6 +180,7 @@ All 12 skills live in `.vibekit/skills/` and are mirrored for each tool. Invoke
|
|
|
177
180
|
| `reviewing-4p-priorities` | Triaging bugs/findings into P0–P4 fix order. | "Use reviewing-4p-priorities. Classify these findings and give a fix sequence." |
|
|
178
181
|
| `memento` | Multi-day tasks: save context before stopping, resume next session. | "/memento — write MEMENTO.md with Goal, Done, Stuck, Next." |
|
|
179
182
|
| `coding-level` | Setting how detailed explanations should be (0 = ELI5 … 5 = expert). | "/coding-level 2" |
|
|
183
|
+
| `prompt-sharpener` | A complex task but only a rough prompt: sharpen it, then execute it in the same turn. | "/prompt-sharpener make the settings page load faster" |
|
|
180
184
|
|
|
181
185
|
## Advanced
|
|
182
186
|
|
|
@@ -188,6 +192,7 @@ Install only the surfaces you use (default is `all`):
|
|
|
188
192
|
npx --yes minimal-vibe-coding-kit@latest install . --profile claude # Claude Code only
|
|
189
193
|
npx --yes minimal-vibe-coding-kit@latest install . --profile claude,cursor # Claude + Cursor
|
|
190
194
|
npx --yes minimal-vibe-coding-kit@latest install . --profile codex # Codex / AGENTS.md agents
|
|
195
|
+
npx --yes minimal-vibe-coding-kit@latest install . --profile grok # Grok Build CLI
|
|
191
196
|
```
|
|
192
197
|
|
|
193
198
|
Flags: `--force` (overwrite existing kit files), `--dry-run` (preview), `--json` (machine-readable plan).
|
package/backbone.yml
CHANGED
|
@@ -10,7 +10,7 @@ meta:
|
|
|
10
10
|
|
|
11
11
|
project:
|
|
12
12
|
name: minimal-vibe-coding-kit
|
|
13
|
-
description: "Project-agnostic AI coding workflow kit for Claude Code, Cursor, and
|
|
13
|
+
description: "Project-agnostic AI coding workflow kit for Claude Code, Cursor, Codex, and Grok with AgentShield security review."
|
|
14
14
|
type: single-repo
|
|
15
15
|
primary_language: js
|
|
16
16
|
package_manager: npm
|
|
@@ -83,6 +83,7 @@ agent_surfaces:
|
|
|
83
83
|
cursor: .cursor/
|
|
84
84
|
codex: .agents/
|
|
85
85
|
codex_plugin: .codex-plugin/plugin.json
|
|
86
|
+
grok: .grok/
|
|
86
87
|
shared_skills: .vibekit/skills/
|
|
87
88
|
shared_commands: .vibekit/commands/
|
|
88
89
|
|
package/docs/README.vi.md
CHANGED
|
@@ -6,14 +6,15 @@
|
|
|
6
6
|
|
|
7
7
|
[](../LICENSE)
|
|
8
8
|
[](https://www.npmjs.com/package/minimal-vibe-coding-kit)
|
|
9
|
-
[](../CHANGELOG.md)
|
|
10
10
|

|
|
11
11
|

|
|
12
12
|

|
|
13
|
+

|
|
13
14
|

|
|
14
15
|

|
|
15
16
|
|
|
16
|
-
**Một bộ kit AI-coding cài một lần cho Claude Code, Cursor và
|
|
17
|
+
**Một bộ kit AI-coding cài một lần cho Claude Code, Cursor, Codex và Grok — mọi repo, mọi ngôn ngữ.**
|
|
17
18
|
|
|
18
19
|
Cài đặt → dán một prompt → duyệt đề xuất → code với guardrails.
|
|
19
20
|
|
|
@@ -23,12 +24,12 @@ Cài đặt → dán một prompt → duyệt đề xuất → code với guardr
|
|
|
23
24
|
|
|
24
25
|
## Bộ kit này là gì?
|
|
25
26
|
|
|
26
|
-
Một bộ kit nhỏ gồm **rules**, **skills**, **commands** dùng chung, cộng một manifest **`backbone.yml`**, giúp Claude Code, Cursor và
|
|
27
|
+
Một bộ kit nhỏ gồm **rules**, **skills**, **commands** dùng chung, cộng một manifest **`backbone.yml`**, giúp Claude Code, Cursor, Codex và Grok hiểu project của bạn theo cùng một cách.
|
|
27
28
|
|
|
28
29
|
- Không bao giờ ghi đè `CLAUDE.md` / `AGENTS.md` sẵn có — chỉ thêm managed block.
|
|
29
30
|
- Mọi thao tác ghi khi setup đều chờ bạn duyệt.
|
|
30
31
|
- Rà soát bảo mật bề mặt agent (AgentShield) là một phần của workflow bình thường.
|
|
31
|
-
- Xóa an toàn mặc định:
|
|
32
|
+
- Xóa an toàn mặc định: mọi agent ưu tiên lệnh `trash` (khôi phục được; init sẽ kiểm tra và gợi ý cách cài nếu thiếu), kèm guardrail config đúng chuẩn từng tool — deny rules cho Claude Code (`.claude/settings.json`), CLI permissions cho Cursor (`.cursor/cli.json`), execution-policy rules cho Codex (`.codex/rules/`, experimental, chỉ chạy khi project được trust), và permission rules cấp project cho Grok (`.grok/config.toml`).
|
|
32
33
|
- Init lần đầu hỏi hai tùy chọn — dùng `trash` thay `rm`, và mức giải thích mặc định (0–5, đổi bất cứ lúc nào với `/coding-level N`) — rồi lưu cả hai vào `backbone.yml`.
|
|
33
34
|
|
|
34
35
|
## Bắt đầu nhanh
|
|
@@ -43,7 +44,7 @@ npx --yes minimal-vibe-coding-kit@latest install /path/to/your-project
|
|
|
43
44
|
|
|
44
45
|
Đã chạy `npm i minimal-vibe-coding-kit`, hoặc muốn cài từ GitHub / bản clone? Xem [Cài từ npm](#cài-từ-npm).
|
|
45
46
|
|
|
46
|
-
**2. Mở project trong Claude Code, Cursor hoặc
|
|
47
|
+
**2. Mở project trong Claude Code, Cursor, Codex hoặc Grok và dán:**
|
|
47
48
|
|
|
48
49
|
```text
|
|
49
50
|
Read .vibekit/init/FIRST_TIME_INIT.md and initialize this repo with Minimal Vibe Coding Kit.
|
|
@@ -83,12 +84,12 @@ npx mvck install . # bắt buộc — copy kit từ node_modules ra repo
|
|
|
83
84
|
|
|
84
85
|
Sau đó, lệnh ngắn `mvck` (alias: `vibe-kit`) dùng được qua `npx`:
|
|
85
86
|
|
|
86
|
-
| Lệnh ngắn
|
|
87
|
-
|
|
|
88
|
-
| `npx mvck install .`
|
|
89
|
-
| `npx mvck update .`
|
|
90
|
-
| `npx mvck doctor .`
|
|
91
|
-
| `npx mvck validate .` | Validate cấu trúc
|
|
87
|
+
| Lệnh ngắn | Chức năng |
|
|
88
|
+
| --------------------- | ------------------------------------------------------- |
|
|
89
|
+
| `npx mvck install .` | Copy kit vào repo (`--profile`, `--dry-run`, `--force`) |
|
|
90
|
+
| `npx mvck update .` | Làm mới file thuộc kit khi có bản phát hành mới |
|
|
91
|
+
| `npx mvck doctor .` | Health check chỉ-đọc |
|
|
92
|
+
| `npx mvck validate .` | Validate cấu trúc |
|
|
92
93
|
|
|
93
94
|
Rồi tiếp tục **bước 2** của Bắt đầu nhanh (dán prompt init).
|
|
94
95
|
|
|
@@ -108,6 +109,7 @@ your-project/
|
|
|
108
109
|
├── .cursor/ ← Cursor: rules, commands, skills
|
|
109
110
|
├── .agents/ ← skills cho Codex / portable
|
|
110
111
|
├── .codex/ .codex-plugin/ ← config mẫu Codex + plugin manifest
|
|
112
|
+
├── .grok/ ← Grok Build: rules, skills, config mẫu
|
|
111
113
|
└── .vibekit/ ← mọi thứ thuộc kit, trong MỘT thư mục
|
|
112
114
|
├── skills/ ← shared skills canonical (mirror sang các harness)
|
|
113
115
|
├── commands/ ← prompt command dùng chung
|
|
@@ -121,7 +123,7 @@ File sẵn có không bao giờ bị thay thế — kit chỉ merge managed bloc
|
|
|
121
123
|
## Các mảnh ghép kết nối thế nào
|
|
122
124
|
|
|
123
125
|
```text
|
|
124
|
-
Bạn (prompt) ──▶ Claude Code / Cursor / Codex
|
|
126
|
+
Bạn (prompt) ──▶ Claude Code / Cursor / Codex / Grok
|
|
125
127
|
│ đọc đầu tiên
|
|
126
128
|
▼
|
|
127
129
|
backbone.yml + AGENTS.md / CLAUDE.md + rules
|
|
@@ -142,41 +144,43 @@ Bạn (prompt) ──▶ Claude Code / Cursor / Codex
|
|
|
142
144
|
|
|
143
145
|
1. **Cứ code bình thường.** Yêu cầu feature/fix như thường lệ; agent theo quy ước trong `backbone.yml` và giữ diff nhỏ.
|
|
144
146
|
2. **Task lớn hoặc mơ hồ?** Bắt đầu với skill `clearthought` hoặc `sequential-thinking` để có kế hoạch trước.
|
|
145
|
-
3. **
|
|
146
|
-
4.
|
|
147
|
-
5.
|
|
148
|
-
6. **
|
|
149
|
-
7. **
|
|
147
|
+
3. **Task phức tạp nhưng prompt mù mờ?** `/prompt-sharpener <prompt mù mờ>` cải thiện prompt thành bản rõ ràng rồi thực thi ngay trong cùng lượt.
|
|
148
|
+
4. **Câu hỏi toàn repo hoặc review lớn?** Dùng `parallel-analysis` — chia các lane phân tích chỉ-đọc chạy song song rồi xác minh kết quả gộp.
|
|
149
|
+
5. **Đã sửa `.claude/`, skills, hooks, hoặc script installer?** Chạy `/security-scan` trước khi merge.
|
|
150
|
+
6. **Muốn cải tiến đo được?** Chạy `/autoresearch-coding` với metric và budget.
|
|
151
|
+
7. **Giữ setup luôn sắc bén:** `/daily-enhance` đề xuất cải tiến — không bao giờ tự áp dụng.
|
|
152
|
+
8. **Onboarding xong hẳn?** `/vibe-finalize` dọn các file bootstrap một lần.
|
|
150
153
|
|
|
151
154
|
## Commands
|
|
152
155
|
|
|
153
|
-
| Command
|
|
154
|
-
|
|
|
155
|
-
| `/init-vibe`
|
|
156
|
-
| `/security-scan`
|
|
157
|
-
| `/daily-enhance`
|
|
158
|
-
| `/autoresearch-coding` | Vòng lặp thử nghiệm theo metric với baseline và budget.
|
|
159
|
-
| `/council`
|
|
160
|
-
| `/vibe-finalize`
|
|
156
|
+
| Command | Chức năng | Ví dụ |
|
|
157
|
+
| ---------------------- | -------------------------------------------------------------------------- | ------------------------------------------------------------------- |
|
|
158
|
+
| `/init-vibe` | Init lần đầu hoặc sửa chữa: đề xuất một diff, chờ duyệt. | `/init-vibe` — review diff rồi trả lời `yes`. |
|
|
159
|
+
| `/security-scan` | AgentShield probe chỉ-đọc + scanner tùy chọn cho bề mặt agent. | `/security-scan` trước khi merge thay đổi `.claude/**` hoặc skills. |
|
|
160
|
+
| `/daily-enhance` | Báo cáo chỉ-đề-xuất để cải tiến rules, skills, workflows. | `/daily-enhance` — review diff đề xuất rồi duyệt. |
|
|
161
|
+
| `/autoresearch-coding` | Vòng lặp thử nghiệm theo metric với baseline và budget. | `/autoresearch-coding` Goal: giảm lỗi lint. Budget: 3. |
|
|
162
|
+
| `/council` | Phối hợp các agent reviewer/researcher/analyst thành một kế hoạch gộp. | `/council` trên diff của branch này. |
|
|
163
|
+
| `/vibe-finalize` | Tốt nghiệp project: chuyển file bootstrap một lần vào `_vibekit-cleanup/`. | `/vibe-finalize` — xem trước, áp dụng sau khi duyệt. |
|
|
161
164
|
|
|
162
165
|
## Skills
|
|
163
166
|
|
|
164
|
-
Cả
|
|
165
|
-
|
|
166
|
-
| Skill
|
|
167
|
-
|
|
|
168
|
-
| `vibekit-init`
|
|
169
|
-
| `parallel-analysis`
|
|
170
|
-
| `agentshield-security-review` | Audit config agent, skills, hooks, MCP, commands trước khi merge.
|
|
171
|
-
| `autoresearch-coding`
|
|
172
|
-
| `daily-workflow-curator`
|
|
173
|
-
| `path-sensitive-shell-safety` | Trước khi sửa logic shell/installer/deploy có biến path hoặc `rm`/`mv`/`rsync`.
|
|
174
|
-
| `visual-design-loop`
|
|
175
|
-
| `clearthought`
|
|
176
|
-
| `sequential-thinking`
|
|
177
|
-
| `reviewing-4p-priorities`
|
|
178
|
-
| `memento`
|
|
179
|
-
| `coding-level`
|
|
167
|
+
Cả 13 skill nằm trong `.vibekit/skills/` và được mirror cho từng tool. Gọi bằng tên ("Use the X skill…") hoặc qua các command ở trên.
|
|
168
|
+
|
|
169
|
+
| Skill | Dùng khi | Prompt ví dụ |
|
|
170
|
+
| ----------------------------- | ------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
|
|
171
|
+
| `vibekit-init` | Setup lần đầu, hoặc `backbone.yml` / managed blocks cần sửa. | "Use the vibekit-init skill. Propose one diff and wait for my yes." |
|
|
172
|
+
| `parallel-analysis` | Câu hỏi toàn repo, review diff lớn, audit tính nhất quán. | "Use parallel-analysis: where is auth handled and what depends on it?" |
|
|
173
|
+
| `agentshield-security-review` | Audit config agent, skills, hooks, MCP, commands trước khi merge. | "Use agentshield-security-review on .claude/** and .vibekit/skills/**." |
|
|
174
|
+
| `autoresearch-coding` | Cải tiến repo qua các thử nghiệm đo được. | "Use autoresearch-coding. Metric: `npm test`. Direction: higher. Budget: 3." |
|
|
175
|
+
| `daily-workflow-curator` | Tune-up định kỳ cho rules, skills, workflows (chỉ đề xuất). | "Use daily-workflow-curator and propose today's improvements." |
|
|
176
|
+
| `path-sensitive-shell-safety` | Trước khi sửa logic shell/installer/deploy có biến path hoặc `rm`/`mv`/`rsync`. | "Use path-sensitive-shell-safety before changing this cleanup script." |
|
|
177
|
+
| `visual-design-loop` | Polish UI: render → screenshot → review → fix, theo vòng lặp. | "Use visual-design-loop on /dashboard. Budget 3 loops." |
|
|
178
|
+
| `clearthought` | Yêu cầu mơ hồ, tradeoff thiết kế, quyết định rủi ro. | "Use clearthought. Operation: implementation_plan. Split this feature into safe tasks." |
|
|
179
|
+
| `sequential-thinking` | Chia nhỏ công việc phức tạp theo từng bước. | "Use sequential-thinking. Break this refactor into ordered steps with tests." |
|
|
180
|
+
| `reviewing-4p-priorities` | Triage bug/finding theo thứ tự fix P0–P4. | "Use reviewing-4p-priorities. Classify these findings and give a fix sequence." |
|
|
181
|
+
| `memento` | Task nhiều ngày: lưu ngữ cảnh trước khi dừng, resume phiên sau. | "/memento — write MEMENTO.md with Goal, Done, Stuck, Next." |
|
|
182
|
+
| `coding-level` | Chỉnh độ chi tiết khi giải thích (0 = ELI5 … 5 = chuyên gia). | "/coding-level 2" |
|
|
183
|
+
| `prompt-sharpener` | Task phức tạp nhưng prompt mù mờ: cải thiện prompt rồi thực thi ngay trong cùng lượt. | "/prompt-sharpener make the settings page load faster" |
|
|
180
184
|
|
|
181
185
|
## Nâng cao
|
|
182
186
|
|
|
@@ -188,6 +192,7 @@ Chỉ cài các bề mặt bạn dùng (mặc định là `all`):
|
|
|
188
192
|
npx --yes minimal-vibe-coding-kit@latest install . --profile claude # chỉ Claude Code
|
|
189
193
|
npx --yes minimal-vibe-coding-kit@latest install . --profile claude,cursor # Claude + Cursor
|
|
190
194
|
npx --yes minimal-vibe-coding-kit@latest install . --profile codex # Codex / agent dùng AGENTS.md
|
|
195
|
+
npx --yes minimal-vibe-coding-kit@latest install . --profile grok # Grok Build CLI
|
|
191
196
|
```
|
|
192
197
|
|
|
193
198
|
Cờ: `--force` (ghi đè file kit sẵn có), `--dry-run` (xem trước), `--json` (kế hoạch dạng máy đọc).
|
|
@@ -221,7 +226,7 @@ node .vibekit/scripts/agentshield-probe.mjs . # probe c
|
|
|
221
226
|
npx ecc-agentshield scan --path . --format text --min-severity medium # scan đầy đủ, tùy chọn
|
|
222
227
|
```
|
|
223
228
|
|
|
224
|
-
Mọi thay đổi tới `CLAUDE.md`, `AGENTS.md`, `.claude/**`, `.cursor/**`, `.agents/**`, `.codex-plugin/**`, hoặc `.vibekit/skills|commands|scripts/**` đều nên kích hoạt review. Mô hình: [.vibekit/docs/SECURITY_MODEL.md](../.vibekit/docs/SECURITY_MODEL.md).
|
|
229
|
+
Mọi thay đổi tới `CLAUDE.md`, `AGENTS.md`, `.claude/**`, `.cursor/**`, `.agents/**`, `.grok/**`, `.codex-plugin/**`, hoặc `.vibekit/skills|commands|scripts/**` đều nên kích hoạt review. Mô hình: [.vibekit/docs/SECURITY_MODEL.md](../.vibekit/docs/SECURITY_MODEL.md).
|
|
225
230
|
|
|
226
231
|
### Doctor và báo cáo
|
|
227
232
|
|
|
@@ -243,14 +248,14 @@ Checklist publish: [.vibekit/init/PUSH_TO_GITHUB.md](../.vibekit/init/PUSH_TO_GI
|
|
|
243
248
|
<details>
|
|
244
249
|
<summary><strong>Khắc phục sự cố</strong></summary>
|
|
245
250
|
|
|
246
|
-
| Triệu chứng
|
|
247
|
-
|
|
|
248
|
-
| Agent bỏ qua luồng init
|
|
249
|
-
| Agent hỏi init lại mỗi phiên | Chạy init và duyệt; xác nhận `meta.template_status: initialized` trong `backbone.yml`.
|
|
250
|
-
| Dò sai stack
|
|
251
|
-
| Agent chạm path không nên
|
|
252
|
-
| AgentShield probe cảnh báo
|
|
253
|
-
| Thiếu script sau khi cài
|
|
251
|
+
| Triệu chứng | Cách xử lý |
|
|
252
|
+
| ---------------------------- | ------------------------------------------------------------------------------------------------------------------------ |
|
|
253
|
+
| Agent bỏ qua luồng init | Chạy lại installer, hoặc copy [.vibekit/init/CLAUDE-template.md](../.vibekit/init/CLAUDE-template.md) thành `CLAUDE.md`. |
|
|
254
|
+
| Agent hỏi init lại mỗi phiên | Chạy init và duyệt; xác nhận `meta.template_status: initialized` trong `backbone.yml`. |
|
|
255
|
+
| Dò sai stack | Xóa lockfile cũ, hoặc sửa `backbone.yml` trực tiếp. |
|
|
256
|
+
| Agent chạm path không nên | Thêm path vào `policy.protected_paths` trong `backbone.yml` (hỗ trợ glob). |
|
|
257
|
+
| AgentShield probe cảnh báo | Cài Python 3, hoặc bỏ qua — là warning, không phải failure. |
|
|
258
|
+
| Thiếu script sau khi cài | Chạy lại install với `--force`, hoặc copy thủ công `.vibekit/scripts/`. |
|
|
254
259
|
|
|
255
260
|
</details>
|
|
256
261
|
|
|
@@ -265,4 +270,4 @@ Issue và PR luôn welcome tại [`giang6283623/minimal-vibe-coding-kit`](https:
|
|
|
265
270
|
|
|
266
271
|
MIT. Xem [LICENSE](../LICENSE).
|
|
267
272
|
|
|
268
|
-
> 🇻🇳
|
|
273
|
+
> 🇻🇳 _Nếu bạn yêu Việt Nam và con người Việt Nam, bạn hoàn toàn được dùng miễn phí mọi thứ trong đây._
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "minimal-vibe-coding-kit",
|
|
3
|
-
"version": "0.4.
|
|
4
|
-
"description": "Project-agnostic AI coding workflow kit for Claude Code, Cursor, and
|
|
3
|
+
"version": "0.4.2",
|
|
4
|
+
"description": "Project-agnostic AI coding workflow kit for Claude Code, Cursor, Codex, and Grok with AgentShield security review.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"minimal-vibe-coding-kit": "./bin/mvck.js",
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
"claude-code",
|
|
28
28
|
"cursor",
|
|
29
29
|
"codex",
|
|
30
|
+
"grok",
|
|
30
31
|
"agents",
|
|
31
32
|
"skills",
|
|
32
33
|
"agentshield"
|
|
@@ -56,9 +57,11 @@
|
|
|
56
57
|
".claude/skills/memento/",
|
|
57
58
|
".claude/skills/coding-level/",
|
|
58
59
|
".claude/skills/parallel-analysis/",
|
|
60
|
+
".claude/skills/prompt-sharpener/",
|
|
59
61
|
".cursor/rules/",
|
|
60
62
|
".cursor/commands/",
|
|
61
63
|
".cursor/settings.json",
|
|
64
|
+
".cursor/cli.json",
|
|
62
65
|
".cursor/skills/clearthought/",
|
|
63
66
|
".cursor/skills/sequential-thinking/",
|
|
64
67
|
".cursor/skills/reviewing-4p-priorities/",
|
|
@@ -66,7 +69,9 @@
|
|
|
66
69
|
".cursor/skills/memento/",
|
|
67
70
|
".cursor/skills/coding-level/",
|
|
68
71
|
".cursor/skills/parallel-analysis/",
|
|
72
|
+
".cursor/skills/prompt-sharpener/",
|
|
69
73
|
".agents/",
|
|
74
|
+
".grok/",
|
|
70
75
|
".codex/",
|
|
71
76
|
".codex-plugin/",
|
|
72
77
|
".vibekit/docs/",
|