Skill Claude CodeCodex
A release-note writing guide for maintaining a CHANGELOG, a file that records what changed in each software version. It follows Keep a Changelog categories and semantic versioning rules.
Skill Claude CodeCodex
A release-note writing guide for maintaining a CHANGELOG, a file that records what changed in each software version. It follows Keep a Changelog categories and semantic versioning rules.
Skill Claude CodeCodex
A set of rules for writing Chinese technical documentation. It covers terminology, spacing, code formatting, version notes, citations, and warnings for risky commands.
Skill Claude CodeCodex
A Chinese-language code-review skill using a six-part checklist: correctness, security, maintainability, error handling, tests, and documentation.
Skill Claude CodeCodex
A troubleshooting guide for DSH startup failures, inactive plugins, and broken sessions. It describes collecting logs, narrowing down causes, backing up configuration, and rolling back changes.
Skill Claude CodeCodex
A guide for reviewing and upgrading project dependencies, which are third-party packages the project relies on. It covers security warnings, installation scripts, lock files, breaking changes, tests, rollback plans, and reducing unnecessary dependencies.
Skill Claude CodeCodex
A documentation checklist for keeping written instructions, configuration details, version numbers, comments, and change records aligned with code.
Skill Claude CodeCodex
A Git commit guide for writing standardised commit messages and performing basic checks before committing code. Git commits are saved checkpoints in a project’s history.
Skill Claude CodeCodex
Create, repair, transform, or verify XLSX, DOCX, PPTX, and PDF deliverables with format-aware tools and reopen or render checks.
Skill Claude CodeCodex
A development guide for the browser interface of a DSH plugin, including its package structure, registered interface locations, and build setup.
Skill Claude CodeCodex
A guide for creating and debugging DeepSeek Harness plugins, which are add-ons packaged as npm modules with configuration files.
Skill Claude CodeCodex
A pattern for giving a DSH plugin’s user interface English and Chinese text that changes immediately when the selected language changes.
Skill Claude CodeCodex
A publishing procedure for putting a DSH plugin on GitHub and adding it to the DSH community list. DSH is the plugin ecosystem described by the procedure, and GitHub is the code-hosting service where the plugin is published.
Skill Claude CodeCodex
A checklist and feedback format for reviewing a pull request, which is a proposed set of code changes before they are added to a project.
Skill Claude CodeCodex
A careful process for changing a codebase’s structure while keeping its observable behavior the same. Refactoring means improving code organization without changing what the program does.
Skill Claude CodeCodex
Convert a public portable SKILL.md into a DSH-compatible skill with verified discovery paths, tool mapping, provenance checks, and safe fallbacks.
Skill Claude CodeCodex
A way to split a complex coding task into small, independently checkable pieces with clear completion conditions.
Skill Claude CodeCodex
A test-first process for fixing bugs or adding features: write a failing test, make the smallest change that passes it, then improve the code.
Skill Claude CodeCodex
Verify a local web application's rendered browser behavior with console, network, server, and focused regression-test evidence.