Netresearch Agentic Skills Marketplace

August 19, 2026 · View on GitHub

You ship code. Your agent should know your stack.

39 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.

Marketplace site Skills License: MIT OpenSSF Scorecard

Browse the full catalog → netresearch.github.io/claude-code-marketplace — per-skill detail pages, grouped by stack and category, in English and German.

What are Agentic Skills?

Agentic Skills are portable packages of procedural knowledge that work across any AI coding agent supporting the Agent Skills specification.

Every listed repository is also an Agent Plugins 1.0.0 package: a plugin.json at the repository root plus the skills/ directory, which conformant clients load directly from the source repository. This marketplace stays the Claude Code install path — Agent Plugins standardizes packaging, not distribution.

Supported Platforms:

  • Claude Code (Anthropic)
  • Cursor
  • GitHub Copilot
  • OpenAI Codex
  • Gemini CLI
  • Amp, Goose, Roo Code, OpenCode, and 30+ more

Installation

Claude Code (Marketplace)

/plugin marketplace add netresearch/claude-code-marketplace

Then use /plugin to browse and install individual skills.

npx (Any Agent)

npx skills add https://github.com/netresearch/{repo-name} --skill {skill-name}

Browse all skills at skills.sh/netresearch.

Available Skills

Skill-skills

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.

SkillRepositoryDescription
agent-harnessagent-harness-skillAgent Skill for bootstrapping, verifying, and enforcing agent-harness infrastructure in repositories
automated-assessmentautomated-assessment-skillSystematic project assessment with scripted + LLM verification
retroretro-skillLLM-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-rulesagent-rules-skillGenerate AGENTS.md with CI rules, architecture, ADRs extraction
skill-reposkill-repo-skillSkill repository structure, validation, and distribution

Host-side tooling (not Agent Skills themselves, but part of the same family):

TYPO3 Development

SkillRepositoryDescription
typo3-conformancetypo3-conformance-skillEvaluate TYPO3 extension quality and standards compliance
typo3-site-conformancetypo3-site-conformance-skillConformance for deployable TYPO3 site/project repos (containers / CI / supply-chain / secrets)
typo3-testingtypo3-testing-skillTest infrastructure: unit, functional, E2E, architecture, mutation
typo3-docstypo3-docs-skillCreate and maintain TYPO3 extension documentation for docs.typo3.org
typo3-ddevtypo3-ddev-skillDDEV environment setup for TYPO3 extension development
typo3-extension-upgradetypo3-extension-upgrade-skillSystematic extension upgrades to newer LTS versions
typo3-project-upgradetypo3-project-upgrade-skillTYPO3 project instance upgrades across major LTS versions
typo3-ckeditor5typo3-ckeditor5-skillCKEditor 5 plugin development for TYPO3 v12+
typo3-core-contributionstypo3-core-contributions-skillGuide TYPO3 core contributions via Gerrit
typo3-typoscript-reftypo3-typoscript-ref-skillVersion-aware TypoScript, TSconfig, and Fluid reference lookup
typo3-a11ytypo3-a11y-skillWCAG 2.1 AA accessibility patterns for TYPO3 projects
typo3-vitetypo3-vite-skillVite build setup, SCSS architecture, Bootstrap 5 theming

OroCommerce

SkillRepositoryDescription
orocommerceorocommerce-skillOroCommerce development: entities, datagrids, REST API, workflows, frontend, security, integration, bundle scaffolding

Code Quality & Security

SkillRepositoryDescription
php-modernizationphp-modernization-skillPHP 8.x modernization: type safety, enums, DTOs, PHPStan, Rector
php-structured-editphp-ast-edit-skillAST-native PHP edits via nikic/php-parser — typed mutations, hash guards, reparse before write
security-auditsecurity-audit-skillOWASP security audit patterns for PHP applications
enterprise-readinessenterprise-readiness-skillSupply chain security, SLSA, OpenSSF, SBOMs, quality gates

DevOps & Infrastructure

SkillRepositoryDescription
docker-developmentdocker-development-skillDockerfile, docker-compose, multi-stage builds, CI patterns
concourse-ciconcourse-ci-skillConcourse CI pipeline development and optimization
go-developmentgo-development-skillProduction-grade Go patterns: testing, Docker, LDAP, resilience
git-workflowgit-workflow-skillBranching strategies, Conventional Commits, PR workflows
github-projectgithub-project-skillGitHub repo setup: branch protection, CODEOWNERS, auto-merge
github-releasegithub-release-skillSafe, automated GitHub releases with supply chain security. Prevents dangerous gh release commands, orchestrates version bumps, signed tags, and CI-driven releases across ecosystems.
jujutsu-workflowjujutsu-workflow-skillAgent-safe version control with Jujutsu (jj): jj as the local change layer (reversible op-log undo, conflicts-as-data, non-interactive history surgery), Git as the canonical remote/PR/CI interface; proven with evals to beat pure git for agents

Productivity & Integration

SkillRepositoryDescription
jira-integrationjira-skillJira API operations and wiki markup (two sub-skills)
matrix-communicationmatrix-skillSend messages to Matrix rooms
cli-toolscli-tools-skillAuto-install missing CLI tools (74+ tool catalog)
context7context7-skillLibrary documentation lookup via Context7 REST API
data-toolsdata-tools-skillStructured data manipulation with jq, yq, dasel, qsv
file-searchfile-search-skillEfficient code search with ripgrep, ast-grep, fd
coachclaude-coach-pluginSelf-improving learning system with hooks and commands
german-technical-writinggerman-technical-writing-skillNatural German technical register for Jira, internal docs, team chat — catches anglicisms, enforces lexicon
peer-qa-reviewpeer-qa-review-skillRound-1 IT QA peer-review runbook: lifecycle, severity vocabulary, structured Jira comment template, edge cases, anti-patterns
markdown-to-pdfmarkdown-to-pdf-skillConvert Markdown files to styled PDFs via WeasyPrint; CSS-overridable for branded output
typo3-upgrade-effort-modeltypo3-upgrade-effort-model-skillTYPO3 LTS upgrade effort model: risk multipliers, baselines, version compatibility, Rector coverage, 7-phase workflow

Brand & visual identity

SkillRepositoryDescription
netresearch-brandingnetresearch-branding-skillNetresearch brand guidelines: colors, typography, components

Architecture

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.

The GitHub Pages site is built from site/; the design decisions behind it are recorded as ADRs in docs/decisions/.

Adding a Skill

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"
}

Internal Marketplace

Netresearch also maintains an internal marketplace for proprietary skills:

/plugin marketplace add git@git.netresearch.de:coding-ai/marketplace.git

Discover

Browse 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