Coding

Coding taxonomy generated by the site skill importer.

9 skills
A
perl-patterns

by affaan-m

perl-patterns is a modern Perl 5.36+ skill for writing, reviewing, and refactoring idiomatic code. Use this perl-patterns guide to guide code generation, simplify legacy boilerplate, and keep modules, signatures, and error handling maintainable.

Code Generation
Favorites 0GitHub 156.2k
A
golang-patterns

by affaan-m

golang-patterns is a practical guide for idiomatic Go patterns, code review, and refactoring. It helps Backend Development teams choose clear APIs, safe error handling, useful zero values, and maintainable package boundaries. Install golang-patterns when you need less guesswork and more consistent Go design decisions.

Backend Development
Favorites 0GitHub 156.2k
M
request-refactor-plan

by mattpocock

request-refactor-plan helps turn a vague refactor request into a detailed plan with tiny commits, repo verification, scope boundaries, test coverage review, and a GitHub issue. Use it for refactoring RFCs, incremental change plans, and safer implementation prep.

Refactoring
Favorites 0GitHub 66k
A
spec-driven-development

by addyosmani

spec-driven-development is a workflow skill for writing specs before code, then moving through planning, tasks, and implementation with human review at each phase.

Skill Authoring
Favorites 0GitHub 18.8k
A
incremental-implementation

by addyosmani

incremental-implementation helps you ship changes in thin, testable slices for multi-file edits, refactors, and new features. Use this incremental-implementation skill when a task is too large to finish safely in one pass. It works well for code editing, because each step stays working, reviewable, and easier to verify.

Code Editing
Favorites 0GitHub 18.7k
U
moyu-strict

by uucz

moyu-strict is a strict anti-over-engineering skill for Code Editing. It helps agents keep changes narrow, confirm scope before edits, avoid new abstractions, and skip unrequested tests, docs, dependencies, or rewrites. Use it when you want the smallest safe diff and predictable review.

Code Editing
Favorites 0GitHub 0
U
moyu-ja

by uucz

moyu-ja is a Japanese code editing skill for keeping changes tightly scoped. It favors the smallest safe diff, avoids unrelated edits, and asks for clarification when a request is ambiguous. Use moyu-ja when you need disciplined, minimal updates instead of broad refactors. The moyu-ja guide focuses on restraint, exact scope, and practical change control.

Code Editing
Favorites 0GitHub 0
U
moyu

by uucz

moyu is a Code Editing skill that keeps changes tightly scoped, avoids over-engineering, and prefers the smallest safe diff. It helps agents stay within the user’s request, making moyu useful for precise fixes, narrow edits, and restrained workflows.

Code Editing
Favorites 0GitHub 0
U
moyu-en

by uucz

moyu-en is a restraint-first skill for code editing. It helps keep changes surgical, avoid over-engineering, and limit diffs to exactly what the user asked for. Use moyu-en when you need precise, small patches, narrow scope control, and a better guide for minimal code updates.

Code Editing
Favorites 0GitHub 0
Coding