home / skills / williamzujkowski / standards / missing-level1
This skill helps you implement missing Level 1 sections by guiding Python projects from setup to foundational design, ensuring consistency with production
npx playbooks add skill williamzujkowski/standards --skill missing-level1Review the files below or copy the command above to add this skill to your agents.
---
name: missing-level1
description: A skill missing Level 1 section
version: 1.0.0
---
# Missing Level 1 Skill
## Level 2: Implementation
This skill is missing the required Level 1 section.
This skill detects and fixes a missing Level 1 section in a standards or documentation skill. It helps maintain the required top-level documentation structure so projects start with a consistent, minimal entry point. The skill offers templates and concrete suggestions to create a compliant Level 1 section quickly.
The skill scans the repository for a top-level Level 1 heading and verifies that it contains required elements such as purpose, scope, and quick start notes. If the Level 1 section is absent or incomplete, it generates a concise Level 1 draft based on repository metadata and common standards. It can output editable text or apply the change directly when configured to do so.
Will this skill modify files automatically?
It can generate a draft and optionally apply the change; prefer manual review before committing automated edits.
What content does the generated Level 1 include?
A short purpose statement, scope, recommended quick start, and links to deeper sections derived from available metadata.