Skill

Repo

Project initialization toolkit. contributing - auto-generate CONTRIBUTING.md from project structure [contributing.md]. "init", "project init", "initialize pr...

Verified: 2026-05-15 (clawhub-ingest-2026-05-15+enrich-capability-skill)

When to use Repo

Choose if

You want an agent skill that reads a Node/npm project's existing tooling (package.json engines, ESLint, Prettier, husky, commit conventions, monorepo layout) and emits a tailored CONTRIBUTING.md without manually writing one. Best for standardizing contributor docs across multiple repos.

Avoid if

Your repo isn't Node-centric or lacks the configuration files the skill keys off — coverage degrades on Python/Go/Rust projects or repos with bespoke build systems. Also avoid when you need contributor docs covering domain context the detection step can't infer from code.

Risk Flags

  • LOW scope README states the toolkit works best on well-formed configurations (package.json with engines/packageManager, .editorconfig, ESLint, Prettier, husky) and "may not capture custom or unconventional project setups". Polyglot or non-Node repos may produce sparse output.
  • LOW scope README confirms generated output should be reviewed before committing; detection is "over assumption" but not authoritative for project-specific norms.

Cost

Type: Free

Distribution

ClawHub
repo
License
MIT-0