Claude Skill

ChrisWiles/claude-code-showcase

一个全面的示例项目,展示Claude Code配置,包含钩子、技能、代理、命令和GitHub Actions工作流,适合开发者参考。

概览

Stars5,093
Forks432
语言JavaScript
最后更新2026-01-06
最近同步2026-05-29
前往 GitHub

仓库信息

拥有者ChrisWiles
仓库claude-code-showcase
完整名称ChrisWiles/claude-code-showcase
Repo ID1,129,202,884

安装这个 Skill

git clone https://github.com/ChrisWiles/claude-code-showcase.git

Registry 信息

类型mcp_server
质量分75/100
验证状态readme_parsed
最近验证2026-05-29
平台
ClaudeMCP
能力
code-reviewpdfmemorysearchterminalworkflow
识别文件
README.md
配置键
API_KEYURLJIRA_API_TOKENLINEAR_API_KEYGITHUB_TOKENSENTRY_AUTH_TOKENSLACK_BOT_TOKENSLACK_TEAM_IDDATABASE_URLANTHROPIC_API_KEY

项目简介

一个全面的示例项目,展示Claude Code配置,包含钩子、技能、代理、命令和GitHub Actions工作流。

英文描述

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

要点

  • 全面的Claude Code配置
  • 钩子和技能实现
  • 代理和命令设置
  • GitHub Actions工作流
  • 基于JavaScript的项目结构

使用场景

  • 学习Claude Code项目设置
  • 实现自定义技能和代理
  • 使用GitHub Actions自动化工作流
  • 开发Claude Code扩展
  • 配置最佳实践参考

README 摘要

# Claude Code Project Configuration Showcase > Most software engineers are seriously sleeping on how good LLM agents are right now, especially something like Claude Code. Once you've got Claude Code set up, you can point it at your codebase, have it learn your conventions, pull in best practices, and refine everything until it's basically operating like a super-powered teammate. **The real unlock is building a solid set of reusable "[skills](#skills---domain-knowledge)" plus a few "[agents](#agents---specialized-assistants)" for the stuff you do all the time.** ### What This Looks Like in Practice **Custom UI Library?** We have a [skill that explains exactly how to use it](.claude/skills/core-components/SKILL.md). Same for [how we write tests](.claude/skills/testing-patterns/SKILL.md), [how we structure GraphQL](.claude/skills/graphql-schema/SKILL.md), and basically how we want everything done in our repo. So when Claude generates code, it already matches our patterns and standards out of the box. **Automated Quality Gates?** We use [hooks](.claude/settings.json) to auto-format code, run tests when test files change, type-check TypeScript, and even [block edits on the main branch](.claude/settings.md). Claude Code also created a bunch of ESLint automation, including custom rules and lint checks that catch issues before they hit review. **Deep Code Review?** We have a [code review agent](.claude/agents/code-reviewer.md) that Claude runs after changes are made. It follows a detailed checklist covering TypeScript strict mode, error handling, loading states, mutation patterns, and more. When a PR goes up, we have a [GitHub Action](.github/workflows/pr-claude-code-review.yml) that does a full PR review automatically. **Scheduled Maintenance?** We've got GitHub workflo

话题

暂无话题

探索更多

数据来自 GitHub,同步时间:2026-05-29