Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
yunko1993
Profil créateur GitHub

yunko1993

Vue par dépôt de 4 skills collectés dans 1 dépôts GitHub.

skills collectés
4
dépôts
1
mis à jour
2026-04-28
carte des dépôts

Où se trouvent les skills

Principaux dépôts par nombre de skills collectés, avec leur part dans ce catalogue créateur et leur couverture métier.

explorateur de dépôts

Dépôts et skills représentatifs

codex-local-db-connection
Administrateurs de bases de données

Use when Codex on Windows needs to connect to a locally reachable MySQL or PostgreSQL database. Apply for client detection, PATH repair, connectivity validation, read-only SQL execution, and socket 10106 troubleshooting that may require bypassing the shell network stack with Node REPL MCP.

2026-04-28
windows-rg-path
Développeurs de logiciels

Use when working in Windows terminals where `rg` may resolve to an inaccessible bundled binary. Apply whenever searching files or text with ripgrep (`rg`, `rg --files`, `rg -n`) to force resolution of the machine-local rg.exe path and execute ripgrep by absolute path.

2026-04-21
code-comment-style
Développeurs de logiciels

Use when writing, refactoring, reviewing, or documenting code where comments should be improved. Prefer structured, intent-focused comments with Chinese business-context style when appropriate, including section headers for major phases, professional tags for risks/performance/business constraints, Javadoc for public methods in Controller/Service/ServiceImpl classes, and concise call-site notes before important private helper method calls inside long public methods. Avoid noisy comments that only repeat syntax.

2026-04-21
java8-idiomatic-style
Développeurs de logiciels

Use when writing, refactoring, reviewing, or modernizing Java code that should target Java 8 style. Prefer safe IntelliJ IDEA inspection suggestions and Java 8 idioms such as Map.computeIfAbsent, getOrDefault, removeIf, streams for clear transformations, method references, Optional where it improves null-handling, and String.trim().isEmpty() over length checks. Avoid overusing Optional, streams, or clever one-liners when plain code is clearer.

2026-04-20
1 dépôts affichés sur 1
Tous les dépôts sont affichés