.agents/skills/ampdo/SKILL.md
Searches for AMPDO comments in the codebase to gather feedback and execute requested changes.
npx skillsauth add jeninh/ampskills-dotfile ampdoInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Search for AMPDO: comments in the codebase to gather feedback and instructions about code changes.
Use ripgrep to find AMPDO: comments with context:
rg "AMPDO:" -C 3
After finding AMPDO: comments:
development
Writes Roc code with strong static types, helpful compiler errors, and functional programming. Use when the user wants Roc code, mentions Roc, functional programming with types, or needs .roc files. Covers both full applications and one-off Roc scripts with shebangs.
tools
Fetches a Linear issue and creates a comprehensive plan for implementation.
development
Preview and screenshot local dev servers and storybooks. Use when asked to view UI components, take screenshots of storybooks, or inspect the web/server apps.
tools
Instructions for using tmux to spawn multiple processes, inspect them, and capture their output. Useful for running servers or long-running tasks in the background.