A plugin ecosystem for founders and marketers who want to run a serious content operation without hiring a full specialist team.
content-stack helps you build and maintain content websites with AI-assisted workflows across strategy, production, and publishing.
- Founders and marketers with limited time and budget
- Small teams that need repeatable content workflows
- Teams building markdown-first sites (especially Astro)
- Agencies that need to scale content operations with fewer manual steps
- Build a production-ready Astro content site
- Create and maintain SEO-focused blog content
- Standardize writing quality and style across content
- Scale content operations with reusable skills and agents
Add this marketplace to your Claude Code project:
/plugin marketplace add pcamarajr/content-stackThen install the plugin you need:
/plugin install content-ops@content-stack
/plugin install content-image-gemini@content-stack
/plugin install astro-builder@content-stack
/plugin install astro-lsp@content-stack
/plugin install cost-tracker@content-stackUse the Astro starter generated with the current astro-builder plugin:
Then adapt it to your project using:
/astro-builder:initInstall content-ops and initialize:
/plugin install content-ops@content-stack
/init
/reindexRun your first draft workflow:
/write-content article "Your topic"Content operations plugin for markdown-based sites. It handles research, drafting, review, translation, linking, and indexing through a phase-based workflow.
- Best for: publishing better blog content with less manual work
- Key skills:
init,write-content,review-content,fact-check,reindex
Install:
/plugin install content-ops@content-stackAI image generation for content using the Gemini CLI and Nano Banana extension. Headless-friendly: auto-installs the CLI and extension on first use.
- Best for: generating hero images, inline illustrations, and diagrams for blog articles
- Agents:
image-generator
Install:
/plugin install content-image-gemini@content-stackAstro 6 site builder plugin that scaffolds and evolves static content sites using the page-views pattern, i18n, content collections, and quality gates.
- Best for: creating or restructuring Astro content architectures
- Key skills:
init,new-page,new-content-type,translate,audit
Install:
/plugin install astro-builder@content-stackAstro language server integration for Claude Code with diagnostics, formatting, and code intelligence for .astro files.
Install:
/plugin install astro-lsp@content-stackSession-level token and cost tracking for Claude Code, including subagent runs.
Install:
/plugin install cost-tracker@content-stackThis ecosystem follows a dogfood-first model: features are built through real usage on active projects and then generalized.
Current emphasis:
- SEO-ready blog workflows
- Better quality and consistency in published content
- Faster iteration with reusable skills/agents
The project is in active public validation. Core workflows are usable and being expanded with real-world usage.
If you try it, share feedback and use cases:
- Open an issue: https://github.com/pcamarajr/content-stack/issues
- Send a DM: https://linkedin.com/in/pcamarajr
- Strengthen SEO skills and agents for blog workflows
- Improve install-to-first-value experience
- Publish reusable templates and examples
- Expand from blog workflows into broader content operations use cases
MIT