Llm wiki news radar
Find and summarize fresh news, releases, papers, repositories, standards, and technologies related to LLM-Wiki, wiki memory, OpenWiki, Agent Skills, agent memory, RAG/GraphRAG, local-first knowledge tools, and coding-agent knowledge workflows. Use when the user asks for latest/current/recent ecosystem updates.From its SKILL.md
npx -y skills add po4yka/llm-wiki-skills --skill llm-wiki-news-radarAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 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.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
5.1 KB, ~1.1k tokens by cl100k_base, as published. Nobody here has run it
LLM-Wiki News Radar
Goal
Produce a current, source-cited ecosystem update for LLM-Wiki and adjacent technologies.
When to use
- The user asks about the latest, current, or recent state of LLM-Wiki, wiki memory, Agent Skills, RAG/GraphRAG, or related coding-agent knowledge tooling.
- The user asks "what changed" in these areas since a specific date or event.
- The user wants a source-cited digest of new releases, papers, tools, or standards before adopting them.
- Not for general questions that do not need freshness checking (use a vault-query skill instead).
Mandatory freshness rule
Always browse. Do not answer current-state questions from memory.
Use absolute dates in the answer, especially when the user says latest, recent, today, this week, this month or current.
Watch areas
Search across:
- LLM-Wiki / wiki memory / OpenWiki;
- LangChain, DeepAgents and related wiki-memory projects;
- Karpathy-style LLM-Wiki discussions;
- Agent Skills, skills.sh, Claude Code, Codex, Cursor, OpenCode;
- Obsidian/local-first knowledge workflows;
- qmd or local hybrid retrieval;
- RAG, GraphRAG, LightRAG, HippoRAG and agent-native retrieval;
- provenance, anti-slop, context poisoning, memory benchmarks;
- arXiv papers and benchmark releases;
- GitHub repos and release notes.
Inputs
- The topic or watch area(s) to focus the search on; defaults to the full watch-area list above.
- The time window to cover (last 7 days, last 30 days, last 90 days, since a known event, or general landscape); infer or ask if not given.
- Optional: an LLM-Wiki vault path, if the result should be saved via the file-back step.
Procedure
1. Set the time window
Infer or ask for the window:
- last 7 days;
- last 30 days;
- last 90 days;
- since a known event;
- general current landscape.
If no window is given, default to the last 90 days plus any major still-relevant baseline sources.
2. Search diverse sources
Use at least three source families when possible:
- official docs/blogs/release notes;
- GitHub repositories/releases/issues;
- papers/preprints;
- independent analysis or community discussions.
Prefer primary sources for technical claims.
3. Classify findings
Group updates by type:
| Type | Examples |
|---|---|
release | CLI, library, plugin, agent feature, skill format update |
paper | benchmark, architecture, retrieval/memory algorithm |
tool | new repo or major implementation change |
standard | Agent Skills, AGENTS.md, memory/tool interface conventions |
risk | data loss, stale maintenance, privacy, provenance gap |
market-signal | major vendor adoption, large ecosystem shift |
4. Evaluate relevance
For each important item, answer:
- What changed?
- Why does it matter for LLM-Wiki users?
- Who should care: personal user, team, product builder, researcher?
- Does it change a previous recommendation?
- What needs verification before adoption?
5. Output
## Current as of YYYY-MM-DD
## Executive summary
## Major updates
## New or changed tools
## New papers / benchmarks
## Standards and agent ecosystem
## Risks and warnings
## What I would change in an LLM-Wiki setup now
## Sources checked
Output
A single Markdown digest following the section template above (Current as of / Executive summary / Major updates / New or changed tools / New papers / Standards / Risks / Sources checked), grouped by the classification types from step 3, with every current-state claim carrying an inline citation to the source that supports it. When run inside an LLM-Wiki vault, the digest may additionally be offered for file-back as described below.
Citation rules
- Cite every factual current-state claim.
- Do not cite a source for a claim it does not support.
- Do not group all citations at the end.
- Use primary sources for install commands, APIs, release status and licenses.
Optional file-back
If working inside an LLM-Wiki vault, offer to save the update as:
wiki/queries/YYYY-MM-DD-llm-wiki-news-radar.md
Mark it status: draft and stale_after within 30-90 days.
Safety gates
- Never state a current-state fact (release status, version, maintenance status, pricing) without having browsed and cited a source for it.
- Do not fabricate dates, version numbers, or adoption claims; mark anything unverified as such instead of guessing.
- File-back into the vault is optional and report-only until the user confirms; never overwrite an existing wiki page.
- Surface stale, unmaintained, or low-provenance projects under the
riskcategory rather than recommending them silently.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.