Stats
Links
Categories
higebu's personal skills collection
npx claudepluginhub higebu/skillsFetch and analyze 3GPP specs from ETSI to extract protocol header formats, field definitions, and bit layouts
Fetch and analyze RFC documents to extract protocol header formats, field definitions, and bit layouts
Delegate tasks to GitHub Copilot CLI as a sub-agent
Personal skills collection for Claude Code and GitHub Copilot CLI.
| Skill | Description |
|---|---|
3gpp-reader | Fetch and analyze 3GPP specs from ETSI to extract protocol header formats, field definitions, and bit layouts |
rfc-reader | Fetch and analyze RFC documents to extract protocol header formats, field definitions, and bit layouts |
copilot | Delegate tasks to GitHub Copilot CLI as a sub-agent |
From within a session:
/plugin marketplace add higebu/skills
/plugin install 3gpp-reader@higebu-skills
/plugin install rfc-reader@higebu-skills
/plugin install copilot@higebu-skills
From the terminal:
claude plugin marketplace add higebu/skills
claude plugin install 3gpp-reader@higebu-skills
claude plugin install rfc-reader@higebu-skills
claude plugin install copilot@higebu-skills
Once installed, invoke skills as:
/3gpp-reader:read 29.281
/rfc-reader:read 791
/copilot:run <task description>
copilot plugin marketplace add higebu/skills
copilot plugin install 3gpp-reader@higebu-skills
copilot plugin install rfc-reader@higebu-skills
Requires pandoc and libreoffice:
# Debian/Ubuntu
sudo apt-get install pandoc libreoffice-writer
# macOS
brew install pandoc && brew install --cask libreoffice
Requires GitHub Copilot CLI:
# Windows
winget install GitHub.Copilot
# macOS/Linux
brew install copilot-cli
# or
npm install -g @github/copilot