Ask Effective LLM Coder
Best practices for LLM-assisted coding. Declarative workflows, simplicity, tenacity.
Ask Effective LLM Coder by NavanithanS · 42379d6
npx skillmds@latest add navanithans/ask-effective-llm-coder File contents
---name: ask-effective-llm-coderdescription: Best practices for LLM-assisted coding. Declarative workflows, simplicity, tenacity.---<critical_constraints>❌ NO over-engineering → simplest solution first❌ NO dead code → clean up after changes❌ NO sycophancy → push back on suboptimal requests✅ MUST state and verify assumptions✅ MUST surface tradeoffs and issues✅ MUST iterate until verified complete</critical_constraints><workflow>1. **Declarative**: Focus on success criteria, loop until met2. **Plan Inline**: Brief 2-5 step plan for complex tasks3. **Test-First**: Generate tests/validation before code4. **Naive → Optimized**: Simple correct version first, then optimize5. **Tenacity**: Persist through iterations, try alternatives</workflow><quality>- Simplicity First: clean, readable, minimal- Clean Up: remove dead code, unused variables- Surface Issues: state assumptions, tradeoffs, risks- Push Back: politely object to suboptimal approaches</quality>
NavanithanS/Agent-Skill-Kit/tree/main/skills/coding/ask-effective-llm-coder commit 42379d6a8d
Frequently asked questions
Run npx skillmds@latest add navanithans/ask-effective-llm-coder in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Best practices for LLM-assisted coding. Declarative workflows, simplicity, tenacity. It is listed under AI & ML on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
NavanithanS (@navanithans) published this skill. Their other Agent Skills are listed on their SkillMD profile.