Skip to content

Releases: ysskrishna/ai-agent-skills

Release Version v1.1.0

18 May 19:35
76e6106

Choose a tag to compare

Added

Changed

  • Thinking-partner skills — Removed fixed Modes / Depth tables from the nine skills above; each skill now uses one default pass with optional user-requested tweaks.
  • six-thinking-hats — Tighter body and refreshed frontmatter description triggers (aligned with the newer skills’ activation phrasing).
  • README.md — CI, license, and release badges; overview and install guidance (skills.sh first, per-skill npx skills add … --skill …, expanded Claude Code marketplace commands); full skills table; usage examples.
  • AGENTS.md — Updated authoring and release guidance for the larger catalog.
  • .claude-plugin/marketplace.json — Catalog entries and descriptions for every skill; plugin keywords extended for discoverability.

Removed

  • Bundled Cursor plugin files — Removed .cursor-plugin/ from the repository (last shipped in v1.0.1 tree); skills remain installable via the Agent Skills standard and other documented paths.
  • gemini-extension.json — Removed the standalone Gemini extension manifest from the repo root.
    Full Changelog: v1.0.1...v1.1.0

Release Version v1.0.1

04 May 20:30
e94a0cb

Choose a tag to compare

Changed

  • DocumentationAGENTS.md now lists every manifest and changelog location to update when cutting a repository release, alongside per-skill metadata.version guidance.
  • Plugin metadata — Bumped bundled version fields to 1.0.1 in Claude plugin, Cursor plugin, both marketplace manifests, and gemini-extension.json.

Release Version v1.0.0

04 May 19:32

Choose a tag to compare

Added

  • six-thinking-hats skill — Six Thinking Hats workflow with hat-set modes (Full, Creative, Risk, Decision, Custom) and depth levels (Quick, Standard, Deep Dive).
  • Cursor plugin.cursor-plugin/ metadata and marketplace listing for distributing skills in Cursor.
  • Claude Code plugin.claude-plugin/ metadata and marketplace listing for Claude Code.
  • Repository foundations — README, MIT license, CODEOWNERS, and GitHub Sponsors funding metadata.