VN-caveman

by phungthien269Verified

AI skill: VN-caveman

0
Stars
0
Forks
Python
Language
8/24/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/phungthien269/VN-caveman

Getting Started

Guides for using skills like VN-caveman.

Security Report

Verified

Last scanned: —

{
  "status": "PASSED",
  "issues": []
}

README.md

English README

VNcaveman

ít token hơn, ít filler hơn, vẫn giữ nguyên ý kỹ thuật

Stars Last Commit License

Before/AfterInstallLevelsSkillsBenchmarksEvals


VNcaveman là repo Vietnamese-first cho bộ skill nén phản hồi gon: ngắn hơn, sắc hơn, ít token hơn, nhưng vẫn giữ nguyên ý kỹ thuật.

Repo này lấy cảm hứng từ caveman, nhưng không giữ persona "người tối cổ". Mục tiêu là câu trả lời ngắn hơn, tự nhiên hơn với dev Việt, và vẫn đủ sắc để dùng trong workflow thật.

gon tối ưu token bằng cách xử lý cả input lẫn output text:

  • chuẩn hóa intent từ prompt verbose sang chỉ thị ngắn, rõ, dev-like
  • cắt xã giao, hedge, đệm lời và các cấu trúc dài dòng không thêm ý
  • giữ nguyên code, command, URL, path, log, warning và proper noun
  • nén prose mạnh hơn, nhưng tự tăng clarity khi task có rủi ro cao
  • ưu tiên ratio ít token hơn / không mất nghĩa thay vì rút câu máy móc

Before / After

🗣️ Agent bình thường

"Có khả năng component của bạn đang bị re-render vì ở mỗi lần render bạn lại tạo ra một object mới và truyền object đó xuống dưới dạng prop. React so sánh nông nên sẽ coi đó là prop mới mỗi lần."

gon (full)

"Re-render do mỗi render tạo object mới. Prop object inline luôn ra ref mới. React thấy prop đổi. Dùng useMemo."

🗣️ Agent bình thường

"Mình nghĩ nguyên nhân nhiều khả năng nằm ở middleware xác thực. Bạn đang kiểm tra thời điểm hết hạn của token theo cách chưa chặt, nên token vừa hết hạn vẫn có thể lọt qua."

gon (full)

"Lỗi ở auth middleware. Check expiry đang sai đơn vị. exp là giây, Date.now() là ms. So sánh lại với exp * 1000."

Cùng ý kỹ thuật. Ít chữ hơn. Dễ scan hơn.

Chọn mức nén bạn muốn:

🪶 Lite

"Component re-render vì mỗi lần render bạn tạo object mới. React thấy ref mới nên render lại. Dùng useMemo."

⚡ Full

"Re-render do mỗi render tạo object mới. Prop inline ra ref mới. Dùng useMemo."

🔥 Ultra

"Inline obj -> ref mới -> re-render. useMemo."

Cùng ý. Bạn chọn độ gọn.

┌─────────────────────────────────────┐
│  TOKEN WASTE DOWN       ████████    │
│  TECHNICAL FIDELITY     ████████    │
│  READ SPEED             ████████    │
│  FILLER                 ██          │
└─────────────────────────────────────┘
  • Đọc nhanh hơn — ít chữ thừa, vào thẳng vấn đề
  • Scan tốt hơn — debug, review, commit message, docs đều gọn hơn
  • Không phá kỹ thuật — code, command, path, URL, log vẫn giữ nguyên
  • An toàn hơn khi cần — gặp destructive ops, prod, security, migration thì tự tăng clarity

Install

Chọn surface phù hợp. Repo này hiện mạnh nhất ở dạng clone + dùng local rules/hooks/plugin surfaces.

SurfaceCách dùng
Claude Code hooksclone repo rồi chạy ./hooks/install.sh hoặc ./hooks/install.ps1
Codex repo-localclone repo, mở trong Codex, dùng .codex/config.toml + .codex/hooks.json
Gemini CLIdùng GEMINI.md + gemini-extension.json trong repo
Cursor / Windsurf / Cline / Copilotdùng các rule files có sẵn trong repo
Skill files trực tiếpmở skills/ và dùng SKILL.md tương ứng

Install once. Dùng lại trong workflow hằng ngày.

What You Get

FeatureClaude CodeCodexGemini CLICursorWindsurfClineCopilot
gon modeYYYYYYY
Auto-activate every sessionYY
Mode switching (lite/full/ultra)YYYY
Statusline badgeY
gon-commitYYYYYYY
gon-reviewYYYYYYY
gon-compressYYYYYYY
gon-helpYYYYYYY

[!NOTE] ¹ Codex repo-local auto-start phụ thuộc .codex/hooks.json trong repo này.

² Cursor, Windsurf, Cline, Copilot dùng rule/instruction files nằm ngay trong repo. Nếu mang skill đi repo khác, bạn cần copy surface tương ứng hoặc cấu hình lại.

Levels

LevelTriggerMục tiêu
Lite/gon liteBỏ filler nhưng vẫn là câu đầy đủ
Full/gon fullNgắn, trực diện, cân bằng nhất
Ultra/gon ultraCực ngắn, shorthand dev, vẫn đủ nghĩa

Trigger phổ biến:

  • gon mode
  • trả lời gọn
  • nói ngắn hơn
  • ít token hơn

Tắt bằng:

  • stop gon
  • normal mode
  • trả lời bình thường

Skills

gon

Skill chính cho response compression tiếng Việt kỹ thuật.

gon-commit

Commit message ngắn, đúng chuẩn, ít lan man.

gon-review

Code review ngắn, dễ scan, tập trung bug/risk/fix.

gon-help

Quick reference cho mode, trigger và skill surfaces.

gon-compress

Nén prose/docs để agent đọc ít token hơn, không chỉ trả ít token hơn.

Nó:

  • phát hiện prose/docs vs code/config
  • tạo backup .original.md
  • nén prose tiếng Việt
  • validate heading, code block, URL, path
  • retry fix tối đa 2 lần nếu validation fail
  • chặn path có dấu hiệu chứa secret/key

Benchmarks

Hiện repo đã có benchmark runner, nhưng chưa commit benchmark thật vào README.

Chạy benchmark:

uv run python benchmarks/run.py --dry-run

Nếu có ANTHROPIC_API_KEY:

uv run python benchmarks/run.py --update-readme

[!IMPORTANT] Repo này không bịa số benchmark. Chỉ chèn số vào README khi có run thật.

Evals

evals/ đo mức nén token thật theo mô hình:

  • __baseline__
  • __terse__
  • từng skill trong skills/
# chạy eval (cần claude CLI)
uv run python evals/llm_run.py

# đọc kết quả offline
uv run --with tiktoken python evals/measure.py

Mục tiêu là đo đúng phần skill đóng góp, không gian lận kiểu so với output verbose mặc định.

Star This Repo

Nếu repo này giúp agent trả lời gọn hơn, dễ đọc hơn, ít token hơn, hãy để lại một star.

Repo đang cần star thật từ người dùng thật, không phải star rác.

More Docs

License

MIT. Xem LICENSE.

Frequently Asked Questions

What is VN-caveman?

VN-caveman is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by phungthien269. It has 0 GitHub stars.

Is VN-caveman safe to use?

Yes. VN-caveman passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install VN-caveman?

Clone the repository with "git clone https://github.com/phungthien269/VN-caveman" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is VN-caveman written in?

VN-caveman is primarily written in Python. It is open-source under phungthien269 on GitHub, so you can review or fork the full source.

Are there alternatives to VN-caveman?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh VN-caveman against similar tools.

Comments (0)

No comments yet. Be the first to share your thoughts!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI Agents
View details

Developers Also Liked

Based on votes and bookmarks from developers who liked this skill

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP Serversapisai-tools
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details