Skip to content

@allons-y/agent-skills@1.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Jul 20:15
Immutable release. Only release title and notes can be modified.
57cc80a

Minor Changes

  • #32 02cda21 Thanks @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-data command.
    • 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 7738d8f Thanks @castastrophe! - - Point every repository, homepage, and issues URL at the renamed allonsy-studio GitHub org so links and npm metadata resolve correctly.

    • Add a docs/skill-architecture.md guide 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.js module.
    • Report per-skill test coverage correctly in CI.

Patch Changes

  • #32 02cda21 Thanks @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 aad7389 Thanks @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.