From repo-to-content
Synthesize a concise, first-person, technical blog post (markdown, with frontmatter) from a GitHub repository's README, docs, and planning files. Writes intro / body / conclusion in a no-marketing-fluff voice. Use when the user says "turn this repo into a blog post", "draft a blog post about this project", "write up this repo as an article", or wants a publishable narrative of the repository.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin repo-to-contentThis skill uses the workspace's default tool permissions.
Generate a markdown blog post that explains what the repository is, why it exists, and what was built.
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.
Generate a markdown blog post that explains what the repository is, why it exists, and what was built.
path (optional): repo path; defaults to cwd.output (optional): output markdown path. Default: ./<slug>-blog-post.md.tone (optional): default "concise, first-person, technical". Accept overrides.repo-scan if manifest missing.remote_url from manifest).---
title: "<generated title>"
date: <today YYYY-MM-DD>
tags: [tag-1, tag-2, tag-3]
source_repo: <remote_url>
---
<body>
output. Print the path and the generated title.