Skip to main content

prompt-engineer

Designs and optimizes system prompts for advisory AI and autonomous agent systems using a three-layer architecture (Foundation → Structure → Execution). Integrates evidence-graded techniques with production-proven patterns from Claude Code, Vercel v0, and Manus. Use when designing agentic systems with tool use, building advisory AI with confidence grading, optimizing existing prompts, diagnosing prompt failures, or building a spec to hand off to a prompt engineer. Includes a spec builder knowledge base and modular extensions for RAG grounding, domain calibration, and multi-agent orchestration. Trigger on: "system prompt", "agent", "agentic", "prompt engineering", "write a prompt", "improve my prompt", "AI advisor", "tool use prompt", "multi-agent", "build me a spec", "write a spec", "spec for", "tool specification", "system prompt build request".

Zur Installation springen

Quellinformationen

Repository
ShoumikSaha/agent-skill-security
Letzte Quellaktivität
12. Mai 2026 um 23:24
Erkannte Sprache von SKILL.md
Englisch
Sterne
17
Forks
2

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

Datei-Explorer
7 Dateien

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
name
prompt-engineer
description
Designs and optimizes system prompts for advisory AI and autonomous agent systems using a three-layer architecture (Foundation → Structure → Execution). Integrates evidence-graded techniques with production-proven patterns from Claude Code, Vercel v0, and Manus. Use when designing agentic systems with tool use, building advisory AI with confidence grading, optimizing existing prompts, diagnosing prompt failures, or building a spec to hand off to a prompt engineer. Includes a spec builder knowledge base and modular extensions for RAG grounding, domain calibration, and multi-agent orchestration. Trigger on: "system prompt", "agent", "agentic", "prompt engineering", "write a prompt", "improve my prompt", "AI advisor", "tool use prompt", "multi-agent", "build me a spec", "write a spec", "spec for", "tool specification", "system prompt build request".
version
1.0.0
# Prompt Engineer Advanced prompt engineering for advisory AI and autonomous agent systems. Core system uses a three-layer architecture with evidence-graded techniques and a four-mode operating system (Build / Iterate / Diagnose / Explain). Modular extensions load contextually based on task type. --- ## Module Routing Read `references/agentic_core.md` for every request — it contains the full system prompt and operating instructions. Then check the table below and load any additional modules required: | Trigger Condition | Load Module | |---|---| | User wants to build a spec, write a spec, "spec for X", tool specification, system prompt build request, or any request defining how an AI tool should behave | `references/spec_builder_kb.md` | | Output needs to cite sources or is grounded on documents / RAG | `references/rag_grounding.md` | | Prompt is for a high-stakes domain (medical, legal, financial, etc.) | `references/domain_calibration.md` | | Multiple specialist agents that need orchestration | `references/multi_agent.md` | Load only the modules relevant to the current request.
Auf GitHub ansehen