🤖
AI EngineeringJavaScript

LLM Application Development

by MoizIbnYousaf

LLM Application Development is an AI Engineering skill for Claude Code, published by MoizIbnYousaf in Ai-Agent-Skills.

1.1K stars131 forkson MoizIbnYousaf/Ai-Agent-SkillsAdded 2026/08/20Repository updated 2026/08/17
agent-skillsai-agentsclaude-codeclicodexcursordeveloper-toolsmcpproductivity
Install in seconds
Install LLM Application Development
Copy LLM Application Development into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/MoizIbnYousaf/Ai-Agent-Skills/tree/main/skills/llm-application-dev ~/.claude/skills/llm-application-dev

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/MoizIbnYousaf/Ai-Agent-Skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/llm-application-dev/SKILL.md in MoizIbnYousaf/Ai-Agent-Skills
Installs to
~/.claude/skills/llm-application-dev
Collection
One of 18 skills cataloged from this repository
Category
AI Engineering2451 skills

What LLM Application Development does

LLM Application Development provides patterns for prompt engineering, RAG pipelines, and LLM API integration. Use it to build AI-powered features, chatbots, and automation.

LLM Application Development is cataloged under AI Engineering on DirSkills. LLM Application Development comes from a repository tagged agent-skills, ai-agents, claude-code, cli and codex.

Documentation

README

LLM Application Development

Prompt Engineering

Structured Prompts

const systemPrompt = `You are a helpful assistant that answers questions about our product.

RULES:
- Only answer questions about our product
- If you don't know, say "I don't know"
- Keep responses concise (under 100 words)
- Never make up information

CONTEXT:
{context}`;

const userPrompt = `Question: {question}`;

Few-Shot Examples

const prompt = `Classify the sentiment of customer feedback.

Examples:
Input: "Love this product!"
Output: positive

Input: "Worst purchase ever"
Output: negative

Input: "It works fine"
Output: neutral

Input: "${customerFeedback}"
Output:`;

This is the opening of the README. Read the full README on GitHub.

Frequently asked about LLM Application Development

  • What else does MoizIbnYousaf publish alongside LLM Application Development?

    LLM Application Development is one of 18 skills that DirSkills catalogs from MoizIbnYousaf/Ai-Agent-Skills, the repository it ships in. Its siblings there include Add Upstream Skill, Ask Questions If Underspecified and Audit Library Health. Each one is a separate skill with its own page in this directory, installs the same way LLM Application Development does, and is maintained by MoizIbnYousaf in that same repository. The rest of the collection is listed on the MoizIbnYousaf/Ai-Agent-Skills page.

  • How does LLM Application Development compare to other AI Engineering skills?

    LLM Application Development ranks #1251 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of LLM Application Development against them. Open each page to compare what they document and how they install.

More from MoizIbnYousaf/Ai-Agent-Skills

LLM Application Development is one of 18 skills cataloged on DirSkills from MoizIbnYousaf/Ai-Agent-Skills.

See all 18 skills