Back to list
hscspring

experience-record

by hscspring

🎸 Scaffold AI-friendly project structures for Vibe Coding

10🍴 1📅 Jan 23, 2026

SKILL.md


name: experience-record description: Record lessons learned and experiences for future reference. Use after solving bugs, discovering patterns, making decisions, or completing complex features.

Record Experience

Capture valuable lessons for future reference.

Categories

TagUse For
[BUG]Bug solutions
[PATTERN]Successful patterns
[PITFALL]Things to avoid
[DECISION]Important choices
[PERF]Optimizations

Template

# [CATEGORY] Title

## TL;DR
[One sentence]

## Problem
[What was the issue]

## Solution
[How it was solved]

## Code Example
```language
// Before (bad)
...

// After (good)
...

Prevention

[How to avoid in future]

Tags

#tag1 #tag2


## Example

```markdown
# [BUG] Null Pointer in User Query

## TL;DR
Check for null before accessing user properties.

## Problem
API crashed on non-existent user.

## Solution
Added null check and 404 response.

## Prevention
- Unit tests for null cases
- Use Optional types

Storage

wiki/experience/
├── bugs/
├── patterns/
└── decisions/

Tips

  • Write while context is fresh
  • Include code examples
  • Add searchable tags

Score

Total Score

65/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon