imgompanda
01Plugin Claude Code
Plugin marketplace listing 1 plugin: fireauto.
Plugin Claude Code
Plugin marketplace listing 1 plugin: fireauto.
Plugin Claude Code
An AI development harness that organizes project requirements, accumulated knowledge, lessons from mistakes, and retrospectives. A PRD is a document describing what a product should do.
MCP server Claude CodeCodexCursor +2
MCP server "fireauto-mem" as configured in imgompanda/fireauto. Runs ${CLAUDE_PLUGIN_ROOT}/scripts/mem/mcp-server.cjs with node. Needs 2 environment variables to run.
Agent
A research agent for checking whether a product idea can be built, what competitors offer, and which APIs or services it may need. A PRD is a product requirements document that describes what a product should do.
Agent
An analysis agent for Reddit, an online discussion platform, that collects public posts and examines them for market research. It scores potential leads, identifies recurring problems, studies competitor mentions and sentiment, and creates reports.
Agent
A codebase security audit agent that searches a software project for common weaknesses and explains how to fix them.
Agent
An audit agent for finding search-engine-visibility issues in Next.js projects. Next.js is a web framework, and search-engine visibility concerns how easily pages can be discovered and indexed.
Agent
A lead coding agent that coordinates a team of other agents. It assigns tasks, handles disagreements, reviews their work, and combines changes from separate work areas.
Agent
A UI-building agent that creates interface components with DaisyUI version 5 and Tailwind CSS. DaisyUI is a set of ready-made CSS classes, while Tailwind CSS is a utility-based styling system.
Command
A command for stopping an active automated loop managed through a local Fireauto state file.
Command
A command for building or changing web interfaces with DaisyUI v5, a set of ready-made CSS classes for user-interface components. It can also convert interfaces from shadcn/ui, another component library, to DaisyUI.
Command
A command that installs the FireShip Starter Kit, a ready-made project template, and performs its initial setup. It checks Node.js and Git, clones the template, initializes a new Git repository, installs packages, and creates a local environment file.
Command
A setup command for configuring Claude Code with recommended MCP servers, language tools, and notification hooks. MCP servers give the coding agent extra tools, while a language server helps it understand code structure.
Command
A command that repeats a coding task until a limit or completion condition is reached. You can describe the task and, optionally, how many attempts or what result should end the loop.
Command
A command that sets up Language Server Protocol tools for Claude Code. LSP is a standard connection that lets a coding tool understand definitions, references, types, and errors in a project.
Command
A setup command that installs a local memory system for a coding agent. It creates a database, registers an MCP server, and configures hook scripts so development knowledge can be stored.
Command
A command that finds the next project task and presents it with related saved knowledge. It asks whether to begin, then can update the task, perform the work, and record useful new knowledge.
Command
A command that turns a short product idea into a detailed PRD, or Product Requirements Document—the plan describing what a product should do and for whom.
Command
A project dashboard and project-creation command that can turn a PRD into milestones and tasks. A milestone is a major stage of work, while a task is a smaller piece of it.
Command
A research command that searches public Reddit discussions to find people who may need a product or service and assigns scores to potential leads.
Command
A command for checking a codebase for common security weaknesses. It reviews project structure, dependencies, environment files, secrets, authentication, permissions, and related configuration.
Command
A command for auditing how well a website can be understood and indexed by search engines. It is designed around Next.js projects and checks files such as robots.txt, sitemaps, and structured data.
Command
A command that shows a dashboard of an AI team's tasks, assignments, progress, discussions, and code worktree changes. A worktree is a separate checked-out copy of a Git project used for parallel work.
Command
A command that creates a team of AI agents with different roles, led by a main agent. The agents can discuss work directly and share a task board showing assignments and progress.