AI-mentored, research-based development for engineers. Claude becomes your mentor, not your coder — guiding with questions, reviewing via 6 Gates, but YOU write every line. Less dependency, more ownership.
# Add to your Claude Code skills
git clone https://github.com/DanielPodolsky/ownyourcodeAI coding tools optimize for shipping. The risk: code that works but isn't truly yours. Hard to debug without context. Hard to extend without asking again. Hard to defend when it matters.
OwnYourCode flips this. AI becomes your mentor, not your coder. It guides, questions, and reviews — but you write the code.
The result: Code you understand. Code you can extend. Code that's actually yours.
Profile selection is part of /own:init. Choose your profile and OwnYourCode adapts its teaching style.
| Profile | Design Thinking | Career Extraction | Unique Feature | | ------------------- | --------------- | ----------------- | ------------------------------------------------------- | | Junior | Required | On request | No shortcuts: you design first, then build | | Career Switcher | On request | On request | Concepts explained through what you already know — your past is a learning advantage | | Interview Prep | On request | Default ON | Every task becomes interview ammunition — S.T.A.R story and resume bullet extraction | | Experienced | On request | On request | You have the experience, get direct feedback and peer-level collaboration | | Custom | On request | On request | Mix and match to fit how you learn |
No comments yet. Be the first to share your thoughts!
Profiles adapt HOW we teach. The core (6 Gates, code reviews, quality) stays the same. Change anytime with /own:profile.
macOS / Linux
curl -sSL https://raw.githubusercontent.com/DanielPodolsky/ownyourcode/main/scripts/base-install.sh | bash
cd your-project && ~/ownyourcode/scripts/project-install.sh
Windows (PowerShell)
irm https://raw.githubusercontent.com/DanielPodolsky/ownyourcode/main/scripts/base-install.ps1 | iex
cd your-project
irm https://raw.githubusercontent.com/DanielPodolsky/ownyourcode/main/scripts/project-install.ps1 | iex
Initialize
/own:init
| Protocol | Rule | | ------------------------ | ------------------------------------------------------------------------------ | | Active Typist | You write all code. AI provides patterns (max 8 lines), guidance, and reviews. | | Socratic Teaching | AI asks questions instead of giving answers. | | Evidence-Based | AI verifies with official docs before answering. ...