Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

agent-skills

agent-skills には chen3feng から収集した 25 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 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