Releases: ysskrishna/ai-agent-skills
Releases · ysskrishna/ai-agent-skills
Release Version v1.1.0
Added
- Thinking-partner skills — Nine new sequential workflows aligned with the six-thinking-hats pattern:
critical-thinking,systems-thinking,creative-thinking,strategic-thinking,analytical-thinking,lateral-thinking,design-thinking,first-principles-thinking, andethical-thinking. Each is registered in README.md and .claude-plugin/marketplace.json. - Skill validation —
validate-skills.shaudits eachskills/*/SKILL.mdagainst the Agent Skills specification (frontmatter, naming, description length, optional structure)..github/workflows/validate-skills.ymlruns it on pushes and pull requests when skills or the script change.
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 frontmatterdescriptiontriggers (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
Changed
- Documentation — AGENTS.md now lists every manifest and changelog location to update when cutting a repository release, alongside per-skill
metadata.versionguidance. - Plugin metadata — Bumped bundled
versionfields to1.0.1in Claude plugin, Cursor plugin, both marketplace manifests, and gemini-extension.json.
Release Version v1.0.0
Added
six-thinking-hatsskill — 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.