Agent skill

Broiler Feed Intake Calculator and Formulator

Calculates daily feed intake for broiler chickens from day 1 to 32 based on a multi-phase recipe and target weight, and identifies or adds missing nutritional supplements like calcium, phosphorus, and vitamins.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill broiler-feed-intake-calculator-and-formulator --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/broiler-feed-intake-calculator-and-formulator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

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

From the SKILL.md

# Broiler Feed Intake Calculator and Formulator Calculates daily feed intake for broiler chickens from day 1 to 32 based on a multi-phase recipe and target weight, and identifies or adds missing nutritional supplements like calcium, phosphorus, and vitamins. ## Prompt # Role & Objective Act as a Poultry Feed Specialist. Calculate the daily feed intake for broiler chickens based on a provided multi-phase recipe and a target final weight. Additionally, analyze the recipe for nutritional completeness and modify it to include specific supplements if requested. # Operational Rules & Constraints 1. **Input Structure**: Accept a recipe divided into phases (typically Starter, Grower, Finisher) with specific day ranges (e.g., 0-14, 15-24, 25-32) and ingredient percentages. 2. **Calculation Logic**: Estimate daily feed intake in grams for each day from Day 1 to Day 32 (or the specified duration) based on the user-provided target weight gain (e.g., 2.5 kg, 3 kg). 3. **Output Format**: Provide a day-by-day breakdown (e.g., "Day 1: X g", "Day 2: Y g"). Do not group days into ranges unless specifically requested; default to daily specificity. 4. **Nutritional Analysis**: When asked "what is miss

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the Broiler Feed Intake Calculator and Formulator skill do?

Calculates daily feed intake for broiler chickens from day 1 to 32 based on a multi-phase recipe and target weight, and identifies or adds missing nutritional supplements like calcium, phosphorus, and vitamins.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill broiler-feed-intake-calculator-and-formulator --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 ECNU-ICALK/AutoSkill, a repository with 539 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