github-actions[bot]
226f10c2a6
chore: update star history chart
2026-03-15 06:22:50 +00:00
sck_0
27cb7c6830
chore: clean misplaced repo artifacts
2026-03-14 20:00:09 +01:00
sck_0
f9c76ea3bc
docs: sync README contributors list
2026-03-14 18:57:18 +01:00
sck_0
7a728d6c19
chore: release v7.8.0
2026-03-14 18:00:21 +01:00
sck_0
0082c98593
chore: sync package metadata
2026-03-14 17:59:13 +01:00
sck_0
71939eb6d0
chore: sync maintenance batch docs
2026-03-14 17:58:01 +01:00
Helder Vasconcelos
0f70296c8c
Add uberSKILLS project to README ( #293 )
...
Co-authored-by: sck_0 <samujackson1337@gmail.com >
2026-03-14 17:50:45 +01:00
github-actions[bot]
2de609cbb1
chore: sync generated registry files [ci skip]
2026-03-14 16:49:28 +00:00
christopherlhammer11-ai
16ff84afa1
feat: add Tool Use Guardian + RecallMax (free agent skills) ( #298 )
...
* feat: add Tool Use Guardian + RecallMax — free agent reliability & memory skills
Two free skills from the Genesis Agent Marketplace:
- **Tool Use Guardian**: Intelligent tool-call reliability wrapper. Monitors,
retries, fixes, and learns from tool failures. Auto-recovers from truncated
JSON, timeouts, rate limits, and mid-chain failures.
- **RecallMax**: God-tier long-context memory. Injects 500K-1M clean tokens,
auto-summarizes with tone/intent preservation, compresses 14-turn history
into 800 high-density tokens.
Both are free forever and work with Claude, Codex, Gemini, Copilot, Cursor,
Windsurf, Antigravity, and any SKILL.md-compatible agent.
Install:
npx skills add christopherlhammer11-ai/tool-use-guardian
npx skills add christopherlhammer11-ai/recallmax
* docs: add source credits for genesis skills
---------
Co-authored-by: Mia Hammer <miahammer@Mac.attlocal.net >
Co-authored-by: sck_0 <samujackson1337@gmail.com >
2026-03-14 17:49:10 +01:00
Kairo Official
c0a9b7a363
Add k6-load-testing skill for API and performance testing ( #287 )
...
* I've created a new skill called k6-load-testing
* add k6-load-testing skill for API and performance testing
* add k6-load-testing skill for API and performance testing
* fixed errors related to the skill
* minor fix
2026-03-14 17:48:59 +01:00
MArbeeGit
94d66a204c
feat: add latex-paper-conversion skill ( #296 )
...
* feat: add latex-paper-conversion skill
* fix: address bot review feedback on float options and grep command
2026-03-14 17:48:42 +01:00
Gizzant
80abf0f4d6
Add analyze-project — Root Cause Analyst skill ( #297 )
...
* Add analyze-project — Root Cause Analyst skill
New forensic analysis skill for Antigravity.
Reads brain/ artifacts (task.md, plans, walkthroughs + .resolved.N versions), classifies scope changes, rework shapes, root causes (SPEC_AMBIGUITY, REPO_FRAGILITY, etc.), clusters friction hotspots, and auto-updates project-health-state + prompt_improvement_tips.md.
Full workflow and SKILL.md included.
* Update SKILL.md
Shorten frontmatter description to pass validation (<200 chars)
* Update SKILL.md
Fix YAML syntax + shorten description to pass validation (<200 chars); improve portability
* Create sample_session_analysis_report.md
Add examples/ with trimmed sample output report to demonstrate skill results
* Update SKILL.md
Fix non-portable hardcoded path in Step 11a (project-health-state) per bot feedback
2026-03-14 17:48:23 +01:00
yang1002378395-cmyk
b9ce8c9011
fix: remove Windows symlink workaround for git clone ( #299 )
...
- The installer uses copyRecursiveSync which copies files,
not symlinks, so git clone without core.symlinks works fine
- The previous Windows-specific git -c core.symlinks=true clone
required admin privileges, causing install failures
- This fix allows non-admin Windows users to install
Fixes #286
Co-authored-by: 阳虎 <yanghu@yanghudeMacBook-Pro.local >
2026-03-14 17:47:42 +01:00
Ronan Guilloux
3feeba5ff9
Removed Optional and List from typing as they were not used in the module. ( #301 )
2026-03-14 17:47:30 +01:00
sickn33
34454e2851
feat: add claude plugin marketplace manifests ( #302 )
...
Co-authored-by: sck_0 <samujackson1337@gmail.com >
2026-03-14 17:46:35 +01:00
github-actions[bot]
7c16b84eb5
chore: update star history chart
2026-03-14 06:16:30 +00:00
sickn33
e325b0ee30
fix: streamline pr and release workflow ( #289 )
...
Co-authored-by: sck_0 <samujackson1337@gmail.com >
2026-03-13 14:20:49 +01:00
sck_0
5655f9b0a8
chore: release v7.7.0
2026-03-13 09:48:20 +01:00
sck_0
9fc695999e
fix: reduce generated-drift friction on PRs
2026-03-13 09:42:13 +01:00
github-actions[bot]
fb93b7b52d
chore: sync generated registry files [ci skip]
2026-03-13 08:35:12 +00:00
Wahid Shaikh
b97a6b0eb5
feat: addantigravity-skill-orchestrator for Auto-selecting best suite… ( #285 )
...
* feat: addantigravity-skill-orchestrator for Auto-selecting best suited skills for the task, a skill-orchestrator
* feat: update antigravity-skill-orchestrator metadata and documentation
* fix: normalize orchestrator references and sync registry
---------
Co-authored-by: wahid <wahid.shaikh@crimsoni.com >
Co-authored-by: sck_0 <samujackson1337@gmail.com >
2026-03-13 09:34:52 +01:00
github-actions[bot]
a01b5076aa
chore: sync generated registry files [ci skip]
2026-03-13 08:34:29 +00:00
Matheus Messias
879eb90438
feat: add electron-development skill for secure desktop app architecture ( #282 )
...
* feat: add electron-development skill for secure desktop app architecture
* Enhance security in file path handling
Refactor file path resolution to prevent directory traversal vulnerabilities.
* Update skills/electron-development/SKILL.md
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
* Implement URL validation for external links
Enhance security by validating external URLs before opening.
* Update skills/electron-development/SKILL.md
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
* chore: sync generated files for electron-development
---------
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: sck_0 <samujackson1337@gmail.com >
2026-03-13 09:34:09 +01:00
Saim Shafique
9a247de5d8
feat(skills): add llm-structured-output ( #280 )
...
* chore: sync generated registry files [ci skip]
* feat(skills): scaffold llm-structured-output with valid frontmatter and section structure
* feat(skills): define scope and trigger conditions for llm-structured-output
* feat(skills): add primary workflow instructions to llm-structured-output
* feat(skills): add runnable examples and output templates to llm-structured-output
* feat(skills): add anti-patterns, edge cases and production best practices to llm-structured-output
* chore: register llm-structured-output in registry and pass validation
* chore: sync generated files for llm-structured-output
* chore: sync generated README for llm-structured-output
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: sck_0 <samujackson1337@gmail.com >
2026-03-13 09:32:16 +01:00
sck_0
e8d929c797
feat: add privacy-by-design skill ( #283 )
...
Co-authored-by: Abdeltoto <paypalbio360@gmail.com >
2026-03-13 09:28:20 +01:00
sck_0
608ef0ac9a
fix: make readme sync deterministic in CI
2026-03-13 09:24:36 +01:00
github-actions[bot]
663c4464a8
chore: sync generated registry files [ci skip]
2026-03-12 12:01:41 +00:00
sck_0
86ef921aee
docs: align evergreen docs with release state
2026-03-12 13:01:13 +01:00
github-actions[bot]
cf03a151e3
chore: sync generated registry files [ci skip]
2026-03-12 11:49:35 +00:00
sck_0
5fd7505ce5
docs: refresh README release copy
2026-03-12 12:49:07 +01:00
github-actions[bot]
b4998701a4
chore: sync generated registry files [ci skip]
2026-03-12 11:39:04 +00:00
sck_0
cfb8af3286
chore: release v7.6.0
2026-03-12 12:38:35 +01:00
github-actions[bot]
f42990b4cb
chore: sync generated registry files [ci skip]
2026-03-12 11:29:45 +00:00
Copilot
ef743d14a1
Harden Jetski/Gemini lazy-loader example for overflow and path safety ( #271 )
...
* Initial plan
* Harden lazy loader example
Co-authored-by: sickn33 <184072420+sickn33@users.noreply.github.com >
* Revert generated README metadata change
Co-authored-by: sickn33 <184072420+sickn33@users.noreply.github.com >
* Address review feedback on lazy loader
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-12 12:29:21 +01:00
Muhammad Iftikhar
15f2871dee
pull ( #278 )
...
* chore: sync generated registry files [ci skip]
* chore: update star history chart
* chore: sync generated registry files [ci skip]
* chore: align README metadata with main
* chore: sync generated registry files [ci skip]
* chore: sync generated registry files [ci skip]
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: sck_0 <samujackson1337@gmail.com >
2026-03-12 12:28:58 +01:00
github-actions[bot]
7aef50b60d
chore: sync generated registry files [ci skip]
2026-03-12 11:20:27 +00:00
rafsilva85
bebdb3e211
Add credit-optimizer-v5 to Credits & Sources ( #275 )
2026-03-12 12:20:02 +01:00
github-actions[bot]
f44a6842ff
chore: sync generated registry files [ci skip]
2026-03-12 11:18:57 +00:00
Dhiraj Bhat
fd8781564d
feat: add interview-coach skill for full job search lifecycle coaching ( #272 )
...
* feat: add interview-coach skill for full job search lifecycle coaching
* fix: add missing Overview and Examples sections to interview-coach
---------
Co-authored-by: Dhiraj Bhat <dhiraj@unit21.ai >
2026-03-12 12:18:37 +01:00
github-actions[bot]
d701b8bcd2
chore: sync generated registry files [ci skip]
2026-03-12 11:16:34 +00:00
JX2E
bfdc54c252
Add acceptance-driven workflow skills ( #277 )
...
* add acceptance-driven workflow skills
* chore: sync acceptance workflow skills metadata
---------
Co-authored-by: sck_0 <samujackson1337@gmail.com >
2026-03-12 12:16:15 +01:00
github-actions[bot]
24c42926eb
chore: update star history chart
2026-03-12 06:19:39 +00:00
github-actions[bot]
a4b1f35a0a
chore: sync generated registry files [ci skip]
2026-03-11 15:21:15 +00:00
sck_0
9c4932d862
chore: release v7.5.0
2026-03-11 16:20:49 +01:00
sck_0
3515136648
chore: sync generated files before release
2026-03-11 16:20:49 +01:00
Tejas Shinde
750960d2df
feat: add explain-like-socrates skill for Socratic-style concept explanations ( #270 )
...
* chore: update star history chart
* chore: sync generated registry files [ci skip]
* chore: update star history chart
* feat: add explain-like-socrates skill for Socratic-style concept explanations
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: sck_0 <samujackson1337@gmail.com >
2026-03-11 16:07:27 +01:00
tkman
5fdaf45f50
Add ai-md: Convert CLAUDE.md to AI-native format (4-model battle-tested) ( #268 )
...
* Add ai-md: Convert CLAUDE.md to AI-native format
Battle-tested with 4 models. Same rules, fewer tokens,
higher compliance (6/8 → 8/8). Saves 53% file size.
Source: https://github.com/sstklen/ai-md
* fix: Comply with contribution requirements
- Shorten description under 300 chars
- Add required fields: risk, source, date_added
- Add 'When to Use This Skill' section per canonical template
- Remove non-standard frontmatter fields (triggers, tags, version)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
---------
Co-authored-by: Claude Code <noreply@anthropic.com >
Co-authored-by: sck_0 <samujackson1337@gmail.com >
2026-03-11 16:07:10 +01:00
tkman
fb66a1a85b
Add yes-md: AI governance skill — PUA says NO, YES says YES ( #267 )
...
* Add yes-md: AI governance skill (EN/中文/日本語)
PUA says NO. YES says YES.
Safety gates, evidence rules, anti-slack detection,
ripple-check, and debugging escalation.
Source: https://github.com/sstklen/yes.md
* fix: Quote name field to avoid YAML boolean and match folder name
YAML parses bare `yes` as boolean True. Quoted `"yes-md"` to match
the folder name as required by the validator.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
* fix: Shorten description under 300 chars, add required frontmatter fields
- description: shortened from 1023 to 138 chars
- Added risk: safe, source: community, date_added
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
* feat: Add 'When to Use This Skill' section per canonical template
Required by CONTRIBUTING.md and validator.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
---------
Co-authored-by: Claude Code <noreply@anthropic.com >
Co-authored-by: sck_0 <samujackson1337@gmail.com >
2026-03-11 16:06:57 +01:00
Saim Shafique
64060cf566
feat(skills): add local-llm-expert ( #266 )
...
* feat(skills): scaffold local-llm-expert skill structure
* feat(skills): add constraints and core instructions to local-llm-expert
* feat(skills): add local LLM inference and hardware capabilities
* feat(skills): add behavioral traits and knowledge base to local-llm-expert
* feat(skills): add examples and response approach to local-llm-expert
* chore(registry): register local-llm-expert in skills_index.json
* Update skills/local-llm-expert/SKILL.md
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
---------
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: sck_0 <samujackson1337@gmail.com >
2026-03-11 16:06:41 +01:00
Tejas Shinde
0e16841fb6
feat: add keyword extractor skill ( #264 )
...
* chore: update star history chart
* chore: sync generated registry files [ci skip]
* add keyword-extractor skill
* chore: sync generated registry files
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: sck_0 <samujackson1337@gmail.com >
2026-03-11 16:06:08 +01:00