setup-project-skills

Installation
SKILL.md

This skill writes per-repo configuration that the generic workflow skills read at runtime. It is prompt-driven: detect what you can, show findings, confirm with the user, then write the files. Do not silently guess — confirm each axis.

The configuration lives in five files under docs/agents/ in the target repo (the current working directory), plus a pointer block in CLAUDE.md/AGENTS.md. Annotated schemas for each file are bundled at templates/ next to this SKILL.md — read them first; they define every key the skills depend on, and each ends with worked examples across several ecosystems.

Stay stack-neutral while detecting. This repo may be backend, frontend, a CLI, a library, or none of those, in any language. Do not assume Node, a browser, or a particular tracker. If a key doesn't apply (no dev server, no duplication check, no tracker), write the empty/false/none value rather than inventing something.

Steps

  1. Detect. Inspect the repo without writing anything yet.
Installs
7
First Seen
Jun 14, 2026
setup-project-skills — tomwebwalker/skills