Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

agent-skills

agent-skills에는 chen3feng에서 수집한 skills 25개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
25
Stars
5
업데이트
2026-05-07
Forks
1
직업 범위
직업 카테고리 5개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

ue-trefcountptr-member-needs-complete-type
소프트웨어 개발자

A TRefCountPtr/TSharedPtr member in a UE class needs the pointee's full definition, not a forward decl.

2026-05-07
wsl-networking-mode-dns-fallback
네트워크·컴퓨터 시스템 관리자

When WSL's mirrored networking fails and falls back to "None", plus /etc/wsl.conf has generateResolvConf=false, the distro has no DNS; fix both layers.

2026-04-29
wsl-bash-crlf-or-tempfile
소프트웨어 개발자

When a Windows shell (PowerShell/cmd) feeds a bash script into WSL, CRLF line endings can corrupt the first shell builtin; force LF or pipe via a temp file.

2026-04-29
check-git-log-before-refix
소프트웨어 개발자

Before "fixing" a recurring error, check git log to see if it was already fixed upstream — the working tree may just be stale.

2026-04-29
url-space-after-brackets
소프트웨어 개발자

Always add a space after URL brackets in Markdown to prevent 404 errors with special characters.

2026-04-29
python-modernization-sweep
소프트웨어 개발자

Plan a Python 3 modernization sweep (f-strings, super(), type hints) as a series of mechanical PRs, not one mega-PR.

2026-04-28
python-code-audit-sweep
소프트웨어 품질 보증 분석가·테스터

Run a quick non-behavioral audit of a Python repo and split findings into bug / dead-code / style PRs.

2026-04-27
github-pr-via-gh-cli
소프트웨어 개발자

Standard branch → push → `gh pr create` workflow, including when to fork.

2026-04-27
sidecar-smoke-suite-reveals-upstream-bugs
소프트웨어 품질 보증 분석가·테스터

A downstream sidecar smoke suite can expose upstream bugs that unit tests miss; fix upstream first, then land the suite.

2026-04-27
shell-heredoc-and-multiline-strings
소프트웨어 개발자

Pass long/multi-line strings (commit messages, PR bodies) through an agent shell without corruption.

2026-04-27
reverse-cleanup-after-upstream-fix
소프트웨어 개발자

When a sidecar or downstream repo papers over an upstream bug, track the workarounds so they can be reversed the moment upstream releases the fix.

2026-04-27
stop-chasing-the-optimizer-reduce-instead
소프트웨어 개발자

After two failed anti-optimization patches, stop and reduce; don't keep bolting on `volatile` / `noinline`.

2026-04-27
per-function-optimize-attribute-abi-mismatch
소프트웨어 개발자

`__attribute__((optimize("O0")))` on one function inside an `-O2` TU on GCC can crash on first call.

2026-04-27
detect-tool-vendor-by-query
소프트웨어 개발자

Identify a tool's real vendor/version by asking it (`--version`), not by sniffing its filename or PATH entry.

2026-04-27
test-layout-evolution
소프트웨어 품질 보증 분석가·테스터

When adding unit tests to a repo whose `test/` dir is actually integration, create a parallel `tests/unit/` instead of mixing them.

2026-04-27
rebase-on-fresh-base-after-merge
소프트웨어 개발자

After a PR is merged, cut the next branch from fresh origin/master — don't keep committing on the old feature branch.

2026-04-27
agent-work-artifacts-layout
소프트웨어 개발자

Where to put transient files, one-off scripts, audit reports and PR bodies the agent creates while working.

2026-04-27
python-indent-aware-edits
소프트웨어 개발자

Over-indented suites are valid Python; compileall won't catch a dropped with/try scope. Verify end-to-end.

2026-04-27
repo-org-migration-url-cleanup
소프트웨어 개발자

After a GitHub repo moves to a new owner/org, sweep stale URLs everywhere — but preserve historical narrative.

2026-04-26
git-rev-parse-multi-ref-short
소프트웨어 개발자

Don't combine `git rev-parse --short` with multiple refs; it demands a single revision.

2026-04-26
chinese-markdown-style
워드 프로세서 및 타자수

House style for Chinese Markdown docs, and how to enforce it with the cndocstyle package from cn-doc-style-guide.

2026-04-25
safe-markdown-auto-fix
기술 작가

Auto-fix Markdown prose without corrupting code blocks, inline code, URLs, or HTML.

2026-04-25
doc-code-consistency-check
소프트웨어 품질 보증 분석가·테스터

Before "fixing" a README, verify the actual code behavior — don't trust either in isolation.

2026-04-25
git-commit-author-identity
소프트웨어 개발자

Commit with the right name/email per repo, and survive spaces in `git -c user.name=...`.

2026-04-25
workspace-path-constraints
소프트웨어 개발자

Work around editor/search tools that only accept indexed-workspace paths.

2026-04-25