mirror of
https://github.com/harivansh-afk/system-design.git
synced 2026-04-17 06:04:56 +00:00
init claude
This commit is contained in:
commit
7964b78a3a
6 changed files with 380 additions and 0 deletions
44
.claude/skills/codebase-agent/learnings.md
Normal file
44
.claude/skills/codebase-agent/learnings.md
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
# Accumulated Learnings
|
||||
|
||||
This file is automatically updated after each coding session.
|
||||
The SessionEnd hook triggers `/retrospective` which analyzes the session and adds new learnings here.
|
||||
|
||||
---
|
||||
|
||||
## Patterns (What Works)
|
||||
|
||||
Successful approaches and code patterns that should be reused.
|
||||
|
||||
<!-- Patterns will be added by /retrospective -->
|
||||
|
||||
---
|
||||
|
||||
## Failures (What to Avoid)
|
||||
|
||||
Approaches that failed, bugs encountered, and time-wasting paths.
|
||||
|
||||
<!-- Failures will be added by /retrospective -->
|
||||
|
||||
---
|
||||
|
||||
## Edge Cases
|
||||
|
||||
Tricky scenarios and non-obvious behaviors discovered during development.
|
||||
|
||||
<!-- Edge cases will be added by /retrospective -->
|
||||
|
||||
---
|
||||
|
||||
## Technology Insights
|
||||
|
||||
Framework-specific knowledge, library quirks, and API insights.
|
||||
|
||||
<!-- Technology insights will be added by /retrospective -->
|
||||
|
||||
---
|
||||
|
||||
## Conventions
|
||||
|
||||
Project-specific coding conventions and style guidelines.
|
||||
|
||||
<!-- Conventions will be added by /setup-agent and /retrospective -->
|
||||
Loading…
Add table
Add a link
Reference in a new issue