Commit Graph

311 Commits

Author SHA1 Message Date
sickn33
344854e9e5 fix(security): Address remaining scanning alerts
Tighten the remaining high-signal security findings by switching the todo example to a standard Express rate limiter, removing sensitive metadata from boilerplate logging, and replacing fragile HTML tag filtering with parser-based conversion.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-18 18:15:49 +01:00
sickn33
3b6ef3add8 fix(security): Remediate scanning and dependency alerts
Harden template and example code paths, redact sensitive output, and pin safe transitive npm packages. Consolidate the todo backend on better-sqlite3 so the example no longer pulls the vulnerable sqlite3 chain and still passes build and CRUD smoke checks.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-18 18:05:45 +01:00
Mohamed Halith
61c054adaa feat: add landing-page-generator skill for high-converting web pages (#341)
* feat: add landing-page-generator skill for high-converting web pages

* fix: restore missing sections and fix corruption in SKILL.md
2026-03-18 13:04:07 +01: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
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
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
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
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
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
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
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
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
sck_0
6f42d5b0a2 security: harden refresh-skills endpoint and add skills docs security gate 2026-03-15 09:51:16 +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
sck_0
27cb7c6830 chore: clean misplaced repo artifacts 2026-03-14 20:00:09 +01: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
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
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
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
cfb8af3286 chore: release v7.6.0 2026-03-12 12:38:35 +01: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
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
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
sck_0
e77ae11848 feat: add keyword extractor skill (#264)
Co-authored-by: Tejas Shinde <tejasashinde@users.noreply.github.com>
2026-03-11 16:00:39 +01:00
Olga Safonova
9469b7c56b feat: add skill-check for agentskills.io spec validation (#263)
* feat: add skill-check for agentskills.io spec validation

Read-only skill that validates SKILL.md files against the agentskills
specification and Anthropic best practices. Catches structural errors,
semantic contradictions, naming anti-patterns, and quality gaps.

Source: https://github.com/olgasafonova/SkillCheck-Free
License: MIT

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

* Add ## Overview section per canonical template

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

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 15:54:57 +01:00
Lukas Svoboda
3c2165e4da feat: add lex truth engine for cross-jurisdictional legal context (#262)
* feat: add lex truth engine for cross-jurisdictional legal context

* Update skills/lex/findings.md

Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>

* docs: update GDPR reference to official EUR-Lex link

* chore: sync generated files

---------

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 15:54:23 +01:00
sck_0
4fd7e117f9 chore: align documentation consistency and update statistics 2026-03-10 19:22:41 +01:00
Kennyzheng
bef8d36fac feat: add seek-and-analyze-video for video intelligence (#250)
* feat: add seek-and-analyze-video for video intelligence

* chore: sync generated files for seek-and-analyze-video

---------

Co-authored-by: kennyzheng-builds <kennyzheng-builds@users.noreply.github.com>
Co-authored-by: sck_0 <samujackson1337@gmail.com>
2026-03-10 19:16:43 +01:00
Stanislav Shymanskyi
2a7580147d feat: add progressive-estimation skill for AI-assisted development estimation (#260)
Co-authored-by: Stas <stas@mac-1.home>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 19:14:36 +01:00
Takura
7b9b1095d0 pipecat-friday-agent — Iron Man-inspired tactical voice assistant (F.R.I.D.A.Y.) with Pipecat, Gemini, and OpenAI. (#261)
* feat: add pipecat-friday-agent skill and sync generated files

* chore: sync generated files and update changelog for pipecat-friday-agent

* fix: normalize path separators in data registry for cross-platform CI

* chore: sync generated registry files and resolve CI drift

* feat: Add initial skill catalog, aliases, and bundles data files and update README.

* fix: normalize path separators in skill utils and resolve CI drift

* feat: Introduce skill catalog, aliases, and bundles with a new utility and updated documentation.

* feat: Add new skill catalog data files for aliases, bundles, and the main catalog, and update total skill count.

* feat: Update skill and star counts, and registry sync metadata in README.md.

* chore: sync generated registry files

* chore: fix drift

---------

Co-authored-by: sck_0 <samujackson1337@gmail.com>
2026-03-10 19:13:49 +01:00
Guilherme Ruy
a27a11a6aa feat: Add sankhya-dashboard skill following best practices (#258)
* feat: Add sankhya-dashboard skill following anthropic best practices

* Update skills/sankhya-dashboard-html-jsp-custom-best-pratices/SKILL.md

Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>

* Update skills/sankhya-dashboard-html-jsp-custom-best-pratices/SKILL.md

Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>

* feat: update skill.md with parameter shielding fallbacks and jsp-js layer separation patterns

Add best practices for parameter shielding and layer separation in JSP.

* chore: sync generated files for sankhya dashboard skill

---------

Co-authored-by: Guilherme Ruy <guilherme.ruy@Evoden.int>
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-10 17:31:46 +01:00
ant
445f71d134 feat: add blueprint skill for cold-start construction planning (#259)
* feat: add blueprint skill for cold-start construction planning

* chore: sync generated files for blueprint skill

---------

Co-authored-by: sck_0 <samujackson1337@gmail.com>
2026-03-10 17:24:45 +01:00
Allen930311
9de71654fc feat: add unified-diary skill (#246)
* feat: add unified-diary skill

* chore: refine diary skill metadata for quality bar compliance

* fix: address PR feedback - fix NameError, Obsidian path, and add missing script
2026-03-09 11:52:09 +01:00