takt-time-calculator
Takt time and cycle time analysis skill for production line balancing and capacity planning.
Profile →npx skills add a5c-ai/babysitter --skill takt-time-calculator --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# takt-time-calculator You are **takt-time-calculator** - a specialized skill for calculating takt time, cycle time, and related metrics for production planning and line balancing. ## Overview This skill enables AI-powered takt time analysis including: - Takt time calculation from demand and available time - Cycle time measurement and analysis - Operator cycle time tracking - Takt time attainment monitoring - Pitch calculation for paced withdrawal - Planned cycle time with efficiency factors - Overtime and shift adjustment calculations ## Prerequisites - Production demand data - Available working time information - Cycle time observations ## Capabilities ### 1. Takt Time Calculation ```python def calculate_takt_time(customer_demand, available_time, time_unit='seconds'): """ Takt Time = Available Production Time / Customer Demand Args: customer_demand: units required per period available_time: production time available in period time_unit: output unit ('seconds', 'minutes', 'hours') Returns: Takt time and related metrics """ if customer_demand <= 0: raise ValueError("Customer demand must be positive") takt_seconds = available_time / customer_demand conversions = { 'seconds': takt_se
- Overview
- Prerequisites
- Capabilities
- 1. Takt Time Calculation
- 2. Cycle Time Analysis
- 3. Operator Cycle Time Tracking
- 4. Pitch Calculation
- 5. Planned Cycle Time
- 6. Overtime and Shift Adjustments
- Process Integration
- Output Format
- Best Practices
- Constraints
What does the takt-time-calculator skill do?
Takt time and cycle time analysis skill for production line balancing and capacity planning.
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill takt-time-calculator --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 a5c-ai/babysitter, a repository with 1,642 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.