uiux-upgrade
25Command
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 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.
Hook
Runs when a session starts, executing session-start.cjs and inject-context.cjs via node (2 commands). From imgompanda/fireauto.
Hook
Runs after a tool call finishes, executing save-observation.cjs, post-tool-check.cjs and auto-lint.cjs via node (3 commands). From imgompanda/fireauto.
Hook
Runs when the agent finishes a response, executing stop-hook.cjs and save-summary.cjs via node (2 commands). From imgompanda/fireauto.
Skill Claude CodeCodex
A project-session guide that checks the current project status and suggests the next task. It can also attach related information from past project memory.
Skill Claude CodeCodex
Instructions for starting a new project by creating planning documents, project rules, a small wiki, and an initial task breakdown.
Skill Claude CodeCodex
A guide for choosing where to look for reusable knowledge in a coding project, from project rules to detailed wiki pages, saved skills, and past work.
Skill Claude CodeCodex
A guide for using LSP tools to navigate code. LSP, or Language Server Protocol, lets a coding tool find definitions, references, symbols, types, and call relationships.
Skill Claude CodeCodex
A guide for turning accumulated development notes into organized project documents.
Skill Claude CodeCodex
A guide for keeping useful project context between coding sessions with claude-mem, a memory tool for Claude Code.
Skill Claude CodeCodex
A guide for actively saving valuable development knowledge to a project memory database.
Skill Claude CodeCodex
A guide for searching a personal database of past development knowledge called fireauto-mem. The database stores earlier bug fixes, features, patterns, design decisions, warnings, and refactoring notes.
Skill Claude CodeCodex
A guide for turning a product idea into a PRD, or product requirements document: a plan describing what to build and why.
Skill Claude CodeCodex
A project-management guide covers projects, milestones, and tasks in Fireauto. A milestone is a major checkpoint, while a task is a specific piece of work needed to reach it.
Skill Claude CodeCodex
A guide for researching markets and potential customers through Reddit, a public discussion site organized into topic communities called subreddits.
Skill Claude CodeCodex
A Korean-language session-review guide that tells the agent to reflect on work at the end of a session or when asked. It records mistakes, lessons, completed work, and next tasks, and describes updating a wiki with those notes.
Skill Claude CodeCodex
A security review guide for checking code and services for common weaknesses, such as exposed secrets, missing login checks, unsafe file uploads, and vulnerable dependencies.
Skill Claude CodeCodex
Instructions for automatically investigating and correcting common coding errors such as lint, syntax, type-checking, build, and test failures.
Skill Claude CodeCodex
A guide for improving a Next.js website's interface with DaisyUI, a CSS component library, and for converting shadcn/ui components to DaisyUI classes.
Skill Claude CodeCodex
A method for checking a Next.js website's technical search-engine setup. Search-engine optimization, or SEO, helps search services understand and list web pages.
Skill Claude CodeCodex
A guide for coordinating multiple coding agents as a team. It describes a lead agent assigning work, shared task tracking, direct agent messages, and separate Git worktrees, which are isolated copies of a repository.
Skill Claude CodeCodex
A guide for building interfaces with DaisyUI, a CSS component library that provides ready-made class names for common interface elements. It also covers moving interfaces from shadcn/ui to DaisyUI.
Skill Claude CodeCodex
A guide for maintaining a project knowledge base in .claude/wiki/. It explains when to search or record coding patterns, warnings, design decisions, and session notes.