Plugin Claude Code
DDD-driven development skills, sub-agents and workflow commands for Rust, React, miniapp, and Flutter projects.
Plugin Claude Code
DDD-driven development skills, sub-agents and workflow commands for Rust, React, miniapp, and Flutter projects.
Instructions file CodexOpenCode
Repository instructions for developing and maintaining AI engineering workflows in the timzaak/web-dev-skills project.
Agent
A read-only acceptance review for Rust backend API changes. It checks the implementation against its design, runs relevant tests and environment checks, and verifies that the OpenAPI description accurately represents the API.
Agent
A read-only agent that checks whether a product requirements document (PRD) matches a backend implementation. A PRD is a document describing what a product or feature should do.
Agent
A Rust back-end design specialist that turns requirements and existing-code findings into a back-end design document. It defines the API contract, data changes, business rules, permissions, and testing approach for a feature.
Agent
A Rust backend development agent for implementing or repairing production code, with only the necessary high-value tests and checks. It can also review code examples in a read-only calibration mode.
Agent
An agent for writing Rust tests that check complete backend API scenarios, including test data, helpers, and test-module registration. Rust is a programming language, and an API is a program interface used by other software.
Agent
A read-only agent that reviews product and engineering documents used as input for AI coding work. It checks which documents are authoritative, duplicated, outdated, conflicting, or hard to navigate.
Agent
A read-only checker for comparing a web interface with a Figma design, a tool used to specify how an interface should look and behave.
Agent
An asset-handling agent for confirmed Figma sources. It downloads, combines, converts, verifies, and places approved media files, then records them in a manifest.
Agent
A focused coding assistant for correcting a specific part of a web interface based on measured differences from a Figma design.
Agent
A coding assistant for implementing a complete web page from a Figma design and its structured handoff files.
Agent
A coding assistant for implementing interface animations and interactions from a Figma handoff, which is the design information passed from a designer to a developer.
Agent
A read-only reviewer for Flutter applications, Google’s toolkit for building apps for mobile, web, and desktop from one codebase.
Agent
A read-only acceptance checker for Android Patrol demos and user-story tests in Flutter, a toolkit for building mobile apps. It compares tests and execution evidence with the stated acceptance criteria.
Agent
An agent for writing and repairing Android Patrol demonstration tests for Flutter apps. Patrol is a Flutter testing tool for exercising an app on Android through its real composition and user flows.
Agent
A read-only diagnostic workflow for failed Patrol tests in Flutter, a toolkit for testing Flutter apps. It assigns one main cause category and writes an evidence-based report.
Agent
A planning assistant for Flutter mobile apps, which are apps built with Google's cross-platform UI toolkit. It turns product requirements and existing API rules into a design document covering user flows, app structure, shared state, navigation, and testing.
Agent
An agent for implementing and fixing Flutter screens, Riverpod state management, data layers, and platform features using the versions locked by a project. Flutter is a framework for building apps, and Riverpod manages app state.
Agent
An agent for writing and checking Flutter unit, widget, integration, and Patrol tests. Flutter is a framework for building apps, while these tests check individual logic, screens, or complete app flows.
Agent
A read-only front-end quality check for type safety, tests, API consistency, and design alignment. It produces a report with an acceptance result and evidence.
Agent
A React frontend design agent that turns requirements, existing code, and API contracts into a frontend design document. It describes user flows, page structure, and how server data and interface state are managed.
Agent
A frontend coding assistant for building and fixing React-based administration screens and shared interface components.
Agent
A front-end testing workflow for React admin interfaces, using Vitest for tests and Testing Library with MSW to isolate network responses. It covers components, hooks, schemas, and local interactions.