Add local office-document-to-Markdown conversion to NanoClaw agent containers with the pinned Firecrawl AnyDoc CLI. Use when agents need to read attached Word, PowerPoint, Excel, OpenDocument, RTF, EPUB, CSV, or text-based PDF files without uploading them to a hosted parser.
add-karpathy-llm-wiki
add-karpathy-llm-wiki is an open-source docs skill for Claude Code and compatible agents, published by nanocoai. Its author describes it as: “Add a persistent wiki knowledge base to a NanoClaw group. Based on Karpathy's LLM Wiki pattern. Triggers on "add wiki", "wiki", "knowledge base", "llm wiki", "karpathy wiki".”. The project has 31k stars on GitHub and is available under the MIT license. Add it to your setup with `git clone https://github.com/nanocoai/nanoclaw ~/.claude/skills/add-karpathy-llm-wiki`.
What add-karpathy-llm-wiki does
Set up a persistent wiki knowledge base on NanoClaw, based on Karpathy's LLM Wiki pattern.
Installation
Add add-karpathy-llm-wiki to your agent with:
git clone https://github.com/nanocoai/nanoclaw ~/.claude/skills/add-karpathy-llm-wiki Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
What's inside
The SKILL.md for add-karpathy-llm-wiki is organised into these sections:
- Step 1: Read the pattern
- Step 2: Choose a group
- Step 3: Design collaboratively
- 3a. Directory structure
- 3b. Container skill
- 3c. Group CLAUDE.md
- Step 4: Source handling capabilities
- URL handling note
- Step 5: Optional lint schedule
- Step 6: Restart
When to use it
Reach for add-karpathy-llm-wiki when you want docs help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Clear MIT license — safe to read and adapt
- Ships in nanocoai/nanoclaw, an established project with 30,542 GitHub stars
- Actively maintained (recent commits)
Topics
Frequently asked questions
- What does add-karpathy-llm-wiki do?
- Add a persistent wiki knowledge base to a NanoClaw group. Based on Karpathy's LLM Wiki pattern. Triggers on "add wiki", "wiki", "knowledge base", "llm wiki", "karpathy wiki".
- How do I install add-karpathy-llm-wiki?
- Run git clone https://github.com/nanocoai/nanoclaw ~/.claude/skills/add-karpathy-llm-wiki in your agent, then reload your skills. Review the source at https://github.com/nanocoai/nanoclaw before installing.
- Is add-karpathy-llm-wiki free to use?
- Yes. add-karpathy-llm-wiki is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.
- Where does add-karpathy-llm-wiki come from?
- add-karpathy-llm-wiki ships inside nanocoai/nanoclaw, a repository that contains 41 catalogued skills in total. The repository's 30,542 GitHub stars apply to that whole collection, not to this skill on its own.
Related skills
More Docs →Convert an attached Word document, presentation, spreadsheet, OpenDocument file, RTF, EPUB, CSV, or text-based PDF into local Markdown. Use when a message supplies a local attachment path that must be read without uploading it to an external parser.
Route a NanoClaw agent group to a local Ollama model instead of the Anthropic API. Ollama speaks the Anthropic API natively (v1/messages), so no provider code changes are needed — just env var overrides and a model setting. Use when the user wants to run their agent locally, cut API costs, or experiment with open-weight models. See docs/ollama.md for background.
README is an open-source docs skill for Claude Code and compatible agents, published by alirezarezvani. It packages reusable instructions an agent loads on demand to help with docs tasks. The project has 25k stars on GitHub and is available under the MIT license. Add it to your setup with `/plugin marketplace add alirezarezvani/claude-skills`.
Audit and rewrite prose so it stops reading as machine-generated. Use this skill when asked to remove AI-isms, clean up AI writing, edit a draft for AI tells, audit a README, changelog, release note, PR description, or blog post for machine-sounding prose, or make text sound less like AI. Supports a detect-only mode, a rewrite mode, and an edit-in-place mode, with optional voice and context profiles.