Content Template
Skill
Group related capabilities into a learnable skill with level and item count.
Overview
Skills are reusable competency tags applied across articles, profiles, and learning paths.
Fields
Level (foundational → expert), Items count, Category. Categories should be broad (Engineering, Research, GTM).
Best Practices
Pick the lowest level that fully covers the skill. Reserve 'expert' for skills requiring multi-year specialization.
JSON Structure
Every entry of this template serializes to the shape below. The structured fields live under data.
{
"type": "skill",
"title": "Prompt Engineering",
"summary": "Designing reliable prompts and evaluations for production LLM systems.",
"data": {
"level": "intermediate",
"count": 24,
"category": "Engineering"
}
}Preview
How a published entry of this template renders on the site.
Prompt Engineering
Engineering · Intermediate
24
How it's used on the site
- 1.Create a Skill entry from the Dashboard when introducing a new competency cluster.
- 2.Choose Level (foundational → expert) and assign a Category.
- 3.Items count reflects the number of underlying lessons/articles tagged with this skill.
- 4.Skills surface in the Skills Directory on /c/ai and as tag chips on related articles.