Agent skill

project-overview

Background knowledge about CaCrFeedFormula project architecture, features, and context. Automatically loaded for AI reference, not directly user-invocable.

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill project-overview-cacr92-wereply-5 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/analysis/project-overview-cacr92-wereply-5/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# CaCrFeedFormula Project Overview **Intelligent Feed Formula Optimization System** built with Tauri + Rust + React TypeScript. ## Project Context **CaCrFeedFormula** is an industrial-grade desktop application for feed formula optimization, integrating AI-assisted optimization, linear programming (HiGHS solver), and comprehensive feed management capabilities. ### Core Technology Stack **Backend (Rust 2021)**: - **Framework**: Tauri 2.9.0 + Tokio 1.37 (full async runtime) - **Database**: SQLite + SQLx 0.7 (compile-time type safety) - **Optimization**: HiGHS 1.12 (industrial-grade LP solver) - **Caching**: Moka 0.12 (high-performance concurrent cache) - **Type Binding**: specta 2.0 + tauri-specta 2.0 (auto TypeScript generation) - **AI Integration**: reqwest + eventsource-stream (streaming responses) - **Parallel Compute**: Rayon 1.8 **Frontend (React 19.1 + TypeScript 5.8)**: - **UI Framework**: Ant Design 5.26 + Tailwind CSS 4.1 - **State Management**: TanStack Query 5.17 - **Build Tool**: Vite 7.0 - **Visualization**: Recharts 2.15 - **Animation**: Framer Motion 11 ## Project Structure ``` cacrfeedformula/ ├── src/ # Rust backend source │ ├── ai/ # AI service module │ ├── database

What's inside
Steps it walks through
  1. Project Context
  2. Core Technology Stack
  3. Project Structure
  4. Core Features
  5. 1. Formula Optimization System
  6. 2. Data Management
  7. 3. Analysis & Decision Support
  8. 4. AI Intelligent Assistant
  9. Project Characteristics
  10. Development Workflow Context
  11. Typical Development Scenarios:
  12. Key Integration Points:
  13. Project Scale
  14. Development Standards
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the project-overview skill do?

Background knowledge about CaCrFeedFormula project architecture, features, and context. Automatically loaded for AI reference, not directly user-invocable.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill project-overview-cacr92-wereply-5 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going