flasherses/claude-code-dotfiles
Plugin Claude Code
Claude Code user-level engineering system: 5 agents, 5 skills, 10 hooks, 4 commands, multi-platform support. Based on the Claude Code Engineering Practice course.
flasherses/claude-code-dotfiles
Plugin Claude Code
Claude Code user-level engineering system: 5 agents, 5 skills, 10 hooks, 4 commands, multi-platform support. Based on the Claude Code Engineering Practice course.
flasherses/claude-code-dotfiles
Instructions file
Instructions for flasherses/claude-code-dotfiles, covering claude.md — universal engineering template, personal preferences, language & communication, coding style and forbidden zones.
flasherses/claude-code-dotfiles
Agent
Proactively review code changes for quality, security, and code style when user asks for code review, says 'review', '审查', '检查代码', or completes a batch of edits. Use when user provides code to check or wants feedback on recent changes.
flasherses/claude-code-dotfiles
Agent
Explore and document unfamiliar codebases. Use when user asks 'how does X work', 'explain the architecture', 'find where Y is implemented', 'what does this project do', or needs broad multi-file codebase exploration. Also triggers for 'search the codebase for', '找出所有', '帮我看看这个项目'.
flasherses/claude-code-dotfiles
Agent
Draft pull request descriptions only. Use when user completes a feature or bugfix and says 'create a PR', 'draft a pull request', '提交 PR', '创建拉取请求', 'prepare for merge', or after finishing a batch of work that should be reviewed before merging. This agent may only write markdown drafts under .claude/drafts/; it must…
flasherses/claude-code-dotfiles
Agent
Audit code for OWASP Top-10 vulnerabilities, exposed secrets, and unsafe patterns. Use when user asks for security review, says 'audit', '安全审计', '安全检查', '漏洞扫描', or before pushing to production. Also triggers when user mentions 'security check' in context of code changes.
flasherses/claude-code-dotfiles
Agent
Run tests and analyze failures. Use when user asks to 'run tests', 'run the test suite', '跑测试', '执行测试', 'check if tests pass', 'test this', or when code changes need verification. Also triggers when user says 'make sure nothing is broken', '验证一下', or after completing a batch of edits that should be validated.
flasherses/claude-code-dotfiles
Command
Command "audit" from flasherses/claude-code-dotfiles, covering /audit — 安全审计, 用法, 执行流程 and 输出.
flasherses/claude-code-dotfiles
Command
A command that reviews a project in three areas at the same time: code quality, security, and whether the documentation matches the code.
flasherses/claude-code-dotfiles
Command
Command "review" from flasherses/claude-code-dotfiles, covering /review — 代码审查, 用法, 执行流程 and 输出.
flasherses/claude-code-dotfiles
Command
Command "rollback" from flasherses/claude-code-dotfiles, covering /rollback — 回滚最后一次 git commit, 用法, 示例, 执行流程 and ⚠️ 警告.
flasherses/claude-code-dotfiles
Plugin Claude Code
Minimal Claude Code personal engineering template: 4 agents, 2 skills, 8 hooks, 3 commands, six-layer baseline security, multi-platform support.
flasherses/claude-code-dotfiles
Skill Claude CodeCodex
Use when user asks to 'set up Claude Code for this project', 'initialize project engineering', 'create project config', '搭建项目工程化', '初始化工程体系', '为这个项目配置 Claude', or '帮我搭建工程化体系'. Also triggers when user says 'build engineering system for this project' or after creating a new project and asking Claude to set up…
flasherses/claude-code-dotfiles
Skill Claude CodeCodex
Run an intelligent code review that automatically selects the right agent based on changed files. Use when user asks for 'smart review', '智能审查', 'auto review', or wants context-aware review that adapts to the codebase. More efficient than /full-review because it only dispatches relevant agents.
flasherses/claude-code-dotfiles
Skill Claude CodeCodex
Rollback the last git commit safely. Three modes — soft (keep changes staged), mixed (keep changes unstaged, default), hard (discard changes entirely). This skill is disabled from automatic model invocation; it can only be triggered by explicit user command (/rollback). Use when user explicitly types /rollback or…
flasherses/claude-code-dotfiles
Skill Claude CodeCodex
Use when the user asks to run browser tests, execute end-to-end tests, generate Playwright specs, produce test reports, or verify a feature with browser automation after development is complete. Triggers on: "用 Playwright 跑测试", "执行端到端测试", "生成测试报告", "运行浏览器测试", "跑一下测试", "run e2e", "playwright test", "端到端验证"…
flasherses/claude-code-dotfiles
Skill Claude CodeCodex
Use when the user asks to write test cases, design test plans, create test specifications, or prepare testing documentation for a feature or module. Triggers on: "写测试用例", "设计测试方案", "编写测试", "补充测试", "测试用例设计", "/test-case", "出用例", "test case", "test plan", "测试计划". Also triggers when the user mentions specific test types…