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.
* 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>
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.
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.
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.
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.
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.
* 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>
* 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>
* upgrade skill-review to skill-review-and-optimize
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* retrigger CI
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Install apps/web-app dependencies in the publish workflow before the\nfrontend build so CI matches the working Pages pipeline.\n\nHarden the maintainer release suite by adding the same install step\nbefore app:build, and switch the shared app:install helper to npm ci\nfor deterministic installs.\n\nDocument the follow-up patch release in the changelog so 8.7.1 can\npublish the 8.7.x line to npm after the 8.7.0 release failed before\nreaching the registry.
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
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>
* 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>
* 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>
Add a Unix activation script, Antigravity-specific installer guidance,
and cross-platform recovery documentation so users can reduce the
live skill set when truncation or context overload appears.
Regenerate the canonical bundle/catalog artifacts after merging the
stale goldrush-api removal so main stays release-ready.
Refs #381