You ship code. Your agent should know your stack.
40 curated Agent Skills for TYPO3, PHP, Go, Docker, Jira, security, and documentation — portable across Claude Code, Cursor, Copilot, Codex, Gemini CLI, and 30+ other agents.
Browse the full catalog → netresearch.github.io/claude-code-marketplace — per-skill detail pages, grouped by stack and category, in English and German.
Agentic Skills are portable packages of procedural knowledge that work across any AI coding agent supporting the Agent Skills specification.
Supported Platforms:
- Claude Code (Anthropic)
- Cursor
- GitHub Copilot
- OpenAI Codex
- Gemini CLI
- Amp, Goose, Roo Code, OpenCode, and 30+ more
/plugin marketplace add netresearch/claude-code-marketplaceThen use /plugin to browse and install individual skills.
npx skills add https://github.com/netresearch/{repo-name} --skill {skill-name}Browse all skills at skills.sh/netresearch.
A small family of skills whose subject matter is other skills. At the center runs a loop — Harness, Assessment, Retro — and around it sit authoring tools that feed the loop.
| Skill | Repository | Description |
|---|---|---|
| agent-harness | agent-harness-skill | Agent Skill for bootstrapping, verifying, and enforcing agent-harness infrastructure in repositories |
| automated-assessment | automated-assessment-skill | Systematic project assessment with scripted + LLM verification |
| retro | retro-skill | LLM-driven session retrospection: detects friction and materializes learnings into user memory, project rules, skill PRs, checkpoints, or harness artifacts. Includes /retro outcome and /retro audit modes |
| agent-rules | agent-rules-skill | Generate AGENTS.md with CI rules, architecture, ADRs extraction |
| skill-repo | skill-repo-skill | Skill repository structure, validation, and distribution |
Host-side tooling (not Agent Skills themselves, but part of the same family):
- composer-agent-skill-plugin — Composer plugin that pulls Agent Skills into PHP projects.
- node-agent-skill-coordinator — Discovers skills shipped via npm packages and registers them in the project's
AGENTS.md.
| Skill | Repository | Description |
|---|---|---|
| typo3-conformance | typo3-conformance-skill | Evaluate TYPO3 extension quality and standards compliance |
| typo3-testing | typo3-testing-skill | Test infrastructure: unit, functional, E2E, architecture, mutation |
| typo3-docs | typo3-docs-skill | Create and maintain TYPO3 extension documentation for docs.typo3.org |
| typo3-ddev | typo3-ddev-skill | DDEV environment setup for TYPO3 extension development |
| typo3-extension-upgrade | typo3-extension-upgrade-skill | Systematic extension upgrades to newer LTS versions |
| typo3-project-upgrade | typo3-project-upgrade-skill | TYPO3 project instance upgrades across major LTS versions |
| typo3-ckeditor5 | typo3-ckeditor5-skill | CKEditor 5 plugin development for TYPO3 v12+ |
| typo3-core-contributions | typo3-core-contributions-skill | Guide TYPO3 core contributions via Gerrit |
| typo3-typoscript-ref | typo3-typoscript-ref-skill | Version-aware TypoScript, TSconfig, and Fluid reference lookup |
| typo3-a11y | typo3-a11y-skill | WCAG 2.1 AA accessibility patterns for TYPO3 projects |
| typo3-frontend-patterns | typo3-frontend-patterns-skill | Reusable frontend patterns (sticky header, breadcrumb, lazy loading) |
| typo3-vite | typo3-vite-skill | Vite build setup, SCSS architecture, Bootstrap 5 theming |
| Skill | Repository | Description |
|---|---|---|
| orocommerce | orocommerce-skill | OroCommerce development: entities, datagrids, REST API, workflows, frontend, security, integration, bundle scaffolding |
| Skill | Repository | Description |
|---|---|---|
| php-modernization | php-modernization-skill | PHP 8.x modernization: type safety, enums, DTOs, PHPStan, Rector |
| security-audit | security-audit-skill | OWASP security audit patterns for PHP applications |
| enterprise-readiness | enterprise-readiness-skill | Supply chain security, SLSA, OpenSSF, SBOMs, quality gates |
| Skill | Repository | Description |
|---|---|---|
| docker-development | docker-development-skill | Dockerfile, docker-compose, multi-stage builds, CI patterns |
| concourse-ci | concourse-ci-skill | Concourse CI pipeline development and optimization |
| go-development | go-development-skill | Production-grade Go patterns: testing, Docker, LDAP, resilience |
| git-workflow | git-workflow-skill | Branching strategies, Conventional Commits, PR workflows |
| github-project | github-project-skill | GitHub repo setup: branch protection, CODEOWNERS, auto-merge |
| github-release | github-release-skill | Safe, automated GitHub releases with supply chain security. Prevents dangerous gh release commands, orchestrates version bumps, signed tags, and CI-driven releases across ecosystems. |
| Skill | Repository | Description |
|---|---|---|
| jira-integration | jira-skill | Jira API operations and wiki markup (two sub-skills) |
| matrix-communication | matrix-skill | Send messages to Matrix rooms |
| cli-tools | cli-tools-skill | Auto-install missing CLI tools (74+ tool catalog) |
| context7 | context7-skill | Library documentation lookup via Context7 REST API |
| data-tools | data-tools-skill | Structured data manipulation with jq, yq, dasel, qsv |
| file-search | file-search-skill | Efficient code search with ripgrep, ast-grep, fd |
| pagerangers-seo | pagerangers-skill | PageRangers SEO API: keyword rankings, SERP analysis |
| coach | claude-coach-plugin | Self-improving learning system with hooks and commands |
| german-technical-writing | german-technical-writing-skill | Natural German technical register for Jira, internal docs, team chat — catches anglicisms, enforces lexicon |
| peer-qa-review | peer-qa-review-skill | Round-1 IT QA peer-review runbook: lifecycle, severity vocabulary, structured Jira comment template, edge cases, anti-patterns |
| markdown-to-pdf | markdown-to-pdf-skill | Convert Markdown files to styled PDFs via WeasyPrint; CSS-overridable for branded output |
| typo3-upgrade-effort-model | typo3-upgrade-effort-model-skill | TYPO3 LTS upgrade effort model: risk multipliers, baselines, version compatibility, Rector coverage, 7-phase workflow |
| Skill | Repository | Description |
|---|---|---|
| netresearch-branding | netresearch-branding-skill | Netresearch brand guidelines: colors, typography, components |
This marketplace uses source references — it contains only a marketplace.json catalog that points to individual skill repositories. Claude Code fetches skills directly from their source repos when installed.
Add an entry to .claude-plugin/marketplace.json:
{
"name": "my-skill",
"description": "What it does and when to use it",
"source": {
"source": "github",
"repo": "netresearch/my-skill-repo"
},
"category": "development"
}Netresearch also maintains an internal marketplace for proprietary skills:
/plugin marketplace add git@git.netresearch.de:coding-ai/marketplace.gitBrowse the full catalog with per-skill detail pages on the marketplace website:
netresearch.github.io/claude-code-marketplace — DE + EN, canonical landing per skill, grouped by stack and category.
Maintained by: Netresearch DTT GmbH, Leipzig