AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Prompt Engineering

skill-alisinadevelo-md-files-prompt-engineering · by AlisinaDevelo

>-

No reviews yet
0 installs
34 views
0.0% view→install

Install

$ agentstack add skill-alisinadevelo-md-files-prompt-engineering

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-alisinadevelo-md-files-prompt-engineering)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Prompt Engineering? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Prompt Engineering for Claude Code

The artifacts in this toolkit — agents, skills, commands, instructions — are prompts. They only help if the model (a) loads them at the right moment and (b) can act on them. These two failure modes drive every guideline below.

Descriptions decide whether you get loaded

For agents and skills, the description is the only thing the model sees when deciding whether to invoke. Write it for triggering, not for humans:

  • Start with "Use when…" and name the concrete situations, symptoms, and keywords a

user would actually say.

  • Include 1–2 example triggers. Specificity beats elegance.
  • State what it's for and what it's not if there's a near neighbor (e.g. "for

design, not implementation").

  • A vague description ("helps with code") never fires. A precise one fires reliably.

System prompts: role, method, output, boundaries

Structure the body of an agent/skill as:

  1. Role — who it is and what it optimizes for, in one or two sentences.
  2. Method — the concrete steps or checklist it follows. Numbered, specific.
  3. Output format — the exact shape you want back. Models follow a template well.
  4. Boundaries — what not to do, and what to do when uncertain (ask vs. assume).

Write positive instructions ("do X") over long lists of prohibitions. Show the format with a small example rather than describing it abstractly.

Scope tools to the job

Give an agent only the tools it needs. A reviewer or auditor is read-only (Read, Grep, Glob, Bash) — no Edit. A refactorer needs Edit. Narrow tools reduce mistakes and make the agent's contract obvious.

Progressive disclosure (skills)

Keep SKILL.md lean — the high-frequency guidance. Push exhaustive references (checklists, catalogs, schemas) into sibling files the model loads only when needed, and point to them by name. This keeps the always-loaded surface small while making depth available on demand. (See code-review-rubric and refactoring-catalog here for the pattern.)

Calibrate, don't overclaim

Tell the model to express uncertainty, prefer evidence over assertion, and stop and ask when a decision is genuinely the user's. An agent that fabricates confidence is worse than one that says "I'm not sure — here's what would confirm it."

Operating-discipline patterns

The sections above cover structure — how to make an agent load and be actionable. For the behavioral techniques that separate a sharp agent from a vague one (parallel tool use, read-before-edit, verify-with-evidence, autonomy and stop conditions, output contracts, delegation briefing), load PATTERNS.md. It distills what production coding agents converge on, so you can state the right discipline in each agent's Method/Boundaries.

Test it

After writing, sanity-check the trigger: would the description fire on a realistic request? Would it over-fire on unrelated ones? Tune the description until it's sharp.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.