Skip to content

docs: revamp README with comparison table, community tips, v3.2 updates#39

Merged
rohitg00 merged 2 commits intomainfrom
docs/readme-revamp-v3.2
Apr 1, 2026
Merged

docs: revamp README with comparison table, community tips, v3.2 updates#39
rohitg00 merged 2 commits intomainfrom
docs/readme-revamp-v3.2

Conversation

@rohitg00
Copy link
Copy Markdown
Owner

@rohitg00 rohitg00 commented Apr 1, 2026

Summary

  • Adds competitor comparison table showing Pro Workflow's unique features vs Superpowers, ECC, gstack, GSD
  • Adds "What's New in v3.2" section highlighting LLM gates, permission tuner, compact guard, cost tracker, MCP audit
  • Adds "Tips from the Community" section with attributed quotes from Karpathy, Boris Cherny, Thariq
  • Adds "Related Projects" section linking to ecosystem repos
  • Updates all counts throughout (24 skills, 8 agents, 21 commands, 24 hook events, 29 scripts)
  • Expands all component tables to reflect v3.2 additions

Why

README needs to work as a standalone reference that people bookmark and star, not just a tool install guide. This brings it in line with top Claude Code ecosystem repos.

Test plan

  • Verify all links resolve
  • Verify badge URLs render correctly
  • Check table formatting renders on GitHub
  • Verify counts match actual file counts

Summary by CodeRabbit

  • Documentation
    • Updated README with v3.2 features: LLM Gates, Permission Tuner, Compact Guard, Cost Tracker, MCP Audit, Auto Setup, File Watcher, and an agent optimization flag.
    • Expanded feature comparison and hero counts (skills 17→24, agents 6→8, commands 16→21, hook scripts 23→29 / events 18→24).
    • Reworked hook scripts matrix and added new events (PermissionDenied, Setup, WorktreeCreate/Remove, CwdChanged, TaskCreated).
    • Refreshed “How It Works” wording, updated repo structure counts, and added “Tips from the Community” and “Related Projects.”
    • Updated example commands and separators in “Try It.”

- Add competitor comparison table (vs Superpowers, ECC, gstack, GSD)
- Add What's New in v3.2 section with all new features
- Add Tips from the Community section with attributed quotes
- Add Related Projects section
- Update all counts: 24 skills, 8 agents, 21 commands, 24 hook events
- Expand all tables with new skills, agents, commands, and hooks
- Update structure section with correct counts
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 1, 2026

Caution

Review failed

Pull request was closed or merged during review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 4bc6b108-fbcc-42e8-b578-7b3375a43fda

📥 Commits

Reviewing files that changed from the base of the PR and between c88a1ea and 83977a6.

📒 Files selected for processing (1)
  • README.md

📝 Walkthrough

Walkthrough

Expanded README to document v3.2: updated feature counts (skills, agents, commands, hook scripts/events), added a "What's New" v3.2 list (LLM Gates prompt type, Permission Tuner, Compact Guard, Cost Tracker, MCP Audit, Auto Setup, File Watcher, agent optimization flag), revised examples and new docs sections.

Changes

Cohort / File(s) Summary
Documentation
README.md
Comprehensively updated README: added v3.2 "What's New" features (LLM Gates with type: "prompt", Permission Tuner, Compact Guard, Cost Tracker, MCP Audit, Auto Setup, File Watcher, agent optimization flag), adjusted hero and "What's Inside" counts (skills 17→24, agents 6→8, commands 16→21, hook scripts 23→29, hook events 18→24), replaced hook scripts table with a 29 Hook Scripts (24 Events) matrix (adding events like PermissionDenied, Setup, WorktreeCreate/Remove, CwdChanged, TaskCreated), updated "How It Works" wording and example command separators (>), and added "Tips from the Community" and "Related Projects" sections.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Poem

🐰 I hopped through lines of prose and rhyme,
I nudged the README—just in time.
New gates and tuners in a row,
Hooks multiplied, and features grow.
A carrot-cheer for v3.2’s show! 🥕✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The PR title accurately summarizes the main changes: revamping the README with a new comparison table, community tips section, and v3.2 feature updates, which matches the primary objectives.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/readme-revamp-v3.2

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 3

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@README.md`:
- Around line 345-356: The MD028 lint error is caused by blank lines between
consecutive blockquote lines in the "Tips from the Community" section; remove
the empty lines separating each blockquote so each >-prefixed line follows the
previous blockquote immediately (i.e., eliminate the blank lines between the
Andrej Karpathy and Boris Cherny quotes and between each subsequent Boris/Thariq
blockquote) to satisfy the Markdown rule.
- Around line 373-376: The two broken links in the Related Projects table (the
rows with link texts "everything-claude-code" and "claude-code-best-practice")
should be fixed: either remove those table rows or replace their URLs with the
correct repository paths (e.g., point them to the actual anthropics/claude-code
repo or another valid target) so they no longer 404; update the hrefs for the
link texts "everything-claude-code" and "claude-code-best-practice" in README.md
accordingly and ensure link text and URL refer to the same valid resource.
- Around line 94-107: Update the comparison table rows for gstack, ECC,
Superpowers, and GSD to avoid inaccurate exact counts: replace precise numbers
with verified ranges or "140+"/"60+" style summaries (e.g., change gstack Skills
from "33" to "18-23 skills" and Commands from "0" to a verified count/range
including listed slash commands; change ECC Skills/Commands to "140+ skills" and
"60+ slash commands"), and add inline citation links or footnote markers next to
those rows (attach sources for gstack and ECC) so readers can verify; modify the
table cells referencing "Skills" and "Commands" and the specific rows labeled
"gstack" and "ECC" (and mark Superpowers/GSD as "unverified" or use ranges)
rather than leaving exact unverified numbers.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: b776ac5a-bede-4949-bb68-56922867ea42

📥 Commits

Reviewing files that changed from the base of the PR and between 68dbd4b and c88a1ea.

📒 Files selected for processing (1)
  • README.md

Comment on lines +345 to +356
## Tips from the Community

> "80% of my code is written by AI, 20% is spent reviewing and correcting it." — [Andrej Karpathy](https://x.com/karpathy/status/2015883857489522876)

> "Use subagents to throw more compute at a problem — offload tasks to keep your main context clean." — [Boris Cherny](https://x.com/bcherny/status/2017742755737555434)

> "If you do something more than once a day, turn it into a skill or command." — [Boris Cherny](https://x.com/bcherny/status/2017742748984742078)

> "Write detailed specs and reduce ambiguity before handing work off — the more specific you are, the better the output." — [Boris Cherny](https://x.com/bcherny/status/2017742752566632544)

> "Skill description field is a trigger, not a summary — write it for the model." — [Thariq Shihipar](https://x.com/trq212/status/2033949937936085378)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Fix blank lines between blockquotes.

Static analysis flags blank lines between the blockquotes (MD028). Remove the blank lines at 348, 350, 352, and 354 to comply with Markdown formatting standards.

📝 Proposed fix to remove blank lines
 > "80% of my code is written by AI, 20% is spent reviewing and correcting it." — [Andrej Karpathy](https://x.com/karpathy/status/2015883857489522876)
-
 > "Use subagents to throw more compute at a problem — offload tasks to keep your main context clean." — [Boris Cherny](https://x.com/bcherny/status/2017742755737555434)
-
 > "If you do something more than once a day, turn it into a skill or command." — [Boris Cherny](https://x.com/bcherny/status/2017742748984742078)
-
 > "Write detailed specs and reduce ambiguity before handing work off — the more specific you are, the better the output." — [Boris Cherny](https://x.com/bcherny/status/2017742752566632544)
-
 > "Skill description field is a trigger, not a summary — write it for the model." — [Thariq Shihipar](https://x.com/trq212/status/2033949937936085378)
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
## Tips from the Community
> "80% of my code is written by AI, 20% is spent reviewing and correcting it." — [Andrej Karpathy](https://x.com/karpathy/status/2015883857489522876)
> "Use subagents to throw more compute at a problem — offload tasks to keep your main context clean." — [Boris Cherny](https://x.com/bcherny/status/2017742755737555434)
> "If you do something more than once a day, turn it into a skill or command." — [Boris Cherny](https://x.com/bcherny/status/2017742748984742078)
> "Write detailed specs and reduce ambiguity before handing work off — the more specific you are, the better the output." — [Boris Cherny](https://x.com/bcherny/status/2017742752566632544)
> "Skill description field is a trigger, not a summary — write it for the model." — [Thariq Shihipar](https://x.com/trq212/status/2033949937936085378)
## Tips from the Community
> "80% of my code is written by AI, 20% is spent reviewing and correcting it." — [Andrej Karpathy](https://x.com/karpathy/status/2015883857489522876)
> "Use subagents to throw more compute at a problem — offload tasks to keep your main context clean." — [Boris Cherny](https://x.com/bcherny/status/2017742755737555434)
> "If you do something more than once a day, turn it into a skill or command." — [Boris Cherny](https://x.com/bcherny/status/2017742748984742078)
> "Write detailed specs and reduce ambiguity before handing work off — the more specific you are, the better the output." — [Boris Cherny](https://x.com/bcherny/status/2017742752566632544)
> "Skill description field is a trigger, not a summary — write it for the model." — [Thariq Shihipar](https://x.com/trq212/status/2033949937936085378)
🧰 Tools
🪛 markdownlint-cli2 (0.22.0)

[warning] 348-348: Blank line inside blockquote

(MD028, no-blanks-blockquote)


[warning] 350-350: Blank line inside blockquote

(MD028, no-blanks-blockquote)


[warning] 352-352: Blank line inside blockquote

(MD028, no-blanks-blockquote)


[warning] 354-354: Blank line inside blockquote

(MD028, no-blanks-blockquote)

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` around lines 345 - 356, The MD028 lint error is caused by blank
lines between consecutive blockquote lines in the "Tips from the Community"
section; remove the empty lines separating each blockquote so each >-prefixed
line follows the previous blockquote immediately (i.e., eliminate the blank
lines between the Andrej Karpathy and Boris Cherny quotes and between each
subsequent Boris/Thariq blockquote) to satisfy the Markdown rule.

- Fix ECC link: anthropics/courses (404) → affaan-m/everything-claude-code
- Fix best-practice link: anthropics/courses (404) → shanraisshan/claude-code-best-practice
- Fix competitor counts: ECC 143→140+, 71→60+; gstack 33→18+, 0→5+
- Add source links to competitor names in comparison table header
@rohitg00 rohitg00 merged commit dc11253 into main Apr 1, 2026
4 of 5 checks passed
@rohitg00 rohitg00 deleted the docs/readme-revamp-v3.2 branch April 1, 2026 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant