pingfanfan

22 mods across 1 repository, 86 stars between them.

api-design

01

pingfanfan/hello-dsh

Skill Claude CodeCodex

Guidance for designing public programming interfaces, meaning the methods and data structures other code is allowed to use. It emphasizes adding only interfaces with real callers and making invalid uses impossible to compile.

86 18d ago A 54 tokens original MIT

ask-good-questions

02

pingfanfan/hello-dsh

Skill Claude CodeCodex

Guidance for asking technical questions and reporting bugs so another developer can reproduce and answer them. It covers versions, environment details, minimal reproduction steps, expected and actual results, errors, and attempted fixes.

86 18d ago A 61 tokens original MIT

code-review-cn

03

pingfanfan/hello-dsh

Skill Claude CodeCodex

A Chinese-language guide for reviewing code changes, pull requests, and diffs. It prioritizes correctness, resource cleanup, security, matching documentation, and tests before style.

86 18d ago A 62 tokens original MIT

commit-message

04

pingfanfan/hello-dsh

Skill Claude CodeCodex

Guidance for writing Git commit messages using Conventional Commits, a common format such as fix, feat, or docs followed by a short description. It focuses on explaining why a change was made.

86 18d ago A 43 tokens original MIT

pingfanfan/hello-dsh

Skill Claude CodeCodex

A structured method for finding the underlying cause of a software problem. It moves from reproducing the problem, to locating the responsible code, to testing a specific explanation, and then to fixing it with a regression test.

86 18d ago A 51 tokens original MIT

dsh-first-plugin

06

pingfanfan/hello-dsh

Skill Claude CodeCodex

A step-by-step guide for building and installing a first DSH plugin. DSH is a software tool whose plugins can add tools, connect outside services, or respond to agent events.

86 18d ago A 60 tokens original MIT

dsh-onboarding

07

pingfanfan/hello-dsh

Skill Claude CodeCodex

Guidance for helping someone use DeepSeek Harness, a local runtime for coding agents, for the first time. It explains the runtime, profiles, workspace, permissions, and how extensions are discovered.

86 18d ago A 60 tokens original MIT

dsh-plugin-dev

08

pingfanfan/hello-dsh

Skill Claude CodeCodex

A guide for building and debugging plugins for DeepSeek Harness, a developer-preview tool built on the Cordis component framework. It explains how plugins are exported, loaded, and connected to services.

86 18d ago A 55 tokens original MIT

dsh-skill-dev

09

pingfanfan/hello-dsh

Skill Claude CodeCodex

A specialist review agent for software that handles purchasing, suppliers, payments, or spending approvals.

86 18d ago A 59 tokens original MIT

dsh-troubleshoot

10

pingfanfan/hello-dsh

Skill Claude CodeCodex

A troubleshooting guide for DeepSeek Harness, including its process, configuration, plugins, tools, skills, and model connections.

86 18d ago A 61 tokens original MIT

error-handling

11

pingfanfan/hello-dsh

Skill Claude CodeCodex

A set of rules for deciding how software should report failures and what information error messages should contain.

86 18d ago A 51 tokens original MIT

explain-codebase

12

pingfanfan/hello-dsh

Skill Claude CodeCodex

Instructions for quickly understanding an unfamiliar software project by tracing its purpose, entry point, main data flow, key abstractions, and external dependencies. They are written in Chinese.

86 18d ago A 63 tokens original MIT

hello-dsh

13

pingfanfan/hello-dsh

Skill Claude CodeCodex

An introductory guide to DeepSeek Harness, a system built from plug-ins, which are add-ons that provide capabilities such as skills, tools, or external connections.

86 18d ago C 63 tokens original MIT

perf-optimize

14

pingfanfan/hello-dsh

Skill Claude CodeCodex

A performance-improvement guide that requires measuring real behaviour before changing code. It explains how to identify bottlenecks, test one change at a time, and check that the change did not break anything.

86 18d ago A 44 tokens original MIT

plan-before-code

15

pingfanfan/hello-dsh

Skill Claude CodeCodex

A Chinese-language guide for planning substantial software changes before writing code. It asks you to clarify the goal, boundaries, constraints, existing code, implementation steps, risks, and how success will be tested.

86 18d ago A 56 tokens original MIT

pr-description

16

pingfanfan/hello-dsh

Skill Claude CodeCodex

A writing guide for pull request descriptions. A pull request is a proposed set of code changes for review and merging.

86 18d ago A 47 tokens original MIT

refactor-safely

17

pingfanfan/hello-dsh

Skill Claude CodeCodex

A safe code-refactoring guide for changing code structure while keeping its external behavior the same. Refactoring means reorganizing code without changing what it does.

86 18d ago A 54 tokens original MIT

security-review-cn

18

pingfanfan/hello-dsh

Skill Claude CodeCodex

A Chinese-language guide for reviewing software security by tracing untrusted data from its source to the operations it reaches. It covers inputs such as requests, files, configuration, third-party responses, and AI output.

86 18d ago B 52 tokens original MIT

test-first

19

pingfanfan/hello-dsh

Skill Claude CodeCodex

A test-first development guide, where tests are written before the code they check. TDD, or test-driven development, means first writing a test that fails, then writing the simplest code that makes it pass.

86 18d ago A 48 tokens original MIT

web-research

20

pingfanfan/hello-dsh

Skill Claude CodeCodex

A web-research skill that gathers current information from original sources such as official documentation, source code, papers, and announcements. It marks uncertainty and avoids treating missing search results as proof that something does not exist.

86 18d ago A 54 tokens original MIT

write-docs-cn

21

pingfanfan/hello-dsh

Skill Claude CodeCodex

A guide to writing project documentation, especially README files. It explains how tutorials differ from reference material and where each kind of information belongs.

86 18d ago A 46 tokens original MIT

write-tech-cn

22

pingfanfan/hello-dsh

Skill Claude CodeCodex

A writing guide for Chinese technical documents such as READMEs, tutorials, blogs, and technical explanations. It focuses on direct conclusions, clear actions, natural Chinese, and consistent technical terms.

86 18d ago A 55 tokens original MIT