Prompting Skill
Description
Portable skill for building reliable LLM prompts. Drop-in for agentic-stack.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
prompting-skill
A portable skill for building reliable LLM prompts. Drop-in for [agentic-stack](https://github.com/codejunkie99/agentic-stack) or any harness that reads `SKILL.md` frontmatter.
Covers: structure, few-shot, anti-hallucination, output-format locking.
Install into an agentic-stack project
mkdir -p .agent/skills/prompting
cp SKILL.md .agent/skills/prompting/SKILL.md
Then register it by appending to `.agent/skills/_index.md`:
## prompting
Building reliable LLM prompts — structure, few-shot, anti-hallucination,
output-format locking.
Triggers: "write a prompt", "prompt engineering", "improve this prompt",
"system prompt", "few-shot", "prompt template"
And to `.agent/skills/_manifest.jsonl`:
{"name":"prompting","version":"2026-04-22","triggers":["write a prompt","prompt engineering","improve this prompt","system prompt","few-shot","prompt template"],"tools":["bash","memory_reflect"],"preconditions":[],"constraints":["do not invent capabilities the model lacks","do not promise deterministic output from a stochastic model","every claim in output must trace to source data in the prompt"],"category":"meta"}
What's inside
The skill distills five load-bearing rules, a production prompt structure, an anti-hallucination checklist, and a worked signature-verification example. See [`SKILL.md`](./SKILL.md).
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI TrendRadar
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的
AI mem0
| Universal memory layer for AI Agents | 51341 | 221 | 1 |
AI