feat(skill): add Claude Code skill for gog CLI#353
Open
TimPietrusky wants to merge 1 commit intosteipete:mainfrom
Open
feat(skill): add Claude Code skill for gog CLI#353TimPietrusky wants to merge 1 commit intosteipete:mainfrom
TimPietrusky wants to merge 1 commit intosteipete:mainfrom
Conversation
9d83a09 to
a7d4838
Compare
Adds a skills/gog/SKILL.md following the Claude Code skill convention (same pattern as agent-slack, agent-media, runpodctl). Covers all gog services with command examples derived from the README: Gmail, Calendar, Drive, Sheets, Docs, Slides, Forms, Apps Script, Contacts, Tasks, Chat, Keep, Groups, People, Classroom, Time. Includes installation instructions (Homebrew, AUR, binary, source), full auth setup (OAuth, service accounts, headless/CI flows, multi-account, aliases), environment variables, configuration, command sandboxing, and agent-specific tips. Tested: subagent successfully ran gog version, auth list, calendar events, and gmail search using the skill.
a7d4838 to
3fa5230
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
skills/gog/SKILL.mdfile following the Claude Code skill convention--json,--no-input,--forceflags)agent-slackandagent-mediaskillsWhat is a Claude Code skill?
A skill is a
SKILL.mdfile with YAML frontmatter (name, description, trigger keywords) and markdown documentation that teaches Claude Code how to use a CLI tool. When installed under~/.claude/skills/<name>/SKILL.md, Claude Code automatically knows when and how to invoke the tool.How users install it
Or the skill can be distributed via a package manager / installer in the future.
Test plan
gog --helpoutput for accuracy