By rsoatto
Personal coding principles for Claude Code. Includes additional-coding-principles (extends karpathy-guidelines) and a coding-principles meta-skill that loads both sets together.
Additional behavioral guidelines that extend andrej-karpathy-skills. Use when writing, reviewing, or refactoring code to handle ambiguity, conflicts, context management, test intent, convention-matching, and failure visibility.
Meta-skill that bundles karpathy-guidelines and additional-coding-principles. Invoke this when you want both principle sets loaded together for a coding task, review, or refactor.
Personal Claude Code plugin: extra coding principles plus a meta-skill that bundles them with andrej-karpathy-skills.
additional-coding-principles — guidelines that extend karpathy's: write code (not LLM calls) for deterministic work, manage context deliberately, surface conflicts, read before writing, test intent, checkpoint, match conventions, fail loud.coding-principles — meta-skill. Invoke /coding-principles (or via the Skill tool) and Claude will load both karpathy-guidelines and additional-coding-principles in one shot.# In Claude Code:
/plugin marketplace add rsoatto/claude-skills
/plugin install rsoatto-skills@rsoatto-skills
/reload-plugins
The meta-skill depends on andrej-karpathy-skills being installed alongside it. Install that first:
/plugin marketplace add forrestchang/andrej-karpathy-skills
/plugin install andrej-karpathy-skills@karpathy-skills
# Pull marketplace changes
/plugin marketplace update rsoatto-skills
/reload-plugins
Or manually:
git -C ~/.claude/plugins/marketplaces/rsoatto-skills pull
rm -rf ~/.claude/plugins/cache/rsoatto-skills
cp -r ~/.claude/plugins/marketplaces/rsoatto-skills ~/.claude/plugins/cache/rsoatto-skills
# then /reload-plugins
git clone <this-repo> ~/claude-skills
# edit skills/*/SKILL.md
git commit && git push
# on each server: /plugin marketplace update rsoatto-skills
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub rsoatto/claude-skills --plugin rsoatto-skillsBehavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.