Commit Graph

8 Commits

Author SHA1 Message Date
Kiro Contributor
40267daf06 feat: Add Kiro CLI support
- Add --kiro flag to installer for ~/.kiro/skills installation
- Update README with Kiro in compatibility table and installation examples
- Add Kiro CLI badge and documentation
- Create comprehensive KIRO_INTEGRATION.md guide with:
  - Installation instructions
  - Usage examples and workflows
  - AWS-specific skill recommendations
  - Troubleshooting and best practices
  - MCP integration details

Kiro is AWS's agentic AI IDE with autonomous coding capabilities,
MCP support, and native AWS service integration. This contribution
enables 883+ skills to enhance Kiro's capabilities across serverless,
infrastructure, security, and full-stack development.
2026-02-20 22:29:23 -05:00
sck_0
96ffb7d759 fix(installer,validation): correct default path and drop dangling links v5.9.0 update 2026-02-20 21:27:08 +01:00
sck_0
36ebea20ba fix(install): put skill folders at target root for Claude Code (fixes #89)
- Installer now clones to temp then copies only repo skills/ contents
  into target, so e.g. ~/.claude/skills/concise-planning/SKILL.md exists
  instead of ~/.claude/skills/skills/concise-planning/SKILL.md.
- Migrates existing full-repo installs to skills-only layout.
- Same behavior for --claude, --cursor, --gemini, --codex, --path.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-19 08:52:55 +01:00
sck_0
ac202f0062 fix: merging skills when target directory exists (issue #96) 2026-02-18 18:35:55 +01:00
fabian
991de2de2f fix(installer): resolve ReferenceError for tagArg variable in main scope 2026-02-03 09:08:17 +01:00
sck_0
263c507684 chore: SOTA audit fixes – catalog recursive, readme regex, docs, CI, installer
- P0: Catalog includes nested skills (listSkillIdsRecursive), 626 skills
- P0: update_readme.py regex fixes 'high-performance agentic skills'
- P1: SKILL_ANATOMY risk values aligned to none|safe|critical|offensive (EN + vi)
- P1: requirements.txt + CONTRIBUTING Python setup
- P1: data/package.json version 4.6.0
- P2: npm run test + CI test step; validator docs + validation-baseline in .gitignore
- P3: Installer --version/--tag support; CI npm audit; __pycache__ in .gitignore
2026-02-02 22:04:20 +01:00
sck_0
637c20f3c3 feat: add codex cli install support 2026-02-02 19:56:03 +01:00
sck_0
ba668dde07 feat: add npx installer CLI
- Add package.json with bin for antigravity-awesome-skills
- Add bin/install.js: clone to ~/.agent/skills (default), --cursor/--claude/--gemini/--path
- Git pull if dir exists; core.symlinks=true on Windows
- Update README and GETTING_STARTED with npx instructions
2026-01-29 12:41:00 +01:00