minimal-vibe-coding-kit 0.3.0 → 0.4.1

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.
Files changed (123) hide show
  1. package/.agents/skills/agentshield-security-review/SKILL.md +6 -6
  2. package/.agents/skills/agentshield-security-review/references/native-install.md +10 -10
  3. package/.agents/skills/agentshield-security-review/references/report-template.md +1 -1
  4. package/.agents/skills/agentshield-security-review/scripts/agentshield_repo_probe.py +3 -3
  5. package/.agents/skills/autoresearch-coding/README.md +1 -1
  6. package/.agents/skills/autoresearch-coding/SKILL.md +4 -4
  7. package/.agents/skills/coding-level/SKILL.md +8 -1
  8. package/.agents/skills/daily-workflow-curator/SKILL.md +3 -3
  9. package/.agents/skills/parallel-analysis/SKILL.md +160 -0
  10. package/.agents/skills/path-sensitive-shell-safety/SKILL.md +69 -0
  11. package/.agents/skills/path-sensitive-shell-safety/references/workflow.md +127 -0
  12. package/.agents/skills/vibekit-init/SKILL.md +6 -6
  13. package/.claude/commands/vibe-finalize.md +1 -1
  14. package/.claude/rules/safe-delete.md +11 -0
  15. package/.claude/rules/security.md +2 -0
  16. package/.claude/rules/tooling.md +1 -1
  17. package/.claude/skills/agentshield-security-review/SKILL.md +6 -6
  18. package/.claude/skills/agentshield-security-review/references/native-install.md +10 -10
  19. package/.claude/skills/agentshield-security-review/references/report-template.md +1 -1
  20. package/.claude/skills/agentshield-security-review/scripts/agentshield_repo_probe.py +3 -3
  21. package/.claude/skills/autoresearch-coding/README.md +1 -1
  22. package/.claude/skills/autoresearch-coding/SKILL.md +4 -4
  23. package/.claude/skills/coding-level/SKILL.md +8 -1
  24. package/.claude/skills/daily-workflow-curator/SKILL.md +3 -3
  25. package/.claude/skills/parallel-analysis/SKILL.md +160 -0
  26. package/.claude/skills/path-sensitive-shell-safety/SKILL.md +69 -0
  27. package/.claude/skills/path-sensitive-shell-safety/references/workflow.md +127 -0
  28. package/.claude/skills/vibekit-init/SKILL.md +6 -6
  29. package/.codex-plugin/plugin.json +2 -2
  30. package/.cursor/commands/vibe-finalize.md +1 -1
  31. package/.cursor/rules/001-vibe-core.mdc +1 -1
  32. package/.cursor/rules/010-init.mdc +1 -1
  33. package/.cursor/rules/020-security-agentshield.mdc +2 -2
  34. package/.cursor/rules/030-autoresearch-loop.mdc +1 -1
  35. package/.cursor/rules/040-safe-delete.mdc +16 -0
  36. package/.cursor/skills/coding-level/SKILL.md +8 -1
  37. package/.cursor/skills/parallel-analysis/SKILL.md +160 -0
  38. package/.cursor/skills/path-sensitive-shell-safety/SKILL.md +69 -0
  39. package/.cursor/skills/path-sensitive-shell-safety/references/workflow.md +127 -0
  40. package/.vibekit/commands/vibe-finalize.md +3 -0
  41. package/{.vbkit-docs → .vibekit/docs}/AUTORESEARCH_LEDGER.md +3 -3
  42. package/{.vbkit-docs → .vibekit/docs}/BACKBONE_REFERENCE.md +1 -1
  43. package/{.vbkit-docs → .vibekit/docs}/INSTALL.md +28 -16
  44. package/{.vbkit-docs → .vibekit/docs}/RESEARCH_NOTES.md +1 -1
  45. package/{.vbkit-docs → .vibekit/docs}/SECURITY_MODEL.md +2 -2
  46. package/{.vbkit-docs → .vibekit/docs}/TOOLING_GUIDE.md +2 -2
  47. package/{.vbkit-docs → .vibekit/docs}/templates/CONTEXT_TEMPLATE.md +1 -1
  48. package/{.vbkit-docs → .vibekit/docs}/templates/PRD_TEMPLATE.md +1 -1
  49. package/{CLAUDE-template.md → .vibekit/init/CLAUDE-template.md} +3 -1
  50. package/{FIRST_PROMPT.md → .vibekit/init/FIRST_PROMPT.md} +6 -6
  51. package/{FIRST_TIME_INIT.md → .vibekit/init/FIRST_TIME_INIT.md} +46 -14
  52. package/{.vbkit-scripts → .vibekit/scripts}/agentshield-probe.mjs +1 -1
  53. package/{.vbkit-scripts → .vibekit/scripts}/daily-enhance.mjs +3 -3
  54. package/{.vbkit-scripts → .vibekit/scripts}/doctor.mjs +22 -7
  55. package/{.vbkit-scripts → .vibekit/scripts}/init-backbone.mjs +31 -22
  56. package/{.vbkit-scripts → .vibekit/scripts}/mvck.mjs +61 -25
  57. package/{.vbkit-scripts → .vibekit/scripts}/test-install.mjs +32 -18
  58. package/{.vbkit-scripts → .vibekit/scripts}/validate-kit.mjs +47 -31
  59. package/{.vbkit-scripts → .vibekit/scripts}/vibekit-finalize.mjs +7 -7
  60. package/{skills → .vibekit/skills}/agentshield-security-review/SKILL.md +6 -6
  61. package/{skills → .vibekit/skills}/agentshield-security-review/references/native-install.md +10 -10
  62. package/{skills → .vibekit/skills}/agentshield-security-review/references/report-template.md +1 -1
  63. package/{skills → .vibekit/skills}/agentshield-security-review/scripts/agentshield_repo_probe.py +3 -3
  64. package/{skills → .vibekit/skills}/autoresearch-coding/README.md +1 -1
  65. package/{skills → .vibekit/skills}/autoresearch-coding/SKILL.md +4 -4
  66. package/{skills → .vibekit/skills}/coding-level/SKILL.md +8 -1
  67. package/{skills → .vibekit/skills}/daily-workflow-curator/SKILL.md +3 -3
  68. package/.vibekit/skills/parallel-analysis/SKILL.md +160 -0
  69. package/.vibekit/skills/path-sensitive-shell-safety/SKILL.md +69 -0
  70. package/.vibekit/skills/path-sensitive-shell-safety/references/workflow.md +127 -0
  71. package/{skills → .vibekit/skills}/vibekit-init/SKILL.md +6 -6
  72. package/AGENTS.md +6 -2
  73. package/CHANGELOG.md +24 -2
  74. package/CONTRIBUTING.md +3 -3
  75. package/README.md +147 -372
  76. package/backbone.yml +8 -7
  77. package/bin/mvck.js +1 -1
  78. package/bin/vibe-kit.js +1 -1
  79. package/docs/README.vi.md +268 -0
  80. package/install.ps1 +1 -1
  81. package/install.sh +5 -3
  82. package/package.json +23 -19
  83. package/.vbkit-commands/vibe-finalize.md +0 -3
  84. package/README.vi.md +0 -431
  85. /package/{.vbkit-commands → .vibekit/commands}/autoresearch-coding.md +0 -0
  86. /package/{.vbkit-commands → .vibekit/commands}/council.md +0 -0
  87. /package/{.vbkit-commands → .vibekit/commands}/daily-enhance.md +0 -0
  88. /package/{.vbkit-commands → .vibekit/commands}/init-vibe.md +0 -0
  89. /package/{.vbkit-commands → .vibekit/commands}/security-scan.md +0 -0
  90. /package/{.vbkit-docs → .vibekit/docs}/backbone.schema.json +0 -0
  91. /package/{.vbkit-scripts → .vibekit/scripts}/pack-dry-run.mjs +0 -0
  92. /package/{skills → .vibekit/skills}/agentshield-security-review/agents/openai.yaml +0 -0
  93. /package/{skills → .vibekit/skills}/agentshield-security-review/references/review-checklist.md +0 -0
  94. /package/{skills → .vibekit/skills}/autoresearch-coding/references/experiment-contract.md +0 -0
  95. /package/{skills → .vibekit/skills}/autoresearch-coding/references/metric-extraction.md +0 -0
  96. /package/{skills → .vibekit/skills}/autoresearch-coding/references/result-ledger.md +0 -0
  97. /package/{skills → .vibekit/skills}/autoresearch-coding/scripts/log_result.py +0 -0
  98. /package/{skills → .vibekit/skills}/autoresearch-coding/scripts/run_logged.py +0 -0
  99. /package/{skills → .vibekit/skills}/clearthought/SKILL.md +0 -0
  100. /package/{skills → .vibekit/skills}/clearthought/examples/decision-framework.md +0 -0
  101. /package/{skills → .vibekit/skills}/clearthought/examples/metagame-examples.md +0 -0
  102. /package/{skills → .vibekit/skills}/clearthought/examples/sequential-thinking.md +0 -0
  103. /package/{skills → .vibekit/skills}/clearthought/references/output-schemas.md +0 -0
  104. /package/{skills → .vibekit/skills}/clearthought/references/parameter-reference.md +0 -0
  105. /package/{skills → .vibekit/skills}/coding-level/references/level-0.md +0 -0
  106. /package/{skills → .vibekit/skills}/coding-level/references/level-1.md +0 -0
  107. /package/{skills → .vibekit/skills}/coding-level/references/level-2.md +0 -0
  108. /package/{skills → .vibekit/skills}/coding-level/references/level-3.md +0 -0
  109. /package/{skills → .vibekit/skills}/coding-level/references/level-4.md +0 -0
  110. /package/{skills → .vibekit/skills}/coding-level/references/level-5.md +0 -0
  111. /package/{skills → .vibekit/skills}/memento/SKILL.md +0 -0
  112. /package/{skills → .vibekit/skills}/reviewing-4p-priorities/SKILL.md +0 -0
  113. /package/{skills → .vibekit/skills}/reviewing-4p-priorities/examples.md +0 -0
  114. /package/{skills → .vibekit/skills}/sequential-thinking/SKILL.md +0 -0
  115. /package/{skills → .vibekit/skills}/sequential-thinking/examples/adaptive-depth.md +0 -0
  116. /package/{skills → .vibekit/skills}/sequential-thinking/examples/branching-exploration.md +0 -0
  117. /package/{skills → .vibekit/skills}/sequential-thinking/examples/linear-reasoning.md +0 -0
  118. /package/{skills → .vibekit/skills}/sequential-thinking/examples/revision-pattern.md +0 -0
  119. /package/{skills → .vibekit/skills}/sequential-thinking/references/output-schema.md +0 -0
  120. /package/{skills → .vibekit/skills}/sequential-thinking/references/parameters.md +0 -0
  121. /package/{skills → .vibekit/skills}/sequential-thinking/references/patterns.md +0 -0
  122. /package/{skills → .vibekit/skills}/visual-design-loop/SKILL.md +0 -0
  123. /package/{skills → .vibekit/skills}/visual-design-loop/agents/openai.yaml +0 -0
package/README.md CHANGED
@@ -1,487 +1,262 @@
1
1
  <div align="center">
2
2
 
3
- **Read in:** **English** · [Tiếng Việt](README.vi.md)
3
+ **Read in:** **English** · [Tiếng Việt](docs/README.vi.md)
4
4
 
5
5
  # Minimal Vibe Coding Kit
6
6
 
7
7
  [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
8
- [![Version](https://img.shields.io/badge/version-0.2.0-2ea44f.svg)](CHANGELOG.md)
8
+ [![npm](https://img.shields.io/badge/npm-minimal--vibe--coding--kit-cb3837?logo=npm)](https://www.npmjs.com/package/minimal-vibe-coding-kit)
9
+ [![Version](https://img.shields.io/badge/version-0.4.1-2ea44f.svg)](CHANGELOG.md)
9
10
  ![Claude](https://img.shields.io/badge/Claude%20Code-Commands%20%26%20Skills-111111)
10
11
  ![Cursor](https://img.shields.io/badge/Cursor-Rules%20%26%20Commands-1f6feb)
11
12
  ![Codex](https://img.shields.io/badge/Codex-AGENTS.md%20%26%20Plugin-6f42c1)
12
13
  ![AgentShield](https://img.shields.io/badge/Security-AgentShield-d62828)
13
14
  ![Node](https://img.shields.io/badge/node-%3E%3D18-339933?logo=node.js&logoColor=white)
14
15
 
15
- **One installable AI-coding workflow kit for Claude Code, Cursor, and Codex — works on any repo, in any language.**
16
+ **One installable AI-coding workflow kit for Claude Code, Cursor, and Codex — any repo, any language.**
16
17
 
17
- Drop it in, let the agent auto-detect your stack, approve the proposal, ship.
18
+ Install paste one prompt approve the proposal → code with guardrails.
18
19
 
19
20
  </div>
20
21
 
21
22
  ---
22
23
 
23
- ## Table of Contents
24
-
25
- - [What's New in 0.2.0](#whats-new-in-020)
26
- - [What This Kit Is](#what-this-kit-is)
27
- - [Quick Start](#quick-start)
28
- - [First Prompt](#first-prompt)
29
- - [Install Profiles](#install-profiles)
30
- - [Updating an Installed Project](#updating-an-installed-project)
31
- - [Repository Layout](#repository-layout)
32
- - [Workflow per Tool](#workflow-per-tool)
33
- - [Commands & Skills Reference](#commands--skills-reference)
34
- - [Flexible Reasoning Skills](#flexible-reasoning-skills)
35
- - [Autoresearch Loop](#autoresearch-loop)
36
- - [AgentShield Security Review](#agentshield-security-review)
37
- - [Daily Enhancement](#daily-enhancement)
38
- - [Doctor Report](#doctor-report)
39
- - [Validate Before Release](#validate-before-release)
40
- - [Design Goals](#design-goals)
41
- - [Troubleshooting](#troubleshooting)
42
- - [Contributing](#contributing)
43
- - [License](#license)
44
-
45
- > 🇻🇳 Bạn muốn đọc tiếng Việt? Xem [README.vi.md](README.vi.md).
24
+ ## What is this?
46
25
 
47
- ---
48
-
49
- ## What's New in 0.2.0
50
-
51
- | Area | Change |
52
- | --- | --- |
53
- | Installer | One-command CLI: `mvck install <project>` (plus `install.sh` / `install.ps1`). |
54
- | Codex support | Adds `.agents/`, `.codex/`, and `.codex-plugin/plugin.json` surfaces. |
55
- | Shared instructions | New `AGENTS.md` is imported by `CLAUDE.md` to avoid duplication. |
56
- | Backbone | Compact `backbone.yml` template + auto-detection helper. |
57
- | Skills | Adds `vibekit-init`, `agentshield-security-review`, `daily-workflow-curator`. |
58
- | Security | Read-only AgentShield repo probe + scanner integration. |
59
- | Daily loop | Propose-only `daily-enhance` report — never silently rewrites rules. |
60
- | Validation | Syntax checks, install idempotency tests, `mvck doctor`, schema checks, and GitHub Actions workflow. |
61
-
62
- Full notes in [CHANGELOG.md](CHANGELOG.md).
63
-
64
- ## What This Kit Is
65
-
66
- A lightweight, project-agnostic kit of shared **rules**, **skills**, **commands**, and a **backbone manifest** that lets AI coding assistants understand any project consistently.
26
+ A small kit of shared **rules**, **skills**, and **commands**, plus one **`backbone.yml`** manifest, so Claude Code, Cursor, and Codex all understand your project the same way.
67
27
 
68
- It is intentionally minimal:
69
-
70
- - No heavy framework, no forced structure.
71
- - Existing `CLAUDE.md` / `AGENTS.md` are never overwritten only managed blocks are added.
72
- - Three template files do the heavy lifting:
73
- - [backbone.yml](backbone.yml) — single source of truth for project structure, paths, and conventions.
74
- - [CLAUDE-template.md](CLAUDE-template.md) — a short `CLAUDE.md` skeleton that imports `AGENTS.md`.
75
- - [FIRST_TIME_INIT.md](FIRST_TIME_INIT.md) — the init runbook with guardrails for any repo.
76
-
77
- The flow:
78
-
79
- 1. Install the kit into a project. `backbone.yml` ships with `meta.template_status: uninitialized` and `<<PLACEHOLDER>>` values.
80
- 2. Paste the [first prompt](#first-prompt) into Claude Code, Cursor, or Codex.
81
- 3. The agent scans your repo for stack fingerprints and existing conventions, then **proposes one unified diff**.
82
- 4. You review the inferred backbone and project rules (`yes` / `edit` / `abort`). The agent writes only after approval and flips status to `initialized`.
83
- 5. Every later session reads the filled `backbone.yml` and skips the init flow.
84
-
85
- Works for single-repo, monorepo, and multi-repo layouts. No silent edits. No project-specific code in the base kit.
86
-
87
- During first-time init, the proposal also captures repo-specific rules in `backbone.yml` under `conventions`: naming style, folder architecture, shared asset/resource access, localization/message access, generated definitions, and per-app/package differences when evidence differs.
28
+ - Never overwrites your existing `CLAUDE.md` / `AGENTS.md` — it only adds managed blocks.
29
+ - Every setup write waits for your explicit approval.
30
+ - Security review of agent surfaces (AgentShield) is part of the normal workflow.
31
+ - Safe deletes by default: `rm` is deny-listed for Claude Code and Cursor, and all agents prefer the recoverable `trash` command (init checks it and recommends an install if missing).
32
+ - 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`.
88
33
 
89
34
  ## Quick Start
90
35
 
91
- ### 1. Install the kit into any project
36
+ Three steps, about two minutes.
92
37
 
93
- From this kit folder:
38
+ **1. Install into your project** (no clone needed):
94
39
 
95
40
  ```bash
96
- ./install.sh /path/to/your-project
41
+ npx --yes minimal-vibe-coding-kit@latest install /path/to/your-project
97
42
  ```
98
43
 
99
- PowerShell on Windows:
44
+ Already ran `npm i minimal-vibe-coding-kit`, or prefer GitHub or a local clone? See [Install from npm](#install-from-npm).
100
45
 
101
- ```powershell
102
- ./install.ps1 -Target C:\path\to\your-project
103
- ```
104
-
105
- Or with the Node CLI directly:
106
-
107
- ```bash
108
- node .vbkit-scripts/mvck.mjs install /path/to/your-project --profile all
109
- ```
110
-
111
- Once this repo is published on GitHub, end users can install from anywhere with:
112
-
113
- ```bash
114
- npx github:giang6283623/minimal-vibe-coding-kit install /path/to/your-project
115
- ```
116
-
117
- ### 2. Initialize the backbone
118
-
119
- ```bash
120
- cd /path/to/your-project
121
- node .vbkit-scripts/init-backbone.mjs . --propose # preview the proposal
122
- node .vbkit-scripts/init-backbone.mjs . --write --yes # write after you reviewed backbone + rules
123
- ```
124
-
125
- Optional stack presets:
126
-
127
- ```bash
128
- node .vbkit-scripts/mvck.mjs init . --preset nextjs --propose
129
- node .vbkit-scripts/mvck.mjs init . --preset wordpress --propose
130
- node .vbkit-scripts/mvck.mjs init . --preset python --propose
131
- node .vbkit-scripts/mvck.mjs init . --preset laravel --propose
132
- node .vbkit-scripts/mvck.mjs init . --preset docker --propose
133
- ```
134
-
135
- ### 3. Validate
136
-
137
- ```bash
138
- npm test
139
- npm run security:probe
140
- node .vbkit-scripts/mvck.mjs doctor .
141
- ```
142
-
143
- ### 4. Open the project and paste the [first prompt](#first-prompt).
144
-
145
- ## First Prompt
146
-
147
- Paste this into Claude Code, Cursor, or Codex after installing the kit:
46
+ **2. Open the project in Claude Code, Cursor, or Codex and paste:**
148
47
 
149
48
  ```text
150
- Read FIRST_TIME_INIT.md and initialize this repo with Minimal Vibe Coding Kit.
49
+ Read .vibekit/init/FIRST_TIME_INIT.md and initialize this repo with Minimal Vibe Coding Kit.
151
50
  First print the requirements you will check. Then run detection, propose one diff
152
51
  for backbone.yml and managed instruction blocks, and wait for my yes before writing.
153
- Include inferred project conventions for naming, architecture, resources,
154
- localization, generated definitions, and per-app/package differences.
155
- After approval, write the files, run validation, and summarize what changed.
156
52
  ```
157
53
 
158
- Tool-specific variants live in [FIRST_PROMPT.md](FIRST_PROMPT.md).
159
-
160
- ## Install Profiles
54
+ **3. Review the proposed diff and answer `yes`.**
161
55
 
162
- Install everything (default):
56
+ The agent fills `backbone.yml` with your detected stack and conventions and flips it to `initialized`. Done — every later session reads it automatically and skips init.
163
57
 
164
- ```bash
165
- node .vbkit-scripts/mvck.mjs install . --profile all
166
- ```
167
-
168
- Install only what you use:
58
+ Optional health check any time:
169
59
 
170
60
  ```bash
171
- node .vbkit-scripts/mvck.mjs install . --profile claude # Claude Code only
172
- node .vbkit-scripts/mvck.mjs install . --profile claude,cursor # Claude + Cursor
173
- node .vbkit-scripts/mvck.mjs install . --profile codex # Codex (and any AGENTS.md agent)
61
+ node .vibekit/scripts/mvck.mjs doctor .
174
62
  ```
175
63
 
176
- Useful flags: `--force` (overwrite existing files), `--dry-run` (preview without writing), `--json` (machine-readable install plan).
64
+ ## Install from npm
177
65
 
178
- ## Updating an Installed Project
179
-
180
- When the kit ships new skills, rules, or scripts, refresh any project that already uses it with one command (run inside that project):
181
-
182
- ```bash
183
- npx --yes minimal-vibe-coding-kit@latest update .
184
- ```
66
+ The kit is published on npm as [`minimal-vibe-coding-kit`](https://www.npmjs.com/package/minimal-vibe-coding-kit). It is a **scaffolding CLI, not a library** — files sitting in `node_modules/` do nothing by themselves. Running `install` once copies the kit into your repo root, exactly like the GitHub installer does.
185
67
 
186
- Or from a local clone of the newer kit:
68
+ **Option A one-shot (recommended).** Nothing is added to your project's dependencies:
187
69
 
188
70
  ```bash
189
- node /path/to/minimal-vibe-coding-kit/.vbkit-scripts/mvck.mjs update /path/to/your-project
71
+ npx --yes minimal-vibe-coding-kit@latest install /path/to/your-project
190
72
  ```
191
73
 
192
- `update` is designed to be safe by default:
193
-
194
- - **Refreshes kit-owned files only**: `skills/`, `.vbkit-commands/`, `.vbkit-scripts/`, `.vbkit-docs/`, and the Claude/Cursor/Codex skill, command, rule, and agent mirrors. New kit skills are added automatically.
195
- - **Never overwrites user-owned files**: `backbone.yml`, `CLAUDE.md`, `AGENTS.md` content outside the managed block, `.claude/settings.json`, and `.cursor/settings.json` are seeded only if missing.
196
- - **Managed blocks, not rewrites**: `AGENTS.md`, `CLAUDE.md`, and `.gitignore` are updated only inside the `BEGIN/END: minimal-vibe-coding-kit` markers.
197
- - **Backs up before replacing**: any kit file that changed locally is copied to `.vibekit/update-backup/<timestamp>/` before being replaced (skip with `--no-backup`).
198
- - **Never deletes** files you added, and skips re-seeding one-time files on finalized projects.
199
- - **Version-stamped**: the installed kit version is recorded in `.vibekit/KIT_VERSION`; `mvck doctor` reports it.
200
-
201
- Preview first if you want:
74
+ **Option B — as a dependency.** If the package is (or will be) in your `package.json`, one more command is required:
202
75
 
203
76
  ```bash
204
- npx --yes minimal-vibe-coding-kit@latest update . --dry-run
205
- npx --yes minimal-vibe-coding-kit@latest update . --dry-run --json
206
- ```
207
-
208
- Recommended flow: `update . --dry-run` → `update .` → `npm run validate` (or `node .vbkit-scripts/validate-kit.mjs .`) → review the diff in git before committing.
209
-
210
- ## Repository Layout
211
-
212
- ```text
213
- .
214
- ├── backbone.yml ← project map + workflow config (template)
215
- ├── AGENTS.md ← shared instructions for Claude, Cursor, Codex
216
- ├── CLAUDE-template.md ← short Claude starter (imports AGENTS.md)
217
- ├── FIRST_PROMPT.md ← copy/paste prompts per tool
218
- ├── FIRST_TIME_INIT.md ← safe init runbook with guardrails
219
-
220
- ├── .claude/ ← Claude Code surface
221
- │ ├── agents/ (10 role agents: code-reviewer, debug-fixer, …)
222
- │ ├── commands/ (/init-vibe, /security-scan, /daily-enhance, /autoresearch-coding, /council)
223
- │ ├── rules/ (vibe-core, security, autoresearch, tooling)
224
- │ ├── skills/ (mirrors of shared skills)
225
- │ └── settings.json
226
-
227
- ├── .cursor/ ← Cursor surface (rules/, commands/, skills/)
228
- ├── .agents/skills/ ← portable / Codex skills
229
- ├── .codex/ ← Codex config example
230
- ├── .codex-plugin/plugin.json ← Codex plugin manifest
231
-
232
- ├── skills/ ← canonical shared skills
233
- │ ├── vibekit-init/
234
- │ ├── autoresearch-coding/
235
- │ ├── agentshield-security-review/
236
- │ ├── daily-workflow-curator/
237
- │ ├── clearthought/
238
- │ ├── sequential-thinking/
239
- │ ├── reviewing-4p-priorities/
240
- │ └── visual-design-loop/
241
- ├── .vbkit-commands/ ← shared command prompts
242
-
243
- ├── .vbkit-scripts/ ← mvck CLI, init-backbone, daily-enhance, validate-kit, doctor, install tests
244
- ├── bin/ ← npm bin entries (mvck, vibe-kit)
245
- ├── .vbkit-docs/ ← deeper references (kept out of root)
246
- └── .github/workflows/ ← repo validation workflow
77
+ npm i -D minimal-vibe-coding-kit
78
+ npx mvck install . # required — copies the kit out of node_modules into your repo
247
79
  ```
248
80
 
249
- ## Workflow per Tool
81
+ > **Important:** `npm i` alone only downloads the kit into `node_modules/` — nothing is active yet.
82
+ > `mvck install` is the step that copies `.claude/`, `.cursor/`, `.agents/`, `.vibekit/`, and `backbone.yml` into your repo root.
250
83
 
251
- ### Claude Code
84
+ Either way, the short `mvck` command (alias: `vibe-kit`) is then available via `npx`:
252
85
 
253
- Claude reads `CLAUDE.md`, `AGENTS.md`, `.claude/rules`, `.claude/commands`, `.claude/agents`, and `.claude/skills`.
86
+ | Short command | What it does |
87
+ | --- | --- |
88
+ | `npx mvck install .` | Copy the kit into the repo (`--profile`, `--dry-run`, `--force`) |
89
+ | `npx mvck update .` | Refresh kit-owned files after a new kit release |
90
+ | `npx mvck doctor .` | Read-only health check |
91
+ | `npx mvck validate .` | Structure validation |
254
92
 
255
- Useful slash commands:
93
+ Then continue with **step 2** of the Quick Start (paste the init prompt).
256
94
 
257
- ```text
258
- /init-vibe initialize or repair the kit setup
259
- /security-scan AgentShield probe + scan
260
- /daily-enhance generate a propose-only improvement report
261
- /autoresearch-coding run the metric-driven experiment loop
262
- /council coordinate multiple specialized agents
263
- ```
264
-
265
- The generated `CLAUDE.md` stays short and imports shared guidance via `@AGENTS.md`.
95
+ Other install paths: `npx github:giang6283623/minimal-vibe-coding-kit install /path/to/your-project`, or from a local clone `./install.sh /path/to/your-project` (Windows: `./install.ps1 -Target C:\path\to\your-project`).
266
96
 
267
- ### Cursor
97
+ ## What lands in your repo
268
98
 
269
- Cursor receives project rules from:
99
+ Install adds exactly this — nothing else in your project is touched:
270
100
 
271
101
  ```text
272
- .cursor/rules/*.mdc 001-vibe-core, 010-init, 020-security-agentshield, 030-autoresearch-loop
273
- .cursor/commands/*.md same five commands as Claude
274
- .cursor/skills/* custom native reasoning skills
275
- AGENTS.md
276
- backbone.yml
102
+ your-project/
103
+ ├── backbone.yml ← project map agents read first (single source of truth)
104
+ ├── AGENTS.md ← shared agent instructions (managed block)
105
+ ├── CLAUDE.md ← short; imports AGENTS.md (created only if missing)
106
+ ├── .gitignore ← kit entries appended inside a managed block
107
+ ├── .claude/ ← Claude Code: rules, commands, agents, skills
108
+ ├── .cursor/ ← Cursor: rules, commands, skills
109
+ ├── .agents/ ← Codex / portable skills
110
+ ├── .codex/ .codex-plugin/ ← Codex config example + plugin manifest
111
+ └── .vibekit/ ← everything kit-owned, in ONE folder
112
+ ├── skills/ ← canonical shared skills (mirrored to the harness dirs)
113
+ ├── commands/ ← shared command prompts
114
+ ├── scripts/ ← mvck CLI, init, validate, doctor, security probe
115
+ ├── docs/ ← deeper references
116
+ └── init/ ← one-time onboarding files (removable via /vibe-finalize)
277
117
  ```
278
118
 
279
- Rules are split by topic so context stays small.
280
-
281
- ### Codex
119
+ Existing files are never replaced the kit merges managed blocks (`BEGIN/END: minimal-vibe-coding-kit`) and skips anything you already own.
282
120
 
283
- Codex receives guidance from:
121
+ ## How the pieces connect
284
122
 
285
123
  ```text
286
- AGENTS.md
287
- .agents/skills/*/SKILL.md
288
- .codex/config.example.toml
289
- .codex-plugin/plugin.json
290
- backbone.yml
124
+ You (prompt) ──▶ Claude Code / Cursor / Codex
125
+ │ reads first
126
+
127
+ backbone.yml + AGENTS.md / CLAUDE.md + rules
128
+ │ loads on demand
129
+
130
+ skills (procedures) + commands (shortcuts)
131
+ │ guarded by
132
+
133
+ protected paths · propose-before-write · AgentShield probe
291
134
  ```
292
135
 
293
- Recommended prompt:
136
+ - **`backbone.yml`** — paths, conventions, protected paths, and the validate command for your repo.
137
+ - **Rules** — short, always-loaded guardrails (read backbone first, small diffs, security review on agent surfaces).
138
+ - **Skills** — repeatable procedures, loaded only when a task needs them.
139
+ - **Commands** — one-word shortcuts to the most common skills.
294
140
 
295
- ```text
296
- Read AGENTS.md and FIRST_TIME_INIT.md. Use the vibekit-init skill if available.
297
- Initialize backbone.yml, keep AGENTS.md concise, and wait for approval before writing.
298
- ```
141
+ ## Guide — day-to-day usage
299
142
 
300
- ## Commands & Skills Reference
143
+ 1. **Just code.** Ask for features and fixes normally; the agent follows `backbone.yml` conventions and keeps diffs small.
144
+ 2. **Big or vague task?** Start with the `clearthought` or `sequential-thinking` skill to get a plan first.
145
+ 3. **Repo-wide question or big review?** Use `parallel-analysis` — it fans out read-only analysis lanes and verifies the merged result.
146
+ 4. **Changed `.claude/`, skills, hooks, or installer scripts?** Run `/security-scan` before merging.
147
+ 5. **Want measurable improvements?** Run `/autoresearch-coding` with a metric and budget.
148
+ 6. **Keep the setup sharp:** `/daily-enhance` proposes improvements — it never applies them silently.
149
+ 7. **Onboarding finished for good?** `/vibe-finalize` moves one-time bootstrap files out.
301
150
 
302
- ### Commands
151
+ ## Commands
303
152
 
304
- | Command | Backed by skill | Use when |
153
+ | Command | What it does | Example |
305
154
  | --- | --- | --- |
306
- | `/init-vibe` | `vibekit-init` | First-time init or repair. Print requirements, propose diff, wait for approval. |
307
- | `/security-scan` | `agentshield-security-review` | Reviewing agent surfaces, hooks, MCP, skills, commands, installer scripts. |
308
- | `/daily-enhance` | `daily-workflow-curator` | Daily proposal to improve rules, skills, workflows, `backbone.yml`. Propose-only. |
309
- | `/autoresearch-coding` | `autoresearch-coding` | Improving a repo through measurable experiments with a baseline + budget. |
310
- | `/council` | (multi-agent) | Coordinate research-coordinator, security-reviewer, code-reviewer, results-analyst. |
311
-
312
- ### Skills (`skills/` is canonical; tool-specific skill folders mirror native entrypoints where applicable)
155
+ | `/init-vibe` | First-time init or repair: propose one diff, wait for approval. | `/init-vibe` — then review the diff and answer `yes`. |
156
+ | `/security-scan` | Read-only AgentShield probe + optional scanner over agent surfaces. | `/security-scan` before merging changes to `.claude/**` or skills. |
157
+ | `/daily-enhance` | Propose-only report to improve rules, skills, and workflows. | `/daily-enhance` — review the proposed diff, then approve. |
158
+ | `/autoresearch-coding` | Metric-driven experiment loop with baseline and budget. | `/autoresearch-coding` Goal: fewer lint errors. Budget: 3. |
159
+ | `/council` | Coordinates reviewer/researcher/analyst agents into one merged plan. | `/council` on this branch diff. |
160
+ | `/vibe-finalize` | Graduate the project: move one-time bootstrap files to `_vibekit-cleanup/`. | `/vibe-finalize` — preview first, apply after approval. |
313
161
 
314
- | Skill | Purpose |
315
- | --- | --- |
316
- | [`vibekit-init`](skills/vibekit-init/SKILL.md) | First-time init flow: detect stack, propose diff, wait for `yes`, then write. |
317
- | [`autoresearch-coding`](skills/autoresearch-coding/SKILL.md) | Metric-driven research loop with baseline, experiments, and a results log. |
318
- | [`agentshield-security-review`](skills/agentshield-security-review/SKILL.md) | Read-only probe + optional scanner pass for agent-surface security. |
319
- | [`daily-workflow-curator`](skills/daily-workflow-curator/SKILL.md) | Daily report + diff proposal. Never writes silently. |
320
- | [`clearthought`](skills/clearthought/SKILL.md) | Flexible structured reasoning for ambiguous coding, debugging, design, and implementation planning. |
321
- | [`sequential-thinking`](skills/sequential-thinking/SKILL.md) | Step progression, revisions, branches, and task splitting for complex work. |
322
- | [`reviewing-4p-priorities`](skills/reviewing-4p-priorities/SKILL.md) | P0-P4 triage for bugs, review findings, risks, and fix order. |
323
- | [`visual-design-loop`](skills/visual-design-loop/SKILL.md) | Screenshot-driven UI polish loop for render-review-fix design improvement. |
324
- | [`memento`](skills/memento/SKILL.md) | Cross-session working memory: write `MEMENTO.md` before closing a multi-day task, resume from it next session. User-invoked (`/memento`). |
325
- | [`coding-level`](skills/coding-level/SKILL.md) | Set the explanation register from 0 (ELI5) to 5 (expert peer); active until reinvoked. User-invoked (`/coding-level N`). |
162
+ ## Skills
326
163
 
327
- ### Agents (`.claude/agents/`)
164
+ All 12 skills live in `.vibekit/skills/` and are mirrored for each tool. Invoke them by name ("Use the X skill…") or via the commands above.
328
165
 
329
- Drop-in role prompts: `code-reviewer`, `debug-fixer`, `hypothesis-planner`, `implementation-hacker`, `research-coordinator`, `results-analyst`, `test-runner`, `security-reviewer`, `context-architect`, `workflow-curator`.
166
+ | Skill | Use it when | Example prompt |
167
+ | --- | --- | --- |
168
+ | `vibekit-init` | First-time setup, or `backbone.yml` / managed blocks need repair. | "Use the vibekit-init skill. Propose one diff and wait for my yes." |
169
+ | `parallel-analysis` | Repo-wide questions, large diff reviews, consistency audits. | "Use parallel-analysis: where is auth handled and what depends on it?" |
170
+ | `agentshield-security-review` | Auditing agent config, skills, hooks, MCP, commands before merge. | "Use agentshield-security-review on .claude/** and .vibekit/skills/**." |
171
+ | `autoresearch-coding` | Improving the repo through measured experiments. | "Use autoresearch-coding. Metric: `npm test`. Direction: higher. Budget: 3." |
172
+ | `daily-workflow-curator` | Periodic tune-up of rules, skills, and workflows (propose-only). | "Use daily-workflow-curator and propose today's improvements." |
173
+ | `path-sensitive-shell-safety` | Before editing shell/installer/deploy logic with path variables or `rm`/`mv`/`rsync`. | "Use path-sensitive-shell-safety before changing this cleanup script." |
174
+ | `visual-design-loop` | UI polish: render → screenshot → review → fix, in a loop. | "Use visual-design-loop on /dashboard. Budget 3 loops." |
175
+ | `clearthought` | Ambiguous requirements, design tradeoffs, risky decisions. | "Use clearthought. Operation: implementation_plan. Split this feature into safe tasks." |
176
+ | `sequential-thinking` | Step-by-step decomposition of complex work. | "Use sequential-thinking. Break this refactor into ordered steps with tests." |
177
+ | `reviewing-4p-priorities` | Triaging bugs/findings into P0–P4 fix order. | "Use reviewing-4p-priorities. Classify these findings and give a fix sequence." |
178
+ | `memento` | Multi-day tasks: save context before stopping, resume next session. | "/memento — write MEMENTO.md with Goal, Done, Stuck, Next." |
179
+ | `coding-level` | Setting how detailed explanations should be (0 = ELI5 … 5 = expert). | "/coding-level 2" |
330
180
 
331
- ## Flexible Reasoning Skills
181
+ ## Advanced
332
182
 
333
- These three custom skills are native kit skills. They are available in `skills/` and mirrored for Claude, Codex, and Cursor. Each one includes bundled examples and references that are loaded only when the task needs more detail.
183
+ ### Install profiles
334
184
 
335
- Use `clearthought` when the request is broad or ambiguous:
185
+ Install only the surfaces you use (default is `all`):
336
186
 
337
- ```text
338
- Use the clearthought skill.
339
- Operation: implementation_plan
340
- Problem: Split this feature into safe tasks, identify risks, and define validation.
187
+ ```bash
188
+ npx --yes minimal-vibe-coding-kit@latest install . --profile claude # Claude Code only
189
+ npx --yes minimal-vibe-coding-kit@latest install . --profile claude,cursor # Claude + Cursor
190
+ npx --yes minimal-vibe-coding-kit@latest install . --profile codex # Codex / AGENTS.md agents
341
191
  ```
342
192
 
343
- Use `sequential-thinking` when you need step-by-step decomposition:
193
+ Flags: `--force` (overwrite existing kit files), `--dry-run` (preview), `--json` (machine-readable plan).
344
194
 
345
- ```text
346
- Use the sequential-thinking skill.
347
- Break this complex requirement into small implementation steps with tests.
348
- ```
195
+ ### Updating an installed project
349
196
 
350
- Use `reviewing-4p-priorities` when review findings or bug reports need fix order:
197
+ Run inside your project when the kit ships new skills or scripts:
351
198
 
352
- ```text
353
- Use the reviewing-4p-priorities skill.
354
- Classify these issues as P0-P4 and give me the practical fix sequence.
199
+ ```bash
200
+ npx --yes minimal-vibe-coding-kit@latest update . --dry-run # preview
201
+ npx --yes minimal-vibe-coding-kit@latest update . # apply
355
202
  ```
356
203
 
357
- Recommended flow for flexible vibe-coding tasks:
358
-
359
- 1. Run `clearthought` to clarify the problem and select the reasoning mode.
360
- 2. Run `sequential-thinking` to split the work into small tasks.
361
- 3. Run `reviewing-4p-priorities` to decide what must be fixed first.
362
- 4. Run the validation command from `backbone.yml`.
204
+ `update` refreshes **kit-owned files only**, never touches `backbone.yml` or your own content, updates managed blocks in place, and backs up changed files to `.vibekit/update-backup/<timestamp>/`. Details: [.vibekit/docs/INSTALL.md](.vibekit/docs/INSTALL.md).
363
205
 
364
- ## Autoresearch Loop
365
-
366
- Use this when you want the agent to improve a repo through measurable experiments:
206
+ ### Autoresearch loop
367
207
 
368
208
  ```text
369
209
  Use the autoresearch-coding skill.
370
- Goal: improve this repo for maintainability and coding-agent usefulness.
371
- Metric command: node .vbkit-scripts/validate-kit.mjs .
372
- Direction: higher.
373
- Editable paths: README.md .vbkit-docs .vbkit-scripts skills .vbkit-commands .claude .cursor .agents
374
- .codex-plugin backbone.yml AGENTS.md CLAUDE-template.md
375
- FIRST_TIME_INIT.md package.json install.sh install.ps1.
376
- Protected paths: .git .env* node_modules vendor secrets lockfiles.
210
+ Goal: improve maintainability. Metric command: <your validate command>. Direction: higher.
211
+ Editable paths: src/ docs/. Protected paths: .git .env* node_modules lockfiles.
377
212
  Budget: 3.
378
213
  ```
379
214
 
380
- Loop contract:
381
-
382
- 1. Run baseline metric.
383
- 2. Make one small experiment.
384
- 3. Run metric again.
385
- 4. Keep only improvements or safe simplifications.
386
- 5. Log result.
387
- 6. Repeat until budget is done.
388
-
389
- ## AgentShield Security Review
215
+ Contract: baseline first → one small experiment at a time → keep only metric-positive changes → log everything.
390
216
 
391
- Fast read-only probe (no install needed beyond Python):
217
+ ### Security review (AgentShield)
392
218
 
393
219
  ```bash
394
- node .vbkit-scripts/agentshield-probe.mjs .
220
+ node .vibekit/scripts/agentshield-probe.mjs . # fast read-only probe
221
+ npx ecc-agentshield scan --path . --format text --min-severity medium # optional full scan
395
222
  ```
396
223
 
397
- Optional full scanner pass when npm is available:
398
-
399
- ```bash
400
- npx ecc-agentshield scan --path . --format text --min-severity medium
401
- ```
224
+ Any change to `CLAUDE.md`, `AGENTS.md`, `.claude/**`, `.cursor/**`, `.agents/**`, `.codex-plugin/**`, or `.vibekit/skills|commands|scripts/**` should trigger a review. Model: [.vibekit/docs/SECURITY_MODEL.md](.vibekit/docs/SECURITY_MODEL.md).
402
225
 
403
- Security rules:
404
-
405
- - Do not run untrusted hooks, MCP servers, package lifecycle scripts, deploy scripts, migrations, or destructive commands just to inspect a repo.
406
- - Never print full secrets.
407
- - Any change to `CLAUDE.md`, `AGENTS.md`, `.claude/**`, `.cursor/**`, `.agents/**`, `.codex-plugin/**`, `skills/**`, `.vbkit-commands/**`, `.vbkit-scripts/**`, hooks, or MCP config should trigger an AgentShield-style review.
408
-
409
- ## Daily Enhancement
410
-
411
- Generate a local report:
412
-
413
- ```bash
414
- node .vbkit-scripts/daily-enhance.mjs . --write-report
415
- ```
416
-
417
- Prompt for an agent:
418
-
419
- ```text
420
- Use the daily-workflow-curator skill. Run the daily report, AgentShield probe,
421
- and kit validation. Propose improvements to rules, skills, workflows, and
422
- backbone.yml. Do not write until I approve the diff.
423
- ```
424
-
425
- Daily enhancement is **propose-only** by default. It does not silently commit or rewrite your rules.
426
-
427
- ## Doctor Report
428
-
429
- Run a read-only repo health check:
430
-
431
- ```bash
432
- node .vbkit-scripts/mvck.mjs doctor .
433
- ```
434
-
435
- Generate `VIBE_REPORT.md` when you want a local handoff report:
226
+ ### Doctor and reports
436
227
 
437
228
  ```bash
438
- node .vbkit-scripts/mvck.mjs doctor . --write-report
229
+ node .vibekit/scripts/mvck.mjs doctor . # read-only health check
230
+ node .vibekit/scripts/mvck.mjs doctor . --write-report # writes VIBE_REPORT.md
231
+ node .vibekit/scripts/daily-enhance.mjs . --write-report
439
232
  ```
440
233
 
441
- Doctor checks backbone initialization, detected commands, Claude/Cursor/Codex surfaces, managed block duplication, protected paths, validation, and the AgentShield probe.
442
-
443
- ## Validate Before Release
234
+ ### For kit developers
444
235
 
445
236
  ```bash
446
- npm test # syntax + install idempotency + structure validation
447
- npm run validate:all # npm test + AgentShield probe + package dry-run
237
+ npm test # syntax + real temp-dir install test + structure validation
238
+ npm run validate:all # npm test + AgentShield probe + npm pack dry-run
448
239
  ```
449
240
 
450
- Expected result: validation passes, AgentShield probe reports no critical structural issues, and `npm run pack:dry-run` shows the intended package files.
241
+ Publishing checklist: [.vibekit/init/PUSH_TO_GITHUB.md](.vibekit/init/PUSH_TO_GITHUB.md). Deeper docs: [.vibekit/docs/](.vibekit/docs/).
451
242
 
452
- Publishing checklist lives in [PUSH_TO_GITHUB.md](PUSH_TO_GITHUB.md).
243
+ <details>
244
+ <summary><strong>Troubleshooting</strong></summary>
453
245
 
454
- ## Design Goals
455
-
456
- - Work with any language or framework.
457
- - Support existing projects without overwriting custom instructions.
458
- - Keep root files short long procedures live in skills and `.vbkit-docs/`.
459
- - Make AI workflow improvements measurable through autoresearch.
460
- - Make agent-surface security review part of the normal workflow.
461
-
462
- ## Troubleshooting
246
+ | Symptom | Fix |
247
+ | --- | --- |
248
+ | Agent ignores the init flow | Re-run the installer, or copy [.vibekit/init/CLAUDE-template.md](.vibekit/init/CLAUDE-template.md) to `CLAUDE.md`. |
249
+ | Agent re-asks to init every session | Run init and approve; confirm `meta.template_status: initialized` in `backbone.yml`. |
250
+ | Wrong stack detected | Remove stale lockfiles, or edit `backbone.yml` directly. |
251
+ | Agent touches a path it shouldn't | Add the path to `policy.protected_paths` in `backbone.yml` (globs supported). |
252
+ | AgentShield probe warning | Install Python 3, or ignore — it is a warning, not a failure. |
253
+ | Scripts missing after install | Re-run install with `--force`, or copy `.vibekit/scripts/` manually. |
463
254
 
464
- | Symptom | Likely cause | Fix |
465
- | --- | --- | --- |
466
- | Agent ignores the init flow | `CLAUDE.md` missing or its managed block was removed. | Re-run the installer, or copy [CLAUDE-template.md](CLAUDE-template.md) to `CLAUDE.md`. |
467
- | Agent re-asks to init every session | `meta.template_status` is still `uninitialized`. | Run init, approve the diff, confirm `template_status` is `initialized` and `initialized_at` is set. |
468
- | Wrong stack detected | Stale lockfile from an old language, or detection patterns out of date. | Delete the stale files, or extend detection in [backbone.yml](backbone.yml). |
469
- | Agent touches a path it shouldn't | Path is not listed in `policy.protected_paths`. | Add it (globs supported). |
470
- | Existing `CLAUDE.md` was overwritten | Merge guardrail was bypassed. | Restore from git. Re-run install — the kit only appends managed blocks. |
471
- | Validation warns about AgentShield probe | Python or the probe script is unavailable. | Install Python 3, or skip — it is a warning, not a failure. |
472
- | `node .vbkit-scripts/...` not found after install | Installer skipped existing files. | Re-run with `--force`, or copy `.vbkit-scripts/` manually. |
255
+ </details>
473
256
 
474
257
  ## Contributing
475
258
 
476
- Issues and PRs welcome at [`giang6283623/minimal-vibe-coding-kit`](https://github.com/giang6283623/minimal-vibe-coding-kit).
477
-
478
- When editing the kit:
479
-
480
- - Mirror changes between `.claude/`, `.cursor/`, and `.agents/` so all three tools stay aligned.
481
- - Keep templates project-neutral. No company names, no hardcoded ports.
482
- - Document each new command/skill with a one-line purpose and one example.
483
- - Run `npm run validate:all` before opening a PR.
484
- - Review [SECURITY.md](SECURITY.md), [CONTRIBUTING.md](CONTRIBUTING.md), and [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md).
259
+ Issues and PRs welcome at [`giang6283623/minimal-vibe-coding-kit`](https://github.com/giang6283623/minimal-vibe-coding-kit). Before a PR: mirror skill changes across `.claude/`, `.cursor/`, `.agents/`, keep templates project-neutral, and run `npm run validate:all`. See [CONTRIBUTING.md](CONTRIBUTING.md), [SECURITY.md](SECURITY.md), [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md).
485
260
 
486
261
  **Created by:** [GiangBV](https://www.linkedin.com/in/buivangiang1992), [AuPMH](https://www.linkedin.com/in/pham-au-2a1bb1162)
487
262
  **Powered by:** Caffeine, Determination, AI Collaboration, and Weekend Coding Sessions.