Commit Graph

349 Commits

Author SHA1 Message Date
sickn33
08a31cacf5 fix(repo): Harden catalog sync and release integrity
Tighten the repo-state automation so canonical bot commits remain
predictable while leaving main clean after each sync.

Make the public catalog UI more honest by hiding dev-only sync,
turning stars into explicit browser-local saves, aligning risk types,
and removing hardcoded catalog counts.

Add shared public asset URL helpers, risk suggestion plumbing,
safer unpack/sync guards, and CI coverage gates so release and
maintainer workflows catch drift earlier.
2026-03-29 09:22:23 +02:00
sickn33
e874770c0d fix(whatsapp): Stop logging sensitive config data
Sanitize WhatsApp Cloud API validator output across the root skill and plugin copies so code scanning no longer flags clear-text exposure.

Add a regression test that verifies successful and failed validation runs do not print sensitive response fields or API error details.
2026-03-28 23:16:30 +01:00
sickn33
ef6214cc16 fix(security): Resolve remaining code scanning alerts 2026-03-28 17:54:07 +01:00
sickn33
9ac140049c fix(ci): Sync canonical security artifacts 2026-03-28 17:42:37 +01:00
sickn33
b681e0e03b fix(security): Harden skill security checks 2026-03-28 17:37:29 +01:00
sickn33
df9f89ce22 docs(skills): Add when-to-use to phase-gated-debugging 2026-03-28 16:44:49 +01:00
Saim Shafique
c75b067279 feat(skills): add saas-multi-tenant (#411)
* feat(skills): add saas-multi-tenant — multi-tenant SaaS architecture with RLS, tenant-scoped queries, and isolation patterns

* chore: sync generated registry files

* fix: address code review — set_config, cleanup, args guard, findUnique

* chore(pr411): Remove derived artifacts

* chore(pr411): Drop derived files from diff

* chore(pr411): Revert count drift

---------

Co-authored-by: sickn33 <sickn33@users.noreply.github.com>
2026-03-28 16:42:17 +01:00
Jonathan Hobman
26900ea7bd Update Three.js skills for r183 compatibility (#408)
Major update across all 11 Three.js skills:
- Fix meta skill targeting r128 (5 years old) → modern r183 import map patterns
- Fix deprecated outputEncoding → outputColorSpace
- Add Clock → Timer migration (recommended in r183)
- Add WebGPU/TSL awareness across shader and material skills
- Add BatchedMesh, OrbitControls, GLTFLoader r183 features
- Fix incorrect WebGPU post-processing patterns
- Add setAnimationLoop as preferred animation pattern
- Remove stale CapsuleGeometry and OrbitControls warnings

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-28 16:41:36 +01:00
krabat-l
884d6ecff5 Add phase-gated-debugging skill (#409)
* Add phase-gated-debugging skill

* Fix risk label: low -> safe (valid value per validate_skills.py)
2026-03-28 16:41:28 +01:00
sickn33
169077e9fb fix(skills): add trust metadata usage guidance
Add a When to Use section for akf-trust-metadata so release validation stays within the current warning budget.\n\nRefresh the generated plugin-safe and catalog artifacts produced by the maintainer sync after the PR batch landed.
2026-03-27 10:48:21 +01:00
AKT99!
7751f14d53 Add AKF — The AI Native File Format skill (#406) 2026-03-27 10:38:37 +01:00
sickn33
4c0cc5fadb feat(plugins): add plugin-safe compatibility filtering 2026-03-27 10:18:16 +01:00
digitamaz
2a8b112191 feat: add clarvia-aeo-check — score MCP servers for agent-readiness (#402)
Co-authored-by: digitamaz <noreply@digitamaz.com>
2026-03-26 17:03:41 +01:00
SciOps
3a9897e48e feat: add adhx skill for X/Twitter post reading (#396)
* feat: add adhx skill for X/Twitter post reading

Adds the ADHX community skill for fetching X/Twitter posts as clean LLM-friendly JSON.

ADHX (https://adhx.com) is an open-source Claude Code skill that converts any x.com, twitter.com, or adhx.com link into structured JSON data with full article content, author info, and engagement metrics. No scraping or browser required.

Install:
- /plugin marketplace add itsmemeworks/adhx
- curl -sL https://raw.githubusercontent.com/itsmemeworks/adhx/main/skills/adhx/SKILL.md -o ~/.claude/skills/adhx/SKILL.md

Source: https://github.com/itsmemeworks/adhx

* fix: correct markdown indentation in SKILL.md

Fix escalating indentation in JSON response schema and remove leading
whitespace from all sections after the code block, which caused markdown
to render them as preformatted text instead of proper headings.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Pete Cheyne <pete.cheyne@gmail.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 17:03:27 +01:00
sickn33
d2be634870 feat(skills): Import curated Apple workflow skills
Add fourteen skills from Dimillian/Skills, integrate the merged Snowflake and WordPress updates into the maintainer sync, and refresh registry metadata, attributions, walkthrough notes, and the 8.9.0 release notes while keeping validation warnings within budget.
2026-03-25 11:53:08 +01:00
Munir Abbasi
0d425400d6 Add WordPress 7.0 Support to WordPress Skills Documentation (#394)
* chore: sync repo state [ci skip]

* Enhance WordPress skill documentation with 7.0 features

Updated the WordPress skill documentation to include new features from WordPress 7.0, such as Real-Time Collaboration, AI Connectors, and Abilities API. Enhanced the overview and workflow sections to reflect these changes.

* chore: sync repo state [ci skip]

* Enhance WordPress theme development for version 7.0

Updated the WordPress theme development workflow to include new features from WordPress 7.0, such as DataViews, Pattern Editing, Navigation Overlays, and admin refresh. Enhanced the overview and added sections for new theme features and testing checklist.

* chore: sync repo state [ci skip]

* Enhance WordPress plugin development for version 7.0

Updated WordPress plugin development workflow to include new features from WordPress 7.0, such as Real-Time Collaboration, AI Connectors, and the Abilities API. Enhanced descriptions and added sections for modern plugin development practices.

* chore: sync repo state [ci skip]

* Enhance WooCommerce workflow with WP 7.0 features

Updated WooCommerce development workflow to include WordPress 7.0 features such as AI connectors, DataViews, and collaboration tools. Enhanced descriptions and added new sections for AI-powered functionalities.

* chore: sync repo state [ci skip]

* Enhance WordPress penetration testing documentation

Updated the description to include WordPress 7.0 security considerations and added new sections on security testing for AI Connector, Abilities API, Real-Time Collaboration, and DataViews endpoints.

* chore: update star history chart

* chore(pr394): Drop derived artifacts from PR

Keep the pull request source-only so maintainer workflows and CI can regenerate canonical artifacts on main after merge.

* fix(pr394): Shorten WordPress pen-test description

Keep the imported WordPress 7.0 update within repository validation limits so source-validation passes on the contributor PR.

* chore: sync repo state [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-25 11:50:19 +01:00
James Cha-Earley
666abd8ec7 feat: add snowflake-development for Snowflake SQL, pipelines, Cortex AI, and Snowpark (#395)
* feat: add snowflake-development for Snowflake SQL, pipelines, Cortex AI, and Snowpark

Comprehensive Snowflake development skill covering SQL best practices, data pipeline
design (Dynamic Tables, Streams, Tasks, Snowpipe), Cortex AI functions, Cortex Agents,
Snowpark Python, dbt integration, performance tuning, and security hardening.

* fix: separate dbt materialization configs into distinct examples
2026-03-25 11:48:11 +01:00
Victor
b592d0a8ec feat: add xvary-stock-research skill (#389)
* feat: add xvary-stock-research skill for EDGAR-backed equity analysis

Made-with: Cursor

* docs: add When to Use section for xvary-stock-research

Made-with: Cursor

---------

Co-authored-by: victor <SenSei2121@users.noreply.github.com>
2026-03-24 17:16:45 +01:00
Champbreed
19271cdcc5 feat: add aegisops-ai autonomous governance skill (#390) 2026-03-24 17:15:55 +01:00
sickn33
4cf513e1d2 chore: sync maintainer release state
Refresh maintainer-owned artifacts after the PR merge batch, convert the\nJetski loader example to a directly importable Node ESM module, and add\nthe 8.7.0 changelog entry before release preparation.\n\nRefs #382\nRefs #388
2026-03-23 19:01:11 +01:00
sickn33
d1139bc95c feat(jobgpt): Add skill with maintainer fixes
Integrate the JobGPT skill directly on main because the fork does not\nallow maintainer edits and the reviewed content still needed workflow and\nauth guidance fixes before release prep.\n\nRefs #388\nCo-authored-by: Yashveer Rana <captainjackrana@gmail.com>
2026-03-23 18:57:24 +01:00
Terry Spitz
c66ecff720 Add windows-shell-reliability skill (#386)
* Add windows-shell-reliability skill

* Fix validation errors in windows-shell-reliability skill

* fix(windows-shell-reliability): Correct shell guidance

Scope the UTF-8 workaround to older Windows PowerShell behavior,\ninclude stderr in the logging recipe, and replace the foreground\nredirection example with a true detached Start-Process pattern.

---------

Co-authored-by: sickn33 <sickn33@users.noreply.github.com>
2026-03-23 18:56:00 +01:00
uucz
87b136ea2e Add skill: moyu (#384)
* Add skill: moyu anti-overengineering

* fix(moyu): Align metadata for validation

Match the frontmatter name to the skill directory and shorten the\ndescription so the maintainer validation checks can pass on the PR\nbranch without changing the skill body itself.

---------

Co-authored-by: sickn33 <sickn33@users.noreply.github.com>
2026-03-23 18:55:57 +01:00
Champbreed
83e5aaa9bb fix: restore missing cpp-pro reference documentation (Issue #382) (#383)
* fix: restore missing cpp-pro reference documentation (Issue #382)

* docs: restore implementation-playbook with idiomatic C++ patterns

* Update implementation-playbook.md

* Update implementation-playbook.md
2026-03-23 18:55:53 +01:00
Jayen
bb45075e97 chore: remove goldrush-api skill (stale hardcoded copy) (#379)
This SKILL.md was a point-in-time copy that cannot auto-update
from the canonical source at github.com/covalenthq/goldrush-agent-skills.

Removing to avoid stale/misleading content. The canonical skills
are maintained at: https://github.com/covalenthq/goldrush-agent-skills

Co-authored-by: Jayen Harrill <jayenharrill@Mac.lan>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-22 19:12:42 +01:00
Xiansen Chen
9804329926 Add gdb-cli skill - GDB debugging assistant for AI agents (#375)
* Add gdb-cli skill for AI-assisted GDB debugging

A GDB debugging skill designed for AI agents that combines source
code analysis with runtime state inspection. Supports core dump
analysis, live process debugging, crash investigation, and deadlock
analysis.

Features:
- Core dump analysis with millisecond-level response
- Live process attach debugging
- Source code correlation with runtime state
- Multi-threaded debugging support
- Common debugging patterns (null pointer, deadlock, memory corruption)

Repository: https://github.com/Cerdore/gdb-cli

* fix(skill): Reclassify gdb-cli risk label

---------

Co-authored-by: sickn33 <sickn33@users.noreply.github.com>
2026-03-22 19:12:32 +01:00
Francy Lisboa
797839cdd4 feat: add bdistill behavioral-xray and knowledge-extraction skills (#366)
* feat: add bdistill behavioral-xray and knowledge-extraction skills

Two MCP-powered skills for AI model analysis:
- behavioral-xray: Self-probe across 6 dimensions with HTML reports
- knowledge-extraction: Domain knowledge extraction via Ollama for LoRA training

Repository: https://github.com/FrancyJGLisboa/bdistill
Install: pip install bdistill

* fix: remove curl|sh install command, update skills for current capabilities

- Removed pipe-to-shell Ollama install (flagged by docs security policy)
- Replaced with link to https://ollama.com
- Updated knowledge-extraction to reflect in-session mode, adversarial
  validation, tabular ML data, and compounding knowledge base
- Updated behavioral-xray with red-team and compliance use cases
- Removed ChatML/fine-tuning language — output is reference data
2026-03-21 11:59:29 +01:00
sickn33
3efff111d2 fix(security): Harden skill tooling file handling
Guard metadata repair and doc sync scripts against symlink targets so
repo maintenance tasks cannot overwrite arbitrary local files.

Replace recursive skill discovery with an iterative walk that skips
symlinked directories, and harden the VideoDB listener to write only
private regular files in the user-owned state directory.

Also fix the broken pr:preflight script entry and make the last30days
skill stop embedding raw user arguments directly in the shell command.
2026-03-21 11:50:16 +01:00
sickn33
7cd2e94d41 feat(skills): import external marketing seo and obsidian skills
Import and normalize new skills from anthropics/skills, marketingskills, claude-seo, and obsidian-skills.

Align imported skills to repository validation rules, document provenance, and sync generated registry artifacts after the import.
2026-03-21 10:05:13 +01:00
Champbreed
8954badfe2 docs(gha-security-review): resolve metadata and refine usage scope per review (#362)
Co-authored-by: sickn33 <sickn33@users.noreply.github.com>
2026-03-20 18:09:05 +01:00
sickn33
86e9b55efb fix(skills): Restore actionable skill descriptions 2026-03-20 17:56:13 +01:00
sickn33
054565490e meta(skills): Backfill risk and source metadata
Add a conservative metadata fixer for missing risk and source fields,
cover it with tests, and backfill the remaining skills using explicit
source inference only when the provenance is clear. Fall back to the
repo-documented defaults when the file does not support a stronger claim.

Refs #365
2026-03-20 09:17:09 +01:00
sickn33
fc3c7ae8a2 meta(skills): Add skill audit and safe metadata fixes
Add repo-wide auditing and targeted repair scripts for skill metadata.
Fix truncated descriptions automatically, keep heading normalization
conservative, and remove synthetic boilerplate sections that degrade
editorial quality while regenerating repo indexes and catalogs.

Fixes #365
2026-03-20 09:06:45 +01:00
MAXIA
0270aff795 Add MAXIA AI-to-AI marketplace skill (#359)
* Add MAXIA AI-to-AI marketplace skill

* fix: align skill name with folder, add payment_tx

---------

Co-authored-by: MAXIA <maxia@maxiaworld.app>
2026-03-19 16:46:34 +01:00
Champbreed
eb8fb302e4 Fix/agentic auditor metadata (#353)
* docs: fix metadata for advanced-evaluation skill

Signed-off-by: simon essien <champbreed1@gmail.com>

* docs: add missing risk and source metadata to agentic-actions-auditor

* Update SKILL.md

---------

Signed-off-by: simon essien <champbreed1@gmail.com>
2026-03-19 16:46:26 +01:00
sickn33
4883b0dbb4 fix(security): Harden skill activation and loading flows
Harden batch activation, dev refresh gating, Microsoft sync path
handling, and Jetski skill loading against command injection,
symlink traversal, and client-side star tampering.

Add regression coverage for the security-sensitive paths and
update the internal triage addendum for the Jetski loader fix.
2026-03-18 18:49:15 +01:00
sickn33
365bc590ff fix(codeql): Stop scanning C# template assets
Rename the dotnet backend example assets out of the C# source path so CodeQL no longer performs low-quality C# extraction on standalone template files with no project build context. Update the implementation playbook links to the new template filenames.
2026-03-18 18:36:27 +01:00
sickn33
955d35b8c6 fix(codeql): Rename invalid TSX template asset
Keep the Radix component boilerplate as a template asset, but rename it out of the TSX parser path so CodeQL does not treat placeholder syntax as executable source. Update the example README link to the new template filename.
2026-03-18 18:30:51 +01:00
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