pingfan avatar

pingfan

Community

@pingfanfan

8Followers
|
47Public Repos
|
22Published Skills

Be a normal man

Skills Distribution
DomainDeveloper To...Code Quality & Rev.. (35%)DeepSeek Harness P.. (25%)Testing, Debugging.. (20%)Technical Document.. (12%)

Agent Skills by pingfan

Showing 22 vetted skills indexed across 1 GitHub repositories.

pingfanfanpingfanfan
96

plan-before-code

Plans implementation approach, verification steps, and task breakdown before writing code.

Community
Basic
pingfanfanpingfanfan
96

explain-codebase

Explains unfamiliar codebases by tracing entry points, data flows, and key abstractions.

Community
Basic
pingfanfanpingfanfan
96

code-review-cn

Reviews code diffs and pull requests with prioritized Chinese-language findings.

Community
Intermediate
pingfanfanpingfanfan
96

debug-systematically

Enforces a four-phase debugging workflow of reproduce, locate, hypothesize, then fix.

Community
Intermediate
pingfanfanpingfanfan
96

error-handling

Guides error handling design decisions for throwing, returning, and structuring failures in code.

Community
Intermediate
pingfanfanpingfanfan
96

refactor-safely

Guides code refactoring through small verified steps that preserve external behavior.

Community
Intermediate
pingfanfanpingfanfan
96

test-first

Guides test-driven development by writing failing tests before implementation.

Community
Basic
pingfanfanpingfanfan
96

dsh-first-plugin

Guides building, loading, and verifying a first DSH plugin with tested error fixes.

Community
Intermediate
pingfanfanpingfanfan
96

dsh-plugin-dev

Guides writing and debugging Cordis-based TypeScript plugins for DeepSeek Harness.

Community
Advanced
pingfanfanpingfanfan
96

hello-dsh

Guides first-time users through DeepSeek Harness plugin architecture and lifecycle concepts.

Community
Intermediate
pingfanfanpingfanfan
96

write-docs-cn

Write and organize project documentation by separating tutorials from reference material.

Community
Basic
pingfanfanpingfanfan
96

api-design

Guides API design decisions using caller-count necessity checks and type-safe interface patterns.

Community
Intermediate
pingfanfanpingfanfan
96

write-tech-cn

Rewrites Chinese technical documentation to remove translation tone and AI-style phrasing.

Community
Basic
pingfanfanpingfanfan
96

pr-description

Writes pull request descriptions covering rationale, verification, and review focus for reviewers.

Community
Basic
pingfanfanpingfanfan
96

dsh-skill-dev

Guides writing, debugging, and testing SKILL.md files for DeepSeek Harness.

Community
Intermediate
pingfanfanpingfanfan
96

dsh-troubleshoot

Diagnose silent failures, plugin loading errors, and missing skills in DeepSeek Harness.

Community
Intermediate
pingfanfanpingfanfan
96

perf-optimize

Guides measurement-driven performance optimization by profiling before changing code.

Community
Intermediate
pingfanfanpingfanfan
96

security-review-cn

Reviews code for security vulnerabilities by tracing untrusted input across trust boundaries.

Community
Intermediate
pingfanfanpingfanfan
96

dsh-onboarding

Guides first-time users through DeepSeek Harness startup, permissions, and skill discovery troubleshooting.

Community
Intermediate
pingfanfanpingfanfan
96

web-research

Conducts web research with primary-source verification and calibrated confidence labeling.

Community
Intermediate
pingfanfanpingfanfan
96

ask-good-questions

Structures technical questions and bug reports with reproducible minimal information for GitHub Discussions and issues.

Community
Basic
pingfanfanpingfanfan
96

commit-message

Generates Chinese git commit messages following the Conventional Commits specification.

Community
Basic

Frequently Asked Questions About pingfan

FAQPage Schema
What tasks can I accomplish with pingfan's skills?▼

You can plan multi-file changes before coding, review pull requests in Chinese, debug by reproduce-then-locate discipline, refactor in small verified steps, write failing tests first, design APIs, optimize performance with measurement, run security reviews, and develop DeepSeek Harness plugins and skills.

Who are these skills designed for?▼

Software engineers working in Chinese-language teams who want enforced engineering discipline: reviewers needing evidence-based blocking comments, developers doing TDD or safe refactoring, and DSH users building their first plugin, skill, or troubleshooting silent load failures.

How do the DeepSeek Harness skills work in practice?▼

The dsh-onboarding and hello-dsh skills explain DSH's process model, directory conventions, and permission boundaries. dsh-first-plugin walks through writing files, overlays, loading, and verification, while dsh-troubleshoot diagnoses silent failures like missing skills or UNKNOWN_TOOL errors.

What prerequisites do these skills assume?▼

General software engineering context: a codebase under git, pull request workflows, and test infrastructure for the TDD and refactoring skills. The DSH-specific skills require a DeepSeek Harness installation with its workspace, plugin loading paths, and Cordis component lifecycle.

Do these skills cover documentation and communication?▼

Yes. write-docs-cn and write-tech-cn produce Chinese technical docs without translation tone, pr-description explains why changes were made and how they were verified, commit-message generates Conventional Commits in Chinese, and ask-good-questions structures reproducible bug reports.