Record the 10.1.0 release summary covering PRs #514, #516, #517, the direct fix for issue #518, and the post-10.0.0 limitations audit hardening.
Refs #514
Refs #516
Refs #517
Refs #518
Adds two optional SKILL.md frontmatter fields for downstream consumers
(e.g. aggregators and MCP servers) that need to resolve the license of
upstream-sourced skills at ingest time.
- `license`: SPDX expression for the upstream source material (e.g. `MIT`)
- `license_source`: URL to the upstream LICENSE file for automated verification
Both fields are strictly optional and non-breaking. Existing skills with no
`license` field are treated as "license not declared" by tooling — no inference
or default is assumed.
Also adds:
- PR checklist item prompting contributors to declare license provenance when
`source_repo` is set (`.github/PULL_REQUEST_TEMPLATE.md`)
- "License provenance" subsection in `docs/contributors/skill-anatomy.md`
documenting when and how to use the new fields
Co-authored-by: Joel Morrison <spinbitz@gmail.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
* feat: add linkedin-profile-optimizer for authority building and SEO
* fix(linkedin): add hallucination prevention gate for username audits
* docs(linkedin): polish grammar and fix phrasing in When to Use section
* feat: add indexing-issue-auditor for master technical SEO audits
* feat(seo): upgrade indexing-issue-auditor to elite level with SSR and Hreflang checks
* fix(seo): resolve missing @performance-profiler reference in related skills
* chore: manual sync and push requested by user
---------
Co-authored-by: sickn33 <sickn33@users.noreply.github.com>
Co-authored-by: Codex <noreply@openai.com>
* feat: add helium-mcp skill for news intelligence, media bias, and market data
Adds Helium MCP — a streamable HTTP MCP server (no auth) with 9 tools
covering news search across 3.2M+ articles, media bias analysis for
5,000+ sources, balanced news perspectives, live stock/ETF/crypto data
with AI analysis, ML-predicted options pricing, and semantic meme search.
Made-with: Cursor
* docs: add helium-mcp README credit
Co-authored-by: Codex <noreply@openai.com>
---------
Co-authored-by: sickn33 <sickn33@users.noreply.github.com>
Co-authored-by: Codex <noreply@openai.com>
* feat: add linkedin-profile-optimizer for authority building and SEO
* fix(linkedin): add hallucination prevention gate for username audits
* docs(linkedin): polish grammar and fix phrasing in When to Use section
* fix(linkedin): decouple verification gate from audit output to prevent hallucinations
* fix(linkedin): remove unresolved @image-generator reference as per PR review
Add the release notes section required by the maintainer workflow so the 9.13.0 release scripts can run from a clean main branch.
Capture the merged PR batch, contributor credits, and user-facing summary for the release notes artifact.