**Date**: 2026-04-15 **Machine**: mac **Status**: Success
Scanned 9/6/2026
Install to Claude Code
npx -y skills add dangeles/claude --skill mac --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Mac?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/dangeles-mac-6c6880df)More formats (shields.io, HTML) on the badges page.
# Add patent-review skill
**Date**: 2026-04-15
**Machine**: mac
**Status**: Success
## Objective
Add a patent-review skill that guides scientists through structured review of lawyer-drafted patent
drafts. The skill covers technical accuracy checking, coverage gap identification, and interactive
proposal of new or revised claim language. Literature review is optional, triggered only at explicit
user request.
## Changes Planned
- [x] Design spec written and approved (3 review iterations; committed fab7177, 733adf3, 0f18d91)
- [x] Eval fixtures created: DMD gene therapy, KRAS inhibitor, SCD base editing
- [x] Benchmark run: with-skill 100% (16/16), without-skill 68% (11/16), Δ+32%
- [ ] Create `claude-config/skills/patent-review/SKILL.md` following plugin-dev:skill-development standards
- [ ] Create `claude-config/skills/patent-review/references/report-template.md`
- [ ] Copy evals fixtures into `claude-config/skills/patent-review/evals/`
- [ ] Run `sync-config.py push` to apply to `~/.claude/`
- [ ] Commit and push to git
## Expected Outcome
Skill available in all Claude Code sessions; correctly triggers on patent review requests; produces
structured interactive review with per-claim status table and concrete revised claim language.
## Actual Outcome
Skill created in `claude-config/skills/patent-review/`, synced to `~/.claude/`, committed as
2c2a79d. SKILL.md follows plugin-dev:skill-development standards (third-person description,
imperative writing, progressive disclosure with references/). Benchmark results confirmed:
100% with-skill, 68% without-skill.
## Assessment
**Result**: Success
**Improvements**:
- Benchmark shows +32% pass rate vs. baseline; two discriminating patterns: per-claim status table
and concrete revised claim text (baseline produces prose analysis only)
**Issues**:
- Initial skill creation violated CONFIG_MANAGEMENT workflow: created directly in `~/.claude/` instead
of `claude-config/` first; used skill-creator:skill-creator instead of plugin-dev:skill-development;
never committed to git. This run corrects those violations.
**Lessons Learned**:
- Follow CONFIG_MANAGEMENT.md before any skill creation; use plugin-dev:skill-development protocol.
## Related Commits
- 2c2a79d: feat(skills): add patent-review skill
- fab7177, 733adf3, 0f18d91: design spec iterations (2026-04-14)
## Next Steps
- Iteration 2 evals: tighten assertions (domain-identification assertion doesn't discriminate; add
assertion for correctness of scientific claims, not just presence)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!