Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

agent-skills

يحتوي agent-skills على 25 من skills المجمعة من chen3feng، مع تغطية مهنية على مستوى المستودع وصفحات 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