Skip to main content
ClaudeWave
ChrisWiles avatar
ChrisWiles

claude-code-showcase

Ver en GitHub

Comprehensive Claude Code project configuration example with hooks, skills, agents, commands, and GitHub Actions workflows

Tools6k estrellas564 forksJavaScriptActualizado 6mo ago
Nota editorial

This repository is a reference configuration showcase for Claude Code, demonstrating how to structure a production-grade project that gets consistent, convention-aware output from the agent. It organizes everything under a `.claude/` directory containing skills (reusable domain knowledge documents covering testing patterns, GraphQL schema conventions, and custom UI components), specialized agents (including a code reviewer that checks TypeScript strict mode, error handling, and mutation patterns), and slash commands like `/ticket` and `/onboard`. Hooks defined in `settings.json` auto-format code, run type-checks, execute tests on file changes, and block edits to the main branch. A skill evaluation system analyzes each prompt against keyword and file-path patterns to suggest relevant skills automatically. Four GitHub Actions workflows handle automated PR review, monthly documentation synchronization, weekly directory-level quality fixes, and biweekly dependency audits. MCP server integration via `.mcp.json` connects Claude Code to JIRA or Linear, allowing it to read tickets, implement features, update statuses, and file new bug tickets within a single workflow. The showcase targets engineering teams looking to standardize how Claude Code operates across a shared codebase.

ClaudeWave Trust Score
62/100
· OK
Passed
  • Healthy fork ratio
  • Clear description
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 6/11/2026
Get started
Method: Clone
Terminal
git clone https://github.com/ChrisWiles/claude-code-showcase
1. Clone the repository.
2. Follow the README for installation and usage instructions.

13 items en este repositorio

MUST BE USED PROACTIVELY after writing or modifying any code. Reviews against project standards, TypeScript strict mode, and coding conventions. Checks for anti-patterns, security issues, and performance problems.

Instalar

Git workflow agent for commits, branches, and PRs. Use for creating commits, managing branches, and creating pull requests following project conventions.

Instalar
code-qualitySlash Command

Run code quality checks on a directory

Instalar
docs-syncSlash Command

Check if documentation is in sync with code

Instalar
pr-reviewSlash Command

Review a pull request using project standards

Instalar
pr-summarySlash Command

Generate a summary for the current branch changes

Instalar
ticketSlash Command

Work on a JIRA/Linear ticket end-to-end

Instalar

Core component library and design system patterns. Use when building UI, using design tokens, or working with the component library.

Instalar

Formik form handling with validation patterns. Use when building forms, implementing validation, or handling form submission.

Instalar

GraphQL queries, mutations, and code generation patterns. Use when creating GraphQL operations, working with Apollo Client, or generating types.

Instalar

Modern React UI patterns for loading states, error handling, and data fetching. Use when building UI components, handling async data, or managing UI states.

Instalar

Four-phase debugging methodology with root cause analysis. Use when investigating bugs, fixing test failures, or troubleshooting unexpected behavior. Emphasizes NO FIXES WITHOUT ROOT CAUSE FIRST.

Instalar

Jest testing patterns, factory functions, mocking strategies, and TDD workflow. Use when writing unit tests, creating test factories, or following TDD red-green-refactor cycle.

Instalar
Casos de uso

Resumen de Tools

README no disponible. Visita el repo en GitHub para la documentación completa.

Lo que la gente pregunta sobre claude-code-showcase

¿Qué es ChrisWiles/claude-code-showcase?

+

ChrisWiles/claude-code-showcase es tools para el ecosistema de Claude AI. Comprehensive Claude Code project configuration example with hooks, skills, agents, commands, and GitHub Actions workflows Tiene 6k estrellas en GitHub y se actualizó por última vez 6mo ago.

¿Cómo se instala claude-code-showcase?

+

Puedes instalar claude-code-showcase clonando el repositorio (https://github.com/ChrisWiles/claude-code-showcase) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar ChrisWiles/claude-code-showcase?

+

Nuestro agente de seguridad ha analizado ChrisWiles/claude-code-showcase y le ha asignado un Trust Score de 62/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene ChrisWiles/claude-code-showcase?

+

ChrisWiles/claude-code-showcase es mantenido por ChrisWiles. La última actividad registrada en GitHub es de 6mo ago, con 13 issues abiertos.

¿Hay alternativas a claude-code-showcase?

+

Sí. En ClaudeWave puedes explorar tools similares en /categories/tools, ordenados por popularidad o actividad reciente.

Despliega claude-code-showcase en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: ChrisWiles/claude-code-showcase
[![Featured on ClaudeWave](https://claudewave.com/api/badge/chriswiles-claude-code-showcase)](https://claudewave.com/repo/chriswiles-claude-code-showcase)
<a href="https://claudewave.com/repo/chriswiles-claude-code-showcase"><img src="https://claudewave.com/api/badge/chriswiles-claude-code-showcase" alt="Featured on ClaudeWave: ChrisWiles/claude-code-showcase" width="320" height="64" /></a>

Más Tools