stacks-cms

Manage content lifecycle and blog infrastructure in Stacks applications.

2|Updated Jul 8, 2026
One-click install
npx skills add https://github.com/bughq/bughq --skill stacks-cms-bughq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stacks-cms
Source: https://github.com/bughq/bughq/tree/main/.claude/skills/stacks-cms
Command: npx skills add https://github.com/bughq/bughq --skill stacks-cms-bughq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the management of content within a Stacks application, removing the complexity of manually handling database records for posts, authors, pages, and tags.

Core Features & Use Cases

  • Content Lifecycle Management: Create, update, and delete posts, pages, and authors with built-in validation and relationship handling.
  • Automated Blog Operations: Automatically generate RSS feeds, sitemaps, and handle polymorphic comments or category tagging.
  • Use Case: Use this to quickly scaffold a new blog post, sync categories to a specific post, or retrieve a list of published articles for a custom frontend dashboard.

Quick Start

Use the stacks-cms skill to fetch all published posts and display their titles and excerpts.

Frequently Asked Questions about stacks-cms

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

FAQPage Schema
How do I manage blog posts and content in a Stacks application?

You can manage blog posts and content in a Stacks application by using the stacks-cms interface to handle CRUD operations for posts, pages, authors, and taxonomy. It removes the complexity of manually handling database records by providing built-in validation and relationship handling.

Does Stacks CMS automatically generate RSS feeds and sitemaps for my blog?

Yes, Stacks CMS automatically generates RSS feeds and sitemaps for your blog. It facilitates automated SEO tasks during the content lifecycle, ensuring your published posts and pages are readily available for search engine indexing and feed readers.

Can I handle polymorphic relationships and category tagging for content management?

You can handle polymorphic relationships and category tagging directly within Stacks CMS. The system manages polymorphic comments and syncs categories to specific posts, ensuring data integrity through integrated core models and API routes.

What do I need to integrate before scaffolding content with Stacks CMS?

To scaffold content with Stacks CMS, you need integration with the Stacks framework core models and API routes. This prerequisite ensures schema compliance and data integrity when your application handles authors, pages, and taxonomy.

How do I retrieve a list of published articles for a custom frontend dashboard?

To retrieve a list of published articles for a custom frontend dashboard, use the stacks-cms skill to fetch published posts. It interfaces with the Stacks framework to provide titles, excerpts, and related content data for display.