Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

mealie_translate

mealie_translate 收录了来自 lipkau 的 10 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
10
Stars
8
更新
2026-03-29
Forks
0
职业覆盖
5 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

deployment
网络与计算机系统管理员

Step-by-step workflow for deploying this project. USE FOR: creating a new release; drafting release notes; classifying semver (patch, minor, major); publishing a version tag or GitHub Release; understanding the CI → CD → staging → production pipeline; knowing what triggers Docker image builds; checking deployment status. DO NOT USE FOR: general coding; writing tests; local development setup.

2026-03-29
use-makefile
软件开发工程师

Guidance on using the project Makefile as the primary development interface. USE FOR: running tests, linting, formatting, security scans, or Docker commands; understanding which make target to use for a task; replacing raw commands with their make equivalents. DO NOT USE FOR: understanding the deployment pipeline; adding dependencies; writing documentation.

2026-03-29
semantic-commits
软件开发工程师

Write descriptive conventional commit messages that explain intent. USE FOR: committing changes; reviewing staged diffs; drafting commit messages; when the user asks to commit. DO NOT USE FOR: general coding; writing tests; deployment.

2026-03-25
cleanup
软件开发工程师

Repo cleanup workflow for dead code removal, stale comment cleanup, naming consistency, redundant code reduction, and safe maintainability improvements. USE FOR: requests like "clean up", maintenance passes, removing unused imports or variables, pruning TODOs, and replacing inappropriate production print statements. DO NOT USE FOR: speculative rewrites, major architecture changes, or broad dependency upgrades.

2026-03-24
refactor
软件开发工程师

Behavior-preserving refactor workflow for simplifying logic, extracting smaller functions, consolidating duplication, and improving naming and structure. USE FOR: requests like "refactor", "simplify this module", or "break this function down". DO NOT USE FOR: feature work, speculative rewrites, or dependency-management tasks.

2026-03-24
write-documentation
技术写作员

Rules and workflow for writing and editing project documentation. USE FOR: creating or updating Markdown files in docs/; checking documentation style; understanding line-length limits; writing headings, code blocks, or links correctly; running markdownlint. DO NOT USE FOR: writing code comments or docstrings; general coding tasks.

2026-03-24
add-dependencies
软件开发工程师

How to add Python or Node.js dependencies to this project. USE FOR: adding a new package; understanding where dependencies are declared; knowing what to run after adding a dependency; understanding how security scanning covers new dependencies. DO NOT USE FOR: general coding; writing tests; deployment.

2026-03-20
python-venv
软件开发工程师

How to use the project Python virtual environment when running Python commands directly. USE FOR: running a Python script or command that has no make target; activating the venv manually; understanding which Python binary to use; troubleshooting "module not found" errors when running python directly. DO NOT USE FOR: tasks that already have a make target (use the use-makefile skill instead).

2026-03-20
recipe-taxonomy
餐厅厨师

Domain knowledge for assigning Mealie recipe categories and tags. USE FOR: classifying recipes; generating or reviewing tags; writing LLM prompts that assign taxonomy; migrating legacy category values; deciding which categories/tags to apply to a new or translated recipe. DO NOT USE FOR: general coding tasks; writing tests; documentation style.

2026-03-20
write-tests
软件质量保证分析师与测试员

Patterns and workflow for writing tests in this project. USE FOR: adding unit tests for new code; understanding how to mock dependencies; knowing which test file to add tests to; running tests locally. DO NOT USE FOR: running the application; deployment; documentation style.

2026-03-20