DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Agent Dev Skills — DSH Plugin for DeepSeek Harness
← Plugins
A

@ddtcorex/agent-dev-skills

Agent Dev Skills

Magento 2 development skills (8) with Govard/Laravel environment tooling (3), packaged as a Cordis plugin

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:ddtcorex/agent-dev-skills#aedbc8f0267fa3b56cafea68a68a27e873b46796
READMECompatibilityVersions

Compatibility and provenance

Agent Dev Skills is published as @ddtcorex/agent-dev-skills and currently resolves to version 1.0.6. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
8/21/2026

Versions

1.0.6stable
8/21/2026
1.0.5
stable
8/20/2026

Related plugins

Loading related plugins…

Latest
1.0.6
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
Not declared
Source
github
Weekly downloads
0
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in developer-tools.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

AI Agent Development Skills Hub (agent-dev-skills)

An extensible hub of AI development skills, packaged as a universal plugin for DeepSeek Harness (DSH), Claude Code, Codex CLI, OpenCode, and GitHub Copilot — centered around Govard development environment orchestration and its supported web frameworks (Magento 2, Laravel, etc.), with more tech stacks added over time.

Every skill follows the open Agent Skills standard (a SKILL.md file with name/description frontmatter), which all major AI Agent tools understand.

Works best with Govard. Most command examples in this hub assume a Govard-managed dev environment (govard sh -c "...", govard tool magerun ...) — without it, you'll need to adapt them to your own container/CLI setup. One-line install: curl -fsSL https://raw.githubusercontent.com/ddtcorex/govard/master/install.sh | bash.


📂 Directory Structure

Every skill lives under skills/<name>/SKILL.md — this is the single source of truth across all supported AI tools and platforms:

agent-dev-skills/
├── README.md                        # Global documentation and guide
├── package.json                     # NPM package & DSH Cordis Plugin manifest (@ddtcorex/agent-dev-skills)
├── tsconfig.json                    # TypeScript compiler configuration
├── src/                             # DSH Cordis Plugin source code
│   ├── index.ts                     # Cordis Plugin entrypoint
│   └── dsh-types.d.ts               # DSH type definitions
├── .dsh-plugin/                     # DeepSeek Harness Agent Preset definition
│   ├── preset.yml                   # Web GUI preset display metadata
│   └── agent.cordis.yml             # DSH Agent preset composition
├── .claude-plugin/                  # Claude Code plugin manifests
├── .codex-plugin/                   # Codex CLI plugin manifest
├── .agents/plugins/                 # Codex marketplace manifest
│
└── skills/
    ├── 📦 CORE STANDARDS & ARCHITECTURES
    │   └── magento2-dev-core/           # Magento 2 core guidelines (DI, Repositories, Security)
    │
    ├── 🛠️ QUALITY ASSURANCE & AUDITING
    │   ├── magento2-linter/             # PHPCS, PHPStan, PHPMD quality checks
    │   ├── magento2-performance-audit/  # Web vitals, infrastructure and DB profiling
    │   ├── magento2-security-scan/      # Static vulnerability code scanning
    │   └── magento2-code-review/        # PR/module/theme/project review orchestration
    │
    ├── 🎨 FRONTEND & BACKEND FRAMEWORKS
    │   ├── magento2-hyva-dev/           # Alpine.js, Tailwind CSS, CSP payment pages
    │   ├── magento2-frontend-dev/       # Luma Knockout.js, LESS, RequireJS
    │   └── magento2-backend-dev/        # REST, GraphQL resolvers, Cron, Queues
    │
    └── 🔧 DEV ENVIRONMENT & CLI TOOLS (Govard Stack)
        ├── govard-toolbox/              # Base container orchestrator toolbox
        ├── govard-magento/              # Magento-specific dev env commands
        └── govard-laravel/              # Laravel-specific dev env commands

🤖 Agent Compatibility Matrix

SkillClaude CodeCodex CLIOpenCodeGitHub CopilotDeepSeek Harness
Core & Standards
magento2-dev-core✅✅✅✅✅
Linting & Auditing
magento2-linter✅✅✅✅✅
magento2-performance-audit✅✅✅✅✅
magento2-security-scan✅✅✅✅✅
magento2-code-review✅✅✅✅✅
Frameworks
magento2-hyva-dev✅✅✅✅✅
magento2-frontend-dev✅✅✅✅✅

💾 Installation

1. DeepSeek Harness (DSH)

As a Cordis Plugin (installs the ctx.skills provider bundle)

dsh plugin --profile web add github:ddtcorex/agent-dev-skills

The package builds itself on install via its prepare script. pnpm ≥ 10 blocks git-dependency build scripts until you allow them — if the first add reports an ignored build, copy the key pnpm prints into the profile's pnpm-workspace.yaml and re-run:

allowBuilds:
  '@ddtcorex/agent-dev-skills': true

To reference the plugin from a hand-written patch layer instead, the row must name the real package:

- insert:
    - id: agent-dev-skills
      name: '@ddtcorex/agent-dev-skills'

Via One-Line Installer (Installs Skills + DSH Web GUI Agent Preset)

curl -fsSL https://raw.githubusercontent.com/ddtcorex/agent-dev-skills/master/install.sh | bash -s -- --target dsh

This automatically installs:

  • All skills into ~/.dsh/skills/
  • Agent Preset "Govard Master" into ~/.dsh/.agent-presets/agent-dev-skills/

After installation, open DSH Web GUI → New Chat → select "Govard Master" from the Agent picker.


2. Claude Code — As a Plugin

/plugin marketplace add ddtcorex/agent-dev-skills
/plugin install agent-dev-skills@ddtcorex

Updates: /plugin marketplace update ddtcorex.


3. Codex CLI — As a Plugin

codex plugin marketplace add ddtcorex/agent-dev-skills
codex plugin add agent-dev-skills@ddtcorex

Updates: codex plugin marketplace upgrade ddtcorex.


4. OpenCode & GitHub Copilot, or Direct Skill Files

curl -fsSL https://raw.githubusercontent.com/ddtcorex/agent-dev-skills/master/install.sh | bash
ToolScans (project scope)Scans (personal scope)
Claude Code.claude/skills/~/.claude/skills/
DeepSeek Harness (DSH).dsh/skills/~/.dsh/skills/
OpenCode.opencode/skills/~/.config/opencode/skills/
Codex CLI.agents/skills/~/.agents/skills/
GitHub Copilot.github/skills/~/.copilot/skills/

⚡ Extension Guide: Adding New Skills

You can easily expand this hub with any new framework or toolchain supported by Govard (e.g., Laravel, Symfony, React, Vue, Docker, etc.).

Step 1: Create the Skill Folder

Create skills/[framework/tool]-[purpose]/ using kebab-case (e.g., skills/laravel-dev-core/, skills/vue-hyva-checkout/).

Step 2: Create a SKILL.md File

Every skill folder must contain a SKILL.md file at its root with valid YAML frontmatter:

---
name: your-skill-name
description: |
  Describe exactly when the AI Agent should trigger this skill.
compatibility: claude, codex, opencode, copilot, dsh
depends: [any-dependencies-if-applicable]
---

# Your Skill Title

## Capabilities
Describe what this skill enables the agent to do.

## Best Practice Patterns
Provide code templates, standards, and typical commands.

## Verification
Step-by-step commands to verify output works properly.

Let's continuously expand this hub to automate more AI engineering workflows across Govard and web frameworks! 🚀

magento2-backend-dev
✅
✅
✅
✅
✅
Toolchains
govard-toolbox✅✅✅✅✅
govard-magento✅✅✅✅✅
govard-laravel✅✅✅✅✅