Commit Graph

12 Commits

Author SHA1 Message Date
208358e5bb v0.3.0: Fix slash commands — add 9 workflows for Antigravity IDE
- Fix workflow frontmatter: remove 'name:' field (Antigravity uses
  filename as command name), add numbered steps format
- Add 6 new workflows: /debug, /tdd, /review, /verify, /finish-branch,
  /worktree — now 9 slash commands total
- Add workflow frontmatter validation to validate command
- Update check-pack.mjs for new workflow files
- Bump version to 0.3.0

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-19 08:26:12 +07:00
f411f52515 Add add-azure-skills command to integrate 192 Microsoft Azure skills
- New command: add-azure-skills with bundle and individual skill install
- 5 curated bundles: quick-start (8), popular (21), ai-ml (8), devops (8), security (8)
- Auto-clone Microsoft Agent-Skills repo with cache and --refresh support
- Skip existing skills, report install/skip/missing counts
- Requires .agent init first, fully compatible with validate (78 checks pass)
- Update README with Azure skills usage guide and CLI reference

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-19 08:07:08 +07:00
b591776839 Update README: add sudo npm link and direct node run as two install methods
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-19 07:45:09 +07:00
3fbc682f95 Add update instructions to README for existing installations
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-19 01:53:55 +07:00
f9d8be647e Fix README: prioritize source install, mark npm as not yet published
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-19 01:47:47 +07:00
220e480516 Rewrite README.md for v0.2.0 with complete usage guide
- Add What's New in v0.2.0 section highlighting all new features
- Restructure into clear Installation (3 options) and Usage (5 workflows) sections
- Add sample output for list command
- Add compact CLI Reference block with all commands, options, and flags
- Move Why This Exists below How It Works for better reading flow
- Update Development section with clone URL, test counts, and publish steps
- Remove all v0.1.0 references

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-19 01:37:30 +07:00
415022d1dc Update README.md with full CLI reference and install-from-source guide
- Add CLI Reference section with all commands (init, validate, list, --version, --help)
- Document new flags: --dry-run, --backup, --force with short forms
- Add install-from-source instructions via git clone + npm link
- Update verify step to use 'antigravity-superpowers validate' instead of shell script
- Add visssoft git URL for clone instructions
- Update Development section with test count and smoke check details

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-19 01:27:39 +07:00
spaceman1412
5325629a81 Fix links in README.md for Superpowers and Antigravity 2026-02-26 15:45:46 +07:00
spaceman1412
cec6478492 Add banner image to README.md for enhanced visual appeal 2026-02-26 15:39:06 +07:00
spaceman1412
1a2c198c9f Revise "Why This Exists" section in README.md for clarity on the purpose of porting Superpowers to Antigravity 2026-02-26 15:36:38 +07:00
spaceman1412
05e81d7f7e Enhance README.md with detailed project overview, usage instructions, and skill descriptions for Antigravity Superpowers 2026-02-26 15:25:52 +07:00
spaceman1412
fd4c3c2fc7 Add new skills and utilities for enhanced writing and testing
- Introduced graphviz conventions for visualizing process flows in writing skills.
- Added a comprehensive guide on persuasion principles to improve skill design effectiveness.
- Implemented a script to render graphviz diagrams from markdown files to SVG format.
- Created a detailed reference for testing skills with subagents, emphasizing TDD principles.
- Established a task tracker template for live task management.
- Developed a shell script to check the integrity of the antigravity profile and required files.
- Added test scripts to validate the initialization of agent projects.
- Created workflows for brainstorming, executing plans, and writing plans to streamline processes.
2026-02-26 15:16:32 +07:00