Commit Graph

201 Commits

Author SHA1 Message Date
github-actions[bot]
eade42da9a chore: sync generated registry files [ci skip] 2026-03-18 11:33:12 +00:00
sickn33
5cccc7a7ba chore: release v8.1.0 2026-03-17 12:32:54 +01:00
sickn33
99e1ad1be7 docs: prepare release 8.1.0 2026-03-17 12:30:23 +01:00
github-actions[bot]
a9d77c9d42 chore: sync generated registry files [ci skip] 2026-03-17 11:23:28 +00:00
github-actions[bot]
a170f94aae chore: sync generated registry files [ci skip] 2026-03-17 11:22:52 +00:00
github-actions[bot]
7561a602c6 chore: sync generated registry files [ci skip] 2026-03-17 11:20:45 +00:00
sickn33
883c81609a Update README for release version 8.0.0 2026-03-16 16:14:40 +01:00
sck_0
ad296a3527 docs: document skill-review workflow 2026-03-16 16:12:51 +01:00
sck_0
9511ab07e2 chore: release v8.0.0 2026-03-16 16:03:26 +01:00
sck_0
965d16353e docs: prepare 8.0.0 release notes and contributors 2026-03-16 16:03:05 +01:00
github-actions[bot]
e76fbb6405 chore: sync generated registry files [ci skip] 2026-03-16 14:57:23 +00:00
Maeve Fernandes
de21ffa2c6 This PR introduces utility scripts designed to resolve agent context window overloading. (#319)
* Implemented scripts and a Python utility to optimize agent skills, preventing context window overload, and document their usage.

* feat(infra): add skills optimization scripts with bundle support and fixed archive logic

* Removed Linux / Mac optimize-skills

* Removed the Linux Section

* feat(infra): final robust skill optimization suite with Library Mode

* Removed

* Updated the read me changed the optimisation to activation-skills

* Updated ReadMe

* docs: trim activation script README diff

---------

Co-authored-by: sck_0 <samujackson1337@gmail.com>
2026-03-16 15:56:42 +01:00
tsilverberg
32dc20fdcb Add webapp-uat: Playwright UAT skill (#321)
* Add webapp-uat skill to Community Contributors

Add entry for the webapp-uat browser UAT skill featuring Playwright testing,
WCAG 2.2 AA checks, i18n validation, responsive testing, and bug triage.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Add webapp-uat: Playwright UAT skill with a11y, i18n, and error capture

* chore: refresh branch for ci

---------

Co-authored-by: Thomas <thomas@anny.trade>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: sck_0 <samujackson1337@gmail.com>
2026-03-16 15:55:58 +01:00
sck_0
e171c7d85f chore: release v7.9.2 2026-03-15 17:52:32 +01:00
sickn33
86cf300e4a Remove outdated security documentation references
Removed reference to release history and security findings triage.
2026-03-15 10:11:52 +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
078847f681 chore: release v7.9.0 2026-03-15 09:02:04 +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
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
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
sck_0
5655f9b0a8 chore: release v7.7.0 2026-03-13 09:48:20 +01:00
github-actions[bot]
fb93b7b52d chore: sync generated registry files [ci skip] 2026-03-13 08:35:12 +00:00
github-actions[bot]
a01b5076aa chore: sync generated registry files [ci skip] 2026-03-13 08:34:29 +00: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
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
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
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]
a4b1f35a0a chore: sync generated registry files [ci skip] 2026-03-11 15:21:15 +00:00
sck_0
3515136648 chore: sync generated files before release 2026-03-11 16:20:49 +01:00
github-actions[bot]
f4f68e76a2 chore: sync generated registry files [ci skip] 2026-03-11 15:03:27 +00:00
sck_0
009436288c feat: add explain-like-socrates skill (#270)
Co-authored-by: Tejas Shinde <tejasashinde@users.noreply.github.com>
2026-03-11 16:03:01 +01:00
sck_0
597748a2e5 feat: Add ai-md Convert CLAUDE.md to AI-native format (#268)
Co-authored-by: tkman <sstklen@users.noreply.github.com>
2026-03-11 16:02:49 +01:00
sck_0
155715ba12 feat: Add yes-md AI governance skill (#267)
Co-authored-by: tkman <sstklen@users.noreply.github.com>
2026-03-11 16:02:38 +01:00
sck_0
ddb15e1b17 feat(skills): add local-llm-expert (#266)
Co-authored-by: Saim Shafique <sx4im@users.noreply.github.com>
2026-03-11 16:02:22 +01:00