Skip to content

Releases: odyssey4me/agent-skills

0.6.3

10 Mar 13:29

Choose a tag to compare

Features

  • Per-skill command permissions reference — each skill now includes a references/permissions.md that classifies commands as read or write, enabling agents to auto-execute read-only commands while gating write operations behind user confirmation.

Documentation

  • Added "Permission Control" section to the user guide explaining how agents can use the permissions reference to pre-configure allow-lists for read-only auto-execution.
  • Each skill's SKILL.md now links to its permissions reference.

Skill Versions

Skill Old New
confluence 0.2.1 0.2.2
gerrit 0.2.1 0.2.2
github 0.2.0 0.2.1
gitlab 0.2.0 0.2.1
gmail 0.1.2 0.1.3
google-calendar 0.3.0 0.3.1
google-docs 0.2.0 0.2.1
google-drive 0.1.1 0.1.2
google-sheets 0.1.2 0.1.3
google-slides 0.1.2 0.1.3
jira 0.3.0 0.3.1

0.6.2

05 Mar 14:00

Choose a tag to compare

Fixes

  • gmail: Extract and display full message body in messages get command.
    Previously only headers and a short snippet preview were shown; now the
    full decoded body is displayed for --format full, and raw RFC 2822
    content is decoded for --format raw.

Skill versions

Skill Old New
gmail 0.1.1 0.1.2

0.6.1

05 Mar 11:31

Choose a tag to compare

Fixes

  • google-sheets: Stop truncating cell data in formatted output — the values read command now returns full cell content instead of cutting it off at 30 characters.

Skill versions

Skill Version
google-sheets 0.1.1 → 0.1.2

0.6.0

02 Mar 18:35

Choose a tag to compare

Features

  • google-calendar: Automatic pagination for event listing — all matching events are now returned when querying a time range, preventing silent truncation on busy days (#pagination)

Skill Versions

Skill Old New
google-calendar 0.2.0 0.3.0

0.5.1

26 Feb 15:54

Choose a tag to compare

What's Changed

Patch release to fix the release workflow — skill assets are now uploaded correctly.

  • fix: upload assets to existing release instead of creating a duplicate
  • fix: add contents: write permission to release workflow
  • docs: add release process documentation to CLAUDE.md

0.5.0

26 Feb 15:46

Choose a tag to compare

What's Changed

New Features

  • jira: Collaboration surfacing — comments retrieval, contributor extraction, contributor search, collaborative epic discovery
  • google-docs: content insert-after-anchor command with markdown support; default read format changed to markdown
  • google-calendar: Response status awareness and --include-declined flag for event listing
  • Tessl Registry: Skills are now published to the Tessl Registry on release, with per-skill tile.json metadata and CI linting

Infrastructure

  • Added scripts/check_versions.sh for release readiness checks with bump-level validation
  • Added scripts/pre_commit_checks.sh to streamline pre-commit workflow
  • Added $SKILL_DIR paths and allowed-tools declarations to all skills
  • Individual semver versioning per skill via SKILL.md frontmatter

Refactoring

  • Extracted reference content (command docs, examples, troubleshooting) to separate files across multiple skills
  • Consolidated OAuth troubleshooting across Google skills
  • Trimmed installation/prerequisites sections across all skills
  • Removed skills.json registry in favor of Tessl tiles

Bug Fixes

  • Fixed description trigger terms for improved skill discovery
  • Fixed metadata tags and requires format for Tessl compliance
  • Removed unnecessary __init__.py files and cross-skill reference sections

Skill Versions

Skill Version Change
confluence 0.2.1 patch
gerrit 0.2.1 patch
gmail 0.1.1 patch
google-calendar 0.2.0 minor
google-docs 0.2.0 minor
google-drive 0.1.1 patch
google-sheets 0.1.1 patch
google-slides 0.1.2 patch
jira 0.3.0 minor

0.4.0

21 Feb 14:11

Choose a tag to compare

Features

  • Add markdown wrapper scripts for GitHub, GitLab, Gerrit, and Confluence
  • Add prs status command to GitHub wrapper
  • Update code-review skill to use wrapper scripts for read operations
  • Add markdown as default output format for all skill scripts
  • Add Google Drive files move command
  • Add auth reset/status commands and update error handling docs
  • Add dev-link.sh for local skill testing
  • Add pre-push hooks, diff-cover for changed-line coverage
  • Add code-review workflow skill with per-repo context memory
  • Add workflow-skill and cli-skill templates
  • Add skills registry with generate script and CI drift detection
  • Add category, tags, and complexity metadata to all skills
  • Add PDF and markdown export to Google Docs and Slides
  • Add Google Workspace skills (Docs, Sheets, Slides)

Documentation

  • Add code-review skill to README available skills table
  • Sort available skills table alphabetically
  • Add skills.sh link for install counts and popularity
  • Add guideline to update README when adding skills
  • Add atomic and conventional commit guidance to AGENTS.md

Full Changelog: 0.3.0...0.4.0