Skip to content

Releases: netresearch/claude-code-marketplace

v1.13.0

Choose a tag to compare

@CybotTM CybotTM released this 22 Apr 10:01
8bd7d10

New skills in the marketplace

  • orocommerce-skill — OroCommerce development support (#35).
  • typo3-a11y — TYPO3 accessibility audits and remediation guidance.
  • typo3-frontend-patterns — reusable frontend patterns for TYPO3 projects.
  • typo3-vite — Vite integration for TYPO3 frontend builds.
  • github-release — automates cutting GitHub releases with consistent narrative notes (#36), including a follow-up sync so the plugin's README description matches the marketplace entry.

Security hardening

  • Added a dedicated security workflow covering gitleaks (secret scanning), GitHub's dependency-review action, and noneaudit — so marketplace PRs are checked for leaked secrets and risky dependency additions before they land.

Full Changelog: v1.12.0...v1.13.0

v1.12.0

Choose a tag to compare

@CybotTM CybotTM released this 29 Mar 20:11
ed56cea

Major marketplace expansion adding ten new skills, plus a significant architecture simplification.

New skills

The marketplace now includes agent-harness for repo agent-readiness, automated-assessment (renamed from extension-assessment) for checkpoint-based quality audits, concourse-ci for pipeline development, docker-development for Dockerfile and compose workflows, data-tools for structured data operations across JSON/YAML/TOML/XML/CSV, file-search for codebase search patterns, matrix-communication for Matrix chat integration, pagerangers-seo for keyword analysis, typo3-project-upgrade for TYPO3 instance upgrades, and typo3-typoscript-ref for TypoScript/TSconfig reference.

Architecture changes

The marketplace was simplified to use pure source references — plugin metadata now points directly to source repositories rather than maintaining synced copies. This eliminates the sync drift problem and reduces maintenance overhead. A new marketplace.json validation workflow with pre-commit hook ensures metadata stays consistent.

CI was hardened by pinning actions/checkout to SHA. Node.js was updated to 22.22.

Full Changelog: v1.11.0...v1.12.0

v1.11.0 - SKILL.md Context Optimization

Choose a tag to compare

@CybotTM CybotTM released this 07 Jan 13:51
86667a7

Context Efficiency Improvements

Reduced 5 skills to minimize context overhead when loaded:

Skill Before After Reduction
typo3-docs 12,990 3,505 73%
php-modernization 7,133 2,745 61%
jira-communication 6,330 3,195 49%
jira-integration 4,838 2,373 51%
context7 3,349 1,540 54%

Principle applied: If information can be moved to reference files without losing functionality, it should be.

Net reduction: 627 lines removed from context overhead.