imbue-ai.
18 skills across 3 repos
- 100/100
asciinema-demos
Create 1-3 short asciinema demo recordings (5-20 seconds each) that demonstrate completed work. Use only when explicitly instructed to create demos.
- 100/100
convert-github-issues-to-fixmes
Convert triaged autoclaude GitHub issues into FIXMEs in the codebase. Use when you want to process issues that have been triaged by authorized users.
- 100/100
create-fixmes
Create FIXME's in the codebase for each of the issues in the given input file.
- 100/100
create-github-issues-from-file
Convert a file containing identified issues into GitHub issues. Use after running identify-* commands to create corresponding GitHub issues.
- 100/100
create-task-from-json
Create a prompt from a short task description in a JSON file
- 100/100
fix-something
Fix a random FIXME in the codebase (in the given scope, use "." for the whole codebase)
- 100/100
identify-doc-code-disagreements
Identify places in the $1 library where the docs and code disagree
- 100/100
identify-inconsistencies
Identify inconsistencies in the $1 library
- 100/100
identify-outdated-docstrings
Identify outdated docstrings in the $1 library
- 100/100
identify-style-issues
Identify divergences from the style guide in the $1 library
- 100/100
sync-tutorial-to-e2e-tests
Match tutorial script blocks to e2e pytest functions and add missing tests
- 100/100
think-of-something-to-fix
Come up with good ideas about what to fix. Use when you have to fix something, but you're not sure what.
- 100/100
triage-backlog
Interactively triage the user's local engineering backlog file into GitHub issues. Use when the user wants to process their raw thought notes / ticket backlog into proper GitHub issues.
- 100/100
update-issues-in-repo
Convert a file containing identified issues into a tracked file in current_tasks/. Use after running identify-* commands to create a local record of current issues.
- 100/100
wait-for-agent
Wait for another agent to enter WAITING state, then execute follow-up instructions
- 100/100
writing-ratchet-tests
Write ratchet tests to prevent accumulation of code anti-patterns. Use when asked to create a "ratchet test" for tracking and preventing specific code patterns (e.g., TODO comments, inline imports, broad exception handling).