Skip to content

feat(engineering): add strict-api, minimalist, and context-checkpoint skills - #2

Open
ashp15205 wants to merge 1 commit into
dzhng:mainfrom
ashp15205:feat/add-engineering-skills
Open

feat(engineering): add strict-api, minimalist, and context-checkpoint skills#2
ashp15205 wants to merge 1 commit into
dzhng:mainfrom
ashp15205:feat/add-engineering-skills

Conversation

@ashp15205

Copy link
Copy Markdown

Resolves #1

This PR introduces three new skills to the engineering category, designed to reduce agent hallucinations, prevent over-engineering, and solve context collapse between sessions.

What's Included:

  • skills/engineering/strict-api/SKILL.md: Enforces that agents must be able to prove an API exists before using it. Compliments the "independently verifiable pieces" philosophy.
  • skills/engineering/minimalist/SKILL.md: A 7-step ladder agents must climb before writing custom logic, prioritizing code reuse and standard libraries.
  • skills/engineering/context-checkpoint/SKILL.md: A tool to compress session state into a portable 3-line block to carry into fresh chat threads.

All files follow the standard name and description YAML frontmatter. Let me know if any copy tweaks are needed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Proposal: 3 New Engineering Skills (Strict API, Minimalist, Context Checkpoint)

1 participant