@aylith/inspekt-skill
v0.1.0
Published
Inspekt skill package — installable via `npx skills add` for Claude Code and other skill-aware agents
Downloads
18
Readme
@aylith/inspekt-skill
Inspekt's Claude Code skill,
installable via npx skills.
Install
npx skills add aylith-labs/inspekt@skill -g -a claude-code -yThis drops SKILL.md into ~/.claude/skills/inspekt/. Then run:
npx @aylith/inspekt setupto register the inspekt MCP server with Claude Code so the skill's tool
calls (grab_latest, list_grabs, etc.) resolve.
What it does
When you reference a UI element you grabbed with the Inspekt Chrome extension
(via phrases like "this button", "fix this", "make this red"), Claude calls
grab_latest() automatically and uses the returned file/line/snippet to
answer your request.
See the Inspekt repository for the full agent-grab story.
