netresearch/claude-code-marketplace

Curated Agent Skills collection for AI-assisted development | Claude Code & other AI agents | By Netresearch

License:UnknownLanguage:Shell130
agent-skillsai-agentclaude-code-marketplaceclaude-code-plugins-marketplaceclaude-code-skillsmarketplaceopen-standard技能typo3

Deep Analysis

TYPO3开发、PHP现代化和技术文档的Agentic Skills市场,包含19个Skill插件和1个Feature插件,跨平台支持

Core Features

Technical Implementation

Highlights
  • TYPO3深度覆盖 - 7个专业技能从开发到升级
  • Agentic Skills规范 - 不仅限于Claude Code
  • 企业级安全 - OpenSSF评估+OWASP审计
  • 自动同步 - 周期性从源仓库更新
  • 德国团队出品 - TYPO3生态权威
Use Cases
  • TYPO3扩展开发和测试
  • TYPO3环境搭建(DDEV)
  • PHP代码现代化升级
  • 安全审计和合规检查
  • Git工作流标准化
Limitations
  • 专注TYPO3/PHP生态,通用性有限
  • 需要TYPO3背景知识
  • 部分技能需要特定工具链
  • 文档全英文
  • 依赖源仓库可用性
Tech Stack
Claude CodeTYPO3PHP 8.xDDEVGitJiraCursorGitHub Copilot

Netresearch Agentic Skills Marketplace

Curated collection of Agentic Skills for TYPO3 development, PHP modernization, and technical documentation workflows.

🔌 What are Agentic Skills?

Agentic Skills are portable packages of procedural knowledge that work across any AI coding agent supporting the Agent Skills specification. Originally developed by Anthropic, the specification is now an open standard.

Supported Platforms:

  • ✅ Claude Code (Anthropic)
  • ✅ Cursor
  • ✅ GitHub Copilot
  • ✅ Windsurf
  • ✅ Any agent supporting the Agentic Skills specification

These skills are platform-agnostic - they work with any AI coding agent that implements the agentic skills standard, not just Claude Code.

Plugin Types

This marketplace provides two types of plugins:

Type Description Count
Skill Plugins Provide knowledge, patterns, and references via SKILL.md files 19
Feature Plugins Provide automation via hooks, slash commands, and scripts 1

Skill Plugins are agentic skills wrapped as plugins for Claude Code compatibility. They contain domain expertise (TYPO3, PHP, security, etc.) that the AI agent can reference during development.

Feature Plugins (like Coach) go beyond knowledge - they include automation that runs during your session (hooks for learning from corrections, slash commands for review workflows).

Installation

For Claude Code, skills are distributed as plugins via this marketplace:

/plugin marketplace add netresearch/claude-code-marketplace

Then use /plugin to browse and install individual skill or feature plugins.

Sync Status

Last Sync: 2025-10-27 (via scheduled weekly sync)
Sync Frequency: Weekly (Monday 2 AM UTC)
Immediate Sync: ⚠️ Not configured (requires notify workflow in source repos - see SYNC-SETUP.md)

Available Plugins

Plugin Type Repository Description
TYPO3 Documentation Skill typo3-docs-skill Create TYPO3 extension documentation
TYPO3 Testing Skill typo3-testing-skill Manage TYPO3 extension tests
TYPO3 DDEV Setup Skill typo3-ddev-skill Automate DDEV environment setup
TYPO3 Core Contributions Skill typo3-core-contributions-skill Guide TYPO3 core contributions
TYPO3 Conformance Skill typo3-conformance-skill Evaluate TYPO3 standards compliance
TYPO3 CKEditor 5 Skill typo3-ckeditor5-skill CKEditor 5 development for TYPO3 v12+
TYPO3 Extension Upgrade Skill typo3-extension-upgrade-skill Systematic extension upgrades to newer LTS versions
Jira Integration Skill jira-skill Jira API operations, wiki markup, and workflow automation
Git Workflow Skill git-workflow-skill Git branching strategies and Conventional Commits
GitHub Project Skill github-project-skill GitHub repository setup and platform features
Enterprise Readiness Skill enterprise-readiness-skill OpenSSF security assessment and compliance
Security Audit Skill security-audit-skill OWASP security audit patterns for PHP
PHP Modernization Skill php-modernization-skill PHP 8.x modernization and type safety
Go Development Skill go-development-skill Production-grade Go development patterns
Netresearch Branding Skill netresearch-branding-skill Apply Netresearch brand guidelines
AGENTS.md Generator Skill agents-skill Generate AGENTS.md documentation
CLI Tools Skill cli-tools-skill Auto-install missing CLI tools
Context7 Skill context7-skill Library documentation lookup via Context7 REST API
Skill Repo Skill skill-repo-skill Guide for structuring Netresearch skill repositories
Coach Feature claude-coach-plugin Self-improving learning system with hooks and commands

Architecture

This marketplace uses an automated sync workflow to maintain agentic skills from individual source repositories. Each agentic skill is maintained in its own repository and synced to this marketplace via GitHub Actions.

Benefits:

  • ✅ Single source of truth - each agentic skill in its own repository
  • ✅ Independent development and testing
  • ✅ Automated version tracking with semantic versioning + commit dates
  • ✅ Scheduled and on-demand synchronization
  • ✅ Consistent marketplace structure

Sync Workflow:

  1. Agentic skills are developed and versioned in separate repositories (see "Installed Agentic Skills" table for repository links)
  2. GitHub Actions sync workflow clones each skill repository
  3. Semantic version is extracted from skill's SKILL.md
  4. Last commit date is appended to create final version (e.g., 1.2.3-20251021)
  5. Skills are copied to skills/ directory
  6. Marketplace metadata is updated with current versions

Skill Plugin Details

TYPO3 Documentation

Create and maintain TYPO3 extension documentation following official TYPO3 standards.

Repository: https://github.com/netresearch/typo3-docs-skill

Features:

  • Automated documentation extraction from code and configs
  • Priority-weighted gap analysis based on TYPO3 architecture
  • Smart documentation recommendations sorted by importance
  • RST syntax and TYPO3-specific directives
  • Local rendering and validation
  • TYPO3 Intercept deployment setup

TYPO3 Testing

Create and manage TYPO3 extension tests with comprehensive testing infrastructure.

Repository: https://github.com/netresearch/typo3-testing-skill

Features:

  • Unit, functional, and acceptance testing support
  • PHPUnit configurations with strict quality settings
  • Docker Compose for acceptance tests
  • Automated test generation scripts
  • CI/CD templates (GitHub Actions, GitLab CI)
  • AGENTS.md templates for test context
  • Quality tools integration (PHPStan, Rector, php-cs-fixer)

TYPO3 DDEV Setup

Automate DDEV environment setup for TYPO3 extension development with multi-version testing.

Repository: https://github.com/netresearch/typo3-ddev-skill

Features:

  • Automated DDEV configuration generation for TYPO3 extensions
  • Multi-version TYPO3 testing environment (11.5, 12.4, 13.4 LTS)
  • Custom DDEV commands for one-command installation
  • Intelligent extension metadata detection
  • Apache vhost configuration for all TYPO3 versions
  • Docker volume management for persistent data
  • Pre-configured development settings (debug, trusted hosts)
  • Complete automation from detection to ready-to-use backend

TYPO3 Conformance Checker

Evaluate TYPO3 extensions for conformance to official TYPO3 standards and best practices.

Repository: https://github.com/netresearch/typo3-conformance-skill

Features:

  • Automated validation against TYPO3 Extension Architecture standards
  • PSR-12 and TYPO3-specific code style enforcement
  • PHP architecture patterns validation (DI, events, Extbase)
  • Testing infrastructure assessment
  • Comprehensive conformance scoring (0-100)
  • Priority-based action items with migration guides
  • Detailed reports with specific file:line references

TYPO3 Core Contributions

Guide contributions to TYPO3 core following official contribution guidelines.

Repository: https://github.com/netresearch/typo3-core-contributions-skill

Features:

  • Patch creation and Gerrit workflow
  • TYPO3 coding guidelines compliance
  • Testing requirements for core contributions
  • Review process guidance
  • Forge issue integration
  • Commit message formatting
  • Change request best practices

TYPO3 Extension Upgrade

Systematic TYPO3 extension upgrades to newer LTS versions with modern PHP compatibility.

Repository: https://github.com/netresearch/typo3-extension-upgrade-skill

Features:

  • Extension Scanner assessment for deprecated/removed APIs
  • Rector for automated PHP code transformations
  • Fractor for non-PHP file migrations (FlexForms, TypoScript, YAML, Fluid)
  • PHPStan for static analysis
  • Version-specific guidance for v11→v12, v12→v13 upgrades
  • Dual-version compatibility scenarios (v12+v13 support)
  • Common issue solutions and troubleshooting
  • Official TYPO3 changelog references (v7-v14)

Netresearch Branding

Implement Netresearch brand guidelines in web projects with complete design system.

Repository: https://github.com/netresearch/netresearch-branding-skill

Features:

  • Complete color system (Turquoise, Orange, Anthracite)
  • Typography standards (Raleway, Open Sans, Calibri)
  • Responsive component library (buttons, forms, cards, navigation)
  • Production-ready HTML/CSS templates
  • WCAG AA accessibility compliance
  • Social media specifications
  • Web design patterns and best practices
  • Interactive component showcase

AGENTS.md Generator

Generate and maintain AGENTS.md files following the public agents.md convention.

Repository: https://github.com/netresearch/agents-sk