#424 · Primary category: AI Coding Assistants
claude-code-showcase
Comprehensive Claude Code project configuration example with hooks, skills, agents, commands, and GitHub Actions workflows
Project last updated:01/06/26
GitHub Stars
6.0K
Forks
569
Contributors
1
License
Other
Why we included this project
With Claude Code, what you get out of the tool depends more on how the agent is configured than on the model itself. This repository is a working example of a full .claude/ setup: skills that teach the agent your component library, testing patterns, and GraphQL conventions, plus a code-reviewer agent that runs a strict checklist on TypeScript strict mode, error handling, and mutation patterns. Hooks auto-format code, run tests, and block direct edits to the main branch, while GitHub Actions workflows schedule docs syncs, weekly code-quality passes, and dependency audits with test verification. Teams that want to standardize how their coding agents behave, and developers who would rather copy a concrete template than piece together blog advice, will find most of it ready to drop into their own repositories.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.