DSH Plugin Manager: Manage MCP, Skills, and Built-in Plugin Packages within the Settings Panel

dsh-plugin-manager is a DSH dual-end client plugin maintained by liqichen, embedded within the DeepSeek Harness settings panel. It provides a graphical interface for managing MCP service toggles and deletions, Skills browsing with recycle-bin-style deletion, and read-only browsing of over 160 built-in plugin packages. Changes are written to cordis.patch.yml and ~/.dsh/skills/, taking effect immediately without restarting the dsh web. Configuration backups are automatically created before write operations. This article introduces the installation and registration steps, usage of the three tabs, API interfaces, as well as usage boundaries and recovery methods.

Read More
《Cursor Docs》-Agent Skills
2026-08-26 38 views Cursor Docs Cursor Skills

Agent Skills is an open standard for extending AI agents with specialized capabilities. Skills package domain specific knowledge and workflows that agents can use to perform specific tasks.

Read More
Adding E2E Tests: Building Playwright End-to-End Tests from Scratch with Agent Skill

### 正式翻译: # Adding E2E Tests from awesome-cursor-skills: Teach AI Agents to Build Playwright E2E Testing from Scratch This tutorial covers end-to-end setup with Playwright: installing dependencies, configuring `playwright.config.ts`, writing smoke tests and Page Objects, supplementing npm scripts and `.gitignore`, integrating GitHub Actions CI, and emphasizes best practices for `data-testid` and Playwright Codegen. It explains the positioning of this skill, its differences from webapp-testing, installation methods for Cursor/Claude Code, and a seven-step implementation workflow, making it suitable for frontend and full-stack projects that have not yet adopted E2E testing.

Read More