@skills · Owner
Agent skills by alwaysmeticulous
12 skills indexed from github.com/alwaysmeticulous. Reference any of them in AdaL, Claude Code, Cursor or any coding agent — nothing to install.
- meticulous-cli · Skill · 7 stars
Overview of the Meticulous CLI tool and its global options. Use when asking about the meticulous CLI in general, available commands, or global flags that a
- meticulous-cli-update · Skill · 7 stars
Check whether the Meticulous CLI (@alwaysmeticulous/cli) and skills are installed and up to date, and install/update them if not. Invoked at the start of e
- meticulous-iterative-dev · Skill · 7 stars
Iterative frontend development loop using Meticulous for per-step visual validation. Use when implementing a multi-step frontend change and want to catch v
- meticulous-review · Skill · 7 stars
Analyze a completed Meticulous test run — compare the diffs against the PR description to see what's expected, then focus on finding and flagging potential
- meticulous-simulate-and-diff · Skill · 7 stars
Run a Meticulous session simulation against a live URL and analyze the visual output — either by inspecting screenshots directly (quick-check mode) or by c
- meticulous-test · Skill · 7 stars
Run a Meticulous test run after implementing a frontend change, then hand off to the `meticulous-review` skill to classify each visual change as intended o
- meticulous-use-session-data · Skill · 7 stars
Download and use structured Meticulous session data (user flows + network mocks) for testing code changes locally. Use when you need to understand what use
- skills · Collection · 7 stars
- skills · Collection · 7 stars
- meticulous-fix · Skill
Fix the visual diffs that have been reviewed and rejected on a Meticulous test run, following their review comments if given. Use when a user has reviewed
- meticulous-increase-coverage · Skill
Increase coverage for a Meticulous project by tracing specific under-covered files back to a real UI action in the codebase, driving that action with a rea
- meticulous-zero-diff-task · Skill
Implement a task for which no visual diffs are expected end to end, using Meticulous to drive the implementation to a clean visual diff before opening a PR