Custom skill agents for Claude Code to enhance productivity workflows.
| Agent | Description |
|---|---|
jira-expert |
Search, create, and manage Jira issues using JQL queries |
kanban-operations-agent |
Shared operations for Kanban board management |
mattermost-expert |
Search Mattermost channels and DMs for content and threads |
mattermost-kanban-review-agent |
Review Mattermost activity against Kanban board |
meeting-kanban-review-agent |
Review meeting summaries against Kanban board |
obsidian-vault-expert |
Manage and query Obsidian vault content |
Skills are invoked automatically by Claude Code when relevant tasks are detected, or can be triggered manually using slash commands.
Each agent follows the standard skill structure:
agent-name/
├── SKILL.md # Main skill definition
├── examples/ # Usage examples (optional)
└── references/ # Reference documentation (optional)