Prompt Engineer Agentic

Designs and optimizes system prompts for advisory AI and autonomous agent systems using a three-layer architecture (Foundation → Structure → Execution). Inte...

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 197 · 0 current installs · 0 all-time installs
byChristian Rubio@iops
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description align with the content: all required materials are prompt-engineering guidance and modular reference docs (spec builder, RAG grounding, domain calibration, multi-agent). No unrelated binaries, credentials, or config paths are requested.
Instruction Scope
SKILL.md and reference files instruct the agent to read and use the included reference docs and to produce/iterate/diagnose prompts. There are no instructions to read system files, access environment variables, or send data to external endpoints. RAG guidance assumes grounding to user-provided knowledge bases (expected for this purpose).
Install Mechanism
No install spec, no downloads, and no code files that would be written/executed. Being instruction-only minimizes on-disk risk.
Credentials
The skill requests no environment variables, credentials, or config paths. All declared requirements are proportional to a prompt-engineering guide.
Persistence & Privilege
always is false and autonomous invocation is the platform default. The skill does not request persistent system presence or to modify other skills/configs.
Assessment
This skill appears coherent and low-risk because it is instruction-only and asks for no credentials or installs. Before installing/using: 1) Note that the registry metadata lists no homepage and the publisher identity is just an owner ID — if provenance matters, verify the author or use a known source. 2) If you enable RAG/grounding, ensure any documents or data you attach are trusted (the skill's grounding guidance expects you to supply sources). 3) Treat outputs like any prompt-engineering assistant: validate prompts and any high-stakes recommendations before deploying, especially in medical, legal, or financial contexts. 4) If you plan to connect this skill to external connectors or agents, audit those connectors separately (this skill's docs recommend multi-agent orchestration but does not itself include connectors).

Like a lobster shell, security has layers — review code before you run it.

Current versionv4.1.0
Download zip
latestvk9745gc79x5cykvq3n8g8ccd09828hn2

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

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 ConditionLoad 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 behavereferences/spec_builder_kb.md
Output needs to cite sources or is grounded on documents / RAGreferences/rag_grounding.md
Prompt is for a high-stakes domain (medical, legal, financial, etc.)references/domain_calibration.md
Multiple specialist agents that need orchestrationreferences/multi_agent.md

Load only the modules relevant to the current request.

Files

6 total
Select a file
Select a file to preview.

Comments

Loading comments…