automodel
automodel 收录了来自 thepartly 的 3 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
Publish automodel crates to crates.io. USE FOR: releasing new versions, bumping version numbers, publishing automodel (lib) and automodel-cli to crates.io, preparing a release. DO NOT USE FOR: building locally, running tests, CI/CD pipeline setup.
Run and test the example-app against a local PostgreSQL database. USE FOR: starting Postgres via Docker Compose, running SQL migrations, building with code generation, running the example app, verifying generated queries work end-to-end. DO NOT USE FOR: writing unit tests, CI/CD pipeline setup.
Invalidate AutoModel generated code to force full regeneration on next build. USE FOR: forcing code regeneration, clearing stale generated output, resetting generated files, regenerating all queries, rebuilding generated code from scratch. DO NOT USE FOR: deleting source code, cleaning build artifacts (use cargo clean).