Loading...
Loading...
Professional prompt engineering, context engineering, and AI agent orchestration for coding agents (Claude Code, Codex, Cursor, Gemini CLI). Use when designing CLAUDE.md/AGENTS.md files, writing skills, planning multi-agent pipelines, optimizing token usage, managing session handoffs, or structuring any prompt for maximum agent performance. Do NOT use for general coding tasks or code review.
npx skill4agent add alicoder001/agent-skills prompt-engineerDesign high-performance prompts, context architectures, and agent orchestration strategies for AI coding agents.
bootstrapcontext-architectsession-optimizerpipeline-designerprompt-crafterauditmodeCLAUDE.mdAGENTS.md.claude/skills/.claude/settings.jsonpackage.jsontsconfig.json_memory/progress.md_memory/todo.mdHANDOFF.mdbootstrapreferences/architecture.mdcontext-architectreferences/architecture.mdsession-optimizerreferences/session-protocol.mdpipeline-designerreferences/pipeline-patterns.mdprompt-crafterreferences/patterns-and-audit.mdauditreferences/patterns-and-audit.mdbootstrappackage.jsontsconfig.jsonpyproject.tomlreferences/architecture.mdprogress.mdtodo.mdHANDOFF.mddocumented onlypartially enforced| # | Law | Key Evidence |
|---|---|---|
| 1 | Context is the scarcest resource. Budget tokens like embedded memory. | 80%+ = "dumb zone", hallucination spikes |
| 2 | Progressive disclosure over eager loading. Load what's needed now, not what might be needed. | ~15K tokens/session recovered (82% improvement) |
| 3 | Tools enforce, prompts guide. ESLint/Prettier/TSC/Hooks > CLAUDE.md rules. | Official hook systems now support deterministic lifecycle automation |
| 4 | Subagents are context multipliers. Reads 20 files, returns 1-2K summary. | Main context stays clean |
| 5 | Structure beats narrative. Bullets/tables > prose. | ~30% fewer tokens, ~40% better adherence |
| 6 | Verification enables autonomy. Give agent tests/linters/hooks/evals to self-check. | Without it, you are the only feedback loop |
documentedpartially enforcedfully enforcedbootstrapcontext-architectsession-optimizerpipeline-designerprompt-crafterauditbootstrapauditsession-optimizerMode -> Current State Assessment -> Recommendations (with WHY) -> Token Impact -> Verification Steps -> Deliverablesprogress.mdtodo.mdHANDOFF.mdHook / script / settings (Layer 0) -> deterministic enforcement
CLAUDE.md / AGENTS.md (Layer 1) -> project-wide default behavior
Skill (Layer 3) -> design knowledge, audit logic, templatesbootstrap