Portable skills for AI coding assistants providing integrations with Jira, Confluence, Gmail, Google Workspace (Docs, Sheets, Slides), GitHub, GitLab, Gerrit, and other development tools.
- Self-Contained: Each skill is a single Python script - no framework dependencies
- Multi-Agent Compatible: Works with multiple AI coding assistants including Claude Code, Cursor, Continue.dev, and more
- Simple Installation: Just Python + 3 packages (
requests,keyring,pyyaml) - Built-in Validation: Each skill includes a
checkcommand for setup verification - Secure Authentication: Supports system keyring, environment variables, and config files
Install skills using the official add-skill CLI:
# Install all skills
npx add-skill odyssey4me/agent-skills
# Or install a specific skill
npx add-skill odyssey4me/agent-skills --skill confluence
# Or install multiple specific skills
npx add-skill odyssey4me/agent-skills --skill gmail --skill google-calendarThis automatically:
- Downloads skills to
~/.claude/skills/ - Makes them available to Claude Code
- Handles all setup
After installation:
-
Configure authentication - See skill documentation for setup (links in Available Skills table below)
-
Verify setup - Each skill includes a
checkcommand to validate configuration -
Start using - Describe your needs naturally to Claude Code, or see skill docs for specific commands
For comprehensive setup instructions, see the User Guide.
Want to contribute or modify skills? See CONTRIBUTING.md for setup instructions and guidelines.
| Skill | Description |
|---|---|
| Code Review | Review PRs, MRs, and Gerrit changes with focus on security, maintainability, and architectural fit |
| Confluence | Content management, page CRUD with Markdown support, CQL search |
| Gerrit | Code review, submit changes, download patches via git-review CLI |
| GitHub | Issues, pull requests, workflows, and repositories via gh CLI |
| GitLab | Issues, merge requests, pipelines, and repositories via glab CLI |
| Gmail | Email management, send/receive messages, drafts, labels |
| Google Calendar | Calendar management, event CRUD, availability checking, scheduling |
| Google Docs | Document creation and editing, content management, formatting |
| Google Drive | File management, list/search/upload/download files, folder management, sharing |
| Google Sheets | Spreadsheet management, cell values, formulas, sheets |
| Google Slides | Presentation creation, slides, shapes, images, layouts |
| Jira | Issue tracking, search, create/update, transitions |
Browse install counts and popularity on skills.sh. Skills are also available on the Tessl Registry. See TODO.md for planned skills.
Installation: Use npx add-skill odyssey4me/agent-skills to install all skills, or see individual SKILL.md files for details. Manual downloads available from Releases.
Skills provide a simple, transparent approach to extending Claude Code:
- Simple: No server process or protocol configuration required
- Transparent: Self-contained Python scripts you can read and modify
- Self-Validating: Built-in
checkcommand diagnoses setup issues - Portable: Follows the Agent Skills specification for cross-agent compatibility
This repository follows the Agent Skills spec, ensuring compatibility with npx add-skill and other standard tooling.
These skills work with multiple AI coding assistants through the Agent Skills specification, including:
- Claude Code - Anthropic's official CLI
- Cursor - AI-first code editor
- Continue.dev - Open-source AI coding assistant
- GitHub Copilot - GitHub's AI pair programmer
- OpenCode, Gemini CLI, Command Code, and more
See the full list of supported agents. Installation via npx add-skill automatically configures skills for your AI agent.
See CONTRIBUTING.md for guidelines on contributing to this project.
- User Guide - Installation, setup, usage, and troubleshooting
- Individual skill documentation - see links in Available Skills table
- Developer Guide - Architecture, creating skills, testing, and contributing
- CONTRIBUTING.md - Contribution guidelines and code standards
- AGENTS.md - Instructions for AI coding assistants working with this repo
Apache License 2.0. See LICENSE for details.