Minor Changes
-
#32
02cda21Thanks @castastrophe! - Add a structured-data skill for adding schema.org markup (HTML Microdata or JSON-LD) to web pages, then validating it.- Picks the right format for your project and injects markup at build or server-render time only, emitting a reviewable diff instead of overwriting your source files.
- Generates JSON-LD with typed authoring (schema-dts) and validates it against the reference JSON-LD processor, so broken or unknown types surface before they ship.
- Includes an extraction preview that shows exactly what a search-engine parser reads from your page, plus a
/preview-structured-datacommand. - Offers to wire structured-data regression tests into your project's existing suite so markup can't silently drift.
Say things like "add JSON-LD to this page", "add schema.org / rich-snippet markup", "validate my structured data", or "should I use Microdata or JSON-LD?" and Claude will know what to do.
-
#39
7738d8fThanks @castastrophe! - - Point every repository, homepage, and issues URL at the renamedallonsy-studioGitHub org so links andnpmmetadata resolve correctly.- Add a
docs/skill-architecture.mdguide plus a stronger "New skill" issue template that walks contributors through the decisions that make a skill trigger reliably. - Refresh the marketplace landing site.
- dreamlight-valley: fix the catalog preview page so its Eleventy build succeeds, and split the sprite-coordinate helpers into a tested
sprite-coords.jsmodule. - Report per-skill test coverage correctly in CI.
- Add a
Patch Changes
-
#32
02cda21Thanks @castastrophe! - Polish the marketplace site and stop skill pages from overflowing on narrow screens:- The featured skill card is now a single link straight to its page (no more separate buttons), the "Featured"/"Recommended" badges sit centered on the card's top edge with consistent padding, and the quality/feature cards get larger centered icons and headings.
- Card body copy uses balanced text wrapping with a tighter line height.
- The landing headline breaks cleanly at the slash (
@allons-y//agent-skills) instead of mid-word at a hyphen. - Long link URLs and inline code such as file paths now wrap instead of pushing past the screen, the prose column is capped to its container width, and code blocks get a small inset so text no longer sits flush against their accent border.
-
#35
aad7389Thanks @castastrophe! - The install script was pointing to an old marketplace name and has now been fixed to "allonsy-studio/agent-skills"/plugin marketplace add allonsy-studio/agent-skills
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.