
Add Community Files
- 2 repo stars
- Updated July 24, 2026
- cboone/agent-harness-plugins
Add standard community files to a project: CONTRIBUTING.md, CODE_OF_CONDUCT.md, SECURITY.md, and a PR template.
About
Add-community-files adds the standard open-source community documents to a project: CONTRIBUTING.md, CODE_OF_CONDUCT.md, SECURITY.md, and a pull-request template. It gives a repo the governance and contribution scaffolding maintainers and contributors expect. A documentation skill for open-source project setup.
- CONTRIBUTING.md
- CODE_OF_CONDUCT.md
- SECURITY.md
- Pull-request template
Add Community Files by the numbers
- Data as of Jul 25, 2026 (Skillselion catalog sync)
/plugin marketplace add cboone/agent-harness-plugins/plugin install add-community-files@agent-harness-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 2 |
|---|---|
| Last updated | July 24, 2026 |
| Repository | cboone/agent-harness-plugins ↗ |
What it does
Add standard community files to a project: CONTRIBUTING.md, CODE_OF_CONDUCT.md, SECURITY.md, and a PR template.
README.md
Add Community Files
Add standard community files to a project preparing for public release: CONTRIBUTING.md, CODE_OF_CONDUCT.md, .github/SECURITY.md, and a pull request template.
Type: Skill
Trigger: /add-community-files
Installation
See the marketplace install instructions.
What It Does
Detects the project's build system (Makefile, package.json, Cargo.toml, pyproject.toml, go.mod, Gemfile) and populates contribution guidelines with relevant setup, build, test, and lint commands. Generates four files:
- CONTRIBUTING.md: contribution guidelines with development setup, code style, commit message conventions, and pull request process
- CODE_OF_CONDUCT.md: Contributor Covenant v3.0 with a configurable contact method
- .github/SECURITY.md: security vulnerability reporting policy using GitHub's private reporting
- .github/PULL_REQUEST_TEMPLATE.md: pull request template with description, type of change, and checklist
Checks for existing files before writing and asks before overwriting.
Usage
/add-community-files
Examples
- "add community files": generate all four files
- "add contributing guide": same behavior
- "prepare for open source": same behavior
- "add code of conduct": same behavior
- "add security policy": same behavior
See Also
- Scaffold New Repo: foundational repo boilerplate (LICENSE, README, .gitignore)
- Set-Up Linters: linter and formatter setup
- Bootstrap Project: full project assessment and setup
- All plugins