report-skill-generator

Analyze Word templates to generate specialized report Skills with TemplateProfile JSON.

2|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/sigpanic/report-skill --skill report-skill-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: report-skill-generator
Source: https://github.com/sigpanic/report-skill/tree/main/.trae/skills/report-skill-generator
Command: npx skills add https://github.com/sigpanic/report-skill --skill report-skill-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Word template analysis and Skill generation to create tailored report Skills, ensuring clear separation from course-material parsing and report content generation.

Core Features & Use Cases

  • Analyze Word templates to extract structure and constraints for skill creation.
  • Generate a specialized report Skill that is tightly coupled to the given template, without handling actual report content.
  • Ensure isolation between template analysis and downstream content generation; supports two-stage workflow.

Quick Start

Provide a Word template file and request generation of a specialized report Skill that analyzes the template and outputs a ready-to-use Skill.

Frequently Asked Questions about report-skill-generator

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

FAQPage Schema
How do I generate a report skill from a Word template?

To generate a report skill from a Word template, provide the template file to the Skill. It analyzes the document structure, extracts constraints into a TemplateProfile JSON, and outputs a ready-to-use, specialized report-generation Skill.

Can I use this to parse course materials and generate report content?

No, you cannot use this to parse course materials or generate report content. It strictly analyzes Word templates to create specialized report Skills, ensuring clear isolation between template analysis and downstream content generation.

What is a TemplateProfile JSON and how does it work with Word templates?

A TemplateProfile JSON is a formal structure extracted during Word template analysis. It captures the document's structure and constraints to drive frontmatter-driven metadata and automated Skill registration across Agent directories.

How do I automate skill registration across Agent directories?

You automate skill registration across Agent directories by providing a Word template. The Skill extracts template structure, applies safeguarded validation via frontmatter-driven metadata, and registers the new Skill automatically.

Does this tool handle actual report content generation?

No, this tool does not handle actual report content generation. It focuses solely on template analysis and Skill extraction, supporting a two-stage workflow where content generation is a separate downstream process.

What is the best way to create a tailored report skill for a specific document format?

The best way to create a tailored report skill is to provide your Word template for analysis. The system extracts structural constraints, validates them formally, and generates a tightly coupled report-generation Skill.