asherzj

30 mods across 1 repository, 2 stars between them.

asherzj/ashers-agent-skills

Instructions file CodexOpenCode

Repository-maintenance instructions for a collection of Chinese coding-agent skills. They define where skills live, how they are named, and which related files must stay in sync.

2 4d ago A 1,201 tokens original MIT

write-resume

02

asherzj/ashers-agent-skills

Skill Claude CodeCodex

A resume and CV writing workflow for turning real work experience into concise, evidence-based application content.

2 4d ago A 88 tokens original MIT

code-review

04

asherzj/ashers-agent-skills

Skill Claude CodeCodex

A skill for reviewing changes from a chosen commit, branch, tag, or merge-base against coding standards and the source specification.

2 4d ago A 111 tokens original MIT

codebase-design

05

asherzj/ashers-agent-skills

Skill Claude CodeCodex

A design vocabulary and set of principles for building deep modules: small interfaces that hide substantial behavior behind them. It explains concepts such as interfaces, implementations, seams, adapters, leverage, and locality.

2 4d ago A 68 tokens original MIT

context-gc

06

asherzj/ashers-agent-skills

Skill Claude CodeCodex

A read-only audit process for cleaning up project knowledge so it can be rebuilt from domain terms, architecture decisions, interfaces, code, and tests. It checks which source is authoritative when records disagree.

2 4d ago A 56 tokens original MIT

diagnosing-bugs

07

asherzj/ashers-agent-skills

Skill Claude CodeCodex

A structured process for investigating difficult bugs and performance slowdowns. It starts by creating a repeatable check that clearly shows the reported problem, then uses tests, traces, scripts, or comparisons to narrow the cause.

2 4d ago A 48 tokens original MIT

domain-modeling

08

asherzj/ashers-agent-skills

Skill Claude CodeCodex

A set of practices for defining and maintaining the important concepts and relationships in a software project. A domain model is a shared description of how the project's subject area works.

2 4d ago A 36 tokens original MIT

asherzj/ashers-agent-skills

Skill Claude CodeCodex

A guided process for improving one existing architecture problem at a time while keeping the software’s current outward behaviour. Architecture here means how the code’s parts and interfaces are organised.

2 4d ago A 53 tokens original MIT

flow-feature

10

asherzj/ashers-agent-skills

Skill Claude CodeCodex

A workflow coordinator for taking a new software request from an initial conversation through research, specification, task breakdown, and implementation. It connects several separate development skills into one process.

2 4d ago A 73 tokens original MIT

flow-hard-bug

11

asherzj/ashers-agent-skills

Skill Claude CodeCodex

A delivery process for difficult bugs or performance regressions that are intermittent or hard to locate. A performance regression means software has become slower or uses more resources than before.

2 4d ago A 62 tokens original MIT

flow-incoming-issue

12

asherzj/ashers-agent-skills

Skill Claude CodeCodex

A workflow for handling issues or pull requests submitted from outside the team. It first sorts and verifies the report, then allows implementation only when the issue reaches the ready-for-agent status.

2 4d ago A 58 tokens original MIT

flow-large-effort

13

asherzj/ashers-agent-skills

Skill Claude CodeCodex

A workflow for handling very large software projects by mapping unresolved decisions, turning agreed decisions into a specification and linked work tickets, then implementing them one by one.

2 4d ago A 64 tokens original MIT

flow-small-change

14

asherzj/ashers-agent-skills

Skill Claude CodeCodex

A Chinese-language workflow for delivering one small, coherent software change. It combines documentation review with implementation and first reads repository instructions such as AGENTS.md or CLAUDE.md.

2 4d ago A 63 tokens original MIT

from-transcript

15

asherzj/ashers-agent-skills

Skill Claude CodeCodex

A workflow for turning spoken notes, meeting transcripts, or chat logs into a reviewed brief for software development. It separates stated facts, confirmed decisions, guesses, conflicts, and unknowns.

2 4d ago A 50 tokens original MIT

grill-with-docs

16

asherzj/ashers-agent-skills

Skill Claude CodeCodex

A short instruction that tells the agent to call two named skills: grilling and domain-modeling. The supplied information does not explain what those skills do.

2 4d ago A 36 tokens copy · 100% MIT

grilling

17

asherzj/ashers-agent-skills

Skill Claude CodeCodex

A structured interview workflow for testing a plan, decision, or idea through successive rounds of questions. It builds a decision tree, meaning later questions depend on answers to earlier ones.

2 4d ago A 48 tokens original MIT

implement

18

asherzj/ashers-agent-skills

Skill Claude CodeCodex

An end-to-end implementation and delivery workflow for completing one software specification or work ticket. It covers acceptance checks, implementation, testing, review, and an authorized commit and push.

2 4d ago A 47 tokens original MIT

asherzj/ashers-agent-skills

Skill Claude CodeCodex

A codebase review workflow that finds architectural friction and presents possible improvements in a visual HTML report. It focuses on making modules easier to understand, test, and navigate with AI.

2 4d ago A 44 tokens original MIT

prototype

20

asherzj/ashers-agent-skills

Skill Claude CodeCodex

A method for building a short-lived prototype to answer one design question. It supports either testing program logic or comparing different user-interface designs.

2 4d ago A 46 tokens original MIT

research

21

asherzj/ashers-agent-skills

Skill Claude CodeCodex

A research workflow that investigates a question using primary sources such as official documentation, source code, technical standards, or a service's own API description, then records the findings in a Markdown file.

2 4d ago A 58 tokens original MIT

asherzj/ashers-agent-skills

Skill Claude CodeCodex

Instructions for resolving conflicts during an active Git merge or rebase. A conflict happens when Git cannot combine competing changes automatically; a rebase replays commits on a different base.

2 4d ago A 23 tokens original MIT

asherzj/ashers-agent-skills

Skill Claude CodeCodex

A repository setup guide for engineering skills. It helps configure where work items, project context, and architecture decisions live before other skills use them.

2 4d ago A 48 tokens original MIT

tdd

24

asherzj/ashers-agent-skills

Skill Claude CodeCodex

A guide to test-driven development (TDD), a method where you write a test, make it pass with code, and then improve the code.

2 4d ago A 40 tokens original MIT