Commit Graph

1076 Commits

Author SHA1 Message Date
sickn33
afab2e262f meta(release): Sync preflight metadata
Accept the deterministic metadata updates produced by the release
preflight so the tracked tree matches the current package version and
skill count before the automated 8.2.0 release commit runs.

This keeps the README registry sync comment aligned with the current
package state while preserving the manual 8.2.0 release messaging.
2026-03-18 12:57:02 +01:00
sickn33
cceefcce0f docs(release): Prepare 8.2.0 documentation
Add the 8.2.0 changelog entry and align the release-facing user docs
with the current maintenance sweep so the release workflow has the
required notes and public version references in place.

Refresh README release messaging and contributor acknowledgements ahead
of the automated release commit and tag creation.
2026-03-18 12:56:27 +01:00
sickn33
d2ad123c81 fix(plugin): Correct Claude marketplace source path
Update the Claude marketplace entry to use a schema-valid relative source path and add a regression test so invalid marketplace sources fail in the local suite. Also document the maintainer workflow used for stale PR metadata and fork-gated Actions runs.

Fixes #344
2026-03-18 12:48:45 +01:00
Wolfe-James
2f8a52e26c Update README with new project links (#345)
## Add faf-skills to Community Contributors
                                                                                 
  17 Claude Code skills for AI-context management, built on the IANA-registered  
  .faf format (`application/vnd.faf+yaml`).                                      
                                                                                 
  **Skills include:** project DNA creation, AI-readiness scoring (0-100%),       
  bi-sync with CLAUDE.md/AGENTS.md, MCP server building, and championship-grade
  testing.                                                                       
                                                            
  - **Repo:** https://github.com/Wolfe-Jam/faf-skills
  - **License:** MIT
  - **Skills:** 17
2026-03-18 12:44:41 +01:00
github-actions[bot]
1bcb135b45 chore: sync generated registry files [ci skip] 2026-03-18 11:40:28 +00:00
Jayen
19e42bb67a feat: add goldrush-api skill for blockchain data across 100+ chains (#334) 2026-03-18 12:40:00 +01:00
Da Wei
61ba6d689f feat: add openclaw-github-repo-commander for GitHub repo audit and cleanup (#340) 2026-03-18 12:39:44 +01:00
Champbreed
fdd496da08 docs: add missing metadata labels to devcontainer-setup skill (#343)
* fix: resolve OOM crash by balancing markdown syntax (#339)

Corrected unbalanced backticks in browser-extension-builder/SKILL.md
(19 -> 18) to prevent infinite loops during indexing.

Signed-off-by: Simon Essien <champbreed1@gmail.com>

* Update SKILL.md

---------

Signed-off-by: Simon Essien <champbreed1@gmail.com>
2026-03-18 12:39:27 +01:00
github-actions[bot]
eade42da9a chore: sync generated registry files [ci skip] 2026-03-18 11:33:12 +00:00
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