Description
Many skills in the repository lack the proper Level 1/2/3 progressive disclosure structure. These skills have placeholder content and need to be fully populated.
Affected Skills (20 total)
The following skills are missing proper Level 1/2/3 content:
skills/legacy-bridge/SKILL.md
skills/skill-loader/SKILL.md
skills/architecture/patterns/SKILL.md
skills/compliance/gdpr/SKILL.md
skills/compliance/nist/SKILL.md
skills/content/documentation/SKILL.md
skills/data-engineering/orchestration/SKILL.md
skills/database/nosql/SKILL.md
skills/database/sql/SKILL.md
skills/design/ux/SKILL.md
- And 10 more in various categories
Current State
- Tests for skills structure are marked as
xfail to allow CI to pass
- Skills function but don't follow the progressive disclosure format
- Some skills have malformed YAML frontmatter
Required Structure
Each skill should have:
---
name: skill-name
description: Brief description of the skill
---
# Skill Name
## Level 1: Quick Start
(Brief overview, core concepts)
## Level 2: Implementation
(Detailed implementation guidance)
## Level 3: Mastery
(Advanced topics, resources, references)
Verification
# Find skills without Level 1 content
grep -L "Level 1" skills/*/SKILL.md skills/*/*/SKILL.md 2>/dev/null
# Run structure tests (currently xfail)
pytest tests/validation/test_skills_structure.py -v
Related Issues
Priority
Medium - Tests are passing with xfail markers but skills need content work for full compliance.
Description
Many skills in the repository lack the proper Level 1/2/3 progressive disclosure structure. These skills have placeholder content and need to be fully populated.
Affected Skills (20 total)
The following skills are missing proper Level 1/2/3 content:
skills/legacy-bridge/SKILL.mdskills/skill-loader/SKILL.mdskills/architecture/patterns/SKILL.mdskills/compliance/gdpr/SKILL.mdskills/compliance/nist/SKILL.mdskills/content/documentation/SKILL.mdskills/data-engineering/orchestration/SKILL.mdskills/database/nosql/SKILL.mdskills/database/sql/SKILL.mdskills/design/ux/SKILL.mdCurrent State
xfailto allow CI to passRequired Structure
Each skill should have:
Verification
Related Issues
Priority
Medium - Tests are passing with xfail markers but skills need content work for full compliance.