Copy this file to features/app-builder/models/<your-pack>/SKILL.md and fill it in following the outline below.
This file is injected into the LLM only when manifest.skill.enabled=true, during Send to Chat / app-builder mode conversations.
Model Overview
One sentence: what the model does + what it takes as input + what it produces as output.
Key Parameters
Parameter
Meaning
Recommended Value
When to Adjust
...
...
...
...
Output Schema Field Meanings
{
"field_a": "...",
"field_b": "..."
}
field_a: ...
field_b: ...
Typical Conversation Scenarios
User: "..."
You should: "..."
Known Boundaries / Weaknesses
...
...
What You Do Not Do
Do not call the runner directly via exec (inference is handled by the front end's /api/appbuilder/run).
Do not modify the Pack's manifest.json / runner.py / weights.
1---2name: template3description: Pack SKILL Template4---5# Pack SKILL Template67> Copy this file to `features/app-builder/models/<your-pack>/SKILL.md` and fill it in following the outline below.8> This file is injected into the LLM only when manifest.skill.enabled=true, during `Send to Chat` / app-builder mode conversations.910## Model Overview1112One sentence: what the model does + what it takes as input + what it produces as output.1314## Key Parameters1516| Parameter | Meaning | Recommended Value | When to Adjust |17|------|------|-------|---------|18| ... | ... | ... | ... |1920## Output Schema Field Meanings2122```json23{24 "field_a": "...",25 "field_b": "..."26}27```2829- `field_a`: ...30- `field_b`: ...3132## Typical Conversation Scenarios3334- User: "..."35- You should: "..."3637## Known Boundaries / Weaknesses3839- ...40- ...4142## What You Do **Not** Do4344- Do not call the runner directly via `exec` (inference is handled by the front end's `/api/appbuilder/run`).45- Do not modify the Pack's manifest.json / runner.py / weights.
Run npx skillmds@latest add qualcomm/template 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.
Pack SKILL Template It is listed under Coding & Dev Tools 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.
qualcomm (@qualcomm) published this skill. Their other Agent Skills are listed on their SkillMD profile.