Agent Skill
2/7/2026code-research
Expert code research using GitHub CLI for repository discovery, code search, and deep analysis. Use this skill when you need to: (1) Understand how popular libraries/frameworks work internally, (2) Find implementation patterns across GitHub repositories, (3) Research and compare technologies or libraries, (4) Investigate bugs by searching for similar issues and fixes, (5) Analyze repository architecture and structure, (6) Find real-world code examples, or (7) Analyze pull requests for implementation decisions. Triggers include questions like "How does X work?", "Find examples of Y", "Compare X vs Y libraries", or "Search GitHub for Z pattern".
D
daliusd
11GitHub Stars
1Views
npx skills add daliusd/cfg
SKILL.md
| Name | code-research |
| Description | Expert code research using GitHub CLI for repository discovery, code search, and deep analysis. Use this skill when you need to: (1) Understand how popular libraries/frameworks work internally, (2) Find implementation patterns across GitHub repositories, (3) Research and compare technologies or libraries, (4) Investigate bugs by searching for similar issues and fixes, (5) Analyze repository architecture and structure, (6) Find real-world code examples, or (7) Analyze pull requests for implementation decisions. Triggers include questions like "How does X work?", "Find examples of Y", "Compare X vs Y libraries", or "Search GitHub for Z pattern". |
Home folder configuration
Initial run requires following commands:
# Clone this repo
git clone --bare git@github.com:daliusd/cfg.git .cfg
# Alias cfg properly
alias cfg='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
# Do initial config repository configuration and checkout
cfg config --local status.showUntrackedFiles no
cfg checkout
cfg push --set-upstream origin master
Follow install.sh for software installation instructions.
Skills Info
Original Name:code-researchAuthor:daliusd
Download