# 2036 Errors 766c5f4e

> Error Handling Reference

- Skill: `tools-only/2036-errors-766c5f4e` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add tools-only/2036-errors-766c5f4e`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tools-only/2036-errors-766c5f4e/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: tools-only (https://skillmd.com/u/tools-only)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/tools-only/2036-errors-766c5f4e

---

# Error Handling Reference

| Error | Cause | Solution |
|-------|-------|----------|
| Variable not found | Missing variable definition | Add to project-context.json |
| Prompt too long | Exceeds context limit | Summarize or split prompt |
| Inconsistent results | Vague instructions | Add specific examples and constraints |
| Search not finding prompt | Missing metadata | Update index.json with tags |
| Sync conflict | Concurrent edits | Resolve manually, use version control |
