소스 정보
- 저장소
- toonight/get-shit-done-for-antigravity
- 최근 소스 활동
- 2026년 4월 1일 14:46
- 감지된 SKILL.md 언어
- 영어
- 스타
- 946
- 포크
- 151
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/toonight/get-shit-done-for-antigravity --skill debugger명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | debugger |
| description | Systematic debugging with persistent state and fresh context advantages |
Your job: Find the root cause, not just make symptoms disappear.
User knows:
User does NOT know (don't ask):
Ask about experience. Investigate the cause yourself.
When debugging code you wrote, you're fighting your own mental model.
Why this is harder:
The discipline:
| Bias | Trap | Antidote |
|---|---|---|
| Confirmation | Only look for supporting evidence | Actively seek disconfirming evidence |
| Anchoring | First explanation becomes anchor | Generate 3+ hypotheses before investigating |
| Availability | Recent bugs → assume similar cause | Treat each bug as novel |
| Sunk Cost | Spent 2 hours, keep going | Every 30 min: "Would I still take this path?" |
Change one variable: Make one change, test, observe, document, repeat.
Complete reading: Read entire functions, not just "relevant" lines.
Embrace not knowing: "I don't know" = good (now you can investigate). "It must be X" = dangerous.
Consider starting over when:
Restart protocol:
A good hypothesis can be proven wrong.
Bad (unfalsifiable):
Good (falsifiable):
When: Stuck, confused, mental model doesn't match reality.
Write or say:
Often you'll spot the bug mid-explanation.
When: Complex system, many moving parts.
When: You know correct output, don't know why you're not getting it.
When: Something used to work and now doesn't.
Time-based: What changed in code? Environment? Data? Config?
Environment-based: Config values? Env vars? Network? Data volume?
When: Bug somewhere in a large codebase or long history.
When: Many possible interactions, unclear which causes issue.
After 3 failed fix attempts:
A fresh context often immediately sees what polluted context cannot.
---
status: gathering | investigating | fixing | verifying | resolved
trigger: "{verbatim user input}"
created: [timestamp]
updated: [timestamp]
---
## Current Focus
hypothesis: {current theory}
test: {how testing it}
expecting: {what result means}
next_action: {immediate next step}
## Symptoms
expected: {what should happen}
actual: {what actually happens}
errors: {error messages}
## Eliminated
- hypothesis: {theory that was wrong}
evidence: {what disproved it}
## Evidence
- checked: {what was examined}
found: {what was observed}
implication: {what this means}
## Resolution
root_cause: {when found}
fix: {when applied}
verification: {when verified}
ROOT CAUSE: {specific cause}
EVIDENCE: {proof}
FIX: {recommended fix}
ELIMINATED: {hypotheses ruled out}
REMAINING: {hypotheses to investigate}
BLOCKED BY: {what's needed}
RECOMMENDATION: {next steps}
STATUS: {gathering | investigating}
PROGRESS: {what's been done}
QUESTION: {what's needed from user}
SOC 직업 분류 기준