Install
$ agentstack add skill-hyhmrright-logic-lens-new-skill ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
new-skill
CLAUDE.md → "Adding a New Skill" is the authoritative checklist. This skill exists to make sure every step actually runs — the session-start loop and the eval cases are the ones most often forgotten.
Read CLAUDE.md's "Adding a New Skill" section now, then execute its steps for logic- (ask the user for ` if not in $ARGUMENTS`):
skills/logic-/SKILL.md— copy the frontmatter shape fromskills/logic-review/SKILL.md(name+description). ThedescriptionMUST include a "Do NOT trigger for:" clause and a "SCOPE … RULE" line distinguishing it from the other skills. Process section = 5–7 numbered items, each citing a guide step. Follow lazy-loading perskills/_shared/common.md§13.skills/logic-/logic--guide.md— numbered steps (Step 1, 2, …), each explaining the why, concrete examples over abstractions.commands/logic-.md— mirrorcommands/logic-review.md:
``markdown --- description: allowed-tools: Skill --- Use the Skill tool to invoke logic-lens:logic-, then follow its instructions exactly. $ARGUMENTS ``
hooks/session-start(CLAUDE.md step 6 — easy to miss) — addlogic-to BOTH thefor skill in …loop and the printed skill list:
``bash grep -n "for skill in" hooks/session-start ``
- Eval cases (CLAUDE.md step 7 — easy to miss) — add 3–5 content cases to
evals/content/v2/evals-v2.json. Trigger cases underevals/trigger/v2/are optional and only catch description regressions (positive cases always score 0% — see CLAUDE.md → Gotchas). gemini-extension.json— CLAUDE.md says Gemini auto-discovers fromskills/, but the file also enumerates each skill+command undercontribution. If you want that list complete, addlogic-entries to bothcontribution.skillsandcontribution.commands. (Not checked byvalidate-repo.sh.)- Validate — run
npm run validateand confirm all checks pass.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: hyhmrright
- Source: hyhmrright/logic-lens
- License: MIT
- Homepage: https://github.com/hyhmrright/logic-lens
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.