skills/github-profile-rules/SKILL.md
Extract coding conventions from GitHub profiles.
npx skillsauth add notque/claude-code-toolkit github-profile-rulesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Extract programming rules and coding conventions from a GitHub user's public profile via API.
/do extract programming rules from github user {username}
/do analyze coding style of github profile {username}
/do generate CLAUDE.md rules from {username}'s github
7-phase pipeline: PROFILE SCAN -> CODE ANALYSIS -> REVIEW MINING -> PATTERN SYNTHESIS -> RULES GENERATION -> VALIDATION -> OUTPUT
Routes to github-profile-rules-engineer.
| Script | Purpose |
|--------|---------|
| scripts/github-api-fetcher.py | GitHub REST API client: repos, file contents, PR reviews |
| scripts/rules-compiler.py | Deduplication, confidence scoring, markdown/JSON formatting |
github-profile-rules-engineer (agent)
├── github-profile-rules (main skill)
│ ├── invokes: scripts/github-api-fetcher.py
│ └── invokes: scripts/rules-compiler.py
├── github-profile-rules-repo-analysis (subdomain skill)
├── github-profile-rules-pr-review (subdomain skill)
├── github-profile-rules-synthesis (subdomain skill)
└── github-profile-rules-validation (subdomain skill)
documentation
Document translation: quick/normal/refined modes with chunked parallel subagents and glossary support.
development
AI image generation: Gemini and Nano Banana backends; single/series/batch workflows with prompt-to-disk.
testing
Unified voice content generation pipeline with mandatory validation and joy-check. 13-phase pipeline: LOAD, GROUND, STATS-CHECKPOINT, GENERATE, HOOK-GATE, VALIDATE, REFINE, VARIETY-GATE, JOY-CHECK, ANTI-AI, CLOSE-GATE, OUTPUT, CLEANUP. Use when writing articles, blog posts, or any content that uses a voice profile. Use for "write article", "blog post", "write in voice", "generate content", "draft article", "write about".
documentation
Critique-and-rewrite loop for voice fidelity validation.