Connect Existing SKILL.md to DeepSeek Harness via dsh-skillport
DSH-Skillport is a DeepSeek Harness skill plugin (MIT, 0.1.0) maintained by jesse-njx. DSH natively scans the `.dsh/skills` and `.agents/skills` directories; this plugin additionally scans for `SKILL.md` files in directories such as Claude Code and Gemini CLI, converts Cursor rules and slash commands into skills, and provides the `find_skill` and `/skills doctor` functions. This article verifies the installation commands, configuration items and capability boundaries based on the community directory page and GitHub source code.
Read MoreWrite Your First Agent Skill Using the Official template-skill
Template-skill is the starting skeleton of Skill in Anthropic's official repository anthropics/skills, with only one SKILL.md file containing name and description placeholders in the directory. Agent Skills became an open standard in December 2025, and the same file can be enabled by scanning directories in Cursor, Claude Code, and Codex CLI respectively. This article follows the official template and agentskills.io specifications to explain the frontmatter fields, directory structure, installation paths of each tool, and how to fill in the template to create the first triggerable Skill.
Read MoreCode Review: Equip AI Programming Assistants with "Standardized Code Review Workflows"
code-review is an official sample Skill built into the awesome-agent-skills repository. It defines a unified code review process for AI programming tools such as Cursor, Claude Code, and Copilot via SKILL.md. It covers five types of checks including syntax, logic, security, performance and style, and outputs a standard report containing problem lists, improvement suggestions and three scores. This article introduces its origin, core capabilities, one-click/manual installation methods, typical usage and applicable scenarios, to help developers standardize AI-assisted code review quickly.
Read MoreExtracting Skills from Repeated Patterns: Detailed Explanation of the Meta-skill building-skills-from-patterns
### 正式翻译(符合技术文档语境): `building-skills-from-patterns` is a meta-skill in the `awesome-cursor-skills` repository. It teaches the Cursor Agent to recognize recurring multi-step workflows and save them as `SKILL.md` files under the `.cursor/skills/` directory. This article introduces its trigger conditions, four-step workflow, division of labor with Rules and Hooks, as well as installation methods and typical use cases, helping developers advance from "repeatedly dictating workflows" to "building reusable Skills on their own".
Read More# Skill-Creator: Anthropic's Official "Meta-Skill" to Teach You Write Evaluable Agent Skills from Scratch
skill-creator is an Agent Skill "meta-skill" in Anthropic's open-source repository, specifically designed to guide developers in creating, testing and iterating on SKILL.md. This article introduces its core capabilities: structured creation workflow, Skill directory specifications, eval evaluation and benchmark testing, description trigger optimization, as well as the installation and activation methods in tools such as Claude Code and Cursor. If you plan to systematically get started with Agent Skills, or already have a Skill but encounter inaccurate triggering or unstable output, skill-creator provides a complete closed loop from drafting to packaging, making it one of the most worthwhile skills to install first in the Skill ecosystem.
Read More