magnus-add-report

Create report landing pages and linked ReportCards under /insights/reports.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ssu96ld/magnus-claude-plugins --skill magnus-add-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: magnus-add-report
Source: https://github.com/ssu96ld/magnus-claude-plugins/tree/main/plugins/magnus-site/skills/magnus-add-report
Command: npx skills add https://github.com/ssu96ld/magnus-claude-plugins --skill magnus-add-report

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates a new downloadable report or whitepaper landing page under /insights/reports/<slug> and a corresponding ReportCard in the index, reducing manual CMS work and ensuring gating for sign-off.

Core Features & Use Cases

  • Generates the full report landing page from the canonical template (breadcrumb, hero, key findings, body sections, download CTA).
  • Inserts a matching ReportCard at the top of the /insights/reports index.
  • Enforces a content sign-off gate and supports gated or free downloads.
  • Not intended for editing existing reports; separate skills handle updates.

Quick Start

Provide the report title, slug, category, gated setting, and summary to scaffold a new report and its index card.

Frequently Asked Questions about magnus-add-report

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate new report landing page creation and index updates?

This skill scaffolds a new report landing page by generating the canonical template and inserting a matching ReportCard at the top of the index, reducing manual CMS work for publishing insights reports.

How does report publication gatekeeping for sign-off work?

The gatekeeping mechanism validates the slug format and category, enforces a content sign-off gate, and updates the pending changes log to ensure firm research is reviewed before publication.

What do I need to scaffold a new insights report under /insights/reports?

Scaffolding a new report requires providing the title, slug, category, gated setting, and summary, which generates the breadcrumb, hero, key findings, body sections, and download CTA.

Can I use this workflow to edit existing report pages?

This workflow is not intended for editing existing reports. Separate skills handle updates to existing report landing pages and ReportCards in the index.

Why does my report landing page creation fail during slug validation?

The workflow validates the slug format and category before proceeding, rejecting creation attempts that do not meet the required structural standards for the insights reports path.