README
01Agent Claude Code
A set of specialized AI assistants for the CaCrFeedFormula project, including helpers for Rust back ends, React front ends, animal-feed formula optimization, automated testing, and security review.
Agent Claude Code
A set of specialized AI assistants for the CaCrFeedFormula project, including helpers for Rust back ends, React front ends, animal-feed formula optimization, automated testing, and security review.
Agent Claude Code
A specialized agent for optimizing animal-feed formulas in the CaCrFeedFormula system. It calculates nutrition and uses linear programming, a method for finding the best result under constraints, to balance ingredients and cost.
Agent Claude Code
A React and TypeScript frontend specialist for the CaCrFeedFormula feed-formula system, covering reusable components, application state, performance, and Tauri integration.
Agent Claude Code
A specialist coding role for Rust backends in a Tauri application, including commands, databases, asynchronous work, and performance.
Agent Claude Code
A security reviewer for the CaCrFeedFormula desktop application. It checks code, database queries, Tauri commands, dependencies, secrets, input validation, and error handling for security problems.
Agent Claude Code
A testing specialist for the CaCrFeedFormula application, covering Rust, TypeScript, APIs, databases, and service interactions. TDD, or test-driven development, means writing tests before the code and improving the code in repeated small steps.
Command Claude Code
A code-checking command for Rust back ends and TypeScript front ends. It runs style, type, security, dependency, test-coverage, and formatting checks.
Command Claude Code
A command that loads project context, including the project structure, technology stack, modules, and development rules. It is described for a specific feed-formula optimization desktop application.
Command Claude Code
A command for reviewing application performance across a Rust backend, React frontend, and SQLite database. It uses profiling, benchmarking, query-plan checks, and a list of common bottlenecks.
Hook Claude Code
Runs when a session starts, running cat <<'EOF' (2 commands). From cacr92/WeReply.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, running echo 💬 开始处理请求.... From cacr92/WeReply.
Hook Claude Code
Runs before the agent uses a tool for Edit, Write and Bash tool calls, running an inline shell check (2 commands). From cacr92/WeReply.
Hook Claude Code
Runs after a tool call finishes for Write.*\.rs$, Edit.*\.rs$, Write.*frontend.*\.(ts, tsx)$, Edit.*frontend.*\.(ts, tsx)$, Write and Edit tool calls, running an inline shell check (11 commands). From cacr92/WeReply.
Hook Claude Code
Runs when the agent finishes a response, running cat <<'EOF'. From cacr92/WeReply.
Hook Claude Code
Runs when a session ends, running cat <<'EOF'. From cacr92/WeReply.
Hook Claude Code
Runs when the agent sends a notification, running an inline shell check. From cacr92/WeReply.
Settings file Claude Code
Agent settings declaring 7 hook events (SessionStart, UserPromptSubmit, PreToolUse, PostToolUse).
Skill Claude CodeCodex
A set of guidelines for designing typed APIs and data structures in Tauri applications. Tauri connects a web-based interface to a Rust backend, and DTOs are structured data used to carry requests and responses.
Skill Claude CodeCodex
Comprehensive code review guidance for Tauri + Rust + React applications with focus on quality, security, and maintainability.
Skill Claude CodeCodex
A systematic guide for finding and fixing problems in Tauri applications. Tauri applications commonly combine a React interface, a Rust backend, and database or command communication.
Skill Claude CodeCodex
A set of instructions for connecting an application to DeepSeek, an AI service that can generate text responses. It covers sending web requests, receiving normal or live-streamed replies, and handling connection errors.
Skill Claude CodeCodex
A guide for handling errors and debugging Rust or TypeScript applications built with Tauri, a framework for desktop apps with a Rust backend and web-based interface. It covers error chains, validation, and converting failures into API responses.
Skill Claude CodeCodex
A guide for communication between separate programs using line-by-line JSON messages through standard input and output.
Skill Claude CodeCodex
Expert guidance for developing macOS Platform Agent using Swift + Accessibility API.