Agent skill

guidance-inventory

Builds and maintains cumulative guidance inventory for a company. Use when collecting historical guidance, updating guidance after earnings, preparing context for prediction/attribution workflows, or when user asks about company outlook, earnings guidance, management expectations, forward forecasts, or FY/quarterly targets.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill guidance-inventory --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 18 KB
Bundled scripts: none
Allowed tools: ReadWriteGrepGlobSkillmcp__neo4j-cypher__read_neo4j_cyphermcp__perplexity__perplexity_searchmcp__alphavantage__EARNINGS_ESTIMATES
Path: skills/analysis/guidance-inventory/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

# Guidance Inventory Builds cumulative guidance state per company. This is a **DATA skill** (pure collection) — analysis happens in attribution. **Thinking**: ALWAYS use `ultrathink` for maximum reasoning depth when extracting and classifying guidance. **Input**: `{ticker} {accession_no} {quarter}` (e.g., `AAPL 0001193125-24-000001 2`) **Critical**: Every guidance entry has TWO dates — **must track BOTH**: - **Given Date**: When management issued the guidance (citation timestamp) - **Period Covered**: What fiscal period the guidance is FOR (Q2 FY25, FY25, etc.) ## Table of Contents 1. [Quick Reference](#quick-reference) 2. [Arguments](#arguments) 3. [Workflow](#workflow) - Step 1: Determine Scope - Step 2: Get Company Fiscal Profile - Step 3: Gather Guidance - Step 4: Extract Guidance Entries - Step 5: Classify Action - Step 6: Write Output 4. [Guidance Types to Capture](#guidance-types-to-capture) 5. [Period Types](#period-types) 6. [10 Critical Capture Items](#10-critical-capture-items-must-have) 7. [Citation Requirements](#citation-requirements-non-negotiable) 8. [Supersession Tracking](#supersession-tracking) 9. [File Lifecycle](#file-lifecycle) 10. [Integration with Other Skil

What's inside
Steps it walks through
  1. Table of Contents
  2. Quick Reference
  3. Arguments
  4. Workflow
  5. Step 1: DETERMINE SCOPE
  6. Step 2: GET COMPANY FISCAL PROFILE
  7. Step 3: GATHER GUIDANCE
  8. Step 4: EXTRACT GUIDANCE ENTRIES
  9. Step 5: CLASSIFY ACTION
  10. Step 6: WRITE OUTPUT
  11. Guidance Types to Capture
  12. Financial - Hard Numbers
  13. Financial - Soft/Qualitative
  14. Operational (Non-Financial)- few examples only, non exhasutive
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the guidance-inventory skill do?

Builds and maintains cumulative guidance inventory for a company. Use when collecting historical guidance, updating guidance after earnings, preparing context for prediction/attribution workflows, or when user asks about company outlook, earnings guidance, management expectations, forward forecasts, or FY/quarterly targets.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill guidance-inventory --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