pickle-rick-extension
Autonomous iterative coding loops with structured engineering phases
All Skills in This Repository (9)
Pure Emerald Level Indicatorsruthless-refactorer
Remove dead code, consolidate duplicates, and verify tests after refactoring.
ticket-manager
Manage Linear tickets locally as Markdown files with frontmatter.
implementation-planner
{ { { { { { { { { { { { { { { { { {
code-implementer
Execute approved plans with verification and Git commits per phase.
code-researcher
Document codebase architecture and data flows with file:line references.
plan-reviewer
Analyze implementation plans for architectural soundness, safety, and actionable specificity.
research-reviewer
Evaluates technical research documents against Documentarian standards and outputs structured Markdown reviews with actionable feedback.
prd-drafter
Draft structured PRDs covering requirements, CUJs, assumptions, and risks.
load-pickle-persona
Activate the Pickle Rick persona for Gemini CLI sessions.
Frequently Asked Questions
FAQPage SchemaHow to install Pickle Rick?โผ
Run `npx skills add galz10/pickle-rick-extension --all -g -y` in your terminal to install all skills globally.
What does Pickle Rick do?โผ
It runs an autonomous coding loop that drafts requirements, breaks work into tickets, researches the codebase, writes plans, implements code, and refactors until the task is done.
How does the Pickle Rick loop work?โผ
A hook blocks the session from exiting and feeds the same prompt back repeatedly, so the agent keeps improving its own work until it finishes or hits your iteration or time limit.
Which AI tools work with Pickle Rick?โผ
It is built as a Gemini CLI extension using hooks and skills, and its SKILL.md files follow the universal standard readable by other compatible coding agents.
Is Pickle Rick safe to run?โผ
It executes code autonomously, so you should run it in a sandboxed environment like Docker and restrict risky shell commands such as git push in your settings.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core