AgentStack
SKILL verified MIT Self-run

Compare

skill-jazz1x-honne-compare · by jazz1x

>

No reviews yet
0 installs
7 views
0.0% view→install

Install

$ agentstack add skill-jazz1x-honne-compare

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Compare? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

compare — Read-only Retrospective

Step 1: Scope HITL (one-shot)

Ask: "Retrospective scope — repo or global?"

Step 2: Assets presence check

If .honne/assets/ absent or empty: Print "No assets yet. Run honne first." and exit 0.

Step 3: Load claims + evolutions

bash "${CLAUDE_PLUGIN_ROOT}/scripts/query-assets.sh" \
  --tag "" --scope "$SCOPE" --type claim --out stdout
bash "${CLAUDE_PLUGIN_ROOT}/scripts/query-assets.sh" \
  --type evolution --scope "$SCOPE" --out stdout

Async wait pattern — use Monitor until-loop, not sleep N && cat:

# ✓ Monitor: until [ -f ".honne/assets/claim.jsonl" ]

Step 4: Time-bucket grouping

Group by axis × recorded_at bucket (YYYY-MM granularity for MVP).

Step 5: Render docs/honne-compare.md (+ stdout)

Format per architecture PRD §4.2 compare Step 6. No LLM unless the user asked for "summarize" — and even then, only cite-bound.

Step 6: Asset immutability check

This skill MUST NOT write to .honne/assets/ or .honne/persona.json. Verify (test): stat -c %Y on assets/*.jsonl before/after unchanged.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

  • Author: jazz1x
  • Source: jazz1x/honne
  • License: MIT
  • Homepage: https://skills.sh/jazz1x/honne

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.