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

dotfiles

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

已收集 skills
11
Stars
2
更新
2026-07-08
Forks
0
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

poetry-to-uv
软件开发工程师

Use when migrating a Python project from Poetry to uv. Covers running `uvx migrate-to-uv`, fixing pyproject.toml conversion gaps, rewriting Dockerfiles (poetry install -> uv sync), updating .gitlab-ci.yml, and verifying the result. Trigger keywords: migrate poetry to uv, migrate-to-uv, poetry -> uv, switch to uv, replace poetry.

2026-07-08
git-workflow
软件开发工程师

Use when committing, creating PRs, or managing git history. Conventional commits, pre-commit hooks with ruff and basedpyright, branching conventions.

2026-07-08
project-onboard
软件开发工程师

Use when first opening an unfamiliar Python project. Quick analysis of project structure, dependencies, entry points, test setup, and tooling.

2026-07-08
python-legacy
软件开发工程师

Use when working with poorly typed or legacy Python code. Covers gradual typing, safe annotation strategies, dynamic attributes, and monkeypatching without breaking behavior.

2026-07-08
python-refactor
软件开发工程师

Use when refactoring Python code safely. Covers extract method/class/module, dependency inversion, constants extraction, and test-protected changes.

2026-07-08
python-style
软件开发工程师

Use when writing or editing Python code. Enforces strict typing with basedpyright, ruff linting and formatting, modern Python 3.12+ idioms.

2026-07-08
python-testing
软件质量保证分析师与测试员

Use when writing tests for Python code. Covers pytest conventions, fixtures, mocking, strict type-checked tests.

2026-07-08
minecraft-plugin-build
软件开发工程师

Use when building, compiling, or troubleshooting Minecraft Paper/Spigot/Purpur plugins. Covers Gradle builds, Java toolchain setup, Paper API, plugin.yml, JAR assembly, and common build failures.

2026-07-06
archive-7z
网络与计算机系统管理员

Use when listing, extracting, or creating archives (.zip, .jar, .7z, .tar.gz, etc.) and unzip/jar are unavailable. Covers 7z list, extract, and add commands with common switches.

2026-07-04
ci
软件开发工程师

Use when creating or modifying GitLab CI pipelines for APS projects. Covers CI components registry, image-build, release, docs, and pipeline conventions.

2026-07-04
verify-cli
软件开发工程师

Use when writing or editing a SKILL.md, agent system_prompt, command template, or docs that reference CLI commands (uv, poetry, ruff, git, docker, etc.). Enforces verifying every command example and flag against actual --help or man output on the target machine before writing it. Also use when a skill starts producing wrong commands.

2026-06-29