Astro Content Entry
Use this skill when the user asks to add or edit portfolio/work content.
Scope
- •Collection: src/content/work
- •Locales: default and Spanish in src/content/work/es
- •File types: .md or .mdx
Workflow
- •Identify the target slug (file name) and locale(s).
- •Read the existing entry if it exists.
- •Update frontmatter and body content while preserving style and tone.
- •If new entry, mirror structure between locales.
- •Keep links and image paths consistent with public/assets.
Requirements
- •Keep frontmatter keys consistent with existing entries.
- •Ensure bilingual parity (same fields, localized copy).
- •Do not break markdown/MDX syntax.
Output
- •Confirm which files were created/updated.
- •Summarize the changes briefly.