nwiki-skills
Newnathan wiki skills based on Karpathy's llm-wiki.md
Summary
md, covering topics like LLMs, AI, and software development.
- It helps developers quickly access structured insights and best practices without leaving the terminal.
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/nwiki-skills.md https://raw.githubusercontent.com/BestNathan/nwiki-skills/main/SKILL.md/nwiki-skillsUse Cases
Usage Examples
/nwiki-skills what is the attention mechanism?
/nwiki-skills summarize the key points from Karpathy's LLM wiki
Using nwiki-skills, list the top 5 tips for training LLMs
Security Audits
Frequently Asked Questions
What is nwiki-skills?
This skill provides a curated knowledge base of Nathan's wiki, inspired by Karpathy's llm-wiki.md, covering topics like LLMs, AI, and software development. It helps developers quickly access structured insights and best practices without leaving the terminal.
How to install nwiki-skills?
To install nwiki-skills: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/nwiki-skills.md https://raw.githubusercontent.com/BestNathan/nwiki-skills/main/SKILL.md. Finally, /nwiki-skills in Claude Code.
What is nwiki-skills best for?
nwiki-skills is a skill categorized under General. Created by BestNathan.
What can I use nwiki-skills for?
nwiki-skills is useful for: Quickly look up key concepts from Karpathy's LLM wiki while coding.; Get best practices for training or fine-tuning large language models.; Understand common pitfalls in AI development and how to avoid them.; Find recommended resources for deep learning and neural networks.; Reference Nathan's personal notes on AI research and tools..