LearnPrompt

56 mods across 11 repositories, 6.7k stars between them.

dream-memory

25

LearnPrompt/cc-harness-skills

Skill Claude CodeCodex

Consolidate recent logs, sessions, and existing memory files into durable topic memories, normalize dates, prune stale entries, and keep MEMORY.md short enough for prompt use.

233 1mo ago A 37 tokens original MIT

kairos-lite

26

LearnPrompt/cc-harness-skills

Skill Claude CodeCodex

Build a lightweight proactive mode with scheduled checks, sleep intervals, concise user briefs, and expiry safeguards so an agent can work in the background without becoming an uncontrolled daemon.

233 1mo ago A 37 tokens original MIT

memory-extractor

27

LearnPrompt/cc-harness-skills

Skill Claude CodeCodex

Extract durable memories from recent conversation turns into user, feedback, project, and reference categories while avoiding stale code-state facts.

233 1mo ago A 28 tokens original MIT

LearnPrompt/cc-harness-skills

Skill Claude CodeCodex

Compress a long agent conversation into a nine-part continuation summary that preserves request, files, errors, user messages, current work, and the next aligned step.

233 1mo ago A 36 tokens original MIT

swarm-coordinator

29

LearnPrompt/cc-harness-skills

Skill Claude CodeCodex

Coordinate multiple agents by splitting work into research, synthesis, implementation, and verification, assigning ownership, and keeping the coordinator focused on integration rather than raw exploration.

233 1mo ago A 36 tokens original MIT

verification-gate

30

LearnPrompt/cc-harness-skills

Skill Claude CodeCodex

Run a read-only verification pass after implementation to check whether completion claims are real, validation actually ran, and obvious edge cases or regressions were missed.

233 1mo ago A 34 tokens original MIT

LearnPrompt/skillrush-town

Instructions file CodexOpenCode

Instructions for LearnPrompt/skillrush-town, covering agent instructions, source contract, required headless validation and optional browser / manual page check.

107 2d ago A 407 tokens original MIT

LearnPrompt/skillrush-town

Instructions file

Instructions for LearnPrompt/skillrush-town, covering claude code project context, headless-first rule and do not drift the source contract.

107 2d ago A 315 tokens original MIT

skillrush-town

34

LearnPrompt/skillrush-town

Skill Claude CodeCodex

A daily tracker for popular ClawHub skills, which are add-ons published in the ClawHub catalogue. It summarizes rankings, promising skills, and newly listed entries from stored data.

107 2d ago A 219 tokens original MIT

LearnPrompt/andrej-karpathy-skills

Skill Claude CodeCodex

Apply Karpathy-style agentic engineering to any coding or building task. Use this skill when the user wants to set up an agent-driven workflow, needs to write a CLAUDE.md or AGENTS.md, wants to orchestrate agents with clear success criteria, or says things like "agent loop", "let the agent handle it", "agentic…

90 1mo ago A 100 tokens original MIT

LearnPrompt/andrej-karpathy-skills

Skill Claude CodeCodex

Set up an autonomous research loop where an agent iterates on experiments, hypotheses, and code on git branches. Use this skill when the user wants to automate ML experiments, set up a research agent that self-improves, needs to run many variations of an experiment without manual intervention, or says "automate…

90 1mo ago A 104 tokens original MIT

LearnPrompt/andrej-karpathy-skills

Skill Claude CodeCodex

Apply the education-first mindset — make everything you build teachable, create nano-project explanations, write for beginners. Use this skill when the user wants to explain a project to beginners, create a tutorial from code, write documentation that teaches (not just documents), make a concept accessible, or says…

90 1mo ago A 113 tokens original MIT

karpathy-idea-files

39

LearnPrompt/andrej-karpathy-skills

Skill Claude CodeCodex

Create and share ideas as abstract Gist-style specs instead of code — letting agents or others implement. Use this skill when the user wants to capture a new idea quickly, needs to write a project spec for an agent to implement, wants to share a concept without building it first, or says "write up this idea", "create…

90 1mo ago A 114 tokens original MIT

LearnPrompt/andrej-karpathy-skills

Skill Claude CodeCodex

Use LLM as a simulator of expert debates and opposing viewpoints instead of getting a single sycophantic answer. Use this skill when the user needs to make an important decision, wants to stress-test an idea, needs devil's advocate analysis, wants to avoid confirmation bias, or says "argue against this", "what are the…

90 1mo ago A 102 tokens original MIT

karpathy-llm-wiki

41

LearnPrompt/andrej-karpathy-skills

Skill Claude CodeCodex

Build and maintain an LLM-powered personal knowledge base or wiki. Use this skill when the user wants to organize research notes, build a second brain, set up an Obsidian vault with LLM compilation, ingest papers or articles automatically, or mentions "personal knowledge base", "LLM wiki", "second brain", "knowledge…

90 1mo ago A 101 tokens original MIT

LearnPrompt/andrej-karpathy-skills

Skill Claude CodeCodex

Run a structured reflection on how AI is reshaping your skills, career, and leverage. Use this skill for monthly career audits, skill atrophy reviews, understanding what's worth learning vs delegating to AI, or when the user says "career audit", "skills review", "what should I learn", "am I becoming obsolete", "AI…

90 1mo ago A 100 tokens original MIT

LearnPrompt/andrej-karpathy-skills

Skill Claude CodeCodex

Apply Andrej Karpathy AI methodology and principles from his 2023-2026 insights. Use this skill when the user wants to apply Karpathy-style thinking, needs guidance on agentic engineering, LLM knowledge bases, minimalist coding, understanding-first principles, or any of the 14 core methodologies distilled from his…

90 1mo ago A 119 tokens original MIT

karpathy-minimalism

44

LearnPrompt/andrej-karpathy-skills

Skill Claude CodeCodex

Apply Karpathy-style minimalism and anti-dependency principles to code and system design. Use this skill when the user wants to reduce dependencies, avoid supply chain risks, rewrite something in pure Python or minimal code, audit a project for bloat, design agent-native CLI tools, or says "too many dependencies"…

90 1mo ago A 119 tokens original MIT

LearnPrompt/andrej-karpathy-skills

Skill Claude CodeCodex

Upgrade LLM outputs from plain text to structured, rendered formats like HTML, Marp slides, or interactive dashboards. Use this skill when the user wants better-formatted output, needs to convert notes into a presentation, wants HTML output from an LLM, needs slides from a document, or says "make this prettier"…

90 1mo ago A 109 tokens original MIT

LearnPrompt/andrej-karpathy-skills

Skill Claude CodeCodex

Build practice environments and evaluation gyms where agents can try, fail, and learn from feedback. Use this skill when the user wants to set up automated evaluation for an agent, needs a sandbox for testing LLM capabilities, wants to build a practice gym for skills, needs an RL-style environment for agent…

90 1mo ago A 110 tokens original MIT

LearnPrompt/andrej-karpathy-skills

Skill Claude CodeCodex

Apply rigorous supply chain security hygiene to software projects — audit dependencies, detect risks, minimize attack surface. Use this skill when the user wants to audit project dependencies, is concerned about supply chain attacks, wants to set up secure dependency management, needs to review a requirements.txt or…

90 1mo ago A 111 tokens original MIT

LearnPrompt/andrej-karpathy-skills

Skill Claude CodeCodex

Write explicit strategy into system prompts as a learning mechanism — making LLM behavior more predictable and teachable through prompt-as-textbook approach. Use this skill when the user wants to improve an agent or LLM's performance on a specific task through system prompts, needs to encode a strategy or workflow…

90 1mo ago A 113 tokens original MIT