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)
tools
Shell configuration: Fish and Zsh setup, PATH, completions, plugins.
tools
Kubernetes operations: debugging, security, RBAC, and infrastructure tooling.
development
Swift development: concurrency patterns, async/await, actors, testing with XCTest and Swift Testing framework.
development
PHP development: code quality, PSR standards, testing with PHPUnit.