nongjun

60 mods across 2 repositories, 15 stars between them.

Git提交和推送

49

nongjun/awesome-harness-engineering

Command

A Git command workflow for saving local code changes, updating from a remote repository, and pushing the result. Git is a version-control system, and a remote repository is the shared copy hosted elsewhere.

2 5mo ago A 0 tokens original MIT

测试后端Api

50

nongjun/awesome-harness-engineering

Command

A command that tests the APIs of backend services, including health checks, validation, pagination, authentication, and security-related response headers. An API is an interface that lets software communicate with a service.

2 5mo ago A 0 tokens copy · 100% MIT

Go安全规范

51

nongjun/awesome-harness-engineering

Cursor rule

Go coding rules for safer handling of secrets, input, environment variables, and operations that may wait. They also specify using gosec, a tool that scans Go code for common security issues.

2 5mo ago A 0 tokens original MIT

Python编码风格

52

nongjun/awesome-harness-engineering

Cursor rule

A Python coding-style guide covering formatting, type annotations, immutable data, security checks, Pydantic update schemas, and asynchronous code.

2 5mo ago A 0 tokens original MIT

Swift编码风格

53

nongjun/awesome-harness-engineering

Cursor rule

A Swift coding-style guide covering formatting, immutable values, naming, typed errors, strict concurrency, and macOS window title-bar settings.

2 5mo ago A 0 tokens original MIT

Go开发模式

54

nongjun/awesome-harness-engineering

Skill Claude CodeCodex

A set of guidelines for developing Go software, including backend services, command-line tools, and microservices. It covers project structure, error handling, concurrency, and testing.

2 5mo ago A 42 tokens copy · 100% MIT

macOS应用

55

nongjun/awesome-harness-engineering

Skill Claude CodeCodex

A set of guidelines for building macOS desktop apps with Swift and SwiftUI, Apple's tools for creating native user interfaces. It covers app permissions, windows, data storage, networking, and distribution.

2 5mo ago A 44 tokens copy · 100% MIT

ui-ux-pro-max

56

nongjun/awesome-harness-engineering

Skill Claude CodeCodex

Comprehensive design guide for web and mobile applications. Contains 67 styles, 96 color palettes, 57 font pairings, 99 UX guidelines, and 25 chart types across 13 technology stacks. Searchable database with priority-based recommendations.

2 5mo ago B 0 tokens copy · 86% MIT

AI接入规范

57

nongjun/awesome-harness-engineering

Cursor rule

A set of project rules for calling AI models, selecting fallback models, managing configuration, storing prompts, and parsing AI responses. It requires modules to use a shared AI service rather than calling provider APIs directly.

2 5mo ago A 0 tokens original MIT

AI响应解析

59

nongjun/awesome-harness-engineering

Skill Claude CodeCodex

A skill for extracting JSON from AI responses, including replies wrapped in thinking tags, Markdown code blocks, or surrounding text. It uses regular expressions and standard JSON parsing.

2 5mo ago A 50 tokens copy · 91% MIT

FastAPI基础设施

60

nongjun/awesome-harness-engineering

Skill Claude CodeCodex

A shared set of FastAPI backend components for cross-origin access, error handling, request logging, and consistent API responses. FastAPI is a Python framework for building web APIs.

2 5mo ago A 49 tokens copy · 97% MIT