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 |
prompteng.skill |
Packaged archive for upload to SKILL directory |
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.
- Unless loaded explicitly, it will not trigger as required or will under-trigger.
- If the
claude.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
-
claude.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.
README.md v2.1.0 - Human Approved