# chen3feng

> Open-source publisher. Listings imported from github.com/chen3feng — credited to the original author with their license.

- **Listings:** 25
- **Total installs:** 0
- **Profile:** https://agentstack.voostack.com/s/chen3feng
- **Website:** https://github.com/chen3feng

## Published listings

- [Detect Tool Vendor By Query](https://agentstack.voostack.com/l/skill-chen3feng-agent-skills-detect-tool-vendor-by-query) — Skill · Free · security-reviewed — `agentstack add skill-chen3feng-agent-skills-detect-tool-vendor-by-query`
  Identify a tool's real vendor/version by asking it (`--version`), not by sniffing its filename or PATH entry.
- [Doc Code Consistency Check](https://agentstack.voostack.com/l/skill-chen3feng-agent-skills-doc-code-consistency-check) — Skill · Free · security-reviewed — `agentstack add skill-chen3feng-agent-skills-doc-code-consistency-check`
  Before "fixing" a README, verify the actual code behavior — don't trust either in isolation.
- [Wsl Bash Crlf Or Tempfile](https://agentstack.voostack.com/l/skill-chen3feng-agent-skills-wsl-bash-crlf-or-tempfile) — Skill · Free · security-reviewed — `agentstack add skill-chen3feng-agent-skills-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.
- [Python Indent Aware Edits](https://agentstack.voostack.com/l/skill-chen3feng-agent-skills-python-indent-aware-edits) — Skill · Free · security-reviewed — `agentstack add skill-chen3feng-agent-skills-python-indent-aware-edits`
  Over-indented suites are valid Python; compileall won't catch a dropped with/try scope. Verify end-to-end.
- [Ue Trefcountptr Member Needs Complete Type](https://agentstack.voostack.com/l/skill-chen3feng-agent-skills-ue-trefcountptr-member-needs-complete-type) — Skill · Free · security-reviewed — `agentstack add skill-chen3feng-agent-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.
- [Repo Org Migration Url Cleanup](https://agentstack.voostack.com/l/skill-chen3feng-agent-skills-repo-org-migration-url-cleanup) — Skill · Free · security-reviewed — `agentstack add skill-chen3feng-agent-skills-repo-org-migration-url-cleanup`
  After a GitHub repo moves to a new owner/org, sweep stale URLs everywhere — but preserve historical narrative.
- [Github Pr Via Gh Cli](https://agentstack.voostack.com/l/skill-chen3feng-agent-skills-github-pr-via-gh-cli) — Skill · Free · security-reviewed — `agentstack add skill-chen3feng-agent-skills-github-pr-via-gh-cli`
  Standard branch → push → `gh pr create` workflow, including when to fork.
- [Per Function Optimize Attribute Abi Mismatch](https://agentstack.voostack.com/l/skill-chen3feng-agent-skills-per-function-optimize-attribute-abi-mismatch) — Skill · Free · security-reviewed — `agentstack add skill-chen3feng-agent-skills-per-function-optimize-attribute-abi-mismatch`
  `__attribute__((optimize("O0")))` on one function inside an `-O2` TU on GCC can crash on first call.
- [Stop Chasing The Optimizer Reduce Instead](https://agentstack.voostack.com/l/skill-chen3feng-agent-skills-stop-chasing-the-optimizer-reduce-instead) — Skill · Free · security-reviewed — `agentstack add skill-chen3feng-agent-skills-stop-chasing-the-optimizer-reduce-instead`
  After two failed anti-optimization patches, stop and reduce; don't keep bolting on `volatile` / `noinline`.
- [Wsl Networking Mode Dns Fallback](https://agentstack.voostack.com/l/skill-chen3feng-agent-skills-wsl-networking-mode-dns-fallback) — Skill · Free · security-reviewed — `agentstack add skill-chen3feng-agent-skills-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.
- [Git Rev Parse Multi Ref Short](https://agentstack.voostack.com/l/skill-chen3feng-agent-skills-git-rev-parse-multi-ref-short) — Skill · Free · security-reviewed — `agentstack add skill-chen3feng-agent-skills-git-rev-parse-multi-ref-short`
  Don't combine `git rev-parse --short` with multiple refs; it demands a single revision.
- [Workspace Path Constraints](https://agentstack.voostack.com/l/skill-chen3feng-agent-skills-workspace-path-constraints) — Skill · Free · security-reviewed — `agentstack add skill-chen3feng-agent-skills-workspace-path-constraints`
  Work around editor/search tools that only accept indexed-workspace paths.
- [Agent Work Artifacts Layout](https://agentstack.voostack.com/l/skill-chen3feng-agent-skills-agent-work-artifacts-layout) — Skill · Free · security-reviewed — `agentstack add skill-chen3feng-agent-skills-agent-work-artifacts-layout`
  Where to put transient files, one-off scripts, audit reports and PR bodies the agent creates while working.
- [Safe Markdown Auto Fix](https://agentstack.voostack.com/l/skill-chen3feng-agent-skills-safe-markdown-auto-fix) — Skill · Free · security-reviewed — `agentstack add skill-chen3feng-agent-skills-safe-markdown-auto-fix`
  Auto-fix Markdown prose without corrupting code blocks, inline code, URLs, or HTML.
- [Python Code Audit Sweep](https://agentstack.voostack.com/l/skill-chen3feng-agent-skills-python-code-audit-sweep) — Skill · Free · security-reviewed — `agentstack add skill-chen3feng-agent-skills-python-code-audit-sweep`
  Run a quick non-behavioral audit of a Python repo and split findings into bug / dead-code / style PRs.
- [Rebase On Fresh Base After Merge](https://agentstack.voostack.com/l/skill-chen3feng-agent-skills-rebase-on-fresh-base-after-merge) — Skill · Free · security-reviewed — `agentstack add skill-chen3feng-agent-skills-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.
- [Chinese Markdown Style](https://agentstack.voostack.com/l/skill-chen3feng-agent-skills-chinese-markdown-style) — Skill · Free · security-reviewed — `agentstack add skill-chen3feng-agent-skills-chinese-markdown-style`
  House style for Chinese Markdown docs, and how to enforce it with the cndocstyle package from cn-doc-style-guide.
- [Python Modernization Sweep](https://agentstack.voostack.com/l/skill-chen3feng-agent-skills-python-modernization-sweep) — Skill · Free — `agentstack add skill-chen3feng-agent-skills-python-modernization-sweep`
  Plan a Python 3 modernization sweep (f-strings, super(), type hints) as a series of mechanical PRs, not one mega-PR.
- [Git Commit Author Identity](https://agentstack.voostack.com/l/skill-chen3feng-agent-skills-git-commit-author-identity) — Skill · Free · security-reviewed — `agentstack add skill-chen3feng-agent-skills-git-commit-author-identity`
  Commit with the right name/email per repo, and survive spaces in `git -c user.name=...`.
- [Shell Heredoc And Multiline Strings](https://agentstack.voostack.com/l/skill-chen3feng-agent-skills-shell-heredoc-and-multiline-strings) — Skill · Free · security-reviewed — `agentstack add skill-chen3feng-agent-skills-shell-heredoc-and-multiline-strings`
  Pass long/multi-line strings (commit messages, PR bodies) through an agent shell without corruption.
- [Reverse Cleanup After Upstream Fix](https://agentstack.voostack.com/l/skill-chen3feng-agent-skills-reverse-cleanup-after-upstream-fix) — Skill · Free · security-reviewed — `agentstack add skill-chen3feng-agent-skills-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.
- [Url Space After Brackets](https://agentstack.voostack.com/l/skill-chen3feng-agent-skills-url-space-after-brackets) — Skill · Free · security-reviewed — `agentstack add skill-chen3feng-agent-skills-url-space-after-brackets`
  Always add a space after URL brackets in Markdown to prevent 404 errors with special characters.
- [Check Git Log Before Refix](https://agentstack.voostack.com/l/skill-chen3feng-agent-skills-check-git-log-before-refix) — Skill · Free · security-reviewed — `agentstack add skill-chen3feng-agent-skills-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.
- [Test Layout Evolution](https://agentstack.voostack.com/l/skill-chen3feng-agent-skills-test-layout-evolution) — Skill · Free · security-reviewed — `agentstack add skill-chen3feng-agent-skills-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.
- [Sidecar Smoke Suite Reveals Upstream Bugs](https://agentstack.voostack.com/l/skill-chen3feng-agent-skills-sidecar-smoke-suite-reveals-upstream-bugs) — Skill · Free · security-reviewed — `agentstack add skill-chen3feng-agent-skills-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.

---
Seller on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Install any with `agentstack add <slug>`.
