ampcode
- 6 skills
- 0 followers
- 8 hours ago last updated
- ▌ Tmux · ampcode bundleInstructions for using tmux to spawn multiple processes, inspect them, and capture their output. Useful for running servers or long-running tasks in the background.
- ▌ Ampdo · ampcodeSearches for AMPDO comments in the codebase to gather feedback and execute requested changes.
- ▌ Ralph · ampcode bundleAutonomous feature development - setup and execution. Triggers on: ralph, set up ralph, run ralph, run the loop, implement tasks. Two phases: (1) Setup - chat through feature, create tasks with dependencies (2) Loop - pick ready tasks, implement, commit, repeat until done.
- ▌ Ast Grep · ampcode bundleGuide for writing ast-grep rules to perform structural code search and analysis. Use when users need to search codebases using Abstract Syntax Tree (AST) patterns, find specific code structures, or perform complex code queries that go beyond simple text search. This skill should be used when users ask to search for code patterns, find specific language constructs, or locate code with particular structural characteristics.
- ▌ UI Preview · ampcode bundlePreview and screenshot local dev servers and storybooks. Use when asked to view UI components, take screenshots of storybooks, or inspect the web/server apps.
- ▌ Work On Linear Issue · ampcode bundleFetches a Linear issue and creates a comprehensive plan for implementation.