Prompt engineering configuration skill for AI agents and orchestrators.
promptengis a deliberate misspelling of "prompting", alluding to prompt engineering.
Session init, security rules, 7-part prompt framework, persistence rules.
Core skill in a family of 4 interconnected standalone skills. Load first; loads peers on demand.
| File | Purpose |
|---|---|
SKILL.md |
Router — load order, peer references |
prompteng-SKILL.md |
Content — rules, framework, checklists |
references/prompteng-examples.md |
Worked examples for the 7-part prompt framework (§5) |
prompteng.skill |
Packaged archive for upload to SKILL directory |
.github/workflows/build-skill.yml |
CI workflow — auto-builds and publishes prompteng.skill on push |
README.md |
Explanatory instructions and overview for this software package |
-
claude.ai web platform: upload
prompteng.skillvia skill settings (recommended). Or addprompteng-SKILL.mdcontents to Personal Preferences viaSettings > General. -
Claude Code desktop app: copy contents of this folder into
~/.claude/skills/prompteng/. -
Other platforms: adapt this set of files to your
harness+model. Star or Fork the git repo if you like.
Step 1 — Upload. In Claude.ai → Project Knowledge → upload prompteng-SKILL.md.
Step 2 — Init session. First message:
Initialize session as per agent.md
Agent loads skill, outputs UTC timestamp, proposes chat title, initialises session file registry.
Step 3 — Verify. Confirm prompteng-SKILL.md appears in registry table with BLAKE3 + token cost. If missing → re-upload + retry.
Claude Code: place
prompteng-SKILL.mdin.claude/or project root, reference inCLAUDE.md. Same init message.
- Unless loaded explicitly, it will not trigger as required or will under-trigger.
- If the
agent.mdcompanion file is installed, this skill will be loaded at beginning of every new session.
Load on demand when task requires:
- captureng — session-knowledge capture, CHECKPOINT mode
- packageng —
.skillfile validation + packaging - safe-skill-creator — skill design + iteration
Available in - ecological-codes/user-prefs
-
agent.md— system-wide self-instruction loaded via Personal Preferences. Defines file registry, re-read protocol, memory precedence (4-tier). Paste intoSettings > General > Personal Preferencesfor every-session application. -
trusted-hosts.md— project-wide allow-list for egress into internet via system tools likebash.
Directives use the following section headers with numbered lists, shared across all 4 peer skills:
- [RULES] — enforceable constraints applied at runtime.
- [ACTIONS] — autonomous steps agent executes in normal workflow.
- [HUMAN ACTIONS] — UI actions; agent skips, cannot delegate.
See LICENSE. (C) Copyright 2026 - Sameer Khan - Various and Several Rights Reserved.
README.md v2.3.0 - Human Approved