원클릭으로
skill-explorer
Khai thác tài nguyên, kiến thức, tiêu chuẩn, vấn đề trước khi thiết kế, lập kế hoạch hay lập trình một skill AI.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Khai thác tài nguyên, kiến thức, tiêu chuẩn, vấn đề trước khi thiết kế, lập kế hoạch hay lập trình một skill AI.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
BA Analyst.
Micro-skill khơi gợi, chuẩn hóa yêu cầu nghiệp vụ thô và lượng hóa NFR.
Hợp nhất và kiểm định chéo báo cáo BA.
Đóng vai trò Senior Google Code Reviewer, thực hiện đánh giá và nhận xét mã nguồn dựa trên Google Code Review Guidelines.
Tự động thiết lập và thực thi vòng lặp tự phản biện và hoàn thiện (self-refining loop) cho AI Agent đạt chuẩn Production-grade.
Senior Architect thiết kế kiến trúc Agent Skill mới dựa trên 3 Pillars & 7 Zones.
| name | skill-explorer |
| description | Khai thác tài nguyên, kiến thức, tiêu chuẩn, vấn đề trước khi thiết kế, lập kế hoạch hay lập trình một skill AI. |
| version | 0.0.1 |
| suite | WASHVN |
| disable-model-invocation | true |
| user-invocable | true |
../_shared/knowledge/framework.md (Pipeline overview, conventions)knowledge/exploration-standards.md (7 Golden Standards & Rich vs Thin criteria — Phase 2)knowledge/security-standards.md (Prompt Injection & Sandboxing mechanics — Phase 2 & 3)data/search-blacklist.yaml (List of folders/files to skip in codebase search — Phase 3)templates/exploration.md.template (Document layout structure — Phase 4)loop/exploration-checklist.md (Final Quality Gate verification checklist — Before handoff)
### [skill-explorer] Tiến độ:
- [ ] Phase 1: Input Acceptance & Intent Analysis (Nhận Diện Nghiệp Vụ)
- [ ] Phase 2: Golden Standards Assessment (Đánh Giá 7 Tiêu Chuẩn Vàng)
- [ ] Phase 3: Resource Gathering & Mining (Khai Thác Mã Mẫu & API Specs)
- [ ] Phase 4: Synthesis & Deliver (Tổng Hợp & Đóng Cổng Chất Lượng)
.skill-context/{target_skill}/ và .skill-context/{target_skill}/resources/ dynamically.knowledge/exploration-standards.md và knowledge/security-standards.md.data/search-blacklist.yaml để loại bỏ file rác..skill-context/{target_skill}/resources/.templates/exploration.md.template..skill-context/{target_skill}/exploration.md.loop/exploration-checklist.md.python3 ../_shared/validators/schema_validator.py --schema ../_shared/schemas/exploration.schema.yaml .skill-context/{target_skill}/exploration.md.python3 scripts/init_context.py --split .skill-context/{target_skill}/exploration.md<output_contract> output_type: "Type 1 (Monolithic Stage)" target_context_variable: "target_skill" destination_rules: - file_id: "exploration_report" path_template: ".skill-context/{target_skill}/exploration.md" format: "markdown" schema: "raw/ver-3/_shared/schemas/exploration.schema.yaml" - file_id: "test_criteria" path_template: ".skill-context/{target_skill}/criteria.md" format: "markdown" schema: "raw/ver-3/_shared/schemas/criteria.schema.json" </output_contract>