Insert the Matt Pocock entry between Lex Christopherson (GSD) and
Dani Avila (CC Templates) in the SUBSCRIBE -> Community section,
keeping the dev-workflow-creators cluster intact. Links to his X
handle and the Skills repo (51k stars, already referenced in the
videos table and the development-workflows table).
Co-Authored-By: Claude <noreply@anthropic.com>
- Promote the existing YouTube thumbnail under a new
`**🎬 Videos**` bold sub-heading
- Add a new `**📊 Presentations**` bold sub-heading with a
thumbnail (presentation-1.png, width 300 to match the video
thumbnail) linking to the GDG Kolachi "Claude Code & Gemini CLI"
deck on GitHub (tree view of
presentation/2026-04-25-gdg-kolachi-cli-claude-code-gemini/)
- Heading style follows the bold-inline `**Heading**` pattern
from the existing Specs & Documentation sub-section, with
emojis matching the repo's category-icon convention
Co-Authored-By: Claude <noreply@anthropic.com>
- Replace small how-to-use badge with new HD variant inside a `##`
heading and add explicit <a id="how-to-use"></a> anchor for
reliable linking from elsewhere in the README
- Expand the numbered list from 3 code-block lines to 7 markdown
bullets with parallel imperative leads and clickable cross-refs
to the Hooks repo, Agent Teams implementation, Tips section,
Subscribe section, and the new advanced-topics bullet pointing
at the Hot sub-table and the Ralph Wiggum implementation
- Add `[!TIP]` callout between the Boris Cherny block and the
CONCEPTS heading, directing readers to the How to Use section
- Rename three occurrences of shanraisshan/novel-llm-26 to
shanraisshan/ralph-wiggum-self-evolving-loop (CONCEPTS Hot row,
Development Workflows Others list, Tips and Tricks row)
- Refresh updated_with_Claude_Code badge timestamp to
May 02, 2026 3:17 PM PKT (version unchanged at v2.1.126)
Co-Authored-By: Claude <noreply@anthropic.com>
Drops the !/root/second-most-starred.svg image from line 4. The next
commit deletes the SVG file itself.
Co-Authored-By: Claude <noreply@anthropic.com>
- Design vs Figma, Framer, Sketch, v0 (creative-tool tier disruption)
- Agent SDK vs LangChain, LangGraph, CrewAI, AutoGen, OpenAI Assistants
API (orchestration-framework tier disruption)
Inserted between Plan Mode and Skills/Plugins so the catch-all
"YC AI wrapper startups" row remains the table's editorial closer.
Co-Authored-By: Claude <noreply@anthropic.com>
- New row in Videos/Podcasts table for the 24 Apr 2026 workshop,
using the new community-matt.svg badge and linking to the local
transcript file
- New Planning/Specs tip on vertical slices vs horizontal phasing
(tracer bullets from Pragmatic Programmer); placed adjacent to
Dex's phase-wise plan tip as a contrasting refinement
- Bumped section count Planning/Specs (6) -> (7) and master count
TIPS AND TRICKS (82) -> (83)
Co-Authored-By: Claude <noreply@anthropic.com>
Insert as row 2 alongside /workflows:development-workflows so the two top-level table-updater workflows sit together at the top, with the five best-practice/* drift-detector workflows stacked below as rows 3-7.
Co-Authored-By: Claude <noreply@anthropic.com>
- group the 4 affiliation banners (Claude for OSS, Community Ambassador, Certified Architect, Anthropic Academy) and the new WhatsApp community-invite banner under a new "## Extras" heading
- relocate Star History section from below Developed by to between the March 2026 trending image and Other Repos so the chart anchors a "trending → growth → other repos" narrative
Co-Authored-By: Claude <noreply@anthropic.com>
- keep only tags and named hyperlinks in the Description column across both tables
- drop /schedule link that pointed to /routines (text/URL mismatch surfaced once prose was removed); /schedule is still listed as a keyword in the Scheduled Tasks Location column and Routines has its own row
- move Routines next to Scheduled Tasks and Tasks so the umbrella → cloud surface → tracking trio reads in adjacency
Co-Authored-By: Claude <noreply@anthropic.com>
Restores the sub-loop semantic that was lost when parenthetical
qualifiers were flattened. Steps that repeat inside a parent step
(e.g. test-driven-development inside subagent-driven-development,
bmad-create-story per story, team-fix until verified) now use
fff3b0 (soft yellow) instead of ddf4ff (light blue). A blockquote
legend below the table explains the convention.
Affected rows: Superpowers, Get Shit Done, BMAD-METHOD, Matt Pocock
Skills, oh-my-claudecode. The other 6 workflows are flat with no
sub-loops.
Co-Authored-By: Claude <noreply@anthropic.com>
Switches each Workflow cell from markdown image syntax to HTML
<img align="middle"> so the → arrow sits at badge vertical center
instead of dropping to the text baseline below the badges. Also
removes the parenthetical sub-loops and English qualifiers (e.g.
"parallel waves + ... loop", "per story", "+ feedback-loops") that
were unparseable without upstream context — inner loop steps are
now just listed as siblings in the flat chain.
Co-Authored-By: Claude <noreply@anthropic.com>
The Plan column duplicated information already legible in the Workflow
pipeline (the entry skill is always the first badge in the row) and the
Workflow column carries more signal. New column order:
Name | ★ | Workflow | a | c | s.
Co-Authored-By: Claude <noreply@anthropic.com>
Each row's Workflow cell now renders the canonical end-to-end pipeline
as a sequence of ddf4ff shields.io badges joined by →, replacing the
former 2-3 adjective tags. Matt Pocock Skills inserted at rank 8 (36k ★)
in star-descending order.
Co-Authored-By: Claude <noreply@anthropic.com>
New section between DEVELOPMENT WORKFLOWS and TIPS AND TRICKS, listing 5
curated SKILL.md collection repos (anthropics/skills, wshobson/agents,
mattpocock/skills, scientific-agent-skills, awesome-agent-skills) sorted
by stars. Badge timestamp refreshed via /workflows:skill-collections
first-run; CLI version unchanged at v2.1.119.
Co-Authored-By: Claude <noreply@anthropic.com>
CLI version unchanged at v2.1.119; only the date/time fragment of the
shields.io badge is refreshed to reflect the latest README touch.
Co-Authored-By: Claude <noreply@anthropic.com>
Replaces the inline 3-repo list with a 5-repo card table (mascot above 64x64, title below) matching the design used in sibling gemini-cli-hooks README. Adds the two previously-missing Gemini cards: Gemini CLI Best Practice and Gemini CLI Hooks. Preserves the `<tool>-jumping.svg` for best-practice repos and `<tool>-speaking.svg` for hooks repos convention.
Co-Authored-By: Claude <noreply@anthropic.com>
- Section header renamed: 'CLAUDE.md (7)' → 'CLAUDE.md + .claude/rules (8)'
- TOC label updated to match while preserving the #tips-claudemd anchor
- New row 2 documents the load behavior: rules without paths: frontmatter
auto-load like CLAUDE.md; paths: frontmatter triggers lazy-load by glob
- Source badge links to official memory docs (organize-rules-with-clauderules)
Row 2 placement puts the default behavior (surprise) before the workaround
(mitigation), so skimmers learn the risk before the escape hatch.
Co-Authored-By: Claude <noreply@anthropic.com>
- line 193 agent teams/tmux/worktrees → Boris badge (bcherny/status/2025007393290272904)
- line 209 skills in subfolders for monorepos → Claude badge (official skills docs)
- line 267 MCP for chrome console logs → Claude badge (official chrome docs)
- line 269 /doctor for diagnostics → Shayan self-vouch
- line 270 cross-model QA via Codex → Shayan self-vouch
Zero unsourced tips remaining across all 14 tip sections.
Co-Authored-By: Claude <noreply@anthropic.com>
- dumb-zone tip (line 159): rewrite in Dex's own words (12:22/25:41/26:06)
with transcript link + YouTube deep-link at t=1541
- add Dex+Video source for phase-wise gated plan tip
- add Boris tweet source for multiple-CLAUDE.md monorepo tip (2016339448863355206)
- add Claude docs badge for .claude/rules/ and ultrathink tips
- add Boris tweet source for /loop & /schedule tip (2038454341884154269)
- add Shayan self-attribution for terminal-as-background-task debugging tip
- drop 3 unattributable tips: memory.md/constitution.md, vanilla-cc-for-small-tasks, 1M-model compact-error workaround
- update section counts: CLAUDE.md 7→6, Workflows 6→5, Debugging 7→6
Co-Authored-By: Claude <noreply@anthropic.com>
- Session Management (5 → 6): recaps for long-running sessions
- Workflows (4 → 6): /focus mode, adaptive-thinking effort level
- Workflows Advanced (6 → 9): auto mode, /fewer-permission-prompts, /go verify skill
- Tip total 76 → 82
- Boris workflow row and Article/Tweet list now reference the new file
Co-Authored-By: Claude <noreply@anthropic.com>
- split 10 context-management tips into Context (5) + Session Management (5)
- move /compact, /rewind, /rename tips out of Workflows into the new sections
- remove bold and inline-code formatting from tip content per style cleanup
- update TOC and section counts (total tips: 69 → 76)
Co-Authored-By: Claude <noreply@anthropic.com>