LLM App Patterns

ALWAYS use this when the request matches LLM APP Patterns: Production-ready patterns for building LLM applications, inspired by [Dify](https://github.com/langgenius/dify) and industry best practices.

anhvu1107 031a623 7 files · 26.9 KB Updated

File contents

🤖 LLM Application Patterns

Selective Reading Rule

Start with:

  • references/senior-master-standard.md
  • references/usage-routing.md
  • references/quality-checklist.md

Then load only the inherited docs, scripts, assets, examples, or detailed instructions that match the user's actual task.

Progressive Disclosure

  • Read references/full-skill-instructions.md only when the task needs the full original upstream guidance.
  • Prefer bundled scripts for deterministic or repetitive operations when they exist.
  • Reuse bundled assets instead of inventing substitutes when assets are present.
  • Keep final answers aligned with this skill's frontmatter trigger, Senior Master standard, and Codex strict review gate.

anhvu1107/all-agent-skill/tree/main/.agent/skills/llm-app-patterns commit 031a623968

Frequently asked questions

npx skillmds@latest add anhvu1107/llm-app-patterns