cancel-loop
01Command
A command for stopping an active automated loop managed through a local Fireauto state file.
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.
Command
A command that reviews a project’s interface and user experience, then changes the code to fix the problems it finds. It checks areas such as mobile layouts, accessibility, forms, loading states, navigation, and themes.
Command
A command for creating videos by writing React components with Remotion, a framework that renders code into video files. It can set up projects, create or edit video scenes, and render them.