agentsclimarketplace

Get blueprint changes

Skill hesprs/harness/skills/get-blueprint-changes

Blueprint-based agentic coding harness.

Install
npx -y skills add hesprs/harness --skill get-blueprint-changes

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Inspect Git history and uncommitted changes to obtain delta in blueprint.

SKILL.md

1.0 KB, 194 tokens by cl100k_base, as published. Nobody here has run it

Execute the exact steps below without extra steps:

  1. List Git commit history with commit message headlines using git log --oneline -n 10.
  2. Find all consecutive blpt commits starting from the most recent commit. The search should stop at the first non-blpt commit.
  3. Use git diff <hash of the commit prior than the first blpt>...HEAD -- blueprint/ to inspect the cumulative change to the blueprint.
  4. If you find no qualified commits or the Git diff shows empty. Report back: "No committed changes to the blueprint found."
  5. Read full documents in blueprint folder touched by the changes.
  6. Inspect more blueprint to understand the structure of the change if needed.
  7. Present the user with a detailed synthesis of the meaningful net changes only in blueprint documents, no other fluff. Cover what is added, what is deleted, and what needs change.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.