project-structure

Map repository structure and validate checks configuration files.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/notwillk/skills --skill project-structure-notwillk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-structure
Source: https://github.com/notwillk/skills/tree/main/.opencode/skills/project-structure
Command: npx skills add https://github.com/notwillk/skills --skill project-structure-notwillk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers and ops quickly map a repository's layout, identify important directories, and verify the configuration of checks used by CI/CD.

Core Features & Use Cases

  • Directory mapping and overview of key folders (e.g., .schemas/, .testignore) to accelerate onboarding and audits.
  • Checks configuration guidance covering doctor.checksy.yaml and static.checksy.yaml to validate dev environment and code quality.
  • Devcontainer and environment overview, including how the container runs just doctor commands on startup and what tools are included.

Quick Start

Describe the current repository structure and identify where checks are defined.

Frequently Asked Questions about project-structure

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I map an existing repository layout to speed up project onboarding?

To speed up project onboarding, this Skill maps and explains the repository's directory structure, highlighting key folders like .schemas/ and .testignore to provide a clear overview of the project layout.

How do I validate CI/CD checks configuration for code quality and dev environments?

You can validate CI/CD checks configuration by locating and verifying files like doctor.checksy.yaml and static.checksy.yaml to ensure your dev environment and code quality checks are correctly configured.

What is the purpose of a devcontainer running doctor commands on startup?

A devcontainer running doctor commands on startup validates the development environment configuration automatically, ensuring all required tools and checks are properly initialized before you begin working.

How do I audit a repository's project structure and associated checks?

To audit a repository, this Skill analyzes the project-structure layout and validates the associated checks configuration, identifying important directories and verifying CI/CD settings for compliance.

Does this project-structure Skill require any specific dependencies to run?

No, this Skill requires no external dependencies to function. It only requires a YAML frontmatter with a name and description in the SKILL.md file to locate, validate, and use project-structure components.