gongyijie85

116 mods across 4 repositories, 32 stars between them.

ponytail-audit

26

gongyijie85/dsh-ponytail

Skill Claude CodeCodex

Whole-repo audit for over-engineering. Like ponytail-review, but scans the entire codebase instead of a diff: a ranked list of what to delete, simplify, or replace with stdlib/native equivalents. Use when the user says "audit this codebase", "audit for over-engineering", "what can I delete from this repo", "find…

9 16d ago A 105 tokens copy · 100% MIT

ponytail-debt

27

gongyijie85/dsh-ponytail

Skill Claude CodeCodex

Harvest every ponytail: comment in the codebase into a debt ledger, so the deliberate shortcuts and deferrals ponytail leaves behind get tracked instead of rotting into "later means never". Use when the user says "ponytail debt", "/ponytail-debt", "what did ponytail defer", "list the shortcuts", "ponytail ledger", or…

9 16d ago A 99 tokens copy · 100% MIT

ponytail-gain

28

gongyijie85/dsh-ponytail

Skill Claude CodeCodex

Show ponytail's measured impact as a compact scoreboard: less code, less cost, more speed, from the benchmark medians. One-shot display, not a persistent mode, and not a per-repo number. Trigger: /ponytail-gain, "ponytail gain", "what does ponytail save", "show ponytail impact", "ponytail scoreboard".

9 16d ago A 83 tokens copy · 100% MIT

ponytail-help

29

gongyijie85/dsh-ponytail

Skill Claude CodeCodex

Quick-reference card for all ponytail modes, skills, and commands. One-shot display, not a persistent mode. Trigger: /ponytail-help, "ponytail help", "what ponytail commands", "how do I use ponytail".

9 16d ago A 56 tokens copy · 91% MIT

ponytail-review

30

gongyijie85/dsh-ponytail

Skill Claude CodeCodex

Code review focused exclusively on over-engineering. Finds what to delete: reinvented standard library, unneeded dependencies, speculative abstractions, dead flexibility. One line per finding: location, what to cut, what replaces it. Use when the user says "review for over-engineering", "what can we delete", "is this…

9 16d ago A 100 tokens copy · 100% MIT

ponytail

31

gongyijie85/dsh-ponytail

Skill Claude CodeCodex

Forces the laziest solution that actually works, simplest, shortest, most minimal. Channels a senior dev who has seen everything: question whether the task needs to exist at all (YAGNI), reach for the standard library before custom code, native platform features before dependencies, one line before fifty. Supports…

9 16d ago A 184 tokens copy · 80% MIT

accessibility

32

gongyijie85/dsh-ecc

Skill Claude CodeCodex

Design, implement, and audit inclusive digital products using WCAG 2.2 Level AA. Use when building or auditing UI that must meet WCAG 2.2 Level AA, or when reviewing a change for keyboard, contrast, or screen-reader support. standards. Use this skill to generate semantic ARIA for Web and accessibility traits for Web…

6 7d ago A 81 tokens copy · 86% MIT

gongyijie85/dsh-ecc

Skill Claude CodeCodex

Full-stack diagnostic for agent and LLM applications. Audits the 12-layer agent stack for wrapper regression, memory pollution, tool discipline failures, hidden repair loops, and rendering corruption. Produces severity-ranked findings with code-first fixes. Essential for developers building agent applications…

6 7d ago A 95 tokens copy · 95% MIT

agent-eval

34

gongyijie85/dsh-ecc

Skill Claude CodeCodex

Head-to-head comparison of coding agents (Claude Code, Aider, Codex, etc.) on custom tasks with pass rate, cost, time, and consistency metrics. Use when choosing between coding agents, or when a change to an agent setup needs measured pass rate, cost, and time rather than an impression.

6 7d ago A 67 tokens copy · 80% MIT

gongyijie85/dsh-ecc

Skill Claude CodeCodex

Design and optimize AI agent action spaces, tool definitions, and observation formatting for higher completion rates. Use when defining or revising an agent's tool set, action space, or observation format.

6 7d ago A 44 tokens copy · 83% MIT

gongyijie85/dsh-ecc

Skill Claude CodeCodex

Structured self-debugging workflow for AI agent failures using capture, diagnosis, contained recovery, and introspection reports. Use when an agent run fails and you need a reproducible diagnosis instead of a retry.

6 7d ago A 46 tokens copy · 100% MIT

agent-payment-x402

37

gongyijie85/dsh-ecc

Skill Claude CodeCodex

Add x402 payment execution to AI agents with per-task budgets, spending controls, and non-custodial wallets. Supports Base through agentwallet-sdk and X Layer through OKX Payments / OKX Agent Payments Protocol. Use when an agent must pay for something itself and needs per-task budgets, spending controls, and a…

6 7d ago A 76 tokens copy · 94% MIT

gongyijie85/dsh-ecc

Skill Claude CodeCodex

Use after completing any non-trivial task. The agent self-rates its output on 5 axes — accuracy, completeness, clarity, actionability, conciseness — with concrete evidence per criterion. Produces a structured 1-5 scorecard with specific improvement suggestions.

6 7d ago A 60 tokens copy · 97% MIT

agent-sort

39

gongyijie85/dsh-ecc

Skill Claude CodeCodex

Build an evidence-backed ECC install plan for a specific repo by sorting skills, commands, rules, hooks, and extras into DAILY vs LIBRARY buckets using parallel repo-aware review passes. Use when ECC should be trimmed to what a project actually needs instead of loading the full bundle.

6 7d ago A 58 tokens copy · 95% MIT

agentic-engineering

40

gongyijie85/dsh-ecc

Skill Claude CodeCodex

Operate as an agentic engineer using eval-first execution, decomposition, and cost-aware model routing. Use when planning or executing engineering work that agents will carry out end to end.

6 7d ago A 40 tokens copy · 83% MIT

agentic-os

41

gongyijie85/dsh-ecc

Skill Claude CodeCodex

Build persistent multi-agent operating systems on Claude Code. Covers kernel architecture, specialist agents, slash commands, file-based memory, scheduled automation, and state management without external databases. Use when building a persistent multi-agent system on Claude Code with its own memory, commands, and…

6 7d ago A 59 tokens copy · 95% MIT

gongyijie85/dsh-ecc

Skill Claude CodeCodex

Engineering operating model for teams where AI agents generate a large share of implementation output. Use when setting team process, review gates, or ownership rules for a codebase largely written by agents.

6 7d ago A 42 tokens original MIT

gongyijie85/dsh-ecc

Skill Claude CodeCodex

Regression testing strategies for AI-assisted development. Sandbox-mode API testing without database dependencies, automated bug-check workflows, and patterns to catch AI blind spots where the same model writes and reviews code. Use when adding regression coverage to AI-assisted code, or when the same model both wrote…

6 7d ago A 64 tokens copy · 86% MIT

gongyijie85/dsh-ecc

Skill Claude CodeCodex

Clean Architecture patterns for Android and Kotlin Multiplatform projects — module structure, dependency rules, UseCases, Repositories, and data layer patterns. Use when structuring modules, layers, or data flow in an Android or KMP project.

6 7d ago A 53 tokens copy · 94% MIT

angular-developer

45

gongyijie85/dsh-ecc

Skill Claude CodeCodex

Generates Angular code and provides architectural guidance. Trigger when creating projects, components, or services, or for best practices on reactivity (signals, linkedSignal, resource), forms, dependency injection, routing, SSR, accessibility (ARIA), animations, styling (component styles, Tailwind CSS), testing, or…

6 7d ago A 68 tokens copy · 94% MIT

gongyijie85/dsh-ecc

Skill Claude CodeCodex

Build a new API connector or provider by matching the target repo's existing integration pattern exactly. Use when adding one more integration without inventing a second architecture.

6 7d ago A 36 tokens copy · 94% MIT

api-design

47

gongyijie85/dsh-ecc

Skill Claude CodeCodex

REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs. Use when designing or reviewing REST endpoints, resource names, status codes, pagination, or versioning.

6 7d ago A 51 tokens copy · 97% MIT

gongyijie85/dsh-ecc

Skill Claude CodeCodex

Capture architectural decisions made during Claude Code sessions as structured ADRs. Auto-detects decision moments, records context, alternatives considered, and rationale. Maintains an ADR log so future developers understand why the codebase is shaped the way it is.

6 7d ago A 55 tokens copy · 91% MIT