Commit Graph

773 Commits

Author SHA1 Message Date
Suryatej Lalam
ff1f6b6b27 feat(skill-router): add intelligent skill recommender meta-skill
- 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
2026-03-04 16:53:16 +05:30
Suryatej Lalam
179c39af4e feat: add skill-router skill for intelligent skill recommendation 2026-03-04 16:44:38 +05:30
Jonathan Reimer
9555c2dbf4 docs: add jonathimer/devmarketing-skills to Community Contributors
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.
2026-03-04 10:08:31 +01:00
SnakeEye-sudo (Er. Sangam Krishna)
ff55696e1d feat: add saas-mvp-launcher skill 2026-03-04 11:56:48 +05:30
SnakeEye-sudo (Er. Sangam Krishna)
2fdb916f93 feat: add llm-prompt-optimizer skill 2026-03-04 11:55:02 +05:30
SnakeEye-sudo (Er. Sangam Krishna)
b32bc468db feat: add gemini-api-integration skill 2026-03-04 11:53:15 +05:30
github-actions[bot]
437a6cd3b5 chore: update star history chart 2026-03-04 06:16:40 +00:00
maxdml
1b8b9bf078 chore: sync generated registry files 2026-03-03 15:19:39 -08:00
maxdml
b3368327ee re-trigger CI 2026-03-03 15:13:17 -08:00
8144225309
bfa3bb724c Add SuperScalar Lightning Network skills
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>
2026-03-03 17:45:26 -05:00
maxdml
f3d2a595b0 re-trigger CI 2026-03-03 11:05:48 -08:00
maxdml
c3dccd2843 trigger test 2026-03-03 11:05:21 -08:00
maxdml
fa48b84975 trigger PR update 2026-03-03 11:00:17 -08:00
maxdml
7a8fd660f0 trigger PR update 2026-03-03 11:00:00 -08:00
maxdml
2bd1ef037d highlight durable execution in relevant skills 2026-03-03 10:53:35 -08:00
maxdml
fee27bc8c4 add dbos skills to skills_index 2026-03-03 10:52:31 -08:00
sck_0
984bbe32b0 chore: bump version to 6.9.1 2026-03-03 17:22:05 +01:00
sck_0
4ab3377fee refactor(web-app): migrate to TypeScript, add security fix and test suite 2026-03-03 17:03:58 +01:00
sck_0
489875c4b8 release: bump version to 6.9.0
- Updated CHANGELOG.md: [Unreleased] → [6.9.0] - 2026-03-03
- Updated package.json version to 6.9.0
- Added release notes for AgentMail, VideoDB skills
- Documented multi-tool install support and web-app sync optimization
2026-03-03 16:37:32 +01:00
sck_0
e63400e7ec docs: update CHANGELOG with agentmail skill (PR #183) 2026-03-03 16:35:24 +01:00
sck_0
3e06da51a2 chore: sync generated files and fix agentmail metadata
- Fixed agentmail/SKILL.md description (was 305 chars, now concise)
- Added risk: safe and source: community labels
- Regenerated skills_index.json (970 skills)
- Updated README.md with latest skill count
- Regenerated CATALOG.md, data/catalog.json, data/bundles.json

Post-merge fixes for PR #183 following MAINTENANCE.md procedures.
2026-03-03 16:35:12 +01:00
sck_0
1a0fbfe549 Merge PR #183: feat: add agentmail skill (force merge with drift resolution) 2026-03-03 16:34:36 +01:00
sck_0
7278797145 docs: update CHANGELOG with post-merge improvements 2026-03-03 16:31:55 +01:00
sck_0
d288b4e6fc chore: sync generated files and fix videodb description
- Fixed videodb/SKILL.md description (was 583 chars, now concise)
- Regenerated skills_index.json (969 skills)
- Updated README.md with latest skill count
- Regenerated CATALOG.md and data/catalog.json

Fixes validation error from PR #181 merge.
2026-03-03 16:31:32 +01:00
sck_0
c4e246096a feat: support installing skills for multiple tools simultaneously
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
2026-03-03 16:29:33 +01:00
sck_0
ef3405986c Merge branch 'main' of https://github.com/sickn33/antigravity-awesome-skills 2026-03-03 16:28:20 +01:00
sck_0
275e1be06a Merge PR #181: Add videodb skills (force merge from draft) 2026-03-03 16:28:06 +01:00
sickn33
be81153671 Merge pull request #180 from zinzied/main
feat: Add initial web-app structure and import skill definitions.
2026-03-03 16:27:48 +01:00
Uri
52b77fbb1f feat: add agentmail skill 2026-03-03 17:26:53 +02:00
Rohit Garg
21f7730bb5 videodb skills update: add reference files for videodb skills 2026-03-03 18:02:13 +05:30
Zied
dd73c5d98f feat: implement initial Home page with skill listing, search, filter, sort, star functionality, and sync capabilities. 2026-03-03 09:45:08 +01:00
Zied
7399b2973c feat: Add initial web-app structure and import skill definitions. 2026-03-03 09:27:19 +01:00
sck_0
233fa9ff73 chore: release v6.8.0
- 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
2026-03-02 16:38:28 +01:00
sck_0
a016ed09f2 chore: sync generated files after PR merges
- Fixed tutorial-engineer frontmatter (date_added, version, risk)
- Updated skills_index.json

Refs: #172, #178
Made-with: Cursor
2026-03-02 16:36:09 +01:00
sck_0
2ff1245802 Merge pull request #178 from zinzied/main
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
2026-03-02 16:35:23 +01:00
sck_0
8750f4aa5a Merge pull request #172 from munir-abbasi/main
productivity enhancements

Updated skills:
- vibe-code-auditor: v1.0.0 -> v2.0.0 with pattern recognition, quick checks,
  executive summary, deterministic scoring, code fix blocks, quick wins
- tutorial-engineer: v1.0.0 -> v2.0.0 with 4-MAT model, cognitive load management,
  exercise calibration, format selection, pre-publish audit, speed scoring

Co-authored-by: Munir Abbasi <munir-abbasi>
Made-with: Cursor
2026-03-02 16:34:50 +01:00
Zied
591fdb8621 Merge branch 'main' of https://github.com/zinzied/antigravity-awesome-skills 2026-03-02 09:57:10 +01:00
Zied
b42ab600ec feat: add in-app Sync Skills button and simplify START_APP.bat launcher 2026-03-02 09:56:15 +01:00
Zied
7ce8ebcdf9 Re-implementing In-App Sync Button 2026-03-02 09:42:26 +01:00
Zied
c8e1c0ef19 ok 2026-03-02 09:29:59 +01:00
Zied
107d03b0f8 Enhancement Web add sync Skills & fix START_APP.bat 2026-03-02 09:17:15 +01:00
github-actions[bot]
7a89b4be13 chore: update star history chart 2026-03-02 07:03:48 +00:00
github-actions[bot]
40edcfa2ee chore: update star history chart 2026-03-02 06:20:29 +00:00
Munir Abbasi
68a95dd999 Revise tutorial engineer skill documentation
Updated the tutorial engineer skill documentation to include additional use cases, instructions, and a comprehensive checklist for tutorial development.
2026-03-01 19:28:50 +05:00
Munir Abbasi
fdd53a7aca Upgrade SKILL.md to version 2.0.0 with new guidelines
Updated version from 1.0.0 to 2.0.0 and expanded the audit dimensions with additional checks and guidelines.
2026-03-01 19:27:38 +05:00
sck_0
66df68d003 chore: release v6.7.0 2026-03-01 10:18:06 +01:00
Copilot
6cb71c68cf Add missing root-level requirements.txt (#171)
* Initial plan

* Add requirements.txt with pyyaml dependency for Python scripts

Co-authored-by: sickn33 <184072420+sickn33@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: sickn33 <184072420+sickn33@users.noreply.github.com>
2026-03-01 10:16:59 +01:00
sickn33
7fc2fe0cb7 Update skill count in README
Updated the number of high-performance agentic skills from 954 to 968.
2026-03-01 10:15:03 +01:00
sck_0
ef0bbeee3e docs: sync Repo Contributors in README 2026-03-01 10:12:51 +01:00
github-actions[bot]
cdaf1cc518 chore: sync generated registry files [ci skip] 2026-03-01 09:03:11 +00:00