By toilact
toilact's private dev/ML toolkit for Claude Code: house-rules + behaviour gate, ML-governance guards, an AI-engineer workflow skill, a curated agentic-engineering set, an on-demand pattern library (/gc-lib), the /gc-ship checklist, and the gc-explorer subagent. Depends on the superpowers plugin.
Structured self-debugging workflow for AI agent failures using capture, diagnosis, contained recovery, and introspection reports.
Operate as an agentic engineer using eval-first execution, decomposition, and cost-aware model routing.
Use when starting or planning any machine-learning task — exploring a dataset, engineering features, training, tuning hyperparameters, evaluating, integrating a model into a service or device, or deploying. Gives the senior AI-engineer lifecycle and routes to the right guard and detailed phase doc.
Capture architectural decisions made during Claude Code sessions as structured ADRs. Auto-detects decision moments, records context, alternatives considered, and rationale. Maintains an ADR log so future developers understand why the codebase is shaped the way it is.
Analyze an unfamiliar codebase and generate a structured onboarding guide with architecture map, key entry points, conventions, and a starter CLAUDE.md. Use when joining a new project or setting up Claude Code for the first time in a repo.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Toolkit Claude Code cá nhân (private) của toilact — dùng cho
mọi dự án cá nhân về sau, không bó vào một dự án nào. Nó gói: house-rules + cổng kiểm soát hành vi,
bộ guard ML-governance, một skill workflow AI engineer, cụm skill agentic/engineering, và một thư viện
gọi-theo-yêu-cầu (/gc-lib). Mục tiêu: nạp gọn (lean) — chỉ ~1,370 token/session luôn nạp.
/gc-ship, /gc-libgc-explorer/gc-lib)godchi chia nội dung làm 2 tầng để tiết kiệm context:
| Tầng | Nằm ở | Nạp khi nào | Chi phí token |
|---|---|---|---|
| Auto-activate | skills/ | Claude tự kích hoạt khi task khớp description của skill | Mỗi skill ~40–110 tok luôn nạp (chỉ phần mô tả; thân skill chỉ nạp khi dùng) |
| On-demand | library/ | Chỉ khi bạn gọi /gc-lib | 0 token khi không dùng |
→ Vì thế: thứ cần "luôn nhắc Claude" (house rules, guard ML, kỷ luật) thì auto; thứ tra-cứu-khi-cần
(pattern theo framework, tài liệu vòng đời, workflow ad-hoc) thì để trong library/.
Xem nhanh ngân sách token:
claude plugin details godchi.
# Cài (đọc thẳng từ repo local — sửa repo là có hiệu lực ở session sau)
claude plugin marketplace add /Users/chithanhdaica/Documents/Projects/godchi
claude plugin install godchi@godchi
Dependency bắt buộc — superpowers (godchi không copy mà trỏ sang, xem mục 8):
claude plugin install superpowers@claude-plugins-official
Sau khi cài — dedup (tránh skill trùng kích hoạt 2 lần): godchi đã bundle karpathy-guidelines và
improve-codebase-architecture. Nếu bạn đang có bản personal/plugin trùng thì gỡ:
claude plugin uninstall andrej-karpathy-skills@karpathy-skills # godchi đã có karpathy-guidelines
(to-prd/to-issues/grill-with-docs/eval-harness đã nằm trong library/ nên không gây trùng auto.)
Đa nền tảng: hook SessionStart tự nhận diện Cursor / Copilot CLI / Claude Code và xuất đúng định
dạng → toolkit hoạt động ở cả 3.
Gỡ toolkit: claude plugin uninstall godchi@godchi.
| Cách | Dùng cho | Ví dụ |
|---|---|---|
| Tự động (không làm gì) | Skills trong skills/ — Claude tự bật khi task khớp | Bạn sửa feature builder có shift(-1) → ml-data-leakage-guard tự nhắc |
| Slash command | Hành động chủ động | /gc-ship, /gc-lib fastapi-patterns |
| Gọi tên / nhờ subagent | Khi muốn ép một skill/subagent cụ thể | "dùng gc-explorer khảo sát module auth", "áp dụng skill codebase-onboarding" |
Những skill dưới đây tự chạy khi ngữ cảnh khớp — bạn không cần gõ gì. Muốn ép chạy thì nhắc tên.
| Skill | Dùng để làm gì | Tự chạy khi |
|---|---|---|
godchi | "Gu" làm việc của bạn: cổng hành vi (hỏi trước khi đổi lựa chọn đã chốt · brainstorm→plan→implement→review · verify trước khi báo xong), code style, giao tiếp tiếng Việt, index thư viện | Bắt đầu bất kỳ task code/ML nào trong dự án của bạn |
karpathy-guidelines | Chống over-engineer, sửa surgical, không tự ý mở rộng phạm vi | Khi viết / review / refactor code |
| Skill | Bắt lỗi gì | Tự chạy khi |
|---|---|---|
ai-ml-workflow | Bản đồ vòng đời AI engineer (EDA→feature→preprocess→train→tune→loop→integrate→deploy); trỏ tới library/ml-lifecycle/* | Bắt đầu/lập kế hoạch một task ML |
ml-data-leakage-guard | Rò rỉ dữ liệu tương lai (lookahead/target leak, shift(-1), fit-trên-toàn-bộ-data) | Sửa feature engineering, tạo label, scaler/encoder, pipeline train/serve |
walk-forward-guard | Chia data sai cho time-series (random split/k-fold/thiếu embargo) | Split train/val, viết backtest, tính CV, đánh giá model time-series |
model-feature-versioning | Train/serve skew, feature schema trôi giữa notebook và API | Lưu/nạp/serve model, đổi preprocessing, định nghĩa feature set chung |
npx claudepluginhub toilact/godchi --plugin godchiHarness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Complete developer toolkit for Claude Code