Lens banner
emtcmca emtcmca

Lens

Development community

Description

--- description: "Review a prompt, page, component, or draft through expert lenses (findings), fix it in place with --fix, or grade a prompt against a rubric with --grade (verdict + --against comparison)." usage: "/promptsmith:lens <target or pasted artifact> [--lens name,name] [--fix] [--grade [--against <v2>] [--rubric a,b]] — e.g. /promptsmith:lens (paste a component) --lens accessibility --fix · /promptsmith:lens (paste a prompt) --grade --against (paste v1)" category: "dev" --- Review an e

Installation

Installs to ~/.claude/skills/emtcmca-promptsmith-lens/SKILL.md

Terminal
mkdir -p ~/.claude/skills/emtcmca-promptsmith-lens && curl -fsSL https://raw.githubusercontent.com/emtcmca/promptsmith/HEAD/commands/lens.md -o ~/.claude/skills/emtcmca-promptsmith-lens/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository