mirror of
https://github.com/davila7/claude-code-templates.git
synced 2026-09-19 01:30:23 +08:00
4f6974ebe9
* fix(commands): Quote argument-hint to prevent YAML parsing error
* feat(skill): Add error-resolver skill for systematic error diagnosis
- Main SKILL.md with error classification framework and 5-step resolution process
- Pattern libraries: nodejs, python, react, go, rust, database, docker, git, network
- Analysis guides: stack-trace parsing, root-cause analysis
- Replay system: solution templates for recording and reusing fixes
* fix: Address code review feedback from cubic
- Remove incorrect python -v command (SKILL.md, stack-trace.md)
- Remove non-existent --async-stack-traces flag (stack-trace.md)
- Fix useMemo pattern that could cause stale data (react.md)
- Add sleep helper and throw after max retries (network.md)
- Update MySQL upsert to new AS syntax (database.md)
- Add sleep helper for deadlock retry (database.md)