一键导入
content-publisher
Use when creating new blog posts or comparison pages for tinyagents.dev. Handles the full pipeline from keyword research to code change to deploy.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when creating new blog posts or comparison pages for tinyagents.dev. Handles the full pipeline from keyword research to code change to deploy.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when reviewing growth metrics, planning distribution, diagnosing conversion issues, or deciding what marketing action to take next for tinyagents.dev
Use when evaluating whether a product is working, deciding whether to continue or kill it, checking for real PMF signals, or when the founder needs truth not encouragement
Use when needing to find content opportunities, identify keyword gaps, or research what competitors rank for. Uses web search to do manual keyword research without paid SEO tools.
| name | content-publisher |
| description | Use when creating new blog posts or comparison pages for tinyagents.dev. Handles the full pipeline from keyword research to code change to deploy. |
End-to-end workflow for publishing new SEO content to tinyagents.dev.
.agents/keyword-research.md for existing research| Type | Where it lives | When to use |
|---|---|---|
| Blog post | src/lib/blog/posts.ts | Thought leadership, unique angles, shareable |
| Compare page | src/lib/seo/comparisons/[name].ts | "[Framework] vs" keywords |
| Learn article | Already exists per lesson | Expanding lesson content for depth |
Blog posts: Add to the posts array in src/lib/blog/posts.ts. Fields:
src/lib/blog/posts/[slug].tsCompare pages: Create src/lib/seo/comparisons/[framework].ts. Copy pattern from langchain.ts:
src/lib/seo/comparisons/index.tsnpx tsc --noEmit # Must pass
npm run build # Must pass
git add [files]
git commit -m "..."
git push origin master # Auto-deploys via Railway
Add to .agents/cmo-tracker.md shipped section.
Update .agents/keyword-research.md if new gaps found.