write-coding-standards-from-file
Analyzes code files to extract syntax patterns and generate project-specific coding standards and documentation.
Install
npx skills add https://github.com/github/awesome-copilot --skill write-coding-standards-from-fileStats
| Total installs | 7,747 |
| Weekly installs | 7.7K |
| GitHub stars | 27.4K |
| First seen | Feb 25, 2026 |
| Source | @github/awesome-copilot |
Summary
- Extracts syntax patterns (indentation, naming conventions, commenting style, braces, line length) from one or more files or entire folders to establish baseline standards
- Detects and optionally fixes inconsistencies across files, flagging deviations from the majority pattern in each category
- Outputs standards to a new file (CONTRIBUTING.md, STYLE.md, CODING_STANDARDS.md, etc.), README.md insertion, or directly to prompt using minimal or verbose templates
- Supports optional integration with language-specific style guides (Python PEP 8, JavaScript, Go, Rust, etc.) via configurable fetch links
- Configurable via boolean flags and parameters to control template style, output destination, inconsistency handling, and test file generation
Tags
nodellmpythonrustgocode-qualitydocumentationautomationarchitecturebest-practicesgeneratoragent-skill
Related skills
| Skill | Installs | vs write-coding-standards-from-file |
|---|---|---|
| csharp-docs | 7,545 | -202 |
| terraform-azurerm-set-diff-analyzer | 7,542 | -205 |
| agentic-eval | 7,961 | +214 |
| dotnet-best-practices | 8,542 | +795 |
| git-flow-branch-creator | 7,589 | -158 |
FAQ
- How many installs does write-coding-standards-from-file have?
- write-coding-standards-from-file has 7,747 total installs and 7.7K installs this week.
- Where is write-coding-standards-from-file hosted?
- write-coding-standards-from-file is published by @github/awesome-copilot at https://github.com/github/awesome-copilot.
- How many GitHub stars does write-coding-standards-from-file have?
- write-coding-standards-from-file has 27.4K GitHub stars.
- When was write-coding-standards-from-file first indexed?
- OrangeBot.AI first indexed write-coding-standards-from-file on Feb 25, 2026.
- How do I install write-coding-standards-from-file?
- Run: npx skills add https://github.com/github/awesome-copilot --skill write-coding-standards-from-file