Releases: netresearch/claude-code-marketplace
Release list
v1.13.0
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'sdependency-reviewaction, andnoneaudit— 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
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
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.