- Interviews users with 4-question funnel to identify their goal
- Recommends primary + secondary skills with exact invoke syntax
- Includes full example interaction, routing reference, and limitations
- Passes validate_skills.py with risk: safe, source: self
Developer marketing skills for AI agents — 33 skills covering HN strategy,
technical tutorials, docs-as-marketing, Reddit engagement, developer
onboarding, newsletters, SEO for devtools, and more.
MIT licensed, works with Claude Code, Cursor, Windsurf.
Add three Bitcoin Lightning Network agent skills from the SuperScalar project
(https://github.com/8144225309/SuperScalar):
- lightning-factory-explainer: Explains channel factories and the SuperScalar protocol
- lightning-channel-factories: Technical reference for channel factory implementations
- lightning-architecture-review: Reviews Lightning protocol designs and scaling tradeoffs
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Fixes#182
Previously, passing multiple tool flags like `--claude --codex` would
only install for the first matching tool. Now the installer correctly
identifies all specified targets and installs to each one.
Changes:
- Replaced defaultDir() with getTargets() returning array of targets
- Added installForTarget() function for per-target installation
- Modified main() to iterate over all targets
- Updated help text with multi-tool example
Example:
npx antigravity-awesome-skills --claude --codex
- Bumped version to 6.8.0 in package.json
- Updated CHANGELOG.md with v6.8.0 release notes
- Theme: "Productivity Boost & In-App Sync"
Highlights:
- vibe-code-auditor v2.0.0 with pattern recognition and deterministic scoring
- tutorial-engineer v2.0.0 with 4-MAT model and cognitive load management
- New In-App Sync Skills button in Web App
Refs: #172, #178
Made-with: Cursor
Add In-App Sync Skills Button & Simplify Launcher
Key changes:
- Simplified START_APP.bat: Removed unreliable auto-update logic
- Added refresh-skills-plugin.js: Vite plugin for in-app skill sync via /api/refresh-skills
- Updated vite.config.js: Registered the refresh skills plugin
- Enhanced Home.jsx: Added "Sync Skills" button with loading states and notifications
Users can now click a button in the web app to sync skills from GitHub live.
Co-authored-by: Zied Boughdir <zinzied>
Made-with: Cursor
Updated the tutorial engineer skill documentation to include additional use cases, instructions, and a comprehensive checklist for tutorial development.