.github/skills/project-doc-bootstrap/SKILL.md
Bootstraps project documentation for an existing repository by reading the codebase, README, tests, and package metadata, then creates or updates docs/overview.md, docs/spec.md, and ADRs when significant architectural decisions are discovered. Use when asked to document a repo, extract project purpose, write overview/spec docs, review an existing codebase, or capture architecture decisions from source.
npx skillsauth add poko8nada/pj_docs project-doc-bootstrapInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
docs/overview.md, docs/spec.md, or docs/adr/Inspect the repository entry points first.
README.md, package manifests, existing docs, and the top-level file tree.Read the implementation surface that defines behavior.
Produce docs/overview.md from what the repository establishes.
Produce docs/spec.md from observable behavior and intended requirements.
Create ADRs only when the repository contains a decision with lasting impact.
Cross-check the generated docs against the repository.
overview focused on why the project existsspec focused on what the system must dooverviewspecadrcoding-standardstools
Composite Skill. This skill is used for project planning. Users request that a project plan be created, particularly during the initial stages.
documentation
Core Skill. This skill is for document creation. User ask you to create planning documents, such as requirement and task breakdown.
development
Core Skill. Next.js 15+ App Router architecture guidelines including component patterns, state management with Zustand, server actions, and project structure. Use when developing Next.js applications.
development
Core Skill. HonoX architecture guidelines including file-based routing, Islands pattern, component types, performance optimization, and best practices for full-stack development.