Full-stack Development Kit theo chuแบฉn Agent Skills โ tฦฐฦกng thรญch Claude Code, Cursor, VS Code, Kiro, Gemini CLI, vร 40+ agentic clients khรกc.
Cรกch 1 โ Global (dรนng ฤฦฐแปฃc แป mแปi project):
git clone git@github.com:SoftwareOneHN/dev-kit.git ~/.claude/skills/dev-kitCรกch 2 โ Project-level (chแป รกp dแปฅng cho 1 project):
git clone git@github.com:SoftwareOneHN/dev-kit.git .claude/skills/dev-kitCรกch 3 โ Symlink (dev workflow, dแป pull updates):
git clone git@github.com:SoftwareOneHN/dev-kit.git ~/Projects/dev-kit
ln -s ~/Projects/dev-kit ~/.claude/skills/dev-kitGlobal vs Project-level:
~/.claude/skills/lร global โ skill tแปฑ ฤแปng available trong mแปi project..claude/skills/(trong repo) lร project-level โ chแป hoแบกt ฤแปng khi bแบกn ฤang แป repo ฤรณ.
Verify:
ls ~/.claude/skills/dev-kit/SKILL.mdโ thแบฅy file lร OK.
Copy thฦฐ mแปฅc dev-kit/ vร o .cursor/skills/ hoแบทc .vscode/skills/.
Copy thฦฐ mแปฅc dev-kit/ vร o .kiro/skills/ hoแบทc cร i tแปซ Power registry.
ฤแบทt thฦฐ mแปฅc dev-kit/ vร o vแป trรญ skills mร client hแป trแปฃ.
dev-kit/
โโโ SKILL.md # Required: metadata + core instructions
โโโ README.md # File nร y
โโโ LICENSE # MIT
โโโ references/ # Detailed docs (loaded on-demand)
โโโ _shared/
โ โโโ workflow-artifacts.md
โโโ languages/
โ โโโ java/
โ โ โโโ core-rules.md
โ โ โโโ spring-boot.md
โ โ โโโ clean-architecture.md
โ โ โโโ testing.md
โ โโโ typescript/
โ โโโ core-rules.md
โ โโโ react-nextjs.md
โ โโโ vue-nuxt.md
โ โโโ api-patterns.md
โ โโโ forms.md
โโโ brainstorm/
โ โโโ SKILL.md
โโโ spec/
โ โโโ SKILL.md
โโโ plan/
โ โโโ SKILL.md
โ โโโ archive-workflow.md
โ โโโ codebase-understanding.md
โ โโโ output-standards.md
โ โโโ plan-organization.md
โ โโโ red-team-personas.md
โ โโโ red-team-workflow.md
โ โโโ research-phase.md
โ โโโ solution-design.md
โ โโโ task-management.md
โ โโโ validate-question-framework.md
โ โโโ validate-workflow.md
โ โโโ workflow-modes.md
โโโ cook/
โ โโโ SKILL.md
โ โโโ intent-detection.md
โ โโโ review-cycle.md
โ โโโ subagent-patterns.md
โ โโโ workflow-steps.md
โโโ fix/
โ โโโ SKILL.md
โ โโโ complexity-assessment.md
โ โโโ diagnosis-protocol.md
โ โโโ mode-selection.md
โ โโโ parallel-exploration.md
โ โโโ prevention-gate.md
โ โโโ review-cycle.md
โ โโโ skill-activation-matrix.md
โ โโโ task-orchestration.md
โ โโโ workflow-ci.md
โ โโโ workflow-deep.md
โ โโโ workflow-logs.md
โ โโโ workflow-quick.md
โ โโโ workflow-standard.md
โ โโโ workflow-test.md
โ โโโ workflow-types.md
โ โโโ workflow-ui.md
โโโ debug/
โ โโโ SKILL.md
โ โโโ defense-in-depth.md
โ โโโ frontend-verification.md
โ โโโ investigation-methodology.md
โ โโโ log-and-ci-analysis.md
โ โโโ performance-diagnostics.md
โ โโโ reporting-standards.md
โ โโโ root-cause-tracing.md
โ โโโ systematic-debugging.md
โ โโโ task-management-debugging.md
โ โโโ verification.md
โโโ test/
โ โโโ SKILL.md
โ โโโ report-format.md
โ โโโ test-execution-workflow.md
โ โโโ ui-testing-workflow.md
โโโ scout/
โ โโโ SKILL.md
โ โโโ external-scouting.md
โ โโโ internal-scouting.md
โ โโโ task-management-scouting.md
โโโ code-review/
โโโ SKILL.md
โโโ adversarial-review.md
โโโ checklist-workflow.md
โโโ checklists/
โ โโโ api.md
โ โโโ base.md
โ โโโ web-app.md
โโโ code-review-reception.md
โโโ codebase-scan-workflow.md
โโโ edge-case-scouting.md
โโโ input-mode-resolution.md
โโโ parallel-review-workflow.md
โโโ requesting-code-review.md
โโโ spec-compliance-review.md
โโโ task-management-reviews.md
โโโ verification-before-completion.md
Theo chuแบฉn Agent Skills, skill hoแบกt ฤแปng theo 3 giai ฤoแบกn:
- Discovery (~100 tokens): Chแป load
name+descriptiontแปซ frontmatter - Activation (~4000 tokens): Load toร n bแป
SKILL.mdbody khi task match - Execution (on-demand): Load reference files cแปฅ thแป khi cแบงn chi tiแบฟt step
Sau khi cร i, nรณi tแปฑ nhiรชn:
| Bแบกn nรณi | Agent lร m |
|---|---|
| "Brainstorm cรกch implement auth" | Scout โ exact requirements โ trade-off analysis โ design doc |
| "Plan feature user profile" | Research โ codebase analysis โ solution design โ phase plan |
| "Implement story login tแปซ PRD" | Scout โ plan โ code โ test โ review โ finalize |
| "Fix lแปi 500 แป endpoint /users" | Scout โ diagnose root cause โ fix โ verify+prevent |
| "Debug tแบกi sao test flaky" | Systematic debugging โ root cause trace โ report |
| "Run tests cho module auth" | Execute test suite โ coverage โ QA report |
| "Review PR #42" | Fetch diff โ spec compliance โ quality โ red-team |
| "Scout codebase cho payment module" | Parallel agents โ file discovery โ structured report |
- Lifecycle-driven: brainstorm โ plan โ implement โ test โ review โ ship
- Scout-first: always scan codebase before asking questions or making changes
- Evidence-based: no guessing, no "probably" โ verify before claiming
- Adversarial: red-team review on every code change
- Side-effect-free: mandatory verification that changes don't break existing behavior
- Multi-mode: interactive, auto, fast, parallel workflows for different needs
- Language-agnostic: works with any language, framework, or tech stack
- Task-managed: native Claude Tasks for tracking multi-step workflows
MIT