askill
skill-content-strategy

skill-content-strategySafety 95Repository

CORE: L3 content strategy - what does the reader need? Bilingual, technical, minimalist.

0 stars
1.2k downloads
Updated 1/25/2026

Package Files

Loading files...
SKILL.md

Content Strategy (L3: Why)

Core Question

What does the reader need?

Constraints

ConstraintImplication
Bilingual (en/zh)Paired pages, language switcher, separate RSS
Technical contentMath (KaTeX), diagrams (Mermaid)
MinimalistNo unnecessary features, fast loading

Thinking Prompt

Before planning features:

  1. Who is the reader? (Technical, bilingual)
  2. Does this align with minimalist philosophy?
  3. Does it work in both languages?

Trace DOWN ↓ (Feature → Implementation)

Content DecisionArchitecture (L2)Implementation (L1)
Bilingual postsRoute: /:lang/posts/:slug/extractLang function
Math supportCompiler: KaTeX transformcachedKaTeX subprocess
RSS per languageRoute: /:lang/feed.xmlFilter by lang field

Content Types

TypeURL PatternFeatures
Post/:lang/posts/:slug/Date, tags, math, diagrams
Page/:lang/:slug/Simple content
Feed/:lang/feed.xmlLatest posts

Anti-Patterns

Don'tWhy
Client-side renderingJS dependency, slow
Skip translation fallbackBroken links
Hardcoded language stringsNot bilingual-ready

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

72/100Analyzed 2/16/2026

A well-structured L3 content strategy skill with clear constraints, thinking prompts, and trace tables. Reference-style documentation that provides good guidance for bilingual technical sites. Somewhat project-specific but concepts are transferable.

95
85
55
75
65

Metadata

Licenseunknown
Version-
Updated1/25/2026
Publishercodgician

Tags

prompting