gongyijie85/dsh-ecc

ECC (227k-star operator system) skills for DeepSeek Harness — progressive port, v0.1.0 ships 20 curated skills; adapted from affaan-m/ECC (MIT)

7Stars on the repository
201Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

mysql-patterns

169

gongyijie85/dsh-ecc

Skill Claude CodeCodex

MySQL and MariaDB schema, query, indexing, transaction, replication, and connection-pool patterns for production backends. Use when designing MySQL or MariaDB schemas and indexes, or when a query, transaction, or replica lags.

not rated 7 +1 yesterday A 53 tokens copy · 92% MIT

nanoclaw-repl

170

gongyijie85/dsh-ecc

Skill Claude CodeCodex

Operate and extend NanoClaw v2, ECC's zero-dependency session-aware REPL built on claude -p. Use when operating or extending the NanoClaw REPL.

not rated 7 +1 yesterday A 43 tokens copy · 88% MIT

nasiko-control-plane

171

gongyijie85/dsh-ecc

Skill Codex

Install, detect, and operate the optional Nasiko agent control plane through ECC with pinned artifacts, explicit consent, and telemetry and secrets boundaries.

not rated 7 +1 yesterday A 33 tokens original MIT

nestjs-patterns

172

gongyijie85/dsh-ecc

Skill Claude CodeCodex

NestJS architecture patterns for modules, controllers, providers, DTO validation, guards, interceptors, config, and production-grade TypeScript backends. Use when building or reviewing a NestJS backend — modules, providers, DTO validation, guards, or interceptors.

not rated 7 +1 yesterday A 56 tokens copy · 94% MIT

gongyijie85/dsh-ecc

Skill Claude CodeCodex

Safe Python Netmiko patterns for read-only collection, bounded batch SSH, TextFSM parsing, guarded config changes, timeouts, and network automation error handling. Use when automating network device access with Python Netmiko, whether collecting state or pushing guarded config changes.

not rated 7 +1 yesterday A 62 tokens copy · 92% MIT

gongyijie85/dsh-ecc

Skill Claude CodeCodex

Diagnostics-only BGP troubleshooting patterns for neighbor state, route exchange, prefix policy, AS path inspection, and safe evidence collection. Use when a BGP neighbor is down, routes are missing, or prefix policy and AS path need inspection.

not rated 7 +1 yesterday A 53 tokens copy · 95% MIT

gongyijie85/dsh-ecc

Skill Claude CodeCodex

Pre-deployment checks for router and switch configuration, including dangerous commands, duplicate addresses, subnet overlaps, stale references, management-plane risk, and IOS-style security hygiene. Use when reviewing a router or switch configuration before deployment.

not rated 7 +1 yesterday A 48 tokens copy · 95% MIT

gongyijie85/dsh-ecc

Skill Claude CodeCodex

Diagnose interface errors, drops, CRCs, duplex mismatches, flapping, speed negotiation issues, and counter trends on routers, switches, and Linux hosts. Use when an interface shows errors, drops, CRCs, flapping, or a duplex or speed mismatch.

not rated 7 +1 yesterday A 59 tokens copy · 95% MIT

nextjs-turbopack

177

gongyijie85/dsh-ecc

Skill Claude CodeCodex

Next.js 16+ and Turbopack — incremental bundling, FS caching, dev speed, and when to use Turbopack vs webpack.

not rated 7 +1 yesterday A 39 tokens copy · 100% MIT

nodejs-keccak256

178

gongyijie85/dsh-ecc

Skill Claude CodeCodex

Prevent Ethereum hashing bugs in JavaScript and TypeScript. Node's sha3-256 is NIST SHA3, not Ethereum Keccak-256, and silently breaks selectors, signatures, storage slots, and address derivation. Use when hashing for Ethereum in JavaScript or TypeScript, or when a selector, signature, storage slot, or derived address…

not rated 7 +1 yesterday A 79 tokens copy · 88% MIT

gongyijie85/dsh-ecc

Skill Claude CodeCodex

Process, convert, OCR, extract, redact, sign, and fill documents using the Nutrient DWS API. Works with PDFs, DOCX, XLSX, PPTX, HTML, and images. Use when converting, OCRing, extracting from, redacting, signing, or filling documents via the Nutrient DWS API.

not rated 7 +1 yesterday A 73 tokens copy · 91% MIT

nuxt4-patterns

180

gongyijie85/dsh-ecc

Skill Claude CodeCodex

Nuxt 4 app patterns for hydration safety, performance, route rules, lazy loading, and SSR-safe data fetching with useFetch and useAsyncData. Use when building or reviewing a Nuxt 4 app, or debugging hydration mismatches and SSR-safe data fetching.

not rated 7 +1 yesterday A 60 tokens copy · 94% MIT

opensource-pipeline

181

gongyijie85/dsh-ecc

Skill Claude CodeCodex

Open-source pipeline: fork, sanitize, and package private projects for safe public release. Chains 3 agents (forker, sanitizer, packager). Triggers: '/opensource', 'open source this', 'make this public', 'prepare for open source'. Use when a private project must be forked, stripped of secrets, and packaged for public…

not rated 7 +1 yesterday A 76 tokens copy · 95% MIT

orch-add-feature

182

gongyijie85/dsh-ecc

Skill Claude CodeCodex

Orchestrate building a brand-new feature end to end — research, plan, TDD implementation, review, and gated commit — by delegating each phase to the matching ECC agent. Use when adding a capability that does not exist yet.

not rated 7 +1 yesterday A 52 tokens copy · 100% MIT

orch-build-mvp

183

gongyijie85/dsh-ecc

Skill Claude CodeCodex

Orchestrate bootstrapping a working MVP from a design or spec document — ingest the doc, plan thin vertical slices, scaffold the first end-to-end slice, then TDD-implement, review, and gated commit. Use to turn an SDD/PRD into a running starting point. Use when a design or spec document must become a running MVP…

not rated 7 +1 yesterday A 82 tokens copy · 92% MIT

orch-change-feature

184

gongyijie85/dsh-ecc

Skill Claude CodeCodex

Orchestrate altering an existing, working feature to new desired behavior — update its tests to the new spec, change the implementation to match, review, and gated commit. Use when behavior is not broken but should be different.

not rated 7 +1 yesterday A 49 tokens copy · 100% MIT

orch-fix-defect

185

gongyijie85/dsh-ecc

Skill Claude CodeCodex

Orchestrate fixing a bug — reproduce it as a failing regression test, fix to green, review, and gated commit — by delegating each phase to the matching ECC agent. Use when existing behavior is broken or wrong.

not rated 7 +1 yesterday A 51 tokens copy · 100% MIT

orch-pipeline

186

gongyijie85/dsh-ecc

Skill Claude CodeCodex

Shared orchestration engine for the orch- skill family. Defines the gated Research-Plan-TDD-Review-Commit pipeline, the size classifier, the agent map, and the two human gates that the orch- operation skills delegate to. Not usually invoked directly. Not usually invoked directly; it applies when an orch- skill…

not rated 7 +1 yesterday A 82 tokens copy · 95% MIT

orch-refine-code

187

gongyijie85/dsh-ecc

Skill Claude CodeCodex

Orchestrate a behavior-preserving refactor — confirm tests are green, restructure without changing behavior, keep tests green, review, and gated commit. Use when the structure should improve but behavior must not change.

not rated 7 +1 yesterday A 47 tokens copy · 100% MIT

gongyijie85/dsh-ecc

Skill Claude CodeCodex

Use when the user wants a task done much faster through parallel work, concurrent agents, batched tool calls, isolated worktrees, or many independent verification lanes without losing correctness.

not rated 7 +1 yesterday A 41 tokens copy · 100% MIT

perl-patterns

189

gongyijie85/dsh-ecc

Skill Claude CodeCodex

Modern Perl 5.36+ idioms, best practices, and conventions for building robust, maintainable Perl applications. Use when writing or reviewing modern Perl 5.36+ code.

not rated 7 +1 yesterday A 42 tokens copy · 86% MIT

perl-security

190

gongyijie85/dsh-ecc

Skill Claude CodeCodex

Comprehensive Perl security covering taint mode, input validation, safe process execution, DBI parameterized queries, web security (XSS/SQLi/CSRF), and perlcritic security policies. Use when reviewing Perl input handling, process execution, DBI queries, or web-facing code.

not rated 7 +1 yesterday B 62 tokens copy · 83% MIT

perl-testing

191

gongyijie85/dsh-ecc

Skill Claude CodeCodex

Perl testing patterns using Test2::V0, Test::More, prove runner, mocking, coverage with Devel::Cover, and TDD methodology. Use when writing Perl tests with Test2::V0 or Test::More, or measuring coverage.

not rated 7 +1 yesterday A 55 tokens copy · 91% MIT

plankton-code-quality

192

gongyijie85/dsh-ecc

Skill Claude Code

Write-time code quality enforcement using Plankton — auto-formatting, linting, and Claude-powered fixes on every file edit via hooks. Use when setting up write-time formatting, linting, or auto-fix hooks on file edits.

not rated 7 +1 yesterday A 54 tokens copy · 97% MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: