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

setup-base

setup-base 收录了来自 acktsap 的 9 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
9
Stars
3
更新
2026-06-30
Forks
1
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

clarify-code-intent
软件开发工程师

Improve comments and docs so they capture non-obvious intent, caller-visible contracts, invariants, and why-context; prune comments that only restate code. Use whenever writing or modifying code (any new or edited source file), not just on explicit cleanup requests. Triggers on "주석 정리", "주석 다듬기", "comment cleanup", "prune comments", "의도 정리", "clarify code intent", "intent comments", "contract docs", "API contract comments".

2026-06-30
java-class-javadoc
软件开发工程师

Write or update Java class-level Javadoc that documents responsibility, caller-visible boundaries, invariants, and thread-safety. Use when modifying API-facing or boundary-owning Java types, SPI and extension types, factories or coordinators that choose policy or workflow, abstract/interface contracts, or behavior-bearing core domain types whose responsibility, invariants, lifecycle, or threading are not obvious.

2026-06-30
java-method-javadoc
软件开发工程师

Write or update Java method-level Javadoc that documents caller-visible contracts, preconditions, postconditions, exceptions, externally visible side effects, and performance constraints. Use when modifying API, SPI, extension, or reused internal Java methods whose caller-visible or durable internal contract is non-obvious or not encoded by signatures, annotations, validation, or inherited documentation.

2026-06-30
java-package-info-javadoc
软件开发工程师

Write or update Java package-info.java documentation that defines package responsibility, durable boundaries, optional non-responsibilities, package-wide invariants, and extension points. Use when adding, renaming, moving, or splitting packages; changing responsibility across package boundaries; or creating/updating package-info.java for API-facing or shared packages with durable ownership rules.

2026-06-30
write-london-unit-test
软件质量保证分析师与测试员

Write unit tests following London School (mockist) TDD style.

2026-06-30
git-sync-branch
软件开发工程师

Rebase current branch onto latest main/master.

2026-04-10
git-sync-main
软件开发工程师

Checkout main/master, pull latest, prune stale remotes.

2026-04-10
refactor-align-order
软件开发工程师

Align declaration order across related files so items appear in consistent sequence.

2026-04-10
write-module-readme
软件开发工程师

Write or update a module-level README.md. Triggers on "모듈 README", "모듈 설명 작성", "서브모듈 README".

2026-04-10
setup-base GitHub Agent Skills | SkillsMP