Преглед изворни кода

feat(skills): Add when_to_use trigger guidance to astro-ops

0xDarkMatter пре 1 недеља
родитељ
комит
8cd9b56b28
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      skills/astro-ops/SKILL.md

+ 3 - 0
skills/astro-ops/SKILL.md

@@ -1,6 +1,7 @@
 ---
 name: astro-ops
 description: "Astro framework patterns, islands architecture, content collections, rendering strategies, and deployment. Use for: astro, islands architecture, content collections, astro cloudflare, view transitions, partial hydration, astrojs, SSG, SSR, hybrid rendering, astro adapter."
+when_to_use: "Use when building or deploying an Astro site — e.g. 'which rendering mode: SSG, SSR, or hybrid', 'add a React island with client:load', 'set up content collections', 'deploy Astro to Cloudflare/Vercel'. Covers islands architecture, view transitions, and adapters; not general React/Next.js work."
 license: MIT
 allowed-tools: "Read Write Bash"
 metadata:
@@ -10,6 +11,8 @@ metadata:
 
 # Astro Operations
 
+> Facts verified as of 2026-07.
+
 Comprehensive patterns for Astro framework development: islands architecture, content collections, rendering strategies, view transitions, and multi-platform deployment.
 
 ## Rendering Strategy Decision Tree