Awesome Claude Code Agents
Description
This is a list of resources for Claude Code Agents - Initially I hoped to be able to maintain an "awesome-list" with the same level of care and attention that I give to [Awesome Claude Code](https://github.com/hesreallyhim/awesome-claude-code), but currently it's unfeasible, and I don't inend to be
Installation
claude install-skill https://github.com/hesreallyhim/a-list-of-claude-code-agents README
~~Awesome Claude Code Agents~~
A List of Claude Code Agents
This is a list of resources for Claude Code Agents - Initially I hoped to be able to maintain an "awesome-list" with the same level of care and attention that I give to [Awesome Claude Code](https://github.com/hesreallyhim/awesome-claude-code), but currently it's unfeasible, and I don't inend to be a repo-name-squatter, so I've changed the name - I'm happy to share things if people want to submit resources, this already has a small but non-trivial number of stars, but I want to make clear that this is not a curated list, as things currently stand. (Which is not to say these are not very fine resources.)
Agents
[`backend-typescript-architect`](./agents/backend-typescript-architect.md) by [TheCookingSenpai](https://github.com/tcsenpai) A senior backend TypeScript architect specializing in Bun runtime, API design, database optimization, and scalable server architecture. Delivers production-ready code with comprehensive error handling, TypeScript typing, and clean architecture patterns.
[`python-backend-engineer`](./agents/python-backend-engineer.md) by [TheCookingSenpai](https://github.com/tcsenpai) Expert Python backend developer proficient in modern tools like uv, specializing in FastAPI, Django, and async programming. Creates scalable backend systems with proper testing, type hints, and follows SOLID principles for maintainable architectures.
[`react-coder`](https://github.com/giselles-ai/giselle/blob/main/.claude/agents/react-coder.md) by [toyamarinyon](https://github.com/toyamarinyon) Expert React developer specializing in creating simple, maintainable components following the 'less is more' philosophy. Focuses on React 19 patterns, minimal useEffect usage, and components that feel obvious and inevitable.
[`senior-code-reviewer`](./agents/senior-code-reviewer.md) by [TheCookingSenpai](https://github.com/tcsenpai)
...
Related Skills
next.js
| The React Framework | 138360 | 1503 | 1 |
Development community sharing-skills
skill for guidance.
Development community root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development community Template Skill
Minimal skeleton for a new skill project structure.
Development community Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THIS PRODUCT. ---
Development official Claude API
When code imports anthropic/@anthropic-ai/sdk/claude_agent_sdk, or user asks to use Claude APIBuild apps with the Claude API or Anthropic SDK
Development official Related Agents
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
Contributing to nanobot
Thank you for being here. nanobot is built with a simple belief: good tools should feel calm, clear, and humane. We care deeply about useful features, but we also believe in achieving more with less:
Key exports from each phase
for summary in .planning/phases/*/*-SUMMARY.md; do echo "=== $summary ===" grep -A 10 "Key Files\|Exports\|Provides" "$summary" 2>/dev/null done