agentsclimarketplace

Ingest

Skill lokesh-go/llm-wiki/.claude/skills/ingest

A personal, compounding tech knowledge base maintained by an LLMFrom the repository description

Install
npx -y skills add lokesh-go/llm-wiki --skill ingest

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.8 KB, 457 tokens by cl100k_base, as published. Nobody here has run it

Skill: /ingest

Trigger

User types: /ingest <category> <url|text> Categories: article | doc | paper | note


Step 1 — FETCH

  • Fetch the URL, strip nav/ads/footers/JS/cookie banners
  • Convert to clean markdown, preserve headings, paragraphs, code blocks
  • Download inline images → raw/assets/<filename>
  • Build frontmatter: title: <extracted page title> url: <source url> author: <extracted or "unknown"> published: <extracted date or "unknown"> fetched: <today YYYY-MM-DD> category: <article|doc|paper|note> status: raw
  • Save to the correct folder based on category: article → raw/articles/<slugified-title>.md doc → raw/docs/<slugified-title>.md paper → raw/papers/<slugified-title>.md note → raw/notes/<slugified-title>.md

Category-Specific Notes

  • article: general tech articles, blog posts, tutorials
  • doc: reference/official documentation — preserve structure more literally, less summary
  • paper: academic — extract abstract, methodology, findings as distinct sections
  • note: pasted text or local file path instead of URL; minimal processing

Step 2 — LOG THE FETCH

Append to wiki/log.md:

[YYYY-MM-DD] ingest | <title>

Fetched from <url>. Saved to raw/<category>s/<slug>.md. Status: raw.

Step 3 — AUTO COMPILE

  • Immediately execute /compile on the saved raw file
  • Load and follow: .claude/skills/compile/SKILL.md
  • Do NOT wait for user confirmation before compiling

Notes

  • raw/ is READ ONLY after save — /compile reads it, never modifies content
  • Only status: field in frontmatter changes (raw → compiled) during /compile
  • User can manually call /compile later: /compile raw/<category>s/<slug>.md
  • Batch compile an entire folder: /compile raw/articles/

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,851. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.