Rules, skills, and guidelines for AI coding assistants – Claude, Cursor, and beyond.
To apply these standards to your own project, copy the relevant files or directories from this repository to your project's root.
- Navigate to
.claude/skills/in this repository. - Copy the desired skill folder (e.g.,
csharp-coding-standards) into your project's.claude/skills/directory.- Example path:
C:\your-project\.claude\skills\csharp-coding-standards\SKILL.md
- Example path:
- Navigate to
.cursor/rules/in this repository. - Copy the
.mdcfiles into your project's.cursor/rules/directory.- Example path:
C:\your-project\.cursor\rules\csharp-coding-standards.mdc
- Example path:
- Navigate to
.gemini/skills/in this repository. - Copy the desired skill folder into your project's
.gemini/skills/directory.- Example path:
C:\your-project\.gemini\skills\csharp-coding-standards\SKILL.md
- Example path:
If you are contributing to this repository:
- Content First: All source material is located in the
content/directory. - Synchronize: Run the sync script to update all AI-specific formats:
.\scripts\sync_content.ps1
- Git Hooks: To automate synchronization before every commit, install the pre-commit hook:
.\scripts\install-hooks.ps1