All skillsToàn bộ skill
Every hs:* skill is prose guidance — a structured prompt that tells Claude Code what to do. The real blocking happens in hooks and scripts. Skills are packaged in a default-off catalog: fresh install ships a core floor (13 spine skills + hs:use + hs:find-skills + hs:cleanup), the rest you enable via /hs:use <name> or hs-cli skills --on.Mỗi skill hs:* là hướng dẫn prose — một prompt có cấu trúc cho Claude Code biết cần làm gì. Việc chặn thực sự xảy ra trong hook và script. Skill được đóng gói ở catalog default-off: cài mới ship floor lõi (13 spine skill + hs:use + hs:find-skills + hs:cleanup), còn lại bạn bật qua /hs:use <tên> hoặc hs-cli skills --on.
How to pick the right skillCách chọn đúng skill
Most work flows down the SDLC spine; the rest are escalations you reach for at a specific moment. Match the goal, not the name. Not sure? hs:find-skills routes you.Phần lớn việc chảy theo xương sống SDLC; phần còn lại là các nhánh leo thang bạn dùng đúng lúc. Khớp theo mục tiêu, không theo tên. Chưa chắc? hs:find-skills định tuyến cho bạn.
| Your goalMục tiêu của bạn | Start withBắt đầu với |
|---|---|
| discover → plan | An ambiguous ask — shape it, then plan it.Yêu cầu mơ hồ — định hình, rồi lập kế hoạch. |
| cook | An approved plan, ready to implement.Plan đã duyệt, sẵn sàng implement. |
| test → ship | Verify the change, then move it through the gates.Kiểm thử thay đổi, rồi đưa qua các gate. |
| triage | A bug — reproduce, classify, then debug/fix.Một bug — tái hiện, phân loại, rồi debug/fix. |
| bakeoff | Two+ measurable options reasoning can't separate.Hai+ phương án đo được mà lập luận không tách. |
| find-skills | You don't know which skill fits.Bạn không biết skill nào hợp. |
/hs:<name>. The badge on each card is its enforcement tier: workflow has gates & artifacts (can block the pipeline) · knowledge is advisory (generates output, never blocks) · gate writes a hard verdict the pipeline reads. Most skills are knowledge or workflow; only a few write a hard gate verdict.
Gọi skill bằng /hs:<tên>. Badge trên mỗi thẻ là hạng cưỡng chế: workflow có gate & artifact (chặn pipeline được) · knowledge là tư vấn (tạo output, không chặn) · gate ghi verdict cứng pipeline đọc. Phần lớn skill là knowledge hoặc workflow; chỉ một số ít ghi verdict gate cứng.
The enforced four-step loopVòng bốn bước được cưỡng chế
hs:plan workflow
Create a verified implementation plan — research, constraint-scan, phase design, red-team, validate. Produces a human-approvable plan file.Tạo kế hoạch triển khai có kiểm tra — research, constraint-scan, thiết kế phase, red-team, validate. Tạo file plan để người duyệt.
hs:cook workflow
Execute an approved plan phase by phase, TDD red→green. Each phase emits a verification artifact and a trace event.Thực thi plan đã duyệt từng phase, TDD đỏ→xanh. Mỗi phase emit artifact verification và sự kiện trace.
hs:test workflow
Run and validate tests — unit / integration profiles — and produce a QA report with a machine-readable verdict in verification.json.Chạy và validate test — profile unit/integration — tạo QA report với verdict đọc được bởi máy trong verification.json.
hs:ship workflow
Gated ship pipeline: code-review → verification → human approval → push/pr. Each gate is a hard stop.Pipeline ship có gate: review code → verification → người duyệt → push/pr. Mỗi gate là điểm dừng cứng.
Shape the work before you executeĐịnh hình công việc trước khi thực thi
hs:discover workflow
Shape an ambiguous problem into a discovery brief — research and brainstorm chained, then synthesized.Biến vấn đề mơ hồ thành discovery brief — research và brainstorm nối, rồi tổng hợp.
hs:triage workflow
Defect lifecycle: reproduce → classify → gate. Ensures a bug is understood before a fix is written.Vòng đời defect: reproduce → phân loại → gate. Đảm bảo hiểu bug trước khi viết fix.
hs:understand workflow
Codebase comprehension before touching code — maps structure, contracts, and risks.Hiểu codebase trước khi sửa code — lập bản đồ cấu trúc, contract và rủi ro.
hs:team workflow
Run parallel Agent Teams for complex phased work with file-ownership boundaries.Chạy Agent Team song song cho công việc phức tạp nhiều phase với ranh giới ownership file.
hs:find-skills workflow
Route to the right hs:* skill for a given task — prevents mis-use of the suite.Định tuyến đến skill hs:* phù hợp cho task — ngăn dùng sai bộ skill.
hs:use workflow
Run an install-disabled (off) skill from its stash — delegates discovery to hs:find-skills. The door to the default-off catalog.Chạy một skill bị tắt (off) lúc cài từ stash — uỷ thác việc tìm cho hs:find-skills. Cửa vào catalog default-off.
Catch problems before they shipBắt vấn đề trước khi ship
hs:code-review gate
Bugs, regressions, and security findings — structured review with a PASS/FAIL verdict.Bug, regression và phát hiện bảo mật — review có cấu trúc với verdict PASS/FAIL.
hs:critique workflow
Multi-lens adversarial critique consolidated into one ranked verdict — writes critique-consensus.json, required at pr/ship.Critique đối nghịch nhiều lăng kính gộp thành một verdict xếp hạng — ghi critique-consensus.json, bị đòi ở pr/ship.
hs:review-pr workflow
GitHub PR review — fetches diff, checks standards, posts a structured comment.Review GitHub PR — lấy diff, kiểm standards, đăng comment có cấu trúc.
hs:security-scan workflow
Secrets, CVEs, injection, and authorization checks across the diff or whole codebase.Kiểm secrets, CVE, injection và authorization trên diff hoặc toàn codebase.
hs:scenario knowledge
Decompose a feature across 12 dimensions for edge cases — boundary, concurrency, security, UX, and more.Phân tách tính năng qua 12 chiều để tìm edge case — boundary, concurrency, bảo mật, UX và hơn nữa.
hs:predict knowledge
Five expert personas debate a proposed change before it lands — adversarial pre-flight for risky diffs.Năm persona chuyên gia tranh luận thay đổi đề xuất trước khi áp — pre-flight đối nghịch cho diff rủi ro.
hs:contract-test workflow
Validate a live contract by running the real probe — call the API/CLI, check status, exit code, and payload — then anchor the result as manual evidence. Proves a contract holds before ship; never gate-driven.Kiểm chứng contract sống bằng probe thật — gọi API/CLI, kiểm status, exit code và payload — rồi neo kết quả làm bằng chứng thủ công. Chứng minh contract đúng trước khi ship; không do gate lái.
hs:manual-test workflow
Session-based manual / exploratory test (SBTM charter → session → debrief) emitting anchored, admissible evidence. For behavior a static result file can't capture — exploratory passes, manual API/UX checks, staging smoke.Test thủ công / khám phá theo phiên (SBTM charter → phiên → debrief) phát ra bằng chứng có neo, hợp lệ. Cho hành vi mà file kết quả tĩnh không nắm được — lượt khám phá, kiểm API/UX thủ công, smoke staging.
Diagnose before you patchChẩn đoán trước khi vá
hs:debug workflow
Root-cause investigation before fixing — proves the cause, then writes a targeted fix.Điều tra nguyên nhân gốc trước khi fix — chứng minh nguyên nhân, rồi viết fix đúng mục tiêu.
hs:fix workflow
Evidence-based bug or CI fix — reads the failure, proposes the minimal safe change.Fix bug hoặc CI dựa trên bằng chứng — đọc failure, đề xuất thay đổi tối thiểu an toàn.
hs:problem-solving workflow
Structured unblocking — decomposes a blocker into sub-problems, explores solutions, recommends.Gỡ rối có cấu trúc — phân tách blocker thành bài toán con, khám phá giải pháp, đề xuất.
Know before you buildBiết trước khi xây
hs:research workflow
Verified multi-source research — synthesizes findings with confidence levels and source citations.Nghiên cứu nhiều nguồn có kiểm tra — tổng hợp phát hiện với mức độ tin cậy và trích dẫn nguồn.
hs:autoresearch knowledge
Autonomous iteration router — loops research until a quality threshold is met.Router tự động lặp — vòng lặp research đến khi đạt ngưỡng chất lượng.
hs:scout workflow
Fast parallel codebase exploration — maps files, contracts, and entry points without modifying anything.Khám phá codebase song song nhanh — lập bản đồ file, contract và điểm vào mà không sửa gì.
hs:repomix workflow
Pack a repo or subtree for LLM analysis — produces a single structured context file.Đóng gói repo hoặc subtree để phân tích LLM — tạo một file context có cấu trúc.
hs:docs-seeker knowledge
Look up library docs via llms.txt / context7 — finds the right version before you code against it.Tra cứu docs thư viện qua llms.txt / context7 — tìm đúng phiên bản trước khi code.
hs:graphify knowledge
Build a queryable knowledge graph from code or docs — traversable for dependency and impact analysis.Xây đồ thị kiến thức có thể truy vấn từ code hoặc docs — duyệt được để phân tích phụ thuộc và tác động.
hs:tech-graph knowledge
Publish-grade static technical diagrams from code structure — architecture maps, dependency graphs.Sơ đồ kỹ thuật tĩnh chất lượng xuất bản từ cấu trúc code — bản đồ kiến trúc, đồ thị phụ thuộc.
hs:context-engineering workflow
Assemble optimal context for a task — selects files, snippets, and docs that fit the token budget.Lắp ráp context tối ưu cho task — chọn file, snippet và docs vừa ngân sách token.
hs:workflow-orchestrate workflow
Design a spawn strategy before delegating — subagents vs Workflow vs Agent Teams, sized and grouped, batch-consolidated, presented for approval.Thiết kế chiến lược spawn trước khi uỷ thác — subagent vs Workflow vs Agent Teams, định cỡ và nhóm, gộp theo batch, trình để duyệt.
hs:sequential-thinking workflow
Multi-step analysis with revision — thinks out loud in numbered steps and corrects itself.Phân tích nhiều bước với revision — nghĩ ra lớn theo bước đánh số và tự sửa.
hs:port workflow
Extract, compare, or port a feature from another GitHub repo or local path — Recon → Map → Analyze → Challenge → Plan, then hands a plan to hs:cook. Analysis only; never implements.Trích xuất, so sánh hoặc port một tính năng từ GitHub repo khác hoặc đường dẫn local — Recon → Map → Analyze → Challenge → Plan, rồi bàn giao plan cho hs:cook. Chỉ phân tích; không tự code.
Think before you commitSuy nghĩ trước khi cam kết
hs:brainstorm workflow
Honest trade-off analysis — generates options, evaluates each, and recommends with explicit caveats.Phân tích đánh đổi trung thực — tạo options, đánh giá từng cái, và đề xuất với cảnh báo rõ ràng.
hs:loop workflow
In-session self-optimization loop against a metric — iterate until the target is met or a limit hit.Vòng lặp tự tối ưu trong phiên theo metric — lặp đến khi đạt mục tiêu hoặc chạm giới hạn.
hs:bakeoff workflow
Empirical bake-off — run 2–4 candidate probes on one mechanical metric and pick the winner by numbers, or refuse to when the gap is inside the measured noise band.Bake-off thực nghiệm — chạy 2–4 probe trên một metric cơ học, chọn kẻ thắng bằng số, hoặc từ chối khi chênh lệch nằm trong vùng nhiễu đo được.
Explain what you builtGiải thích cái bạn đã xây
hs:docs workflow
Manage project documentation — create, update, or audit docs against the codebase.Quản lý tài liệu dự án — tạo, cập nhật hoặc audit docs theo codebase.
hs:docs-scaffold workflow
Stub missing docs from templates — frontmatter + headings + > TBD markers per a capability-driven required-set. No-clobber; never invents content.Tạo khung doc còn thiếu từ template — frontmatter + heading + đánh dấu > TBD theo tờ khai capability. No-clobber; không bịa nội dung.
hs:docs-standardize workflow
Validate doc structure — frontmatter + graph invariants → artifact JSON → gate. Finds gaps vs the template; never edits content or judges quality.Kiểm tra cấu trúc doc — frontmatter + bất biến graph → artifact JSON → gate. Tìm gap so với template; không sửa nội dung, không phán chất lượng.
hs:docs-build workflow
Render docs into a showcase site + release bundle — md+frontmatter → public/ (themed HTML) + dist/ (flat-md, PDF, Excel). Content lives in the physical md.Render docs thành showcase + bản phát hành — md+frontmatter → public/ (HTML giữ theme) + dist/ (flat-md, PDF, Excel). Nội dung sống ở md vật lý.
hs:journal workflow
Technical journal entries — capture decisions, blockers, and lessons with structured metadata.Ghi nhật ký kỹ thuật — nắm bắt quyết định, blocker và bài học với metadata có cấu trúc.
hs:retro workflow
Data-driven retrospective from git history — surfaces trends in velocity, blockers, and rework.Retrospective dựa trên dữ liệu từ lịch sử git — hiển thị xu hướng về tốc độ, blocker và làm lại.
hs:preview workflow
Explain a change with a diagram — visual diff of what changed and why it matters.Giải thích thay đổi bằng sơ đồ — diff trực quan về cái gì thay đổi và tại sao quan trọng.
hs:mermaidjs knowledge
Inline Mermaid diagrams — flowcharts, sequence, ER, and Gantt, rendered from code.Sơ đồ Mermaid nội tuyến — flowchart, sequence, ER và Gantt, render từ code.
hs:excalidraw knowledge
Editable .excalidraw canvases — hand-drawn-style diagrams that stay in the repo.Canvas .excalidraw chỉnh sửa được — sơ đồ phong cách vẽ tay lưu trong repo.
hs:document-skills knowledge
Read and write .docx / .pdf / .pptx / .xlsx — bridge between repo and office formats.Đọc và ghi .docx / .pdf / .pptx / .xlsx — cầu nối giữa repo và định dạng office.
hs:remember knowledge
Capture the session's real knowledge — decisions, non-obvious facts, user feedback — into the DEC ledger, memory, or backlog after you approve each entry.Ghi lại kiến thức thật của phiên — quyết định, sự thật không hiển nhiên, feedback người dùng — vào ledger DEC, memory hoặc backlog sau khi bạn duyệt từng mục.
hs:drawio workflow
Polished, editable .drawio diagrams — 10,000+ branded shapes (AWS/Azure/GCP/Cisco/K8s/UML/ER/network), swimlanes, strict geometry, export to PNG/SVG/PDF. Opens in draw.io desktop and diagrams.net.Sơ đồ .drawio chỉn chu, sửa được — hơn 10.000 shape có thương hiệu (AWS/Azure/GCP/Cisco/K8s/UML/ER/network), swimlane, hình học chặt, xuất PNG/SVG/PDF. Mở bằng draw.io desktop và diagrams.net.
Extend and create harness primitivesMở rộng và tạo primitive harness
hs:skill-creator workflow
Create or update hs:* skills — scaffolds the SKILL.md structure with routing, references, and examples.Tạo hoặc cập nhật skill hs:* — tạo khung cấu trúc SKILL.md với routing, references và ví dụ.
hs:harness-creator workflow
Create hook, rule, schema, data, script, or agent primitives — the meta-skill for extending the harness.Tạo primitive hook, rule, schema, data, script hoặc agent — meta-skill để mở rộng harness.
hs:mcp-builder knowledge
Build MCP servers — scaffolds transport, tool declarations, and handler stubs.Xây MCP server — tạo khung transport, khai báo tool và handler stub.
hs:agentize workflow
Turn existing code into an agent-friendly CLI or MCP — adds structured I/O and tool declarations.Biến code hiện có thành CLI hoặc MCP thân thiện với agent — thêm I/O có cấu trúc và khai báo tool.
hs:bootstrap workflow
Bootstrap a new project with harness integration — scaffolds structure, CI, and hook registration.Khởi tạo dự án mới với tích hợp harness — tạo khung cấu trúc, CI và đăng ký hook.
hs:rule-author workflow
Author a safe per-repo review-rule override at standards.user.yaml — detects conflicts with the shipped standards, narrows overlapping scope, and records a mandatory reason on a real conflict. Tune a rule without editing the shipped tree.Soạn override review-rule cho repo an toàn ở standards.user.yaml — phát hiện xung đột với standards gốc, thu hẹp scope chồng lấn, ghi lý do bắt buộc khi xung đột thật. Tinh chỉnh rule mà không sửa cây gốc.
Keep the repo tidy and the team movingGiữ repo gọn gàng và nhóm di chuyển
hs:project-management workflow
Track plan progress, tasks, and reports — reads plan files and surfaces status across the team.Theo dõi tiến độ plan, task và báo cáo — đọc file plan và hiển thị trạng thái toàn nhóm.
hs:project-organization workflow
Organize files and structure — proposes and applies consistent directory and naming conventions.Tổ chức file và cấu trúc — đề xuất và áp dụng quy ước thư mục và đặt tên nhất quán.
hs:plans-kanban workflow
File-based kanban for plans/ — visualizes plan status columns from the filesystem.Kanban file-based cho plans/ — trực quan hóa cột trạng thái plan từ filesystem.
hs:git workflow
Conventional commits, auto-split — writes clean commit messages and splits large diffs into logical units.Conventional commit, auto-split — viết commit message gọn và chia diff lớn thành đơn vị logic.
hs:worktree workflow
Isolated git worktrees — create, use, and clean up parallel working trees for safe experimentation.Git worktree cách ly — tạo, dùng và dọn dẹp working tree song song để thử nghiệm an toàn.
hs:voice workflow
Switch the terminal voice for the session — persona, harshness level, explanation depth, plain-text mode.Đổi giọng terminal cho phiên — persona, mức gắt, độ sâu giải thích, chế độ chữ thuần.
hs:setup workflow
Configure this project's harness — terminal voice, guard/stage policy, output language — through the validated config CLIs, with a restart reminder for env-bound guard/stage.Cấu hình harness của dự án — terminal voice, guard/stage policy, ngôn ngữ output — qua các CLI có kiểm tra, kèm nhắc restart cho guard/stage gắn-env.
hs:insights workflow
Read-only usage insights from telemetry — hot vs never-used skills, workflow chains, gate-block patterns — with optimization suggestions. Never mutates.Insight sử dụng chỉ-đọc từ telemetry — skill hay dùng vs không dùng, chuỗi workflow, mẫu gate-block — kèm gợi ý tối ưu. Không bao giờ sửa.
hs:compound workflow
Read-only self-improvement proposal — compounds telemetry lenses + workflow candidates + backlog + a completeness critic into one ranked "improve next" list. The forward-looking twin of hs:insights; never mutates, never auto-creates a skill.Đề xuất tự cải tiến chỉ-đọc — gộp lens telemetry + ứng viên workflow + backlog + completeness critic thành một danh sách "cải tiến tiếp" xếp hạng. Twin nhìn-tới của hs:insights; không bao giờ sửa, không tự đẻ skill.
hs:techstack workflow
Read-only tech-stack detection — scans a target repo for build/dependency markers (Python/JS-TS/Go/Rust/Java) so the harness adapts its test command instead of assuming pytest. Never mutates.Dò tech-stack chỉ-đọc — quét repo đích tìm marker build/dependency (Python/JS-TS/Go/Rust/Java) để harness chỉnh lệnh test thay vì mặc định pytest. Không bao giờ sửa.
hs:cleanup workflow
Safely remove files an over-install left behind — auto-clears pristine version-dropped files, decides modified ones interactively. Use after upgrading the harness or when verify reports orphans.Gỡ an toàn file mà bản cài thừa để lại
One-command issue-to-merged-PR pipeline — chains worktree, gates, cook/fix, code-review, ship PR, review-pr, and optional merge with post-merge CI convergence. Routes through gates, never bypasses them.Pipeline một-lệnh từ issue tới PR đã merge — xích worktree, gate, cook/fix, code-review, ship PR, review-pr và merge tùy chọn với CI hậu-merge. Đi qua gate, không bao giờ bỏ qua.hs:vibe workflow
Run plans unattendedChạy plan không cần giám sát
hs:afk workflow
Run a plan or PRD unattended — preflight readiness check, then route to a Ralph sandbox loop. The harness gates still fire; HARNESS_AUTONOMY=god is the typical pairing.Chạy plan hoặc PRD không cần giám sát — kiểm tra preflight, rồi định tuyến vào vòng lặp sandbox Ralph. Gate harness vẫn kích hoạt; HARNESS_AUTONOMY=god thường đi kèm.
hs:autonomous-bell knowledge
Arm a self-ending unattended run — a reminder cron carries a post-check protocol and a consecutive-empty counter whose STOP is deterministic.Trang bị cho lần chạy không giám sát tự kết thúc — cron nhắc mang theo protocol hậu-kiểm và bộ đếm rỗng-liên-tiếp với điều kiện STOP xác định.
hs:goal workflow
Author a built-in /goal run — interview the objective into a self-contained goal.md, arm the autonomy bell, scaffold the cycle dir, then hand the loop to built-in /goal. For unattended objective-until-met runs that stay memory-blind between ticks.Soạn một lần chạy /goal built-in — phỏng vấn mục tiêu thành goal.md tự chứa, trang bị autonomy bell, dựng cycle dir, rồi giao vòng lặp cho /goal built-in. Cho lần chạy không giám sát tới-khi-đạt, vốn mù trí nhớ giữa các tick.
Generate and process visual mediaTạo và xử lý media trực quan
hs:ai-multimodal knowledge
Analyze images, audio, and video with Gemini, and generate images, video, speech, and music across multiple model providers.Phân tích ảnh, âm thanh, video bằng Gemini, và tạo ảnh, video, giọng nói, nhạc qua nhiều nhà cung cấp model.
hs:ai-artist knowledge
Generate product mockups, marketing assets, and concept art via Nano Banana with curated prompts and a style-refining interview.Tạo mockup sản phẩm, asset marketing và concept art qua Nano Banana với prompt tuyển chọn và phỏng vấn tinh chỉnh phong cách.
hs:media-processing knowledge
Process media with FFmpeg, ImageMagick, and AI background removal — encoding, conversion, filters, thumbnails, streaming.Xử lý media bằng FFmpeg, ImageMagick và xóa nền AI — mã hóa, chuyển định dạng, filter, thumbnail, streaming.
hs:threejs knowledge
Build 3D web experiences with Three.js — WebGL/WebGPU scenes, GLTF models, animations, physics, VR/XR.Xây trải nghiệm web 3D với Three.js — cảnh WebGL/WebGPU, model GLTF, animation, physics, VR/XR.
hs:shader knowledge
Write GLSL fragment shaders for procedural graphics — SDF shapes, noise, fBm, gradients, and animations.Viết shader fragment GLSL cho đồ họa thủ tục — hình SDF, noise, fBm, gradient và animation.
hs:remotion knowledge
Build video content with Remotion in React — programmatic, animated, data-driven video rendering.Xây nội dung video với Remotion trong React — render video lập trình, animation, dựa dữ liệu.
hs:html-video knowledge
Render local MP4 videos from HTML/CSS/JS templates — studio customization, preview, and render verification.Render video MP4 local từ template HTML/CSS/JS — tùy biến studio, preview và xác minh render.
hs:stitch knowledge
Generate UI designs from text prompts with Google Stitch — exports Tailwind/HTML and a design-to-code pipeline.Tạo thiết kế UI từ prompt văn bản với Google Stitch — xuất Tailwind/HTML và pipeline design-to-code.
Design and build interfacesThiết kế và xây dựng giao diện
hs:ui-ux knowledge
UI/UX design intelligence for web and mobile — style selection, color systems, typography, layout, accessibility, and interaction states.Trí tuệ thiết kế UI/UX cho web và mobile — chọn phong cách, hệ màu, typography, layout, accessibility và trạng thái tương tác.
hs:frontend-design knowledge
Create polished frontend interfaces from designs, screenshots, or videos — components, 3D experiences, UI replication.Tạo giao diện frontend chỉn chu từ thiết kế, ảnh chụp hoặc video — component, trải nghiệm 3D, sao chép UI.
hs:ui-styling knowledge
Style UIs with shadcn/ui (Radix + Tailwind) — accessible components, themes, dark mode, responsive layouts.Style UI với shadcn/ui (Radix + Tailwind) — component accessible, theme, dark mode, layout responsive.
hs:web-design-guidelines knowledge
Review UI code against Web Interface Guidelines — accessibility, UX, and design best-practice audit.Review code UI theo Web Interface Guidelines — audit accessibility, UX và best practice thiết kế.
hs:design knowledge
Design brand identity, logos, banners, and visual assets — brand systems, design tokens, corporate identity.Thiết kế nhận diện thương hiệu, logo, banner và asset trực quan — hệ thương hiệu, design token, nhận diện doanh nghiệp.
hs:show-off knowledge
Create preference-aware self-contained HTML pages to showcase work — demos, presentations, interactive showcases.Tạo trang HTML tự chứa theo sở thích để trưng bày — demo, thuyết trình, showcase tương tác.
Build on a known stackXây trên stack đã biết
hs:frontend-development knowledge
Build React/TypeScript frontends with modern patterns — Suspense, lazy loading, MUI v7, TanStack Router.Xây frontend React/TypeScript với pattern hiện đại — Suspense, lazy loading, MUI v7, TanStack Router.
hs:backend-development knowledge
Build backends with Node.js, Python, Go — REST/GraphQL/gRPC APIs, auth, databases, microservices, Docker/K8s.Xây backend với Node.js, Python, Go — API REST/GraphQL/gRPC, auth, database, microservice, Docker/K8s.
hs:mobile-development knowledge
Build mobile apps with React Native, Flutter, SwiftUI, Jetpack Compose — iOS/Android, offline-first, app store.Xây app mobile với React Native, Flutter, SwiftUI, Jetpack Compose — iOS/Android, offline-first, app store.
hs:web-frameworks knowledge
Build with Next.js and Turborepo — App Router, RSC, SSR, ISR, caching, and monorepo build optimization.Xây với Next.js và Turborepo — App Router, RSC, SSR, ISR, caching và tối ưu build monorepo.
hs:tanstack knowledge
Build with TanStack Start, Form, and AI — full-stack React, routes, server functions, headless forms, streaming chat.Xây với TanStack Start, Form và AI — React full-stack, route, server function, form headless, chat streaming.
hs:react-best-practices knowledge
Apply React and Next.js performance patterns from Vercel — component optimization, rendering, bundle analysis.Áp dụng pattern hiệu năng React và Next.js từ Vercel — tối ưu component, rendering, phân tích bundle.
hs:databases knowledge
Design schemas and write queries for MongoDB and PostgreSQL — indexes, migrations, aggregation, performance.Thiết kế schema và viết query cho MongoDB và PostgreSQL — index, migration, aggregation, hiệu năng.
hs:better-auth knowledge
Add authentication with Better Auth — email/password, OAuth, 2FA/MFA, passkeys, sessions, RBAC, rate limiting.Thêm xác thực với Better Auth — email/mật khẩu, OAuth, 2FA/MFA, passkey, session, RBAC, giới hạn tần suất.
Test, automate, and ship to productionKiểm thử, tự động hóa và đưa lên production
hs:deploy knowledge
Deploy projects to any platform with auto-detection — Vercel, Netlify, and more, from one command.Triển khai dự án lên mọi nền tảng với tự dò — Vercel, Netlify và hơn nữa, từ một lệnh.
hs:devops knowledge
Deploy to Cloudflare, Docker, GCP, and Kubernetes — serverless, containers, CI/CD, GitOps, security audit.Triển khai lên Cloudflare, Docker, GCP và Kubernetes — serverless, container, CI/CD, GitOps, audit bảo mật.
hs:web-testing knowledge
Web testing with Playwright, Vitest, and k6 — E2E, unit, load, security, visual, a11y, cross-browser.Kiểm thử web với Playwright, Vitest và k6 — E2E, unit, load, bảo mật, visual, a11y, đa trình duyệt.
hs:agent-browser knowledge
Automate browsers and apps — testing, screenshots, forms, scraping, cloud browsers, and Electron.Tự động hóa trình duyệt và app — kiểm thử, ảnh chụp, form, scraping, cloud browser và Electron.
hs:chrome-profile knowledge
Drive a real Chrome profile via DevTools MCP — profile discovery, live probing, and URL-anchored playbooks.Điều khiển một profile Chrome thật qua DevTools MCP — dò profile, probe trực tiếp và playbook neo theo URL.
hs:release workflow
Cut a harness release end to end — bump version, push tag, sync the public showcase, pack dist/ + gh release. Owner-only; pauses for confirmation before every outward-facing action.Cắt một bản phát hành harness từ đầu tới cuối — tăng version, đẩy tag, đồng bộ showcase công khai, đóng gói dist/ + gh release. Chỉ owner; dừng chờ xác nhận trước mỗi hành động hướng-ra-ngoài.
Connect external services and toolsKết nối dịch vụ và công cụ bên ngoài
hs:payment-integration knowledge
Integrate payments with SePay, Polar, Stripe, Paddle, and Creem — checkout, webhooks, subscriptions, VietQR.Tích hợp thanh toán với SePay, Polar, Stripe, Paddle và Creem — checkout, webhook, subscription, VietQR.
hs:shopify knowledge
Build Shopify apps, extensions, and themes — CLI, GraphQL Admin API, Polaris, Liquid, webhooks, billing.Xây app, extension và theme Shopify — CLI, GraphQL Admin API, Polaris, Liquid, webhook, billing.
hs:google-adk-python knowledge
Build AI agents with Google ADK Python — multi-agent systems, A2A, MCP tools, Vertex AI deployment.Xây AI agent với Google ADK Python — hệ đa agent, A2A, tool MCP, triển khai Vertex AI.
hs:use-mcp knowledge
Discover and execute MCP server tools — via Gemini CLI for any task or direct scripts for one specific tool.Khám phá và chạy tool MCP server — qua Gemini CLI cho mọi task hoặc script trực tiếp cho một tool cụ thể.
hs:gkg knowledge
Semantic code analysis with GitLab Knowledge Graph — go-to-definition, find-usages, impact analysis.Phân tích code ngữ nghĩa với GitLab Knowledge Graph — đi tới định nghĩa, tìm chỗ dùng, phân tích tác động.
Write, ask, and handle the long tailViết, hỏi và xử lý phần còn lại
hs:copywriting knowledge
Conversion copywriting — headline templates, email patterns, landing-page structures, and CTA optimization.Copywriting chuyển đổi — template tiêu đề, mẫu email, cấu trúc landing page và tối ưu CTA.
hs:ask knowledge
Answer technical and architectural questions with expert analysis — design decisions and solution comparison.Trả lời câu hỏi kỹ thuật và kiến trúc với phân tích chuyên gia — quyết định thiết kế và so sánh giải pháp.
hs:ghpm knowledge
GitHub project management for humans and agents — issues, Projects boards, handoff status, gh/API automation.Quản lý dự án GitHub cho người và agent — issue, bảng Projects, trạng thái bàn giao, tự động hóa gh/API.
hs:watzup knowledge
Generate short handoff reports from branches, worktrees, and unfinished plans — priority-ranked next steps.Tạo báo cáo bàn giao ngắn từ branch, worktree và plan dang dở — bước kế tiếp xếp theo ưu tiên.
hs:llms knowledge
Generate llms.txt files from docs or codebase — LLM-friendly site indexes following the llmstxt.org spec.Tạo file llms.txt từ docs hoặc codebase — chỉ mục site thân thiện LLM theo chuẩn llmstxt.org.
hs:mintlify knowledge
Build and maintain Mintlify docs sites — docs.json, MDX components, navigation, theming, OpenAPI, deployment.Xây và bảo trì site docs Mintlify — docs.json, component MDX, điều hướng, theming, OpenAPI, triển khai.
hs:markdown-novel-viewer knowledge
View markdown in a calm, book-like reader over HTTP — RFCs, runbooks, design docs, distraction-free.Đọc markdown trong trình đọc tĩnh lặng như sách qua HTTP — RFC, runbook, design doc, không xao nhãng.
hs:cti-expert knowledge
Analyze cyber threat intelligence and OSINT — exposure reviews, domain recon, breach checks, image forensics.Phân tích tình báo mối đe dọa mạng và OSINT — soát lộ lọt, recon domain, kiểm rò rỉ, forensics ảnh.
- Every
hs:*skill is a structured prompt. It guides Claude Code but does not block the model from deviating.Mỗi skillhs:*là prompt có cấu trúc. Nó hướng dẫn Claude Code nhưng không chặn model sai lệch. - Blocking happens in hooks and scripts —
gate_stage(compliance),write_guard, and the git pre-push backstop.Chặn xảy ra trong hook và script —gate_stage(compliance),write_guardvà git pre-push backstop. - 107 user-invocable skills as of this build (every one carries
user-invocable: true). Skills are added over time —harness/plugins/hs/is the live source of truth.107 skill người-gọi-được tính đến bản build này (mỗi cái manguser-invocable: true). Skill được thêm theo thời gian —harness/plugins/hs/là nguồn chuẩn trực tiếp.
FAQHỏi đáp
Are skills the thing that blocks bad output?Skill có phải thứ chặn đầu ra xấu?
gate_stage, write_guard, the pre-push backstop). A skill is only as strong as the hook that enforces it.Không. Skill là prose — một prompt có cấu trúc. Việc chặn nằm ở hook và script (gate_stage, write_guard, backstop pre-push). Skill chỉ mạnh bằng hook thực thi nó.How do I invoke a skill?Gọi một skill thế nào?
/hs:<name> in Claude Code — e.g. /hs:plan. Skills can be chained (orchestrators spawn subagents) or invoked standalone.Gõ /hs:<tên> trong Claude Code — ví dụ /hs:plan. Skill có thể nối (orchestrator sinh subagent) hoặc dùng độc lập.I don't know which skill fits — what now?Không biết skill nào hợp — làm sao?
hs:find-skills analyzes your intent and routes you to the right one, with the exact invoke command.hs:find-skills phân tích ý định và định tuyến bạn đến đúng skill, kèm lệnh gọi chính xác.Is the count exact?Số lượng có chính xác không?
user-invocable: true in its SKILL.md. New skills land over time; harness/plugins/hs/ is the live source of truth.Có — 107 skill ở bản build này, mỗi cái có user-invocable: true trong SKILL.md. Skill mới được thêm theo thời gian; harness/plugins/hs/ là nguồn chuẩn trực tiếp.