home / skills / ehtbanton / claudeskillsrepo / contributing-guide-generator
This skill automatically generates a complete CONTRIBUTING.md with open source guidelines, streamlining project onboarding and encouraging consistent external
npx playbooks add skill ehtbanton/claudeskillsrepo --skill contributing-guide-generatorReview the files below or copy the command above to add this skill to your agents.
---
name: contributing-guide-generator
description: Generate CONTRIBUTING.md files for open source project contribution guidelines. Triggers on "create contributing guide", "generate contributing.md", "contribution guidelines", "how to contribute".
---
# Contributing Guide Generator
Generate CONTRIBUTING.md files with contribution guidelines.
## Output Requirements
**File Output:** `CONTRIBUTING.md`
**Format:** Markdown
**Standards:** Open source best practices
## When Invoked
Immediately generate a complete contributing guide.
## Example Invocations
**Prompt:** "Create contributing guide for open source project"
**Output:** Complete `CONTRIBUTING.md` with guidelines.
This skill generates a complete CONTRIBUTING.md file tailored for open source projects. It produces clear, practical contribution guidelines that follow common open source best practices. The output is ready to add to a repository and focuses on clarity, onboarding, and reproducible processes.
When triggered, the skill composes a full CONTRIBUTING.md in Markdown covering code style, branching, pull request workflow, issue reporting, testing, and contributor code of conduct links. It can include optional sections like CLA, signing commits, release process, and maintainers contact information. The generated file is concise, actionable, and formatted for immediate use in a project.
Can the guide include project-specific templates?
Yes. The generator can embed PR and issue templates, CI expectations, and sample commands to run tests locally.
Will it require a Contributor License Agreement (CLA)?
The guide can include a CLA section if you specify it; otherwise it will recommend when a CLA is appropriate.