원클릭으로
dose-help
Quick-reference card for all dose pills, skills, and commands. One-shot display, not a persistent mode.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Quick-reference card for all dose pills, skills, and commands. One-shot display, not a persistent mode.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Custom Dose pill: Karpathy. Think first. Simplicity. Surgical changes. Goal-driven execution. From Andrej Karpathy's observations on LLM coding.
Custom Dose pill: Ponytail. Lazy senior dev. Delete before you write. The best code is the code you never wrote.
5 colored pills for AI agents. Pop a pill, gain a power. Titan (red) for performance, Sage (blue) for architecture, Warden (green) for security, Phantom (yellow) for minimal delivery, Void (purple) for full spectrum. Pop multiple pills to combine their rules. Use when the user says "dose", "pop red/blue/etc", any pill color, or invokes /dose. Each pill has its own ladder.
Repo-wide audit for over-engineering.
Create a custom Dose pill with its own ladder, rules, and skill.
Harvest `dose:` comments into a debt ledger.
| name | dose-help |
| description | Quick-reference card for all dose pills, skills, and commands. One-shot display, not a persistent mode. |
Pop pills. Stack them. Switch anytime.
| Color | Pill | Command | What it does |
|---|---|---|---|
| 🔴 Red | Titan | /dose red | Performance. Cache. Parallel. Fast. |
| 🔵 Blue | Sage | /dose blue | Architecture. Patterns. Clean code. |
| 🟢 Green | Warden | /dose green | Security. Validation. Safety. |
| 🟡 Yellow | Phantom | /dose yellow | Minimal. Ship. Delete. Less. Default. |
| 🟣 Purple | Void | /dose purple | Full spectrum. Chooses per task. |
| 🦥 Gray | Ponytail | /dose ponytail | Lazy senior dev. Delete before you write. |
| 🧠 Purple | Karpathy | /dose karpathy | Think first. Simplicity. Surgical. Goal-driven. |
Pop multiple pills at once — their rules combine:
pop red → add Titan
pop blue → add Sage (now Titan + Sage)
pop off red → remove Titan
normal mode → deactivate all
/dose off titan → remove Titan
/dose → show active pills
| Command | What it does |
|---|---|
/dose [pill] | Add a pill to active set. |
/dose off [pill] | Remove a specific pill. |
/dose off | Deactivate all pills. |
/dose-status | Show which pills are active. |
/dose-review | Review diff for over-engineering. |
/dose-audit | Audit entire repo for bloat. |
/dose-debt | Harvest dose: shortcuts into a ledger. |
/dose-create | Create a custom pill. Describe what you want. |
/dose-manage | Edit, delete, disable, enable custom pills. |
/dose-help | This card. |
Say "normal mode" or /dose off. Resume by popping a pill.
export PRISM_DEFAULT_MODE=sage
Or in ~/.config/dose/config.json: { "defaultMode": "titan" }
Default is phantom.
https://github.com/DietrichGebert/ponytail — forked from Ponytail.