Add prompt-engineer to Development & Code Tools - #1853
Open
Adrian Ademovic (AdrianAdem) wants to merge 1 commit into
Open
Add prompt-engineer to Development & Code Tools#1853Adrian Ademovic (AdrianAdem) wants to merge 1 commit into
Adrian Ademovic (AdrianAdem) wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds one entry to Development & Code Tools, inserted alphabetically.
What it is
prompt-engineer treats prompt engineering as a procedure rather than a document. Before writing anything it decides which artifact the instruction belongs in — a hook, a skill, a subagent or a prompt — because placement is what decides whether an instruction takes effect at all, and it is the most expensive thing to get wrong in an agent harness. It then sizes an eval set to the actual volume of the task and ships the tests alongside the prompt.
Why it is not a duplicate of the existing
prompt-engineeringentryThat entry teaches known techniques and patterns. This one is a working toolchain: four modes (create, revise, migrate, execute), a regex linter for the mechanically detectable anti-patterns, an offline-testable eval runner, and a flattener that turns the skill into a single system prompt for platforms without a skill mechanism.
Against the checklist in CONTRIBUTING.md
scripts/lint_all.shreportsall skill files cleanandevals/run_evals.py --self-testpasses offline with no API calls. The skill passes its own linter.🤖 Generated with Claude Code