Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
This repository contains my personal configuration settings for Claude Code, Anthropic's official CLI tool for coding.
| Date | Stars |
|---|---|
| 2026-07-31 | 599 |
| 2026-08-06 | 599 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# Personal Claude Code Configuration This repository contains my personal configuration settings for [Claude Code](https://claude.ai/code). ## What is Claude Code? Claude Code is an interactive command-line interface that provides AI assistance for software development tasks. ## Repository Contents - **`settings.json`** - Core configuration file containing: - Permission settings for various tools and commands - Custom hooks for enhanced functionality - etc. - **`statusline.exe` / `statusline.go`** - Custom status line binary (see [Statusline](#statusline) below) - **`CLAUDE.md`** - Minimal agent instructions - **`hooks/`** - Pre/Post-tool-use scripts: - `emoji_remover.py` - Post-edit hook to ensure no emojis are used - `github_issue_guard.py` - Guard for GitHub issue interactions - `protect_claude_md.py` - Protection for critical configuration files - **`skills/`** - Reusable agent skills: - `arewedone-g` - Runs a structural completeness review via Gemini CLI to offload token-heavy review work. - `gemini-agent` - Delegates arbitrary tasks to Gemini CLI for a second opinion or token savings. - `parallel-phases` - End-to-end orchestrator for multi-task parallel work. Setup phase gathers code intelligence, analyzes merge-conflict risks, groups tasks into maximally-parallel phases, and writes enriched self-contained agent prompts. After an explicit approval gate, the execution phase dispatches Opus agents in worktrees with a per-task 3-reviewer gauntlet (bug-finder + structural + architecture), auto-fix commits, phase merge + test gates, and a doc-update agent at completion. State lives at `~/.claude/parallel-phases/<project-hash>/` (outside the repo). Resilient to `/clear`. - `root-cause-tracing` - Traces a bug backward through the call stack, adding instrumentation as needed, to find the original trigger. - `skill-creator` - Scaffolds and refines new skills following the official skill authoring guidelines. - **`commands/`** - Custom slash commands: - `/arch-review` - Review architecture of specified paths or staged/unstaged git changes. - `/arewedone` - Run a structural completeness review on recent changes. - `/bugs` - Invoke the `bug-finder` agent to hunt for logical errors and runtime issues. - `/commit` - Draft a conventional commit from the current staged/unstaged diff. - `/docs` - Run the documentation review and implementation workflow. - `/perf-check` - Invoke the `performance-profiler` agent to analyze code for performance issues. - `/ui-review` - Invoke the `ui-ux-consultant` agent for a UI/UX and accessibility review. - **`agents/`** - Specialized sub-agents invoked via the Task tool: - `architecture-reviewer` - Senior architect review of structural integrity, scalability, and long-term maintainability. - `bug-finder` - Hunts for logical errors, race conditions, and unhandled edge cases in a specific function or module. - `doc-implementer` - Implements documentation changes based on review findings. - `doc-reviewer` - Analyzes documentation state and reports gaps, outdated content, and quality issues without making changes. - `git-cherry-pick-orchestrator` - Orchestrates cherry-pick operations across repositories with submodules via a plan-then-execute workflow. - `github-issue-creator` - Creates GitHub issues to track bugs, follow-ups, and future work identified mid-conversation. - `performance-profiler` - Diagnoses and fixes performance issues in desktop apps (slow UI, high memory, long startup). - `structural-completeness-reviewer` - Verifies that recent changes are fully integrated, old code is removed, and no technical debt was introduced. - `test-runner` - Runs the project's test suite and reports results. - `ui-ux-consultant` - Reviews desktop UI/UX and accessibility against platform standards. - **`sync-docs.py`** - Documentation synchronization utility ## Statusline `statusline.exe` is a small Go binary that runs every second and renders a
Excerpt of 6,737 characters
Read on GitHub115
7
Claude · @anthropics
3
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:ba0c2d16c04ad663, llm:description: 'personal configuration settings for Claude Code, Anthropic's official CLI tool for coding.'