·write-coding-standards-from-file
</>

write-coding-standards-from-file

Write a coding standards document for a project using the coding styles from the file(s) and/or folder(s) passed as arguments in the prompt.

6.9KInstalls·19Trend·@github

Installation

$npx skills add https://github.com/github/awesome-copilot --skill write-coding-standards-from-file

How to Install write-coding-standards-from-file

Quickly install write-coding-standards-from-file AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/github/awesome-copilot --skill write-coding-standards-from-file
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: github/awesome-copilot.

SKILL.md

View raw

Use the existing syntax of the file(s) to establish the standards and style guides for the project. If more than one file or a folder is passed, loop through each file or files in the folder, appending the file's data to temporary memory or a file, then when complete use temporary data as a single instance; as if it were the file name to base the standards and style guideline on.

Below is a set of quasi-configuration boolean and string[] variables. Conditions for handling true, or other values for each variable are under the level two heading ## Variable and Parameter Configuration Conditions.

Parameters for the prompt have a text definition. There is one required parameter ${fileName}, and several optional parameters ${folderName}, ${instructions}, and any [configVariableAsParameter].

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/github/awesome-copilot --skill write-coding-standards-from-file
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from github/awesome-copilot

Quick answers

What is write-coding-standards-from-file?

Write a coding standards document for a project using the coding styles from the file(s) and/or folder(s) passed as arguments in the prompt. Source: github/awesome-copilot.

How do I install write-coding-standards-from-file?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/github/awesome-copilot --skill write-coding-standards-from-file Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/github/awesome-copilot