netresearch/claude-code-marketplace
Curated Agent Skills collection for AI-assisted development | Claude Code & other AI agents | By Netresearch
Deep Analysis
TYPO3开发、PHP现代化和技术文档的Agentic Skills市场,包含19个Skill插件和1个Feature插件,跨平台支持
Core Features
Technical Implementation
- TYPO3深度覆盖 - 7个专业技能从开发到升级
- Agentic Skills规范 - 不仅限于Claude Code
- 企业级安全 - OpenSSF评估+OWASP审计
- 自动同步 - 周期性从源仓库更新
- 德国团队出品 - TYPO3生态权威
- TYPO3扩展开发和测试
- TYPO3环境搭建(DDEV)
- PHP代码现代化升级
- 安全审计和合规检查
- Git工作流标准化
- 专注TYPO3/PHP生态,通用性有限
- 需要TYPO3背景知识
- 部分技能需要特定工具链
- 文档全英文
- 依赖源仓库可用性
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:
- Agentic skills are developed and versioned in separate repositories (see "Installed Agentic Skills" table for repository links)
- GitHub Actions sync workflow clones each skill repository
- Semantic version is extracted from skill's
SKILL.md - Last commit date is appended to create final version (e.g.,
1.2.3-20251021) - Skills are copied to
skills/directory - 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
Related Skills
wshobson/agents
wshobsonIntelligent automation and multi-agent orchestration for Claude Code
The most comprehensive Claude Code plugin ecosystem, covering full-stack development scenarios with a three-tier model strategy balancing performance and cost.
ComposioHQ/awesome-claude-skills
ComposioHQA curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows
The most comprehensive Claude Skills resource list; connect-apps is a killer feature.
OthmanAdi/planning-with-files
OthmanAdiClaude Code skill implementing Manus-style persistent markdown planning — the workflow pattern behind the $2B acquisition.
Context engineering best practices; an open-source implementation of Manus mode.
kepano/obsidian-skills
kepanoAgent skills for Obsidian
Essential for Obsidian users; created by official developers.
NevaMind-AI/memU
NevaMind-AIMemory infrastructure for LLMs and AI agents
Well-designed architecture, comprehensive features, and full multimodal support.
parcadei/Continuous-Claude-v3
parcadeiContext management for Claude Code. Hooks maintain state via ledgers and handoffs. MCP execution without context pollution. Agent orchestration with isolated context windows.
Enterprise-grade engineering workflow with cutting-edge multi-agent architecture.

