From repo-to-content
Produce a structured long-form white paper PDF (Executive Summary, Background, Methodology, Findings, Recommendations, References) from a GitHub repository's documentation. Uses the same Typst template as repo-to-pdf but with deeper TOC and formal section structure. Use when the user says "generate a white paper from this repo", "make a long-form report from this project", "turn this research repo into a formal paper", or wants structured long-form output.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin repo-to-contentThis skill uses the workspace's default tool permissions.
Formal, structured long-form PDF. Good for research projects, methodology write-ups, or anything that benefits from a defined section skeleton.
Creates new Angular apps using Angular CLI with flags for routing, SSR, SCSS, prefixes, and AI config. Follows best practices for modern TypeScript/Angular development. Use when starting Angular projects.
Executes ctx7 CLI to fetch up-to-date library documentation, manage AI coding skills (install/search/generate/remove/suggest), and configure Context7 MCP. Useful for current API refs, skill handling, or agent setup.
Share bugs, ideas, or general feedback.
Formal, structured long-form PDF. Good for research projects, methodology write-ups, or anything that benefits from a defined section skeleton.
path (optional): repo path; defaults to cwd.title, subtitle (optional): overrides.output (optional): default ./<slug>-whitepaper.pdf.license (optional): overrides config default.banner / no-banner (optional).background.md or context/*.md.planning/, methodology.md, or architecture docs.report/, reports/, findings.md, or conclusions in docs.repo-scan if manifest missing.doc-base using toc-depth: 2.ai-disclosure-block near the end if the content was substantially AI-synthesized./usr/local/bin/typst compile.#import "styles.typ": doc-base, ai-disclosure-block
#show: doc-base.with(
title: "{{title}}",
subtitle: "White Paper",
author: "{{author}}",
repo-url: {{repo_url_or_none}},
license: "{{license}}",
banner-path: {{banner_or_none}},
toc-depth: 2,
)
= Executive Summary
...
= Background
...
= Methodology
...
= Findings
...
= Recommendations
...
= References
...