Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

dot-files

dot-files には 2SSK から収集した 7 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
7
Stars
246
更新
2026-04-29
Forks
9
職業カバレッジ
3 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

cpp-best-practices
ソフトウェア開発者

C++ development best practices. Modern C++20/23, RAII, zero-overhead abstractions, safety. Use when writing C++ code.

2026-04-29
dockerfile-best-practices
ネットワーク・コンピュータシステム管理者

Docker and container best practices. Multi-stage builds, security, optimization. Use when creating Dockerfiles.

2026-04-29
go-best-practices
ソフトウェア開発者

Go development best practices. Idiomatic Go, error handling, concurrency patterns, testing. Use when writing Go code.

2026-04-29
observability
ネットワーク・コンピュータシステム管理者

Observability best practices. Logging, metrics, tracing, alerting. Essential for production services. Use for any backend service.

2026-04-29
react-native-best-practices
ソフトウェア開発者

React Native development. Cross-platform code, native modules, performance. Use when building mobile apps.

2026-04-29
tdd
ソフトウェア品質保証アナリスト・テスター

Test-Driven Development workflow. Write failing test first, implement code to pass, then refactor. Essential for all languages: Go, TypeScript, C++, Python. Use before any implementation task.

2026-04-29
ship
ソフトウェア開発者

Use when the user wants to commit, push, and open a pull request for the current changes. Stages relevant files, writes a descriptive commit message, pushes the branch, opens a PR against main, and posts an /oc review comment so opencode automatically reviews and approves if ready.

2026-04-07