grasscaograss/AwesomeWeldoneSkills

Weldone welding robot team's Agent Skills Marketplace.

2Stars on the repository
59Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

DDD-review

01

grasscaograss/AwesomeWeldoneSkills

Skill Claude CodeCodex

A code-review guide based on Martin Fowler’s ideas about refactoring, code structure, and readable design. Refactoring means improving code’s structure without changing what it does.

not rated 2 1mo ago A 149 tokens original Apache-2.0

grasscaograss/AwesomeWeldoneSkills

Skill Claude CodeCodex

A .NET instrumentation workflow that adds structured EventSource events and configures automatic crash dumps with dotnet-monitor. EventSource records selected runtime events that can be collected later for diagnosis.

not rated 2 1mo ago A 213 tokens original Apache-2.0

add-diag-logs

03

grasscaograss/AwesomeWeldoneSkills

Skill Claude CodeCodex

A debugging helper that adds structured runtime log messages to .NET code using the standard logging system. It follows an error path through methods, branches, loops, and external calls.

not rated 2 1mo ago A 109 tokens original Apache-2.0

archive-import

04

grasscaograss/AwesomeWeldoneSkills

Skill Claude CodeCodex

Import external documents into the project archive. Two modes: → records (format conversion with TL;DR) for specs and reports, or → knowledge (multi-agent parallel organization with dedup/merge) for technical references and wiki dumps. Use when user wants to import external docs, zread output, spec documents, or…

not rated 2 1mo ago A 73 tokens original Apache-2.0

archive-session

05

grasscaograss/AwesomeWeldoneSkills

Skill Claude CodeCodex needs its repo

A session-archiving workflow that records code changes, decisions, and reusable project knowledge in dated files and topic folders.

not rated 2 1mo ago A 69 tokens original Apache-2.0

archive

06

grasscaograss/AwesomeWeldoneSkills

Skill Claude CodeCodex

A guide that helps choose the right skill or work process for a coding task. It maps common paths from an idea through planning and delivery.

not rated 2 1mo ago A 59 tokens original Apache-2.0

ask-matt

07

grasscaograss/AwesomeWeldoneSkills

Skill Claude Code

Ask which skill or flow fits your situation. A router over the user-invoked skills in this repo.

not rated 2 1mo ago A 26 tokens copy · 89% Apache-2.0

build-publish-run

08

grasscaograss/AwesomeWeldoneSkills

Skill Claude CodeCodex

A project workflow for compiling software, publishing its build output, and running the published application. It uses commands defined in a project file and supports running the published app on Windows.

not rated 2 1mo ago A 78 tokens original Apache-2.0

grasscaograss/AwesomeWeldoneSkills

Skill Claude CodeCodex

A fitting tool for correcting coarse machine positioning by comparing point-cloud coordinates with their known world coordinates. It analyzes the errors and fits correction parameters for the current positioning process.

not rated 2 1mo ago A 147 tokens original Apache-2.0

code-simplify

10

grasscaograss/AwesomeWeldoneSkills

Skill Codex

A code-review workflow focused on making code shorter, clearer, and closer to the project's real needs. It checks for overdesign, unnecessary abstractions, confusing names, duplicated types, redundant code, and unused defensive logic.

not rated 2 1mo ago A 120 tokens original Apache-2.0

codebase-design

11

grasscaograss/AwesomeWeldoneSkills

Skill Claude CodeCodex

Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where a seam goes, make code more testable or AI-navigable, or when another skill needs the deep-module vocabulary.

not rated 2 1mo ago A 57 tokens copy · 100% Apache-2.0

commit

12

grasscaograss/AwesomeWeldoneSkills

Skill Claude CodeCodex

A commit workflow that stages project changes and creates a Chinese Conventional Commit message, using a format such as a change type followed by a Chinese summary.

not rated 2 1mo ago A 11 tokens original Apache-2.0

create-weld-doc

13

grasscaograss/AwesomeWeldoneSkills

Skill Claude Code

A document-creation workflow for making welding records and reports in a specified Feishu cloud-documents folder. It can also prepare a summary and, after confirmation, send the document link through a Feishu webhook.

not rated 2 1mo ago A 80 tokens original Apache-2.0

diagnosing-bugs

14

grasscaograss/AwesomeWeldoneSkills

Skill Claude CodeCodex

Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.

not rated 2 1mo ago A 40 tokens copy · 94% Apache-2.0

domain-modeling

15

grasscaograss/AwesomeWeldoneSkills

Skill Claude CodeCodex

Build and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous language, record an architectural decision, or when another skill needs to maintain the domain model.

not rated 2 1mo ago A 43 tokens copy · 83% Apache-2.0

feishu-webhook

16

grasscaograss/AwesomeWeldoneSkills

Skill Claude Code

A workflow for sending text messages to a Feishu group through a webhook, which is a URL that lets software post messages to another service. It uses a PowerShell 7 script and UTF-8 text files for Chinese messages.

not rated 2 1mo ago A 63 tokens original Apache-2.0

git-branch-merge

17

grasscaograss/AwesomeWeldoneSkills

Skill Claude Code

A structured method for moving selected changes between Git branches when the branches have diverged significantly. Instead of merging everything at once, it groups changes by purpose and rebuilds each approved group on the target branch.

not rated 2 1mo ago A 150 tokens original Apache-2.0

gitlab-issue

18

grasscaograss/AwesomeWeldoneSkills

Skill Claude Code

A guided workflow for creating a GitLab issue, which is a tracked record of a bug, task, or feature request. It helps turn a developer’s description into an issue with the project’s required labels.

not rated 2 1mo ago A 65 tokens original Apache-2.0

grasscaograss/AwesomeWeldoneSkills

Skill Claude Code

A workflow for creating a GitLab merge request, which is a request to review and merge code from one branch into another. It checks the repository state, target branch, authentication, and existing requests before creating one.

not rated 2 1mo ago A 124 tokens original Apache-2.0

gitlab-ops

20

grasscaograss/AwesomeWeldoneSkills

Skill Claude Code

A set of instructions for managing GitLab project work, including issues, labels, milestones, and merge requests. GitLab is a service for hosting code and coordinating changes with a team.

not rated 2 1mo ago A 84 tokens original Apache-2.0

grill-with-docs

22

grasscaograss/AwesomeWeldoneSkills

Skill Claude Code

A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

not rated 2 1mo ago A 30 tokens original Apache-2.0

grilling

23

grasscaograss/AwesomeWeldoneSkills

Skill Claude CodeCodex

Interview the user relentlessly about a plan or design. Use when the user wants to stress-test a plan before building, or uses any 'grill' trigger phrases.

not rated 2 1mo ago A 36 tokens copy · 100% Apache-2.0

handoff

24

grasscaograss/AwesomeWeldoneSkills

Skill Claude Code

Compact the current conversation into a handoff document for another agent to pick up.

not rated 2 1mo ago A 19 tokens copy · 84% Apache-2.0

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: