netresearch-claude-code-marketplace
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.
Systematic TYPO3 project instance upgrades across major LTS versions. Covers sys_template to Site Sets migration, SCSS variable injection via Bootstrap Package ScssParser, Bootstrap 4 to 5 migration patterns (color-contrast, link-decoration, frame custom properties), Bootstrap Package v12-v16 breaking changes (navigation, position:sticky, dropdown-hover), Docker infrastructure (ImageMagick, GFX config), database cleanup, and visual review methodology. Includes assessment checkpoints for the extension-assessment framework.
Version-aware TypoScript, TSconfig and Fluid reference lookup with always-on best practices. Covers keyword search across cached documentation, 14 ready-to-use recipes, code review checklists, deprecation checks, migration guides, debugging reference, and project-specific lint rule detection. Supports TYPO3 v12, v13, and v14.
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.
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.
Docker image development patterns for Dockerfile, docker-compose.yml, compose.yml, docker-bake.hcl, and .dockerignore. Covers multi-stage builds, layer optimization, CI testing patterns (entrypoint bypass, DNS mocking, compose validation), Docker Bake for multi-platform builds, security scanning with Trivy, and network isolation. Based on production learnings. By Netresearch.
Systematic TYPO3 extension assessment against all Netresearch skills. Uses checkpoint-based verification with mechanical scripted checks and domain-batched LLM reviews. Ensures 100% coverage across GitHub project setup, enterprise readiness, TYPO3 conformance, testing infrastructure, PHP modernization, security, documentation, and branding. Convention-with-override pattern for skill checkpoint discovery. By Netresearch.
Agentic Skill for Matrix chat communication. Send messages to Matrix rooms on behalf of users via access token authentication. Works with any Matrix homeserver. Includes room listing, message reading (unencrypted), and markdown-formatted message sending.
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.
Assess and enhance software projects for enterprise-grade security, quality, and automation. Includes supply chain security (SLSA, signing, SBOMs), quality gates, testing layers, and platform-specific hardening with dynamic scoring for fair cross-stack assessment.
Create and maintain TYPO3 extension documentation following official TYPO3 documentation standards. Includes automated documentation extraction with priority-weighted gap analysis based on TYPO3 architecture, RST syntax reference, TYPO3-specific directives, local rendering, validation, and TYPO3 Intercept deployment setup.
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.
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.
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.
Evaluate TYPO3 extensions for conformance to official TYPO3 coding standards, architecture patterns, and best practices. Includes automated validation scripts for file structure, PSR-12 compliance, dependency injection, testing infrastructure, and comprehensive conformance scoring with priority-based action items.
Implement Netresearch brand guidelines in web projects with comprehensive color system, typography standards (Raleway, Open Sans, Calibri), responsive component library, and production-ready templates. Includes WCAG AA accessibility compliance, social media specifications, and complete web design patterns.
Generate and maintain AGENTS.md files following the public agents.md convention. Creates thin root files with precedence rules, scoped files for subsystems, auto-extracts commands from build tools, and supports Go, PHP, TypeScript, and Python projects with language-specific templates.
Automatic CLI tool management for coding agents. Detects missing tools from 'command not found' errors and installs them via optimal package managers. Includes 74+ tool catalog (ripgrep, fd, jq, docker, terraform, etc.), project environment auditing, and batch update capabilities. Supports Python, Node.js, Rust, Go, PHP, Ruby, and infrastructure projects.
Systematic TYPO3 extension upgrades to newer LTS versions with modern PHP compatibility. Covers Extension Scanner assessment, Rector for PHP migrations, Fractor for non-PHP file migrations (FlexForms, TypoScript, YAML, Fluid), PHPStan for static analysis, and testing setup. Includes version-specific guidance for v11→v12, v12→v13, and dual-compatibility scenarios.
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.
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.
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.
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.
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.
GitHub repository setup and platform-specific features. Covers branch protection rules, CODEOWNERS configuration, GitHub Issues/Discussions/Projects, PR review workflows with conversation resolution, Dependabot/Renovate auto-merge workflows, and GitHub Releases configuration. Focuses on GitHub platform features only - delegates CI/CD to language skills, security to security-audit, SLSA to enterprise-readiness. By Netresearch.
Guide for structuring Netresearch skill repositories with multi-channel distribution. Covers repository standards, README/SKILL.md separation, composer.json configuration, release workflows, and validation scripts for skill quality assurance. By Netresearch.
Comprehensive Jira integration with two specialized skills: jira-mcp for API operations via mcp-atlassian MCP server, and jira-syntax for wiki markup validation and templates. Covers issue CRUD operations, JQL searching, project management, worklog management, attachment handling, issue linking, and enforced Jira wiki markup syntax standards.
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.
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.
Expert guidance for Concourse CI pipeline development, optimization, and troubleshooting. Covers pipeline creation, git-resource and registry-image configuration, job lifecycle hooks, YAML anchors for DRY patterns, multi-branch pipelines with set_pipeline, container builds with oci-build-task, and critical gotchas like tag detection after force-push. Includes complete YAML schema reference, working example pipelines, and validation scripts. Targets Concourse v8.0+.