Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By pcamarajr
Build Astro 6 static content sites with Claude. Enforces best practices for i18n, content collections, the page-views pattern, and design systems. Starts with /astro-builder:init to configure your project.
npx claudepluginhub pcamarajr/content-stack --plugin astro-builderArchitecture and planning agent for Astro 6 projects. Reads project context from CLAUDE.md and .astro-builder/, designs solutions before execution, and produces clear implementation plans. Use BEFORE making changes to understand the right approach.
Fully autonomous build agent for Astro 6 projects. Reads project context, writes code, installs dependencies, runs builds, fixes errors, and commits. Use for implementing features, fixing bugs, and scaffolding. Operates without interruption until the build passes.
Audit the Astro 6 project for anti-patterns, missing translations, broken internal links, style guide violations, and schema inconsistencies. Produces a prioritized report with actionable fixes.
Initialize an Astro 6 project with Claude. Scans the repo for existing assets, interviews the user to define purpose, content types, i18n, and design system, then generates CLAUDE.md and a .astro-builder/ configuration folder.
Add a new content type (Astro 6 content collection) to the project. Defines the schema in src/content.config.ts, creates example content files, and wires up utility functions. Arguments: content type name (e.g. "tutorials", "changelogs", "case-studies").
Scaffold a new page in the Astro 6 project. Creates the page file(s), a matching page-view, wires i18n, and registers the route for all configured locales. Arguments: page name and optional path (e.g. "about" or "blog/archive").
Translate a content entry or page to another locale. Reads the source file, translates content while preserving frontmatter structure and markdown formatting, creates the translated file in the correct locale folder, and links it via translationKey. Arguments: file path and target locale (e.g. "src/content/articles/en/hello-world.md it").
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
AI-powered website builder with SEO, conversion optimization, analytics, engagement, and content specialists. Supports Astro, MDX, Supabase CMS for marketing sites, blogs, and documentation.
Expert Astro 6 with Islands Architecture, Content Layer, Actions, View Transitions, and multi-framework integration
WordPress to Astro migration toolkit — scripts, patterns, and troubleshooting from real migrations
Build SEO-optimized local business websites with 80-100+ programmatic pages using Astro 5, Tailwind CSS v4, and Cloudflare Pages
Sveltia CMS Git-backed content management (Decap/Netlify CMS successor). 5x smaller bundle (300 KB), GraphQL performance, solves 260+ issues. Use for static sites (Hugo, Jekyll, 11ty, Gatsby, Astro, Next.js), blogs, docs, i18n, or encountering OAuth errors, TOML/YAML issues, CORS problems, content listing errors.
Manage WordPress sites: content creation, blog posts, media, Elementor page editing, and WP-CLI workflows.
AI image generation for content using the Gemini CLI and Nano Banana extension. Headless-friendly: auto-installs dependencies on first use.
Content creation and management plugin for static site blogs. Handles writing, translation, research, linking, style review, and knowledge indexing.
Site-level SEO intelligence layer for static content sites. Tracks performance via Google Search Console, surfaces ranking opportunities, diagnoses individual pages with live GSC data, audits GSC coverage/indexing errors, and injects keyword briefs into the content creation pipeline.
Astro language server for code intelligence, diagnostics, and formatting in .astro files
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.
Add this marketplace to your Claude Code project:
/plugin marketplace add pcamarajr/content-stack
Then install the plugin you need:
/plugin install content-ops@content-stack
/plugin install content-seo@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-stack
Use the Astro starter generated with the current astro-builder plugin:
Then adapt it to your project using:
/astro-builder:init
Install content-ops and initialize:
/plugin install content-ops@content-stack
/init
/reindex
Run your first draft workflow:
/write-content article "Your topic"
content-opsContent operations plugin for markdown-based sites. It handles research, drafting, review, translation, linking, and indexing through a phase-based workflow.
init, write-content, review-content, fact-check, reindexInstall:
/plugin install content-ops@content-stack
content-seoSite-level SEO intelligence layer for static content sites. Powered by Google Search Console — tracks performance, surfaces ranking opportunities, diagnoses pages with live data, and injects keyword briefs into the content creation pipeline.
/seo status, /seo opportunities, /seo diagnose, /seo briefgsc-reporterInstall:
/plugin install content-seo@content-stack
content-image-geminiAI image generation for content using the Gemini CLI and Nano Banana extension. Headless-friendly: auto-installs the CLI and extension on first use.
image-generatorInstall:
/plugin install content-image-gemini@content-stack
astro-builderAstro 6 site builder plugin that scaffolds and evolves static content sites using the page-views pattern, i18n, content collections, and quality gates.
init, new-page, new-content-type, translate, auditInstall:
/plugin install astro-builder@content-stack
astro-lspAstro language server integration for Claude Code with diagnostics, formatting, and code intelligence for .astro files.
Install:
/plugin install astro-lsp@content-stack
cost-trackerSession-level token and cost tracking for Claude Code, including subagent runs.
Install:
/plugin install cost-tracker@content-stack
This ecosystem follows a dogfood-first model: features are built through real usage on active projects and then generalized.
Current emphasis:
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:
MIT