Commit Graph

740 Commits

Author SHA1 Message Date
Shivansh Gupta
9ffd57737d chore: remove test log file 2026-03-05 00:36:50 +05:30
Shivansh Gupta
8840d0e8aa Revert "feat(metadata): auto-categorize 851 skills and update index"
This reverts commit 3f43c359d5.
2026-03-05 00:21:38 +05:30
Shivansh Gupta
3f43c359d5 feat(metadata): auto-categorize 851 skills and update index 2026-03-05 00:19:09 +05:30
Shivansh Gupta
3f35844ec9 feat(ux): implement incremental loading and edge-to-edge scrolling 2026-03-05 00:09:23 +05:30
Shivansh Gupta
44860d5f7b feat(perf): implement global state, list virtualization, and debounced search 2026-03-04 23:57:54 +05:30
Shivansh Gupta
a33a9eaa1a feat: optimize SkillDetail with lazy loading and shared state 2026-03-04 23:40:53 +05:30
Shivansh Gupta
804b5f6d75 feat: optimize Home page with list virtualization and debounced search 2026-03-04 23:33:33 +05:30
Shivansh Gupta
45bda8009f feat: implement SkillContext for optimized data fetching 2026-03-04 23:29:01 +05:30
sck_0
159d04c9bf docs: add new contributors to Repo Contributors section
Add contributors from recent PRs:
- @lsuryatej (skill-router)
- @tejasashinde (professional-proofreader)
- @SnakeEye-sudo (gemini-api, llm-optimizer, saas-mvp-launcher)
- @8144225309 (SuperScalar Lightning skills)
2026-03-04 18:18:35 +01:00
sck_0
c281687a0e docs: update version and skill counts in documentation
- GETTING_STARTED.md: V6.5.0 → V6.10.0, 954+ → 978+
- FAQ.md: 700+ → 978+
- USAGE.md: 954+ → 978+
2026-03-04 18:17:13 +01:00
sck_0
0e4c0ece5e docs: update README version references to v6.10.0
- Update skill count: 968+ → 978+
- Update version mentions: 6.7.0, 6.5.0 → 6.10.0
2026-03-04 18:11:54 +01:00
sck_0
9779744bc8 chore: release v6.10.0 - Skill Router & Developer Tools
New skills (7):
- skill-router: Intelligent skill discovery
- professional-proofreader: Grammar correction
- gemini-api-integration: Google Gemini API guide
- llm-prompt-optimizer: Prompt engineering framework
- saas-mvp-launcher: SaaS MVP roadmap
- lightning-factory-explainer, lightning-channel-factories, lightning-architecture-review: Bitcoin Lightning skills

Improvements:
- Durable execution docs updates
- devmarketing-skills community link
- Fixed risk levels in 3 skills

Registry: 978 skills
2026-03-04 18:10:35 +01:00
github-actions[bot]
bc269088f3 chore: sync generated registry files [ci skip] 2026-03-04 17:07:36 +00:00
sck_0
b1ca41cb6c fix: correct risk level from 'low' to 'safe' in 3 skills
Fixes validation errors for:
- saas-mvp-launcher/SKILL.md
- llm-prompt-optimizer/SKILL.md
- gemini-api-integration/SKILL.md

Valid risk values are: none, safe, critical, offensive, unknown
2026-03-04 18:07:05 +01:00
sickn33
9026295687 Merge pull request #185 from 8144225309/add-superscalar
Add SuperScalar Lightning Network skills
2026-03-04 18:04:32 +01:00
sickn33
ab392cccd3 Merge pull request #188 from jonathimer/add-devmarketing-skills
docs: add jonathimer/devmarketing-skills to Community Contributors
2026-03-04 18:04:27 +01:00
sickn33
baab789d11 Merge pull request #184 from maxdml/dbos-skills-index
Highlight durable execution in relevant architectural skills
2026-03-04 18:04:19 +01:00
sickn33
9fc8d14506 Merge pull request #186 from SnakeEye-sudo/feat/add-new-skills
feat: add 3 new community skills (gemini-api-integration, llm-prompt-optimizer, saas-mvp-launcher)
2026-03-04 18:04:18 +01:00
sickn33
38783a36da Merge pull request #189 from lsuryatej/main
feat: add skill-router skill for intelligent skill recommendation
2026-03-04 18:04:17 +01:00
sickn33
3e5eaf655e Merge pull request #190 from tejasashinde/add-professional-proofreader-skill
feat: add professional-proofreader skill
2026-03-04 18:04:16 +01:00
sickn33
3766bf8ea7 Merge pull request #192 from sickn33/copilot/answer-basic-questions
Answer issue #187: context7 global rules and session continuity across chat sessions
2026-03-04 18:03:41 +01:00
copilot-swe-agent[bot]
27e489445e Add ISSUE_187_COMMENT.md answering context7 and session-continuity questions
Co-authored-by: sickn33 <184072420+sickn33@users.noreply.github.com>
2026-03-04 15:22:06 +00:00
copilot-swe-agent[bot]
7bc3f1b7fa Initial plan 2026-03-04 15:18:51 +00:00
tejasashinde
9a22287d9b Add professional-proofread skill 2026-03-04 17:09:33 +05:30
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