agentic-cms AGENTS.md

Project instructions for Agentic CMS, an open-source content-management system that AI agents can control through an MCP server. They describe the project structure and where different parts of the video editor live.

In plain words
What is it for?
Use them when changing the dashboard, video editor, server-side video rendering, Python rendering API, database migrations, or the MCP server.
Why use it?
They help coding agents make changes in the correct folder, especially because the dashboard editor replaced older editor code that is kept only for reference.

Instructions file for CodexOpenCode

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/intellieffect/agentic-cms/agents-md
Clone the repo
git clone --depth 1 https://github.com/intellieffect/agentic-cms

Made for: Codex, OpenCode.

Per session 3,527 This file is loaded in full into every session.
When invoked 3,527 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.03527 $0.03527
Opus 5 $0.01764 $0.01764
Sonnet 5 $0.00705 $0.00705
Haiku 4.5 $0.00353 $0.00353

Measured yesterday against content hash dcbd01ebe01f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

agentic-cms AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

AGENTS.md · 232 lines

How it starts

The opening of the file, as written. The whole thing — 232 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Agentic CMS — AGENTS.md

프로젝트 개요

오픈소스 Agentic CMS. MCP 서버로 AI 에이전트가 CMS를 조작하는 구조. 핵심 철학: "에이전트가 만들고, 사람이 터치하고, 에이전트가 기억한다."

구조

  • src/ — MCP 서버 (TypeScript ESM)
  • dashboard/ — Next.js 15 + Tailwind 4 + shadcn/ui 대시보드 — 영상 편집기 UI도 여기 있음 (dashboard/src/components/{studio,remotion}/)
  • editor/ — Python FastAPI 영상 편집 서버 (포트 8092) + Remotion server-side render bundle (editor/remotion/src/).
    • 주의: editor/components/, editor/app/, editor/lib/ 는 dashboard로 fully ported된 후 historical reference로 보존. dashboard 영상 편집기 변경은 절대 editor/가 아닌 dashboard/src/components/...에 적용할 것 (editor/DEPRECATED.md 참조).
  • supabase/ — DB 마이그레이션
  • reference/ — Payload·Strapi·Directus·shadcn-admin 클론 (.gitignore)

영상 편집기 변경 어디에 해야 하나? (가장 자주 헷갈리는 포인트)

변경 영역 수정 위치 사용자가 보는 곳
Player preview (Studio UI, Timeline, RemotionPreview, Panels 등) dashboard/src/components/studio/, dashboard/src/components/remotion/ http://localhost:3000 (운영)
Server-side Remotion render editor/remotion/src/ render 시 ffmpeg 통해 mp4 생성
Python proxy/render API editor/src/server/ port 8092
editor sub-app standalone (port 3100) editor/components/... 개별 테스트만, 운영 외 — 편집하지 말 것

기술 스택

  • MCP 서버: TypeScript, ESM, Supabase adapter
  • 대시보드: Next.js 15, Tailwind CSS 4 (@plugin 방식), shadcn/ui (공식 sidebar 사용)
  • 영상 편집 서버: Python 3.14 + FastAPI (editor/ 하위, 자체 .venv). Storage 업로드 후 Supabase Storage URL 사용 — 로컬 Desktop 경로 사용 금지.
  • DB: Supabase (PostgreSQL), project_ref=euhxmmiqfyptvsvvbbvp (단일 Supabase 프로젝트 — 2026-04-18 이전까지는 brxce-editor 별도 DB 사용했으나 kjyqci… 프로젝트로 통합 완료)
  • npm 패키지명: @brxce/agentic-cms

콘텐츠 파이프라인 (v2)

Topics (고정 테마 3~5개) → Ideas (구체적 앵글) → Contents (마스터 콘텐츠) → Variants (플랫폼별 변환) → Postiz (발행)

각 단계

  1. Topics: 고정 카테고리. "에이전틱 워크플로우", "AI 마케팅" 등. 월 1회 수정.
  2. Ideas: Topic 안의 구체적 앵글. 에이전트가 자동 수집 + 사람이 직접 입력. 매일 운영.
  3. Contents: 마스터 콘텐츠. hook + body_md + CTA. 에이전트가 작성, 사람이 편집(human touch).
  4. Variants: 1 content → N variants. 플랫폼(instagram/linkedin/threads) × 포맷(reel/carousel/post/article/thread).
  5. Publish: Agentic CMS에서 직접 발행 안 함. Postiz API로 전송만.

Read the full file on GitHub · 232 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 232 lines · 3,527 tokens per session scan A dcbd01ebe01f

Subscribe to this mod's changes

agentic-cms AGENTS.md is an instructions file published in the GitHub repository intellieffect/agentic-cms (0 stars, last pushed 1mo ago), licensed MIT. It adds 3,527 tokens to every session, about $0.0176 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.