Skip to content
Skillv1.0.0

report-generator

Use when asked to generate a structured report from data, notes, or research — executive summary, detailed findings, audience-tiered versions — delivered as a Slack mrkdwn post plus a file upload for

by matangilabs(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from matangilabs/kortny (kortny/skills/curated/report-generator/SKILL.md). Install upstream with npx skills add matangilabs/kortny --skill report-generator. Copyright stays with the author.

Goal

Produce a structured, audience-appropriate report and deliver it where the audience lives — a tight mrkdwn summary in Slack, with the full report as an uploaded file.

Steps

  1. Clarify scope — what is the report about? What data, notes, or research inputs are available? Who is the audience and what decision does this report support?
  2. Tier the audience — use the audience-tiering table in references/audience-tiers.md to determine which version(s) to produce.
  3. Draft the report — structure it per references/report-structure.md. Lead every section with the conclusion, not the methodology.
  4. Write the Slack summary — a tight mrkdwn post with: TL;DR (1 sentence), 3-5 key findings (bullets), and the primary recommendation or next step. Post this to Slack inline.
  5. Produce the full report file — call the document_studio tool (format: "pdf", or "docx" if the user will keep editing it). Author the structured blocks (cover, headings + prose, stat_cards, table, callout) and visualize data with chart blocks where it aids comprehension — see judgment below. The tool renders the themed file and records the artifact.
  6. Offer tiered versions — if multiple audiences need this (exec vs. team vs. technical), produce the exec version first and offer to adapt.

Data-display judgment (decide this yourself — the user won't ask)

When findings carry data, show it the clearest way rather than burying numbers in prose: compare categories → bar; trend over time → line/area; share of a whole (≤6) → pie; correlation → scatter; a few exact figures → stat_cards/table. One chart, one takeaway (in its title).

Output delivery

  • Slack post: mrkdwn TL;DR + key findings bullets (always posted inline).
  • File upload: full report via document_studio (pdf finished / docx editable). Reserve a plain .md upload only when a structured document is genuinely not wanted.

Rules

  • Conclusions before methodology. Executives read the first 3 bullets; put the finding there.
  • Every quantitative claim cites its source or states "based on provided data".
  • Do not pad reports with methodology descriptions when the audience is results-focused.
  • Use workspace facts for brand voice, product names, and any known audience context.
  • Reports > 1000 words belong in the file upload, not the Slack post.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/matangilabs-kortny-report-generator/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

matangilabs-kortny-report-generator.ocm.jsonjson
{
  "ocm": "1",
  "id": "matangilabs-kortny-report-generator",
  "kind": "skill",
  "name": "report-generator",
  "description": "Use when asked to generate a structured report from data, notes, or research — executive summary, detailed findings, audience-tiered versions — delivered as a Slack mrkdwn post plus a file upload for the full document.",
  "publisher": "matangilabs",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "report",
      "executive",
      "summary",
      "findings",
      "analysis",
      "audience-tiering",
      "document",
      "document-studio",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Use when asked to generate a structured report from data, notes, or research — executive summary, detailed findings, audience-tiered versions — delivered as a Slack mrkdwn post plus a file upload for the full document."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/matangilabs/kortny",
      "path": "kortny/skills/curated/report-generator/SKILL.md",
      "ref": "e54c3c09fd8ab6548a56c4a0e91a5af4c5e58774",
      "url": "https://github.com/matangilabs/kortny/blob/e54c3c09fd8ab6548a56c4a0e91a5af4c5e58774/kortny/skills/curated/report-generator/SKILL.md",
      "key": "matangilabs/kortny/kortny/skills/curated/report-generator/SKILL.md"
    }
  },
  "instructions": "## Goal\n\nProduce a structured, audience-appropriate report and deliver it where the audience lives — a tight mrkdwn summary in Slack, with the full report as an uploaded file.\n\n## Steps\n\n1. **Clarify scope** — what is the report about? What data, notes, or research inputs are available? Who is the audience and what decision does this report support?\n2. **Tier the audience** — use the audience-tiering table in `references/audience-tiers.md` to determine which version(s) to produce.\n3. **Draft the report** — structure it per `references/report-structure.md`. Lead every section with the conclusio",
  "cost": {
    "context_tokens": 597
  }
}

Fetch it by URL: GET /api/v1/registry/matangilabs-kortny-report-generator/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.

report-generator - Skill - OpenSmartRoute