Skip to content

Releases: ViryaZheng/promptly-prompt

Release list

v1.0.0

Choose a tag to compare

@ViryaZheng ViryaZheng released this 13 Apr 04:12

promptly-prompt v1.0.0

Hook-based Claude Code skill that forces AI to understand before executing.

Install

git clone https://github.com/recomby-ai/promptly-prompt.git && cd promptly-prompt && bash install.sh

Or download promptly-prompt.skill and unzip to ~/.claude/skills/, then run install.sh.

What it does

Three disciplines injected into complex requests:

  1. Cognition Check — AI limitations awareness
  2. Requirement Understanding — Deep understanding + implicit needs + wait for confirmation
  3. Method Search — Find existing methods/frameworks before building from scratch

Simple commands pass through. No API calls, Python stdlib only, < 50ms.

MIT License.