Skip to content

Releases: krzysztofdudek/UrdSkill

Release list

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 30 May 13:22

Added

  • New Core Rule "Distinguish verified from believed" (skills/be-precise/SKILL.md). Closes the gap where a checkable-but-unverified inference (a cause, a mechanism, how an API behaves) gets stated as fact: state as fact only what you checked against the source, label or verify everything else, and when challenged re-verify at the source rather than defend an unconfirmed position.
  • Two Common Mistakes entries mirroring the rule as failure modes: "Stating an unverified inference as fact" and "Defending a challenged claim instead of re-checking".

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 26 May 06:55

Added

  • Initial release of the be-precise skill (skills/be-precise/SKILL.md). Pushes the agent toward asking rather than guessing whenever the spec is silent on a hit case, contradicts itself, or tempts a workaround. Five core rules, an Ask/Proceed table, and an explicit list of red-flag thoughts.
  • Claude Code plugin scaffolding: .claude-plugin/plugin.json (manifest) and .claude-plugin/marketplace.json (single-plugin marketplace listing). Installable via /plugin marketplace add krzysztofdudek/BePreciseSkill then /plugin install be-precise@be-precise-marketplace. Single-file drop-in works for any agent that reads markdown skills.
  • MIT license, README, CLAUDE.md with versioning workflow.
    [Unreleased]: v0.1.0...HEAD
    [0.1.0]: https://github.com/krzysztofdudek/BePreciseSkill/releases/tag/v0.1.0