Agent skill

daily-pulse

Generate a daily business snapshot — sales, labor cost, COGS, covers, and P&L flash report — so the owner knows exactly where the business stands every morning. Flags anomalies before they become problems.

Cosmic Stack3,294★ · 2 repos on radarProfile →
claude-codeMIT
Install
npx skills add cosmicstack-labs/mercury-agent-skills --skill daily-pulse --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 7 KB
Bundled scripts: none
Version: 1.0.0
Declared author: cosmicstack-labs
Path: categories/shop-restaurant/daily-pulse/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 364
Language: JavaScript
Read our review of the source →

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

From the SKILL.md

# Daily Pulse ## Core Principles The difference between a thriving shop and a failing one is often simply **knowing the numbers daily.** Most small business owners fly blind until the monthly P&L arrives 3 weeks after month-end — too late to fix anything. The Daily Pulse skill compresses the P&L cycle to 24 hours, giving the owner a crystal-clear morning snapshot of yesterday's performance. ### The Five Daily Numbers That Matter 1. **Total Sales** — Yesterday's revenue vs. target vs. same day last year 2. **Covers / Transactions** — How many customers (for restaurants) or transactions (for retail) 3. **Average Check / Ticket** — Revenue ÷ covers. Trending up or down? 4. **Labor Cost %** — Total labor ÷ sales. Warning if > budget. 5. **COGS %** — Cost of goods sold ÷ sales (restaurants) or COGS as % of sales (retail) --- ## Skill Workflow ### Step 1 — Connect Data Sources Typical data sources (ask user which they use): - **POS System:** Square, Toast, Clover, Lightspeed, Shopify - **Payroll System:** Gusto, ADP, or manual hours - **Inventory System:** Current stock counts, received orders - **Bank Account:** For actual COGS (invoiced amounts) **If no system integration is available:

What's inside
Steps it walks through
  1. Core Principles
  2. The Five Daily Numbers That Matter
  3. Skill Workflow
  4. Step 1 — Connect Data Sources
  5. Step 2 — Build the Daily Flash Report
  6. Step 3 — Flag Anomalies & Alerts
  7. Step 4 — Rolling Week & Month Trends
  8. Step 5 — Action Recommendations
  9. Step 6 — Schedule Daily Delivery
  10. Trigger Phrases
  11. Key Instructions Summary
  12. Common Mistakes
More from mercury-agent-skills
All skills →
About this skill
What does the daily-pulse skill do?

Generate a daily business snapshot — sales, labor cost, COGS, covers, and P&L flash report — so the owner knows exactly where the business stands every morning. Flags anomalies before they become problems.

How do I install it?

Run `npx skills add cosmicstack-labs/mercury-agent-skills --skill daily-pulse --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 cosmicstack-labs/mercury-agent-skills, a repository with 364 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