Commit Graph

1226 Commits

Author SHA1 Message Date
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
krabat-l
5f94e1bc9b Add claude-dash (#412) 2026-03-28 16:41:14 +01:00
github-actions[bot]
dd981765ec chore: update star history chart 2026-03-28 06:22:46 +00:00
sickn33
8ad1ef9d83 fix(installer): make updates idempotent and harden CI staging 2026-03-27 15:26:41 +01:00
sickn33
8cdb1ef658 fix(deps): Patch picomatch vulnerability 2026-03-27 14:44:50 +01:00
sickn33
32db281465 fix(scripts): Harden code scanning findings 2026-03-27 14:42:55 +01:00
github-actions[bot]
bafe144d4a chore: sync repo state [ci skip] 2026-03-27 09:55:20 +00:00
sickn33
1ac95d926f fix(release): sync plugin manifests for v9.0.0
Capture the plugin manifest version bumps that release:prepare generated for 9.0.0 and update the release staging step so Claude and Codex plugin manifests are included automatically in future release commits.
2026-03-27 10:54:23 +01:00
sickn33
bc229fa570 chore: release v9.0.0 2026-03-27 10:52:22 +01:00
sickn33
fbbc53843c test(release): derive Codex plugin version from package metadata
Make the Codex marketplace release test follow package.json instead of pinning the previous release version, so scripted release prepares can bump plugin manifests safely.
2026-03-27 10:51:25 +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
sickn33
5af8360409 docs(plugins): add Claude and Codex plugin guides
Document the new Claude Code and Codex plugin distributions and explain how root plugins, bundle plugins, and plugin-safe filtering relate to the full library install.\n\nSync the catalog, plugin compatibility artifacts, and generated plugin-safe subsets so main stays consistent before the v9.0.0 release flow.
2026-03-27 10:45:56 +01:00
AKT99!
7751f14d53 Add AKF — The AI Native File Format skill (#406) 2026-03-27 10:38:37 +01:00
Mateusz
facb99f5a8 Add CoinPaprika & DexPaprika skills to Community Contributed Skills (#407) 2026-03-27 10:38:35 +01:00
github-actions[bot]
a632d0bd1f chore: sync repo state [ci skip] 2026-03-27 09:27:24 +00:00
sickn33
a47377c6fc fix(ci): Align bundles audit with compatibility sync
Reuse sync_repo_metadata.sync_bundles_doc in audit_consistency so the\naudit path stays aligned with the editorial bundles renderer signature.\n\nThis fixes the CI failure caused by calling render_bundles_doc without\nthe required compatibility argument.
2026-03-27 10:26:38 +01:00
sickn33
4c0cc5fadb feat(plugins): add plugin-safe compatibility filtering 2026-03-27 10:18:16 +01:00
sickn33
dffac91d3b feat(bundles): add editorial bundle plugins 2026-03-27 08:51:59 +01:00
github-actions[bot]
8eff08b706 chore: update star history chart 2026-03-27 06:29:08 +00:00
github-actions[bot]
3503d95592 chore: sync repo state [ci skip] 2026-03-27 03:11:22 +00:00
sickn33
57e90d0f83 feat(codex): Add repo-local plugin marketplace support
Add Codex marketplace metadata and a repo-local plugin scaffold so the repository can be installed as a Codex plugin without duplicating the skills catalog.

Document the new integration path and cover it with a regression test to keep the marketplace entry and plugin manifest in sync.
2026-03-27 04:10:36 +01:00
github-actions[bot]
367c4e0915 chore: sync repo state [ci skip] 2026-03-26 16:31:28 +00:00
sickn33
56612ce9a8 build(deps): Patch Dependabot alerts 2026-03-26 17:26:29 +01:00
sck_0
4ac37cd920 chore: release v8.10.0 2026-03-26 17:15:39 +01:00
sck_0
ab8e25e098 docs(changelog): Add v8.10.0 release notes 2026-03-26 17:11:16 +01:00
github-actions[bot]
f4f1ad4ec3 chore: sync repo state [ci skip] 2026-03-26 16:08:03 +00:00
Tom Granot
1815eb01a1 Add HubSpot Admin Skills to community contributed skills (#403)
Co-authored-by: sickn33 <sickn33@users.noreply.github.com>
2026-03-26 17:07:33 +01:00
github-actions[bot]
8076a6e0c7 chore: sync repo state [ci skip] 2026-03-26 16:03:55 +00: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
Choi Wontak
0b4d23975f feat: add tutor-skills to community contributed skills (#400)
Add Tutor Skills (RoundTable02/tutor-skills) to the Community Contributed
Skills section. This skill transforms PDFs, docs, and codebases into
Obsidian study vaults with interactive quiz-based learning.
2026-03-26 17:03:14 +01:00
sickn33
eaebf3e101 meta(aeo): Improve homepage schema and discovery docs
Add visible FAQ and concepts content, strengthen tool-specific integration
guides, and publish a dedicated skills-vs-MCP explainer.

Extend homepage SEO metadata and JSON-LD so the GitHub Pages catalog
better reflects the repository's real positioning and common user
questions.
2026-03-26 14:17:07 +01:00
sickn33
80045ca72a meta(repo): Refresh GitHub topics and social preview
Update the recommended GitHub topics to use all available slots with tags
that better match the repository's real tool coverage and search intent.

Refresh the social preview assets so shared links and topic pages present
current positioning and the latest skill count more clearly.
2026-03-26 13:57:06 +01:00
github-actions[bot]
d0dd613cf0 chore: sync repo state [ci skip] 2026-03-26 12:24:43 +00:00
sickn33
bc49ceec90 fix(security): harden skill apply and activation flows
Restrict auto-apply to trusted review comments so spoofed issue comments
cannot write optimized SKILL.md content into pull request branches.

Reject activation symlinks that escape the source root and add
regression coverage for both security checks.
2026-03-26 13:24:04 +01:00
github-actions[bot]
b8684488ab chore: update star history chart 2026-03-26 06:27:30 +00:00
sickn33
0afb519bb3 fix(actions): isolate apply-optimize from issue comments 2026-03-25 12:05:50 +01:00
sickn33
09f4b5ed8d docs(changelog): Credit Dimillian release import 2026-03-25 12:01:02 +01:00
sickn33
c240898a8e chore: release v8.9.0 2026-03-25 11:58:46 +01:00
sickn33
50f42dffba chore(web): Sync release web assets
Record the tracked sitemap and skills backup updates produced by the release-state sync so release preflight can run on a clean working tree.
2026-03-25 11:54:45 +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
github-actions[bot]
b2f9600f03 chore: update star history chart 2026-03-25 06:24:38 +00:00
sickn33
2e12db8014 chore: release v8.8.0 2026-03-24 17:22:20 +01:00
sickn33
8019a30261 docs(changelog): Add v8.8.0 release notes
Document the 8.8.0 release scope for the merged PR batch so the automated release workflow can publish the matching GitHub release notes.
2026-03-24 17:22:20 +01:00
github-actions[bot]
668415ecf1 chore: sync repo state [ci skip] 2026-03-24 16:17:28 +00: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
github-actions[bot]
f991f5ca85 chore: sync repo state [ci skip] 2026-03-24 16:16:16 +00:00
Champbreed
19271cdcc5 feat: add aegisops-ai autonomous governance skill (#390) 2026-03-24 17:15:55 +01:00