ai-developer-skill-os 2.1.1 → 3.0.0
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/AGENTS.md +48 -0
- package/README.md +77 -130
- package/knowledge/frontend/react.md +27 -0
- package/package.json +1 -1
- package/skills/qk-access-policy/SKILL.md +40 -127
- package/skills/qk-ai-builder/SKILL.md +41 -33
- package/skills/qk-api-lifecycle/SKILL.md +62 -420
- package/skills/qk-bug-resolution/SKILL.md +65 -371
- package/skills/qk-context-loader/SKILL.md +47 -206
- package/skills/qk-data-lifecycle/SKILL.md +60 -135
- package/skills/qk-design-to-code/SKILL.md +46 -33
- package/skills/qk-docs/SKILL.md +52 -335
- package/skills/qk-documentation-system/SKILL.md +38 -33
- package/skills/qk-engineering-standard/SKILL.md +61 -171
- package/skills/qk-feature-delivery/SKILL.md +63 -432
- package/skills/qk-help/SKILL.md +37 -95
- package/skills/qk-orchestrator/SKILL.md +52 -272
- package/skills/qk-policy-engine/SKILL.md +52 -33
- package/skills/qk-production-release/SKILL.md +45 -127
- package/skills/qk-project-bootstrap/SKILL.md +43 -33
- package/skills/qk-project-health/SKILL.md +56 -650
- package/skills/qk-project-memory/SKILL.md +35 -33
- package/skills/qk-system-evolution/SKILL.md +63 -315
- package/skills/qk-ui-audit/SKILL.md +58 -152
- package/skills/qk-ui-system-builder/SKILL.md +40 -444
- package/skills/qk-validation-gate/SKILL.md +59 -33
- package/templates/bug-report.md +21 -0
- package/templates/design-report.md +21 -0
- package/templates/feature-report.md +20 -0
- package/templates/review-report.md +21 -0
|
@@ -1,33 +1,43 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: qk-project-bootstrap
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
1. **
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
-
|
|
30
|
-
|
|
31
|
-
##
|
|
32
|
-
-
|
|
33
|
-
-
|
|
1
|
+
---
|
|
2
|
+
name: qk-project-bootstrap
|
|
3
|
+
version: 3.0.0
|
|
4
|
+
updated: 2026-07-02
|
|
5
|
+
description: Initialize a new project with best practices, linters, and folder structures.
|
|
6
|
+
category: setup
|
|
7
|
+
priority: high
|
|
8
|
+
tags: [bootstrap, scaffolding, setup, init]
|
|
9
|
+
platforms: [claude-code, cursor, windsurf, gemini-cli]
|
|
10
|
+
trigger: User asks to start a new project, create a new repo, or setup standard configurations.
|
|
11
|
+
inputs: [Stack selection, Project Name]
|
|
12
|
+
outputs: [Scaffolded Codebase, Configs]
|
|
13
|
+
allowed_tools: [run_command, write_to_file]
|
|
14
|
+
pipeline: [analyze, implement, engineering-standard, validate, complete]
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
# 🛠️ qk-project-bootstrap - Standard Operating Procedure
|
|
18
|
+
|
|
19
|
+
> **Goal:** "Thợ xây móng". Khởi tạo một dự án mới hoàn toàn với các cấu hình chuẩn mực nhất từ Day 1.
|
|
20
|
+
|
|
21
|
+
## 🔄 1. Chain of Thought (SOP)
|
|
22
|
+
1. **Analyze (Requirements):**
|
|
23
|
+
- Ask the user for their preferred stack (e.g., Next.js, Vite, NestJS).
|
|
24
|
+
2. **Implement (Scaffolding):**
|
|
25
|
+
- Run the initialization command (e.g., `npx create-next-app@latest`).
|
|
26
|
+
- Overwrite `.eslintrc`, `prettierrc`, `tsconfig.json` with strict rules.
|
|
27
|
+
- Scaffold the architecture (e.g., create `src/features/`, `src/components/shared/`).
|
|
28
|
+
3. **Verify (Validation):**
|
|
29
|
+
- Run `npm run dev` in a short background task to ensure it doesn't crash.
|
|
30
|
+
|
|
31
|
+
## 🛡️ 2. Constraints & Rules
|
|
32
|
+
- **Strict Mode:** Always enable `strict: true` in TypeScript configurations.
|
|
33
|
+
- **Package Manager Check:** If the user uses `pnpm`, do NOT run `npm install`. Stick to one package manager.
|
|
34
|
+
|
|
35
|
+
## 🤝 3. Handoff Pipeline
|
|
36
|
+
1. `engineering-standard`: Verify the generated folder structure.
|
|
37
|
+
2. `complete`: Output the Bootstrap Report.
|
|
38
|
+
|
|
39
|
+
## 📝 4. Output Format
|
|
40
|
+
Vui lòng trả kết quả bằng Tiếng Việt.
|
|
41
|
+
- **Tóm tắt (Summary):** Dự án đã được khởi tạo với Stack nào.
|
|
42
|
+
- **Chi tiết (Changes):** Cấu trúc thư mục mới và các file cấu hình.
|
|
43
|
+
- **Xác thực (Verification):** Cách chạy dự án.
|