Settings report (claude-settings.md):
- Add autoConnectIde, autoInstallIdeExtension, showClearContextOnPlanAccept to ~/.claude.json table
- Re-add unverified annotation on allow_remote_sessions (official docs say not a settings key)
- Add source:'settings' marketplace type to Plugin Settings with inline example
- Add rate_limits fields to Status Line Input Fields table
- Bump version badge and header to v2.1.81
Other reports: bump badges to v2.1.81, update development workflow stars and counts
Co-Authored-By: Claude <noreply@anthropic.com>
- Added BMAD-METHOD (41k stars) as 8th development workflow in README table
- Added anchor IDs (tips-prompting, tips-hooks, etc.) to all 12 TIPS AND TRICKS subsections
- Added navigation bar at top of TIPS AND TRICKS for quick jumping
- Updated development-workflows command to include BMAD-METHOD as repo #8
Co-Authored-By: Claude <noreply@anthropic.com>
Reorganized tips into dedicated extension-point sections (Agents 4, Commands 3, Hooks 5) by moving scattered tips from Prompting, Skills, Workflows, and Workflows Advanced. Added 8 new tips sourced from Boris and Thariq. Reordered as CLAUDE.md → Agents → Commands → Skills → Hooks → Workflows.
Co-Authored-By: Claude <noreply@anthropic.com>
- Move Subagents to 1st row and Commands to 2nd in Concepts table
- Sort Development Workflows table by stars descending
- Add jumping Claude SVG (60x50) as section dividers
- Remove dividers above Other Repos and Developed by to group footer
- Remove /btw row from Hot section
- Move How to Use section above Trending
Co-Authored-By: Claude <noreply@anthropic.com>
GitHub repo slug changed from shanraisshan/claude-code-voice-hooks to
shanraisshan/claude-code-hooks. Updated all URLs, display names, and
references across 8 files.
Co-Authored-By: Claude <noreply@anthropic.com>
- Swapped Boris tags to Claude orange (#CC7C5E) and orchestration workflow tags to blue (#3b82f6)
- Added Claude splash logo to boris-cherny.svg and boris-team.svg
- Created thariq.svg badge with matching style
- Changed community tag to pumpkin orange (#e67e22)
- Changed Command box in orchestration diagram to dark slate (#2C3E50)
- Replaced all shields.io Boris/Thariq badges in README with local SVGs
- Linked tweet screenshots in claude-memory.md and llm-day-to-day-degradation.md to source tweets
Co-Authored-By: Claude <noreply@anthropic.com>
- Create tips/claude-boris-13-tips-03-jan-26.md from Boris's Jan 3 tweet thread (13 tips)
- Rename claude-boris-tips-feb-26.md → claude-boris-12-tips-12-feb-26.md for consistent naming
- Remove description hyperlinks for external-only URLs in Boris + Team section
- Add (Boris) attribution to Boris's tweets matching existing (Thariq) pattern
- Update all references in README.md and presentation/index.html
Co-Authored-By: Claude <noreply@anthropic.com>
Agent teams now bootstrap a self-contained time orchestration workflow
inside agent-teams/.claude/ (command, agent, skill). The prompt, diagram,
and How to Use section all reference the new time-orchestrator pattern
with cd agent-teams && claude → /time-orchestrator.
Co-Authored-By: Claude <noreply@anthropic.com>
Split monolithic SKILL.md into three files: concise SKILL.md with overview
and navigation, reference.md with SVG template and design specs, and
examples.md with Celsius/Fahrenheit input/output pairs. Follows the
progressive disclosure pattern from Claude Code docs.
Co-Authored-By: Claude <noreply@anthropic.com>
Adds the time trio (agent, command, skill) demonstrating all three extension
mechanisms for the same task, plus a comprehensive report comparing when to
use each pattern with worked examples and screenshots.
Co-Authored-By: Claude <noreply@anthropic.com>