Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add plugins/netresearch/claude-code-marketplace/marketplace/plugin marketplace add netresearch/claude-code-marketplacegit clone --depth 1 https://github.com/netresearch/claude-code-marketplaceGrade A, and why
netresearch-claude-code-marketplace scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 378 lines — stays where its author put it; the contents beside it link to each section on GitHub.
{
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
"name": "netresearch-claude-code-marketplace",
"description": "Curated Agentic Skills for AI coding agents — TYPO3, PHP, Go, Docker, Jira, security, and more. Platform-agnostic skills following the open Agent Skills specification.",
"owner": {
"name": "Netresearch DTT GmbH",
"url": "https://www.netresearch.de"
},
"plugins": [
{
"name": "enterprise-readiness",
"description": "Assess and enhance software projects for enterprise-grade security, quality, and automation. Includes supply chain security (SLSA, signing, SBOMs), quality gates, and platform-specific hardening with dynamic scoring.",
"source": {
"source": "github",
"repo": "netresearch/enterprise-readiness-skill"
},
"category": "security"
},
{
"name": "typo3-docs",
"description": "Create and maintain TYPO3 extension documentation following official TYPO3 documentation standards. Automated extraction with priority-weighted gap analysis, RST syntax reference, TYPO3-specific directives, local rendering, validation, and Intercept deployment setup.",
"source": {
"source": "github",
"repo": "netresearch/typo3-docs-skill"
},
"category": "development"
},
{
"name": "typo3-testing",
"description": "Create and manage TYPO3 extension tests with comprehensive testing infrastructure. Includes unit, functional, and acceptance testing support, PHPUnit configurations, Docker setup, CI/CD templates, and automated test generation following TYPO3 best practices.",
"source": {
"source": "github",
"repo": "netresearch/typo3-testing-skill"
},
"category": "development"
},
{
"name": "typo3-ddev",
"description": "Set up and manage TYPO3 development environments using DDEV. Includes DDEV configuration, local development workflows, container management, database handlingWhat this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 378 lines scan A 0902858f3a89
netresearch-claude-code-marketplace is a plugin published in the GitHub repository netresearch/claude-code-marketplace (54 stars, last pushed 12d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other plugins, from other repositories
wondelai-skills
Wondel.ai Agent Skills — Business, Marketing, UX & Coding Frameworks from Bestselling Books. 65 skills for product strategy, UX design, marketing, sales, motivation, conversion optimization, code quality, and systems architecture, plus 14 guided-journey metaskills that orchestrate them step by step.
moo.md
mind on output — stay present with AI.
sound
Code taste as installable rules. Probe a repo's stack, select only the rules its code shows a surface for (evidence-cited per rule), confirm, and scaffold a browsable .claude/sound/ rule map (surfaced by the sound:prime skill). Installed rules are user-owned; re-runs reconcile.
hope
Thinking discipline for AI work. Clarify intent, shape approach, consult experts, guard unsupervised work, hand work back so you own it.
backend-architecture
Small, opinionated architecture guide for production backend services across languages and frameworks.
backend-validator
Backend API and WebSocket validation via Hurl, websocat, and oauth2c with OIDC token caching.