sck_0
ee53e7d8e7
docs: document contributor security posture checks
2026-03-15 10:00:25 +01:00
sck_0
6bfeb43880
docs: add security posture section and update release references
2026-03-15 09:57:39 +01:00
sck_0
bb309b1381
chore: release v7.9.1
2026-03-15 09:55:33 +01:00
sck_0
8b2c34b9db
docs: add changelog for 7.9.1
2026-03-15 09:55:20 +01:00
sck_0
6f42d5b0a2
security: harden refresh-skills endpoint and add skills docs security gate
2026-03-15 09:51:16 +01:00
sck_0
c0c118e223
fix(security): harden markdown rendering and sync safety
2026-03-15 09:22:05 +01:00
sck_0
078847f681
chore: release v7.9.0
2026-03-15 09:02:04 +01:00
sck_0
d3c7e9c385
docs: add changelog for v7.9.0
2026-03-15 09:01:34 +01:00
sck_0
662d2b25ed
docs: add security findings triage for 2026-03-15
2026-03-15 08:48:58 +01:00
sck_0
6ca9aee56a
Merge branch 'codex/security-robustness' into codex/merge-security-main
2026-03-15 08:48:42 +01:00
sck_0
ea40439c27
Merge branch 'codex/security-shell-safety' into codex/merge-security-main
2026-03-15 08:48:42 +01:00
sck_0
7709f3e951
Merge branch 'codex/security-auth-integrity' into codex/merge-security-main
2026-03-15 08:48:42 +01:00
sck_0
c49c312aa5
Merge branch 'codex/security-filesystem-trust-boundary' into codex/merge-security-main
2026-03-15 08:48:42 +01:00
sck_0
114b9130cd
fix: improve robustness for local tooling
2026-03-15 08:42:49 +01:00
sck_0
e677e29015
fix: remove unsafe shell guidance
2026-03-15 08:41:29 +01:00
sck_0
a8b1e88f11
fix: restore auth and transport integrity defaults
2026-03-15 08:40:53 +01:00
sck_0
fe07e07215
fix: harden filesystem trust boundaries
2026-03-15 08:39:22 +01:00
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