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

dev-infra

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

収集済み skills
8
Stars
0
更新
2026-03-14
Forks
0
職業カバレッジ
4 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

add-migration
データベースアーキテクト

Create a new database migration for PostgreSQL. Covers file naming, SQL patterns, running, and updating dependent code.

2026-03-14
coding-standards
ソフトウェア開発者

Baseline code quality enforcer — naming conventions, import hygiene, type safety, and style rules for a FastAPI + asyncpg + PostgreSQL Python backend.

2026-03-14
db-schema
データベースアーキテクト

Database schema reference for the hello-world app's PostgreSQL instance. Use when writing queries, creating migrations, or debugging data issues.

2026-03-14
docker-patterns
ネットワーク・コンピュータシステム管理者

Docker patterns for this project — DooD (Docker-outside-of-Docker), compose conventions, container lifecycle, and dev-box workflow.

2026-03-14
add-endpoint
ソフトウェア開発者

Step-by-step checklist for adding a new API endpoint to a FastAPI + asyncpg app. Covers schema, query, route, and verification.

2026-03-14
project-structure
ソフトウェア開発者

Project file tree and layout conventions. Use when navigating the codebase, finding where files belong, or understanding the project layout.

2026-03-14
tdd-workflow
ソフトウェア開発者

Test-driven development workflow for FastAPI + asyncpg apps. Write tests first, then implement, then refactor.

2026-03-14
verification-loop
ソフトウェア品質保証アナリスト・テスター

Run after completing changes to verify the app builds, tests pass, and the diff is clean before committing.

2026-03-14