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.

/plugin marketplace add netresearch/claude-code-marketplace
Browse skills

Generic AI misses the conventions you ship against every day

TYPO3 conventions

Generic agents don't know PSR-12 quirks, TCA, FlexForms, or how DDEV expects extensions to be wired.

Hardening expectations

Supply-chain security, SBOMs, OpenSSF Scorecard, signed releases — not the defaults out of the box.

Operational shape

Concourse pipelines, Matrix notifications, Jira workflows, Netresearch CI — generic suggestions need rework.

One install. Forty skills. Every supported agent.

40 curated skills
7 categories
8+ supported agents

The improvement loop

Three skills keep every other skill honest

Most marketplaces ship a list. This one ships a loop. Harness onboards your repo, Assessment audits the work against the same checkpoints we publish, and Retro feeds every friction back into rules, checkpoints, and skill PRs — including the harness itself.

  1. Harness

    Makes a repo agent-ready

    AGENTS.md as index, docs/ structure, CI verification, enforcement mechanisms — the scaffolding every other skill assumes.

  2. Assessment

    Audits the work

    Runs checkpoint-enabled skills against the codebase — coverage, mutation score, release readiness, mechanical and LLM-assisted reviews.

  3. Retro

    Feeds learnings back

    Detects friction across a session and materialises it into user memory, project rules, skill PRs, checkpoints, or harness artefacts.

See the three skills below

Pick by what you ship

Skills grouped by the surfaces they touch. Categories are the AGENTS.md canonical enum; thematic groupings are surface for discovery.

Install via

Universal Agent Skills CLI from skills.sh — works across Claude Code, Cursor, GitHub Copilot, Codex, Gemini CLI and 30+ more agents.

Requires netresearch/composer-agent-skill-plugin — resolves Agent Skills as Composer dependencies in PHP projects, auto-discovers skills, generates AGENTS.md.

Provided by netresearch/composer-agent-skill-plugin — pins skill repos directly without going through Packagist, locks them in composer.skills.lock.

The improvement loop

Three meta-skills that keep every other skill in this catalog honest — onboard a repo, audit the work, feed learnings back.

Development

Agent Harness

Use when making a repo agent-ready, verifying harness consistency, checking for documentation drift, bootstrapping harness infrastructure (AGENTS.md as index, docs/ structure, CI verification, enforcement mechanisms), or auditing repo agent-readiness maturity level.

/plugin install agent-harness@netresearch-claude-code-marketplace npx skills add https://github.com/netresearch/agent-harness-skill --skill agent-harness composer require netresearch/agent-harness-skill composer skills:add github:netresearch/agent-harness-skill
More install methods →
Development

Automated Assessment

Systematic project assessment against checkpoint-enabled skills with scripted verification + LLM review. Supports any project type via skill-level preconditions. CLI: /assess [--autofix] [--review] [--autoimprove]. Includes /assess:add-checkpoints to onboard new skills. By Netresearch.

/plugin install automated-assessment@netresearch-claude-code-marketplace npx skills add https://github.com/netresearch/automated-assessment-skill --skill automated-assessment composer require netresearch/automated-assessment-skill composer skills:add github:netresearch/automated-assessment-skill
More install methods →
Productivity

Retro

LLM-driven session retrospection. Detects friction in agent sessions (mechanical pre-pass + LLM inference + cross-session) and materializes approved learnings into user memory, project rules, skill PRs, checkpoints, or harness artifacts. Commands: /retro, /retro outcome, /retro audit.

/plugin install retro@netresearch-claude-code-marketplace npx skills add https://github.com/netresearch/retro-skill --skill retro composer require netresearch/retro-skill composer skills:add github:netresearch/retro-skill
More install methods →

TYPO3 Development

Stack-aware skills for TYPO3 extensions and projects.

Development

TYPO3 Conformance

Evaluate TYPO3 extensions for conformance to official coding standards, architecture patterns, and best practices. Automated validation scripts for file structure, PSR-12 compliance, dependency injection, testing infrastructure, and priority-based conformance scoring.

/plugin install typo3-conformance@netresearch-claude-code-marketplace npx skills add https://github.com/netresearch/typo3-conformance-skill --skill typo3-conformance composer require netresearch/typo3-conformance-skill composer skills:add github:netresearch/typo3-conformance-skill
More install methods →
Development

TYPO3 Testing

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.

/plugin install typo3-testing@netresearch-claude-code-marketplace npx skills add https://github.com/netresearch/typo3-testing-skill --skill typo3-testing composer require netresearch/typo3-testing-skill composer skills:add github:netresearch/typo3-testing-skill
More install methods →
Development

TYPO3 Docs

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.

/plugin install typo3-docs@netresearch-claude-code-marketplace npx skills add https://github.com/netresearch/typo3-docs-skill --skill typo3-docs composer require netresearch/typo3-docs-skill composer skills:add github:netresearch/typo3-docs-skill
More install methods →
Development

TYPO3 DDEV

Set up and manage TYPO3 development environments using DDEV. Includes DDEV configuration, local development workflows, container management, database handling, and integration with TYPO3-specific tooling.

/plugin install typo3-ddev@netresearch-claude-code-marketplace npx skills add https://github.com/netresearch/typo3-ddev-skill --skill typo3-ddev composer require netresearch/typo3-ddev-skill composer skills:add github:netresearch/typo3-ddev-skill
More install methods →
Development

TYPO3 Extension Upgrade

Systematic TYPO3 extension upgrades to newer LTS versions with modern PHP compatibility. Extension Scanner assessment, Rector for PHP migrations, Fractor for FlexForms/TypoScript/YAML/Fluid, PHPStan, and testing setup. Version-specific guidance for v11→v12, v12→v13, and dual-compatibility.

/plugin install typo3-extension-upgrade@netresearch-claude-code-marketplace npx skills add https://github.com/netresearch/typo3-extension-upgrade-skill --skill typo3-extension-upgrade composer require netresearch/typo3-extension-upgrade-skill composer skills:add github:netresearch/typo3-extension-upgrade-skill
More install methods →
Development

TYPO3 Project Upgrade

Systematic TYPO3 project instance upgrades across major LTS versions. sys_template→Site Sets migration, Bootstrap 4→5 patterns, Bootstrap Package v12–v16 breaking changes, SCSS variable injection, Docker infrastructure, database cleanup, visual review methodology with assessment checkpoints.

/plugin install typo3-project-upgrade@netresearch-claude-code-marketplace npx skills add https://github.com/netresearch/typo3-project-upgrade-skill --skill typo3-project-upgrade composer require netresearch/typo3-project-upgrade-skill composer skills:add github:netresearch/typo3-project-upgrade-skill
More install methods →
Development

TYPO3 CKEditor 5

CKEditor 5 development patterns for TYPO3 v12+. Covers custom plugin development, schema and conversion system, TYPO3 YAML configuration, and CKEditor 4 to 5 migration guides. By Netresearch.

/plugin install typo3-ckeditor5@netresearch-claude-code-marketplace npx skills add https://github.com/netresearch/typo3-ckeditor5-skill --skill typo3-ckeditor5 composer require netresearch/typo3-ckeditor5-skill composer skills:add github:netresearch/typo3-ckeditor5-skill
More install methods →
Development

TYPO3 Core Contributions

Guide contributions to TYPO3 core following official contribution guidelines. Includes patch creation, Gerrit workflow, coding guidelines, testing requirements, and review processes for contributing to the TYPO3 core.

/plugin install typo3-core-contributions@netresearch-claude-code-marketplace npx skills add https://github.com/netresearch/typo3-core-contributions-skill --skill typo3-core-contributions composer require netresearch/typo3-core-contributions-skill composer skills:add github:netresearch/typo3-core-contributions-skill
More install methods →
Development

TYPO3 TypoScript Reference

Version-aware TypoScript, TSconfig and Fluid reference lookup with always-on best practices. Keyword search across cached documentation, 14 ready-to-use recipes, code review checklists, deprecation checks, migration guides, debugging reference. Supports TYPO3 v12, v13, and v14.

/plugin install typo3-typoscript-ref@netresearch-claude-code-marketplace npx skills add https://github.com/netresearch/typo3-typoscript-ref-skill --skill typo3-typoscript-ref composer require netresearch/typo3-typoscript-ref-skill composer skills:add github:netresearch/typo3-typoscript-ref-skill
More install methods →
Development

TYPO3 Accessibility

WCAG 2.1 AA accessibility patterns for TYPO3 projects. Document structure, landmarks, links, buttons, color contrast, focus management, ARIA, and automated testing. 7 implementation patterns: skip links, accessible navigation, forms, filters, disclosure widgets, clickable cards, responsive tables.

/plugin install typo3-a11y@netresearch-claude-code-marketplace npx skills add https://github.com/netresearch/typo3-a11y-skill --skill typo3-a11y composer require netresearch/typo3-a11y-skill composer skills:add github:netresearch/typo3-a11y-skill
More install methods →
Development

TYPO3 Frontend Patterns

Reusable frontend patterns for TYPO3 v13+ sitepackages with Fluid, TypeScript, and SCSS. Includes sticky header, lazy loading, breadcrumb with JSON-LD, language switcher, scroll animations, scroll-to-anchor, skeleton loading, toast notifications, and back-to-top.

/plugin install typo3-frontend-patterns@netresearch-claude-code-marketplace npx skills add https://github.com/netresearch/typo3-frontend-patterns-skill --skill typo3-frontend-patterns composer require netresearch/typo3-frontend-patterns-skill composer skills:add github:netresearch/typo3-frontend-patterns-skill
More install methods →
Development

TYPO3 Vite

Vite 7 build setup for TYPO3 v13+ with vite-asset-collector, SCSS architecture with selective Bootstrap 5 imports, custom SVG optimization plugin, entrypoint-per-CE code splitting, and CSP compliance.

/plugin install typo3-vite@netresearch-claude-code-marketplace npx skills add https://github.com/netresearch/typo3-vite-skill --skill typo3-vite composer require netresearch/typo3-vite-skill composer skills:add github:netresearch/typo3-vite-skill
More install methods →
Development

TYPO3 Upgrade Effort Model

Generic effort model for TYPO3 LTS upgrades: per-version risk multipliers (v14 Fluid 5 strict VHs, HashService removal, TSFE removal, asset-pipeline removal), breaking-change baselines, compatibility matrix, Rector coverage adjustments, 7-phase assessment workflow. Pair with team history.

/plugin install typo3-upgrade-effort-model@netresearch-claude-code-marketplace npx skills add https://github.com/netresearch/typo3-upgrade-effort-model-skill --skill typo3-upgrade-effort-model composer require netresearch/typo3-upgrade-effort-model-skill composer skills:add github:netresearch/typo3-upgrade-effort-model-skill
More install methods →

OroCommerce

Entities, datagrids, REST API, workflows, frontend, security.

Development

OroCommerce

OroCommerce development guidance covering entities, datagrids, REST API, workflows, frontend, security, integration, and bundle scaffolding. By Netresearch.

/plugin install orocommerce@netresearch-claude-code-marketplace npx skills add https://github.com/netresearch/orocommerce-skill --skill orocommerce composer require netresearch/orocommerce-skill composer skills:add github:netresearch/orocommerce-skill
More install methods →

Code Quality & Security

Modernization, audits, supply-chain hardening.

Development

PHP Modernization

PHP 8.x modernization patterns for upgrading legacy PHP applications. Covers constructor property promotion, readonly classes, enums, attributes, generics via PHPDoc, PHPStan level 9+ compliance, and Symfony best practices. By Netresearch.

/plugin install php-modernization@netresearch-claude-code-marketplace npx skills add https://github.com/netresearch/php-modernization-skill --skill php-modernization composer require netresearch/php-modernization-skill composer skills:add github:netresearch/php-modernization-skill
More install methods →
Security

Security Audit

Security audit patterns for PHP applications following OWASP guidelines. Covers XXE, SQL injection, XSS, CSRF detection, CVSS v3.1 scoring, and secure coding practices. By Netresearch.

/plugin install security-audit@netresearch-claude-code-marketplace npx skills add https://github.com/netresearch/security-audit-skill --skill security-audit composer require netresearch/security-audit-skill composer skills:add github:netresearch/security-audit-skill
More install methods →
Security

Enterprise Readiness

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.

/plugin install enterprise-readiness@netresearch-claude-code-marketplace npx skills add https://github.com/netresearch/enterprise-readiness-skill --skill enterprise-readiness composer require netresearch/enterprise-readiness-skill composer skills:add github:netresearch/enterprise-readiness-skill
More install methods →

DevOps & Infrastructure

Build, ship, automate.

DevOps & Infrastructure

Docker Development

Docker image development patterns for Dockerfile, docker-compose, docker-bake.hcl, and .dockerignore. Multi-stage builds, layer optimization, CI testing patterns (entrypoint bypass, DNS mocking, compose validation), Docker Bake multi-platform, Trivy scanning, network isolation. By Netresearch.

/plugin install docker-development@netresearch-claude-code-marketplace npx skills add https://github.com/netresearch/docker-development-skill --skill docker-development composer require netresearch/docker-development-skill composer skills:add github:netresearch/docker-development-skill
More install methods →
DevOps & Infrastructure

Concourse CI

Expert guidance for Concourse CI pipeline development, optimization, and troubleshooting. Pipeline creation, git/registry-image resources, job lifecycle hooks, YAML anchors, multi-branch pipelines with set_pipeline, oci-build-task, and gotchas like tag detection after force-push. Concourse v8.0+.

/plugin install concourse-ci@netresearch-claude-code-marketplace npx skills add https://github.com/netresearch/concourse-ci-skill --skill concourse-ci composer require netresearch/concourse-ci-skill composer skills:add github:netresearch/concourse-ci-skill
More install methods →
Development

Go Development

Go (Golang) development patterns following best practices for cloud-native applications. Covers project structure, error handling, concurrency patterns, testing strategies, Docker containerization, LDAP integration, and resilience patterns. By Netresearch.

/plugin install go-development@netresearch-claude-code-marketplace npx skills add https://github.com/netresearch/go-development-skill --skill go-development composer require netresearch/go-development-skill composer skills:add github:netresearch/go-development-skill
More install methods →
Development

Git Workflow

Git workflow best practices for teams and CI/CD pipelines. Covers Git Flow, GitHub Flow, Trunk-based development, Conventional Commits, pull request workflows, and GitHub Actions integration. By Netresearch.

/plugin install git-workflow@netresearch-claude-code-marketplace npx skills add https://github.com/netresearch/git-workflow-skill --skill git-workflow composer require netresearch/git-workflow-skill composer skills:add github:netresearch/git-workflow-skill
More install methods →
Development

GitHub Project

GitHub repository setup and platform-specific features. Branch protection, CODEOWNERS, Issues/Discussions/Projects, PR review workflows with conversation resolution, Dependabot/Renovate auto-merge, and GitHub Releases. Platform-only — CI/CD and security live in sibling skills. By Netresearch.

/plugin install github-project@netresearch-claude-code-marketplace npx skills add https://github.com/netresearch/github-project-skill --skill github-project composer require netresearch/github-project-skill composer skills:add github:netresearch/github-project-skill
More install methods →
DevOps & Infrastructure

GitHub Release

Safe, automated GitHub releases with supply chain security. Prevents dangerous gh release commands, orchestrates version bumps, signed tags, and CI-driven releases across ecosystems.

/plugin install github-release@netresearch-claude-code-marketplace npx skills add https://github.com/netresearch/github-release-skill --skill github-release composer require netresearch/github-release-skill composer skills:add github:netresearch/github-release-skill
More install methods →

Productivity & Integration

Daily-driver tooling for engineers and teams.

Development

Agent Rules

Generate and maintain AGENTS.md, copilot-instructions.md, and other agent rule files. Extracts CI rules, architecture boundaries, ADRs, and GitHub rulesets. Supports Go, PHP, TYPO3, Symfony, Python, TypeScript, and skill repos.

/plugin install agent-rules@netresearch-claude-code-marketplace npx skills add https://github.com/netresearch/agent-rules-skill --skill agent-rules composer require netresearch/agent-rules-skill composer skills:add github:netresearch/agent-rules-skill
More install methods →
Workflow

Jira Integration

Comprehensive Jira integration with auto-detection of issue keys. Two specialized skills: jira-communication for API operations and jira-syntax for wiki markup validation and templates.

/plugin install jira-integration@netresearch-claude-code-marketplace npx skills add https://github.com/netresearch/jira-skill --skill jira-integration composer require netresearch/jira-skill composer skills:add github:netresearch/jira-skill
More install methods →
Workflow

Matrix Communication

Agentic Skill for Matrix chat communication. Send messages to Matrix rooms on behalf of users via access token authentication. Works with any Matrix homeserver.

/plugin install matrix-communication@netresearch-claude-code-marketplace npx skills add https://github.com/netresearch/matrix-skill --skill matrix-communication composer require netresearch/matrix-skill composer skills:add github:netresearch/matrix-skill
More install methods →
Development

CLI Tools

Automatic CLI tool management for coding agents. Detects missing tools from 'command not found' errors and installs via optimal package managers. 74+ tool catalog (ripgrep, fd, jq, docker, terraform, etc.), project environment auditing, batch updates across Python, Node, Rust, Go, PHP, Ruby.

/plugin install cli-tools@netresearch-claude-code-marketplace npx skills add https://github.com/netresearch/cli-tools-skill --skill cli-tools composer require netresearch/cli-tools-skill composer skills:add github:netresearch/cli-tools-skill
More install methods →
Development

Context7

Fetch up-to-date library documentation via Context7 REST API. Lightweight alternative to Context7 MCP with no persistent context overhead. Covers 50+ libraries including React, Next.js, Vue, Express, Prisma, and more.

/plugin install context7@netresearch-claude-code-marketplace npx skills add https://github.com/netresearch/context7-skill --skill context7 composer require netresearch/context7-skill composer skills:add github:netresearch/context7-skill
More install methods →
Development

Data Tools

Structured data manipulation with jq, yq, dasel, and qsv. Teaches agents to use proper tools instead of grep/sed/awk on JSON, YAML, TOML, XML, and CSV files. Includes cookbook patterns for API responses, CI configs, and data pipelines.

/plugin install data-tools@netresearch-claude-code-marketplace npx skills add https://github.com/netresearch/data-tools-skill --skill data-tools composer require netresearch/data-tools-skill composer skills:add github:netresearch/data-tools-skill
More install methods →
Development

File Search

Efficient code and file search using ripgrep, ast-grep, fd, rga, tokei, and scc. Provides tool selection guidance, targeting strategies, and progressive search refinement patterns to minimize token usage and maximize search accuracy.

/plugin install file-search@netresearch-claude-code-marketplace npx skills add https://github.com/netresearch/file-search-skill --skill file-search composer require netresearch/file-search-skill composer skills:add github:netresearch/file-search-skill
More install methods →
Workflow

PageRangers SEO

PageRangers SEO API integration for AI assistants. Query keyword rankings, SERP analysis, project KPIs, and keyword opportunities via the PageRangers Monitoring API. Includes credential detection hook for guided setup.

/plugin install pagerangers-seo@netresearch-claude-code-marketplace npx skills add https://github.com/netresearch/pagerangers-skill --skill pagerangers-seo composer require netresearch/pagerangers-skill composer skills:add github:netresearch/pagerangers-skill
More install methods →
Productivity

Coach

Self-improving learning system that detects friction signals (corrections, tool failures, repetition) and proposes rule updates. Includes /coach slash commands for reviewing, approving, and managing learning candidates. Auto-configures hooks for signal detection.

/plugin install coach@netresearch-claude-code-marketplace npx skills add https://github.com/netresearch/claude-coach-plugin --skill coach composer require netresearch/claude-coach-plugin composer skills:add github:netresearch/claude-coach-plugin
More install methods →
Workflow

German Technical Writing

Enforce natural German technical register in Jira tickets, internal docs and team chat. Catches English→German anglicisms (brechen, gefangen, triggern, failen) and substitutes canonical verbs (werfen, abfangen, auslösen, fehlschlagen). Accepts Denglisch loanwords. Skips commit messages.

/plugin install german-technical-writing@netresearch-claude-code-marketplace npx skills add https://github.com/netresearch/german-technical-writing-skill --skill german-technical-writing composer require netresearch/german-technical-writing-skill composer skills:add github:netresearch/german-technical-writing-skill
More install methods →
Workflow

Peer QA Review

Round-1 IT QA peer-review runbook: lifecycle, checklist, severity vocabulary, structured Jira comment template, edge cases, anti-patterns. Triggers on QA-status tickets, 'ready for QA' comments, and explicit IT QA / peer review / quality gate requests. Generic; defers to team-specific overrides.

/plugin install peer-qa-review@netresearch-claude-code-marketplace npx skills add https://github.com/netresearch/peer-qa-review-skill --skill peer-qa-review composer require netresearch/peer-qa-review-skill composer skills:add github:netresearch/peer-qa-review-skill
More install methods →
Documentation

Markdown to PDF

Convert Markdown files to styled PDFs using WeasyPrint. Generic, brand-neutral default styling with --css override for branded output (e.g., apply the markdown-pdf.css asset shipped by netresearch-branding-skill for Netresearch-branded PDFs).

/plugin install markdown-to-pdf@netresearch-claude-code-marketplace npx skills add https://github.com/netresearch/markdown-to-pdf-skill --skill markdown-to-pdf composer require netresearch/markdown-to-pdf-skill composer skills:add github:netresearch/markdown-to-pdf-skill
More install methods →

Meta

Skills about building skills.

Development

Skill Repository

Guide for structuring Netresearch skill repositories with multi-channel distribution. Covers repository standards, composer.json configuration, release workflows, and validation scripts.

/plugin install skill-repo@netresearch-claude-code-marketplace npx skills add https://github.com/netresearch/skill-repo-skill --skill skill-repo composer require netresearch/skill-repo-skill composer skills:add github:netresearch/skill-repo-skill
More install methods →
Design

Netresearch Branding

Implement Netresearch brand guidelines in web projects with comprehensive color system, typography (Raleway, Open Sans, Calibri), responsive component library, and production-ready templates. WCAG AA accessibility compliance, social media specs, and complete web design patterns.

/plugin install netresearch-branding@netresearch-claude-code-marketplace npx skills add https://github.com/netresearch/netresearch-branding-skill --skill netresearch-branding composer require netresearch/netresearch-branding-skill composer skills:add github:netresearch/netresearch-branding-skill
More install methods →

Built by Netresearch

Netresearch DTT GmbH is a TYPO3 agency in Leipzig that ships production LMS, e-commerce, and enterprise CMS workloads daily. These skills aren't experiments — they are the patterns our engineers reach for on real client work.

We open-source the patterns we trust ourselves with. Every skill in this marketplace runs on at least one Netresearch project.

How to use it

  1. 1. Add the marketplace

    /plugin marketplace add netresearch/claude-code-marketplace
  2. 2. Install a skill

    /plugin install typo3-conformance@netresearch-claude-code-marketplace
  3. 3. Or use it from any agent

    npx skills add https://github.com/netresearch/typo3-conformance-skill --skill typo3-conformance

Open standard

Built on the Agent Skills spec — portable across Claude Code, Cursor, GitHub Copilot, OpenAI Codex, Gemini CLI, Amp, Goose, Roo Code, OpenCode, and 30+ more agents.

Read the spec at agentskills.io →

Use it. Improve it. Submit your own.