agntcms

23 mods across 1 repository, 19 stars between them.

cli-dev

01

agntcms/agntcms

Agent Claude Code

Use this agent when any change is required inside packages/cli/ or when working on the onboarding flow for new agntcms projects. This agent owns the create-agntcms-app package and the create-agntcms-app command. MUST BE USED for any modification to CLI code, scaffolding logic, dependency installation steps…

19 3mo ago A 444 tokens copy · 89% MIT

mcp-integration

02

agntcms/agntcms

Agent Claude Code

Use this agent when any work touches packages/next/src/mcp/ or packages/next/src/tasks/, or more broadly when a change involves the MCP server, server-initiated notifications (e.g. taskassigned), the task store, the reporttaskdone / reporttaskprogress tools, or the UI-to-agent protocol. This agent MUST BE USED…

19 3mo ago A 535 tokens original MIT

runtime-dev

03

agntcms/agntcms

Agent Claude Code

MUST BE USED for any change inside packages/next/ in the agntcms monorepo, including the domain model, storage adapters, runtime, React components, runtime-level MCP glue, and the public subpath exports of @agntcms/next (/server, /client, /handlers, /config). This agent owns the @agntcms/next package. Note: deep MCP…

19 3mo ago A 446 tokens original MIT

skills-dev

04

agntcms/agntcms

Agent Claude Code

MUST BE USED for any change inside packages/skills/ or to the template/ directory layout, including folder structure, frozen files (app/api/agntcms/, app/[[...slug]]/page.tsx, .claude/, docker-compose.yml, Dockerfile), or the skill modules themselves. This agent owns @agntcms/skills and the canonical template…

19 3mo ago A 409 tokens original MIT

agntcms

05

agntcms/agntcms

Settings file Claude Code

Agent settings configuring enabledPlugins.

19 3mo ago A tokens not measured copy · 89% MIT

agntcms CLAUDE.md

06

agntcms/agntcms

Instructions file

Instructions for agntcms/agntcms, covering agntcms, repository layout, commands, hard invariants and working discipline.

19 3mo ago A 2,511 tokens original MIT

agntcms-content-fs

07

agntcms/agntcms

Skill Claude CodeCodex

Explains how the agent edits content when the FS adapter is active — using native file tools to read and write JSON under content/drafts/ and content/pages/, never through MCP CRUD tools.

19 3mo ago A 45 tokens original MIT

agntcms-create-page

08

agntcms/agntcms

Skill Claude CodeCodex

Creates an empty page draft and returns a preview URL so the editor can start building the page through inline editing.

19 3mo ago A 28 tokens original MIT

agntcms-delete-page

09

agntcms/agntcms

Skill Claude CodeCodex

Deletes a published page via the framework endpoint after explicit editor confirmation. Never deletes files directly — history is preserved.

19 3mo ago A 28 tokens original MIT

agntcms/agntcms

Skill Claude CodeCodex

Detects when a frozen-zone file has been modified by the user and explains how to recover by restoring it from the framework source.

19 3mo ago A 34 tokens original MIT

agntcms-git-publish

11

agntcms/agntcms

Skill Claude CodeCodex

Defines when and how the agent makes git commits for substantial content operations. The user is the primary committer; the agent commits only when the change is significant enough that a meaningful message adds clear value.

19 3mo ago A 48 tokens original MIT

agntcms-globals

12

agntcms/agntcms

Skill Claude CodeCodex

Globals are site-wide content blocks (header, footer, announcement bar) rendered in app/layout.tsx via GlobalSlot. This skill covers creating, editing, wiring, and the draft/publish lifecycle for globals.

19 3mo ago A 48 tokens original MIT

agntcms/agntcms

Skill Claude CodeCodex

Migrate an existing app generated from a Claude artifact (real source code + CSS) into an agntcms project, reusing the source styles and markup verbatim and wrapping them in the content model; screenshots used only to verify.

19 3mo ago A 55 tokens original MIT

agntcms/agntcms

Skill Claude CodeCodex

Publishes a draft by calling the framework's publish endpoint. Never moves files manually — the endpoint owns the draft→published promotion and the git commit.

19 3mo ago A 38 tokens original MIT

agntcms-rename-slug

15

agntcms/agntcms

Skill Claude CodeCodex

Atomically renames a page slug via the framework endpoint. Handles pages, drafts, and history in one operation. Never renames files manually.

19 3mo ago A 37 tokens original MIT

agntcms/agntcms

Skill Claude CodeCodex

Reorders sections within a draft page via the framework endpoint. Handles section disambiguation by type, position, or ID. Never edits JSON files manually.

19 3mo ago A 39 tokens original MIT

agntcms-rollback

17

agntcms/agntcms

Skill Claude CodeCodex

Rolls a published page or global back to a previous version snapshot via the framework endpoint. Never copies history files manually.

19 3mo ago A 30 tokens original MIT

agntcms-section-new

18

agntcms/agntcms

Skill Claude CodeCodex

Creates a new section from name and field list: folder, schema, component, config registration.

19 3mo ago A 25 tokens original MIT

agntcms/agntcms

Skill Claude CodeCodex

Validates section integrity: file structure, config registration, type consistency, and editability.

19 3mo ago A 25 tokens original MIT

agntcms-sections

20

agntcms/agntcms

Skill Claude CodeCodex

Enforces the two-step section creation workflow — create the folder under agntcms/sections/, then add the import and registration to agntcms/config.ts. Partial state is invalid.

19 3mo ago A 43 tokens original MIT

agntcms-structure

21

agntcms/agntcms

Skill Claude CodeCodex

Teaches the agent the canonical agntcms project layout — frozen zone, user zone, content zone, config zone — and where sections live. Load this skill before any other agntcms skill.

19 3mo ago A 46 tokens original MIT

agntcms/agntcms

Skill Claude CodeCodex

Takes a published page offline (removes it from the live site) while preserving its content as a draft and keeping full history. Non-destructive — the page can be republished at any time.

19 3mo ago A 48 tokens original MIT

agntcms/agntcms

Skill Claude CodeCodex

Updates the project's .claude/skills/ to the latest framework version by running pnpm update @agntcms/skills && pnpm exec agntcms-skills-sync.

19 3mo ago A 43 tokens original MIT