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.
npx agentmods add instructions/intellieffect/agentic-cms/agents-mdgit clone --depth 1 https://github.com/intellieffect/agentic-cmsWhat 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.
| Model | Per session | Once 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 |
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.
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 (발행)
각 단계
- Topics: 고정 카테고리. "에이전틱 워크플로우", "AI 마케팅" 등. 월 1회 수정.
- Ideas: Topic 안의 구체적 앵글. 에이전트가 자동 수집 + 사람이 직접 입력. 매일 운영.
- Contents: 마스터 콘텐츠. hook + body_md + CTA. 에이전트가 작성, 사람이 편집(human touch).
- Variants: 1 content → N variants. 플랫폼(instagram/linkedin/threads) × 포맷(reel/carousel/post/article/thread).
- Publish: Agentic CMS에서 직접 발행 안 함. Postiz API로 전송만.
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.
- yesterday First seen · 232 lines · 3,527 tokens per session scan A dcbd01ebe01f
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.
Other instructions, from other repositories
diffusers AGENTS.md
AGENTS.md instructions for huggingface/diffusers, a project described as: 🤗 Diffusers: State-of-the-art diffusion models for image, video, and audio generation in PyTorch.
comfy-prompt-studio AGENTS.md
Instructions for yxhpy/comfy-prompt-studio, covering agents.md - ai 代理配置文档, ai 提供商, 1. ollama (默认), 2. gemini and 提示词生成服务.
davinci-resolve-mcp AGENTS.md
Instructions for apvlv/davinci-resolve-mcp, covering project knowledge base, structure, where to look, code map and conventions.
lianhuanhua-skills AGENTS.md
Instructions for littlewindy123/lianhuanhua-skills, covering agents.md, project goal, architecture rules, commands and before committing.
docvideoer CLAUDE.md
Instructions for coding-ax/docvideoer, covering claude.md — docvideoer, 触发方式, 外部 skill 依赖, 工作目录 and 核心流水线(6 步).
framer-motion-skills copilot-instructions.md
Copilot instructions for C-Jeril/framer-motion-skills, covering framer motion ai skills, available skills, usage, recommendations and code examples.