rkiding/awesome-finance-skills

alphaear-reporter

Plan, write, and edit professional financial reports; generate finance chart configurations. Use when condensing finance analysis into a structured output.

First seen Feb 9, 2026

Installation

$ npx skills add rkiding/awesome-finance-skills --skill alphaear-reporter

Also in this package

Other skills from rkiding/awesome-finance-skills.

npx skills add rkiding/awesome-finance-skills

Browse all from rkiding/awesome-finance-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 3.0K
License LICENSE
Default branch main
Open issues 4
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,130 B
  • docs SUMMARY.md 1,092 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 509 installs

SKILL.md

AlphaEar Reporter Skill

Overview

This skill provides a structured workflow for generating professional financial reports. It includes planning, writing, editing, and creating visual aids (charts).

Capabilities

Capabilities

1. Generate Structured Reports (Agentic Workflow)

YOU (the Agent) are the Report Generator. Use the prompts in references/PROMPTS.md to progressively build the report.

Workflow:

  1. Cluster Signals: Read input signals and use the Cluster Signals Prompt to group them.
  2. Write Sections: For each cluster, use the Write Section Prompt to generate analysis.
  3. Assemble: Use the Final Assembly Prompt to compile the report.

2. Visualization Tools

Use scripts/visualizer.py to generate chart configurations if needed manually, though the Writer Prompt usually handles this via json-chart blocks.

Dependencies

  • sqlite3 (built-in)