跳到正文
WC.

website-content skill

代理技能

AI agent 稿 frontmatter

agent prompt

skill 100 token SKILL.md使 skill schema

agent skill Cursor schema Skill skills.sh SKILL.md AI

Skill SKILL.md references/ Agent

website-content/
├── SKILL.md              # 路由 + 流程(先读)
└── references/
    ├── voice-guide.md    # 句式、用词、语气
    ├── content-schemas.md # Zod frontmatter 规格、正文约束
    └── page-patterns.md  # 版式和组件参考

SKILL.md Agent YAML frontmatter description 100 token skill agent 稿

conversational buildshipfriction leveragesynergyinnovative13 emoji

Content schemas Zod frontmatter schema titlepublishDatethemetags schema motivationproblemAddressedtypefrontmatter Next.js

const ProjectSchema = z.object({
  title: z.string(),
  date: z.string().datetime(),
  type: z.array(z.enum(["app", "agent", "experiment"])).min(1),
  motivation: z.string().min(10),
  problemAddressed: z.string().min(10),
  learnings: z.string().optional(),
  url: z.string().url().optional(),
  github: z.string().url().optional(),
  featured: z.boolean().default(false),
});

SKILL.md 83 content schema 85 agent 250 reference agent page patterns

SKILL.md YAML frontmatter name description Agent skill writing

Agent agent 稿

skill

conversational agent 13 agent

description

SKILL.md description agent token 150 token

kind ofsort of 西使

Agent

skill

skill code review skill website-content skill

schema ZodTypeScriptJSON Schema skill agent frontmatterbuild publishDate agent "February 23, 2026" ISO 8601 datetime

agent

  1. SKILL.md description
  2. SKILL.md
  3. references/voice-guide.md
  4. references/content-schemas.md frontmatter
  5. content/projects/[slug].mdx

schema稿

skill content-schemas locale JSON content/locales/<locale>/site/*.jsonhomeaboutUI locale locale content/writing content/projects content-translation skill locale content/site/newsletter-state.json

content-schemas src/lib/schemas.ts Zod validate-linksvalidate-theme-descriptorsvalidate-metadata agent build agent

Skill SKILL.md CursorClaude CodeGitHub Copilot skills.sh npx skills add schema

agent