pingfan
Community@pingfanfan
Be a normal man
Agent Skills by pingfan
Showing 22 vetted skills indexed across 1 GitHub repositories.
plan-before-code
Plans implementation approach, verification steps, and task breakdown before writing code.
explain-codebase
Explains unfamiliar codebases by tracing entry points, data flows, and key abstractions.
code-review-cn
Reviews code diffs and pull requests with prioritized Chinese-language findings.
debug-systematically
Enforces a four-phase debugging workflow of reproduce, locate, hypothesize, then fix.
error-handling
Guides error handling design decisions for throwing, returning, and structuring failures in code.
refactor-safely
Guides code refactoring through small verified steps that preserve external behavior.
test-first
Guides test-driven development by writing failing tests before implementation.
dsh-first-plugin
Guides building, loading, and verifying a first DSH plugin with tested error fixes.
dsh-plugin-dev
Guides writing and debugging Cordis-based TypeScript plugins for DeepSeek Harness.
hello-dsh
Guides first-time users through DeepSeek Harness plugin architecture and lifecycle concepts.
write-docs-cn
Write and organize project documentation by separating tutorials from reference material.
api-design
Guides API design decisions using caller-count necessity checks and type-safe interface patterns.
write-tech-cn
Rewrites Chinese technical documentation to remove translation tone and AI-style phrasing.
pr-description
Writes pull request descriptions covering rationale, verification, and review focus for reviewers.
dsh-skill-dev
Guides writing, debugging, and testing SKILL.md files for DeepSeek Harness.
dsh-troubleshoot
Diagnose silent failures, plugin loading errors, and missing skills in DeepSeek Harness.
perf-optimize
Guides measurement-driven performance optimization by profiling before changing code.
security-review-cn
Reviews code for security vulnerabilities by tracing untrusted input across trust boundaries.
dsh-onboarding
Guides first-time users through DeepSeek Harness startup, permissions, and skill discovery troubleshooting.
web-research
Conducts web research with primary-source verification and calibrated confidence labeling.
ask-good-questions
Structures technical questions and bug reports with reproducible minimal information for GitHub Discussions and issues.
commit-message
Generates Chinese git commit messages following the Conventional Commits specification.
Frequently Asked Questions About pingfan
FAQPage SchemaWhat 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.