Borrowing it
Nothing to install: this file belongs to blogminhquy/javis-os. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/blogminhquy/javis-os/main/.claude/skills/ingest-source/SKILL.mdgit clone --depth 1 https://github.com/blogminhquy/javis-osWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/blogminhquy/javis-os/ingest-source)<a href="https://agentmods.dev/skills/blogminhquy/javis-os/ingest-source"><img src="https://agentmods.dev/badge/skills/blogminhquy/javis-os/ingest-source/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/blogminhquy/javis-os/ingest-source"><img src="https://agentmods.dev/badge/skills/blogminhquy/javis-os/ingest-source.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00028 | $0.00862 |
| Opus 5 | $0.00014 | $0.00431 |
| Sonnet 5 | $0.00006 | $0.00172 |
| Haiku 4.5 | $0.00003 | $0.00086 |
Grade A, and why
Ingest Source scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 41 lines — stays where its author put it; the contents beside it link to each section on GitHub.
INGEST - tiêu hoá 1 source thành wiki (compounding)
Khi nào dùng
Kích hoạt khi người dùng nói những câu như: "tiêu hoá source này", "xử lý bài này vào
wiki", "đọc file này rồi ghi lại kiến thức", hoặc khi có file mới thả vào sources/.
Skill làm theo đúng 3 kỷ luật của vault.
Đọc schema vault (CLAUDE.md/AGENTS.md ở gốc brain) trước; đây là bản thao tác của phép INGEST.
Trước khi làm
- Kiểm frontmatter source:
status: processed-> DỪNG, báo đã xử lý, hỏi có re-ingest không.unprocessed/chưa có -> làm. - Phân loại độ dài. Source dài (>= ~10.000 dòng / sách / transcript) -> BẮT BUỘC 3-pass:
- Đọc lướt, lập mục lục theo số dòng (vd "1-1300: giới thiệu"). Báo người dùng xác nhận trọng tâm.
- Đọc sâu từng đoạn ~1.000-1.500 dòng, viết wiki NGAY từng đoạn (đừng nén cả file 1 lần - mất 25-40% chi tiết).
- Tự hỏi 5 câu về các vùng khác nhau; wiki không trả lời được câu nào -> quét bổ sung vùng đó.
Các bước
- Đọc source (kèm ảnh nếu có).
- Tóm tắt 3-5 ý chính; rút insight/framework; liên hệ khái niệm đã có.
- Xác định trang wiki: mới cần tạo / cần cập nhật / cần merge (đọc
wiki/index.mdđể dedup). - Viết/cập nhật wiki (1 trang = 1 ý, có
[[...]]ngược lại trang liên quan) - TUÂN THỦ 3 KỶ LUẬT:- Citation cứng: mỗi câu cụ thể kết bằng
[[Nguồn]]. - Mục tiêu vs thực tế: gắn nhãn "(mục tiêu)" / "(thực tế tính đến ...)" / "(cần xác minh)".
- Mâu thuẫn với trang cũ: thêm
## Mâu thuẫn(giữ cả 2 quan điểm + nguồn) + appendwiki/_open-questions.md, KHÔNG ghi đè. Ngoài 3 kỷ luật, mỗi trang phải TỰ ĐỦ NGỮ CẢNH (contextual retrieval - trang tách khỏi source vẫn hiểu và tìm thấy được): - Mở đầu trang bằng 1-2 câu định vị: khái niệm này là gì, thuộc chủ đề/nguồn nào, dùng khi nào. Nhất là khi ingest source dài theo từng đoạn - đoạn giữa sách mà thiếu câu định vị là sau này đọc lẻ không hiểu.
- Frontmatter thêm
aliases: [tên gọi khác, viết tắt, thuật ngữ tiếng Anh]- để sau này hỏi bằng từ khác thì grep/search vẫn bắt trúng trang.
- Citation cứng: mỗi câu cụ thể kết bằng
- Cập nhật
wiki/index.md(thêm dòng link + mô tả 1 dòng). - Set source
status: processed,processed_at,wiki_links: [...]. Không đáng vào wiki ->status: skipped+note. - Append
wiki/log.md:## [YYYY-MM-DD] ingest | <tên source>+ nguồn/đã tạo/đã cập nhật/insight. - Đề xuất task nếu source mở ra hành động (chỉ đề xuất). Báo cáo ngắn: tóm tắt + trang đã chạm + insight + task.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 41 lines · 28 tokens per session scan A a5ff4dfc1ea5
Ingest Source is a skill published in the GitHub repository blogminhquy/javis-os (194 stars, last pushed today), licensed MIT. It adds 28 tokens to every session and 862 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
handoff
Write a compact, decision-ready handoff so the next session (or the user) can continue without reconstructing the current one. Use when the session is ending, context is running low, the user asks for a handoff / "pass the baton" / "hand off", or a long-running operation needs a durable state checkpoint.
cao-learning
Report task outcomes and distill lessons so the team improves across runs — reportoutcome after each unit of work, retrospector handoffs at natural boundaries, and applying injected lessons. Use in workflows that run repeatedly over similar work items. Requires memory.learningenabled; degrade silently when the tools…
cao-memory
Store, recall, and forget durable facts with CAO memory — user preferences, project conventions, decisions, and corrections that should persist across sessions and agents. Use proactively to check memory before asking the user, and to save anything worth remembering. Distinct from any provider-native memory.
state-management
STATE.md reading, writing, and field-level updates. Provides cross-session state persistence via .planning/STATE.md with structured fields for current task, completed phases, blockers, decisions, and quick tasks.
mem0-integration
Mem0 memory layer integration for AI agents. Implement persistent, semantic memory for long-term context retention and personalization.
context-preservation
State capture and restore across context window compactions. Monitors usage thresholds and serializes quality, task, and spec state for seamless continuation.