The awesome collection of OpenClaw skills. 5,400+ skills filtered and categorized from the official OpenClaw Skills Registry.🦞
Marketplace of agent skills for Claude Code and others
This repo is a source catalog for portable Agent Skills, not the skills themselves. It maps each skill to its source repository so agents can load the right package directly, and it ships a site for browsing the catalog by stack and category.
Builders who want a browsable catalog of reusable skills for Claude Code, Cursor, Copilot, Codex, or Gemini CLI.
You can find and install the right skill for your stack without hunting across separate repos.
What it does
Portable skill catalog
Lists 39 curated skills that work across the Agent Skills standard and source repositories.
Claude Code marketplace support
Lets you add the catalog with `/plugin marketplace add netresearch/claude-code-marketplace` and browse skills from Claude Code.
Any-agent installation path
Shows the `npx skills add ... --skill ...` command for installing a specific skill from its source repo.
Public browsing site
Builds a GitHub Pages site with per-skill detail pages, grouped by stack and category in English and German.
Source-reference packaging
Uses `.claude-plugin/marketplace.json` to point at skill repositories instead of bundling the skills in this repo.
How to get it
- 1Run
/plugin marketplace add netresearch/claude-code-marketplace
- 2Run
npx skills add https://github.com/netresearch/{repo-name} --skill {skill-name}
README
Netresearch Agentic Skills Marketplace
You ship code. Your agent should know your stack.
39 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.
Browse the full catalog → netresearch.github.io/claude-code-marketplace — per-skill detail pages, grouped by stack and category, in English and German.
What are Agentic Skills?
Agentic Skills are portable packages of procedural knowledge that work across any AI coding agent supporting the Agent Skills specification.
Every listed repository is also an Agent Plugins 1.0.0 package: a plugin.json at the repository root plus the skills/ directory, which conformant clients load directly from the source repository. This marketplace stays the Claude Code install path — Agent Plugins standardizes packaging, not distribution.
Supported Platforms:
- Claude Code (Anthropic)
- Cursor
- GitHub Copilot
- OpenAI Codex
- Gemini CLI
- Amp, Goose, Roo Code, OpenCode, and 30+ more
Installation
Claude Code (Marketplace)
/plugin marketplace add netresearch/claude-code-marketplace
Then use /plugin to browse and install individual skills.
npx (Any Agent)
npx skills add https://github.com/netresearch/{repo-name} --skill {skill-name}
Browse all skills at skills.sh/netresearch.
Available Skills
Skill-skills
A small family of skills whose subject matter is other skills. At the center runs a loop — Harness, Assessment, Retro — and around it sit authoring tools that feed the loop.
| Skill | Repository | Description |
|---|---|---|
| agent-harness | agent-harness-skill | Agent Skill for bootstrapping, verifying, and enforcing agent-harness infrastructure in repositories |
| automated-assessment | automated-assessment-skill | Systematic project assessment with scripted + LLM verification |
| retro | retro-skill | LLM-driven session retrospection: detects friction and materializes learnings into user memory, project rules, skill PRs, checkpoints, or harness artifacts. Includes /retro outcome and /retro audit modes |
| agent-rules | agent-rules-skill | Generate AGENTS.md with CI rules, architecture, ADRs extraction |
| skill-repo | skill-repo-skill | Skill repository structure, validation, and distribution |
Host-side tooling (not Agent Skills themselves, but part of the same family):
- composer-agent-skill-plugin — Composer plugin that pulls Agent Skills into PHP projects.
- node-agent-skill-coordinator — Discovers skills shipped via npm packages and registers them in the project's
AGENTS.md.
TYPO3 Development
| Skill | Repository | Description |
|---|---|---|
| typo3-conformance | typo3-conformance-skill | Evaluate TYPO3 extension quality and standards compliance |
| typo3-site-conformance | typo3-site-conformance-skill | Conformance for deployable TYPO3 site/project repos (containers / CI / supply-chain / secrets) |
| typo3-testing | typo3-testing-skill | Test infrastructure: unit, functional, E2E, architecture, mutation |
| typo3-docs | typo3-docs-skill | Create and maintain TYPO3 extension documentation for docs.typo3.org |
| typo3-ddev | typo3-ddev-skill | DDEV environment setup for TYPO3 extension development |
| typo3-extension-upgrade | typo3-extension-upgrade-skill | Systematic extension upgrades to newer LTS versions |
| typo3-project-upgrade | typo3-project-upgrade-skill | TYPO3 project instance upgrades across major LTS versions |
| typo3-ckeditor5 | typo3-ckeditor5-skill | CKEditor 5 plugin development for TYPO3 v12+ |
| typo3-core-contributions | typo3-core-contributions-skill | Guide TYPO3 core contributions via Gerrit |
| typo3-typoscript-ref | typo3-typoscript-ref-skill | Version-aware TypoScript, TSconfig, and Fluid reference lookup |
| typo3-a11y | typo3-a11y-skill | WCAG 2.1 AA accessibility patterns for TYPO3 projects |
| typo3-vite | typo3-vite-skill | Vite build setup, SCSS architecture, Bootstrap 5 theming |
OroCommerce
| Skill | Repository | Description |
|---|---|---|
| orocommerce | orocommerce-skill | OroCommerce development: entities, datagrids, REST API, workflows, frontend, security, integration, bundle scaffolding |
Code Quality & Security
| Skill | Repository | Description |
|---|---|---|
| php-modernization | php-modernization-skill | PHP 8.x modernization: type safety, enums, DTOs, PHPStan, Rector |
| php-structured-edit | php-ast-edit-skill | Select PHP symbols, apply typed edits in guarded batches, and review the diff; project tests remain necessary |
| security-audit | security-audit-skill | OWASP security audit patterns for PHP applications |
| enterprise-readiness | enterprise-readiness-skill | Supply chain security, SLSA, OpenSSF, SBOMs, quality gates |
DevOps & Infrastructure
| Skill | Repository | Description |
|---|---|---|
| docker-development | docker-development-skill | Dockerfile, docker-compose, multi-stage builds, CI patterns |
| concourse-ci | concourse-ci-skill | Concourse CI pipeline development and optimization |
| go-development | go-development-skill | Production-grade Go patterns: testing, Docker, LDAP, resilience |
| git-workflow | git-workflow-skill | Branching strategies, Conventional Commits, PR workflows |
| github-project | github-project-skill | GitHub repo setup: branch protection, CODEOWNERS, auto-merge |
| github-release | github-release-skill | Safe, automated GitHub releases with supply chain security. Prevents dangerous gh release commands, orchestrates version bumps, signed tags, and CI-driven releases across ecosystems. |
| jujutsu-workflow | jujutsu-workflow-skill | Agent-safe version control with Jujutsu (jj): jj as the local change layer (reversible op-log undo, conflicts-as-data, non-interactive history surgery), Git as the canonical remote/PR/CI interface; proven with evals to beat pure git for agents |
Productivity & Integration
| Skill | Repository | Description |
|---|---|---|
| jira-integration | jira-skill | Jira API operations and wiki markup (two sub-skills) |
| matrix-communication | matrix-skill | Send messages to Matrix rooms |
| cli-tools | cli-tools-skill | Auto-install missing CLI tools (74+ tool catalog) |
| context7 | context7-skill | Library documentation lookup via Context7 REST API |
| data-tools | data-tools-skill | Structured data manipulation with jq, yq, dasel, qsv |
| file-search | file-search-skill | Efficient code search with ripgrep, ast-grep, fd |
| coach | claude-coach-plugin | Self-improving learning system with hooks and commands |
| german-technical-writing | german-technical-writing-skill | Natural German technical register for Jira, internal docs, team chat — catches anglicisms, enforces lexicon |
| peer-qa-review | peer-qa-review-skill | Round-1 IT QA peer-review runbook: lifecycle, severity vocabulary, structured Jira comment template, edge cases, anti-patterns |
| markdown-to-pdf | markdown-to-pdf-skill | Convert Markdown files to styled PDFs via WeasyPrint; CSS-overridable for branded output |
| typo3-upgrade-effort-model | typo3-upgrade-effort-model-skill | TYPO3 LTS upgrade effort model: risk multipliers, baselines, version compatibility, Rector coverage, 7-phase workflow |
Brand & visual identity
| Skill | Repository | Description |
|---|---|---|
| netresearch-branding | netresearch-branding-skill | Netresearch brand guidelines: colors, typography, components |
Architecture
This marketplace uses source references — it contains only a marketplace.json catalog that points to individual skill repositories. Claude Code fetches skills directly from their source repos when installed.
The GitHub Pages site is built from site/; the design decisions behind it are recorded as ADRs in docs/decisions/.
Adding a Skill
Add an entry to .claude-plugin/marketplace.json:
{
"name": "my-skill",
"description": "What it does and when to use it",
"source": {
"source": "github",
"repo": "netresearch/my-skill-repo"
},
"category": "development"
}
Internal Marketplace
Netresearch also maintains an internal marketplace for proprietary skills:
/plugin marketplace add git@git.netresearch.de:coding-ai/marketplace.git
Discover
Browse the full catalog with per-skill detail pages on the marketplace website:
netresearch.github.io/claude-code-marketplace — DE + EN, canonical landing per skill, grouped by stack and category.
Maintained by: Netresearch DTT GmbH, Leipzig
Files in the repo
- .claude-plugin
- .githooks
- .github
- docs
- scripts
- site
- .envrc
- .gitignore
- AGENTS.md
- CLAUDE.md
- GEMINI.md
- LICENSE
- lighthouserc.json
- README.md
- renovate.json
- sonar-project.properties
Discussion (0)
Ask about usage, or say what you built with itSign in to join the discussion.
No comments yet. Be the first to say what this is good for.
More collections
A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows
A collection of MCP servers.
Model Context Protocol Servers
Extracted system prompts from Anthropic - Claude Fable 5.1, Opus 5, Claude Design, Claude Code. OpenAI - ChatGPT GPT-6-Astra, Codex. Google - Gemini 3.8 Flash, 3.1 Pro, Antigravity. xAI - Grok, Grok Bot, Cursor, Kimi and more! Updated regularly.
Official, Anthropic-managed directory of high quality Claude Code Plugins.