Commit Graph

706 Commits

Author SHA1 Message Date
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
github-actions[bot]
437a6cd3b5 chore: update star history chart 2026-03-04 06:16:40 +00: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
Ahmed Rehan
2f55f046b9 feat: add 12 official Apify agent-skills for web scraping & data extraction (#165)
* feat: add 12 official Apify skills for web scraping and data extraction

Add the complete Apify agent-skills collection as official vendor skills,
bringing the total skill count from 954 to 966.

New skills:
- apify-actor-development: Develop, debug, and deploy Apify Actors
- apify-actorization: Convert existing projects into Apify Actors
- apify-audience-analysis: Audience demographics across social platforms
- apify-brand-reputation-monitoring: Track reviews, ratings, and sentiment
- apify-competitor-intelligence: Analyze competitor strategies and pricing
- apify-content-analytics: Track engagement metrics and campaign ROI
- apify-ecommerce: E-commerce data scraping for pricing intelligence
- apify-influencer-discovery: Find and evaluate influencers
- apify-lead-generation: B2B/B2C lead generation from multiple platforms
- apify-market-research: Market conditions and geographic opportunities
- apify-trend-analysis: Discover emerging trends across platforms
- apify-ultimate-scraper: Universal AI-powered web scraper

Existing skill fixes:
- design-orchestration: Add missing description, fix markdown list spacing
- multi-agent-brainstorming: Add missing description, fix markdown list spacing

Registry and documentation updates:
- Update skill count to 966+ across README.md, README.vi.md
- Add Apify to official sources in SOURCES.md and all README variants
- Register new skills in catalog.json, skills_index.json, bundles.json, aliases.json
- Update CATALOG.md category counts (data-ai: 152, infrastructure: 95)

Validation script improvements:
- Raise description length limit from 200 to 1024 characters
- Add empty description validation check
- Apply PEP 8 formatting (line length, spacing, trailing whitespace)

* refactor: truncate skill descriptions in SKILL.md files and revert  description length validation to 200 characters.

* feat: Add `apify-ultimate-scraper` to data-ai and move `apify-lead-generation` from business to general categories.
2026-03-01 10:02:50 +01:00
shmlkv
feab0e106f feat: add shmlkv/dna-claude-analysis to Community Contributors (#167) 2026-03-01 09:57:26 +01:00
sck_0
6b0cbf26fb revert: undo manual merges of #165 and #167 for proper GitHub merge attribution 2026-03-01 09:54:04 +01:00
sck_0
38237ef159 chore: sync generated files after merging 4 PRs [968 skills] 2026-03-01 09:49:25 +01:00
sck_0
7f4f7b815f feat: add 12 official Apify agent-skills for web scraping & data extraction (#165) 2026-03-01 09:48:57 +01:00
sck_0
9eb79edfb2 chore: add @shmlkv and @kriptoburak to Repo Contributors 2026-03-01 09:44:10 +01:00
sck_0
ee9948a25b feat: add shmlkv/dna-claude-analysis to Community Contributors (#167) 2026-03-01 09:42:48 +01:00
github-actions[bot]
3ae7f24d20 chore: sync generated registry files [ci skip] 2026-03-01 08:40:09 +00:00
Burak Bayır
11148dfcfa feat: add x-twitter-scraper skill (#164)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 09:39:46 +01:00
github-actions[bot]
309f413f56 chore: sync generated registry files [ci skip] 2026-03-01 08:38:44 +00:00