Commit Graph

1067 Commits

Author SHA1 Message Date
Suhaib Janjua
ae306ce015 feat: add sveltekit, astro, hono, and pydantic-ai skills (#336) 2026-03-18 12:32:48 +01:00
Suhaib Janjua
1336e8d455 fix(skills): remove malformed nested code fences in browser-extension-builder (#338) 2026-03-18 12:32:20 +01:00
Suhaib Janjua
e2879ab560 docs: fix missing required frontmatter fields in skill-anatomy and ad… (#333)
* docs: fix missing required frontmatter fields in skill-anatomy and add missing tools to FAQ

* ci: retrigger checks after PR body update
2026-03-18 12:32:03 +01:00
github-actions[bot]
33cd7bbda5 chore: update star history chart 2026-03-18 06:25:40 +00:00
sickn33
5cccc7a7ba chore: release v8.1.0 2026-03-17 12:32:54 +01:00
sickn33
428432a789 docs: sync walkthrough for release 8.1.0 2026-03-17 12:32:20 +01:00
sickn33
e8a0250687 chore: sync package metadata 2026-03-17 12:32:05 +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
Suhaib Janjua
d45edcb674 feat: add trpc-fullstack skill for end-to-end type-safe API development (#329)
* feat: add trpc-fullstack skill for end-to-end type-safe API development

* fix: separate App Router and server-side context factories per review feedback

- Replace createContext({ req } as any) in App Router handler with
  createTRPCContext(opts: FetchCreateContextFnOptions) — the correct fetch adapter shape
- Add createServerContext() for Server Component callers so auth() is called
  directly without an empty or synthetic request object cast
- Update SSR example to use createServerContext() instead of createContext({} as any)
- Add two new pitfall entries covering both auth failure scenarios
2026-03-17 12:23:03 +01:00
github-actions[bot]
a170f94aae chore: sync generated registry files [ci skip] 2026-03-17 11:22:52 +00:00
marsiandeployer
2f39fc3851 feat: add vibers-code-review for human review of AI-generated code (#325)
* feat: add vibers-code-review for human review of AI-generated code

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

* fix: add valid metadata to vibers-code-review skill

---------

Co-authored-by: buildbot <bot@swaponline.io>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: sickn33 <sickn33@users.noreply.github.com>
2026-03-17 12:22:23 +01:00
github-actions[bot]
7561a602c6 chore: sync generated registry files [ci skip] 2026-03-17 11:20:45 +00:00
Jaskirat Anand
85990937bd feat: add progressive-web-app skill (#324)
* feat: add progressive-web-app skill

* fix: addressed Codex Review fixes
2026-03-17 12:20:21 +01:00
github-actions[bot]
f72f03f7cb chore: sync generated registry files [ci skip] 2026-03-17 11:20:10 +00:00
benz1
0575998307 fix(skills): Repair invalid YAML frontmatter (#326)
Replace malformed frontmatter lines that start with an extra YAML document separator with proper metadata fields. This keeps the skill metadata parseable by strict loaders that only accept a single YAML document in SKILL.md frontmatter.

Co-authored-by: Claude <noreply@anthropic.com>
2026-03-17 12:19:42 +01:00
Suhaib Janjua
3a3fb6cbe2 docs: align FAQ risk labels with frontmatter values and add skill-review guidance (#330) 2026-03-17 12:19:08 +01:00
Suhaib Janjua
03a28b06d7 fix: remove broken reference to missing implementation-playbook.md (#331)
The data-scientist SKILL.md referenced resources/implementation-playbook.md which does not exist in the repository, causing a dead link.

Fixes #327
2026-03-17 12:18:30 +01: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
sck_0
4cebc8672f docs: record maintenance merge batch 2026-03-16 15:57:48 +01:00
github-actions[bot]
e76fbb6405 chore: sync generated registry files [ci skip] 2026-03-16 14:57:23 +00:00
Bap
469c9f45af improve comprehensive-review-pr-enhance skill structure + add skill-review CI (#322)
* improve comprehensive-review-pr-enhance skill structure + add skill-review CI

- rewrite description with concrete capabilities + trigger terms
- replace vague instructions with numbered workflow + PR description template
- add conditional review checklist rules table and large-PR splitting guidance
- add .github/workflows/skill-review.yml for automated skill review on PRs

* chore: refresh branch for ci

---------

Co-authored-by: sck_0 <samujackson1337@gmail.com>
2026-03-16 15:56:59 +01:00
Gizzant
1a5c4059bd Update SKILL.md to final version (#305)
* Update SKILL.md to final version

* fix: restore analyze-project frontmatter

---------

Co-authored-by: sck_0 <samujackson1337@gmail.com>
2026-03-16 15:56:50 +01: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
vilia
bae5fccf88 feat: add ai-engineering-toolkit — 6 production-ready AI engineering skills (#314)
* feat: add ai-engineering-toolkit — 6 AI engineering workflows

* fix: reclassify risk as offensive, add AUTHORIZED USE ONLY disclaimer

---------

Co-authored-by: viliawang-pm <viliawang-pm@users.noreply.github.com>
Co-authored-by: sck_0 <samujackson1337@gmail.com>
2026-03-16 15:56:36 +01:00
ksgisang
eacd1d6238 Add AWT — AI-powered E2E testing skill (beta, feedback welcome) (#320)
* Add AWT — AI-powered E2E testing skill (beta, feedback welcome)

* chore: refresh branch for ci

---------

Co-authored-by: sck_0 <samujackson1337@gmail.com>
2026-03-16 15:56:26 +01:00
ChaosRealmsAI
f66c3e9e13 feat: add ai-native-cli skill for building agent-friendly CLIs (#317)
Design spec with 98 rules across three certification levels for building
CLI tools that AI agents can safely invoke, parse, and handle errors from.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: sck_0 <samujackson1337@gmail.com>
2026-03-16 15:56:14 +01:00
Marvin19700118
1a066d2914 antigravity awesome skills (#318)
* chore: update star history chart

* chore: update star history chart

* chore: update star history chart

* chore: update star history chart

* chore: update star history chart

* chore: update star history chart

* chore: update star history chart

* chore: sync generated registry files [ci skip]

* chore: update star history chart

* chore: update star history chart

* chore: update star history chart

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: sck_0 <samujackson1337@gmail.com>
2026-03-16 15:56:04 +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
github-actions[bot]
d50150fb4e chore: update star history chart 2026-03-16 06:33:55 +00:00
sck_0
e171c7d85f chore: release v7.9.2 2026-03-15 17:52:32 +01:00
sck_0
62c4d86155 fix(installer): Ship runtime libs in npm package
Include tools/lib in the published npm files whitelist so the npx installer can resolve symlink-safety at runtime. Add a regression test that checks npm pack --dry-run --json for the expected packaged files.

Fixes #315

Co-Authored-By: Claude <noreply@anthropic.com>
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
fc83f1ac65 docs: update getting-started version marker for v7.9.1 2026-03-15 10:03:41 +01:00
sck_0
74e4cccd70 docs: expand security posture references for contributor and maintainer workflows 2026-03-15 10:02:22 +01:00
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