🔨 standardize .claude: remove prd+Ralph, add thermo review + onboarding#174
Merged
Merged
Conversation
Remove the prd and Ralph skill system, and add two skills to align with the 7-repo .claude/ standardization. Phase 1 — remove prd + Ralph: - delete .claude/skills/prd and .claude/skills/ralph - delete scripts/ralph.sh and scripts/ralph/ - drop the `ralph` target from the Makefile - drop the Ralph row from the README feature table Phase 2 — add thermo-nuclear-code-quality-review: - copy the canonical Claude-only skill (real dir, not shared) and agent - regenerate .codex/agents/thermo-nuclear-code-quality-review.toml via sync Phase 3 — add onboarding skill: - author a new shared skill tailored to this Python/uv `make onboard` stack - lives at .agents/skills/onboarding with a .claude/skills/onboarding symlink Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016zenrbEfszGn7Lx6oEp65B
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
Replace U+2014 em dashes with hyphens to satisfy the AI writing check. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016zenrbEfszGn7Lx6oEp65B
- onboarding SKILL: replace 3 spaced-hyphen independent-clause joins with semicolons - thermo agent: overwrite with canonical text; sync regenerated codex TOML - thermo skill: update description line to canonical wording Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016zenrbEfszGn7Lx6oEp65B
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Part of the 7-repo
.claude/standardization. Removes theprd+ Ralph system and adds two standard skills (thermo-nuclear code quality review, onboarding).Changes
Phase 1 — remove prd + the entire Ralph system
.claude/skills/prd/and.claude/skills/ralph/(real dirs, not symlinked)scripts/ralph.shandscripts/ralph/(no.ralphy/present)ralphtarget fromMakefile(keptcheck_jq, still used byfmt; no.PHONY: ralphentry existed)README.mdfeature tableprd/ralphreferences remained inCLAUDE.mdor.claude/rules/Phase 2 — add thermo-nuclear-code-quality-review (was missing)
disable-model-invocation,user-invocable), so it stays a real dir under.claude/skills/(not shared/symlinked) per.claude/rules/codex-claude-sync.md.mdadded under.claude/agents/;make sync-agent-configregenerated.codex/agents/thermo-nuclear-code-quality-review.tomlPhase 3 — add onboarding skill (was missing)
uvstack and itsmake onboardinteractive CLI (interview → inspect → runonboard.pysteps → prune unused systems). Not copied from Rust.name,description) → lives at.agents/skills/onboarding/with a.claude/skills/onboardingsymlink created bymake sync-agent-configPhase 4 — Codex system already exists, left untouched.
Testing
make sync-agent-config— zero drift on re-runmake ruff,make vulture,make import_lint,make ty,make check_deps,make file_len_check— all passmake docs_lint— fails on a pre-existing bun module-resolution error in the docs-site deps (unist-util-visit-parents/do-not-use-color); confirmed identical failure on a clean tree, unrelated to this changemake lint_links— 23 failures are live-GET sandbox egress 403s on external hosts (shields.io, github.com, contrib.rocks, jules.google, fumadocs.dev); none are links added here (README edit only removed a table row)Related Issues
Closes #
🤖 Generated with Claude Code
Generated by Claude Code
Summary by cubic
Standardizes
.claude/across the repo: removesprdand the Ralph agent, adds a thermo-nuclear code quality review and an onboarding skill, and syncs the thermo review text to the canonical wording. Also fixes onboarding punctuation to satisfy writing checks.New Features
thermo-nuclear-code-quality-reviewrubric under.claude/skills/with a matching agent in.claude/agents/and.codex/agents/(synced to canonical text).uvstack under.agents/skills/onboardingwith a.claude/skills/onboardingsymlink; cleaned punctuation for writing checks.Migration
ralphMakefile target and related scripts/docs; use the thermo-nuclear review via a parent Task that supplies diff and file contents.make sync-agent-configto regenerate agent config and symlinks.make onboardfor the guided CLI and to prune unused systems.Written for commit 7b0cf0c. Summary will update on new commits.