AgentStack
chen3feng avatar

chen3feng

25 listings · 0 installs

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

↗ github.com/chen3feng
25 results
Self-run
SKILL

Detect Tool Vendor By Query

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

0
5
Free
Self-run
SKILL

Doc Code Consistency Check

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

0
15
Free
Self-run
SKILL

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.

0
9
Free
Self-run
SKILL

Python Indent Aware Edits

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

0
10
Free
Self-run
SKILL

Ue Trefcountptr Member Needs Complete Type

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

0
10
Free
Self-run
SKILL

Repo Org Migration Url Cleanup

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

0
11
Free
Self-run
SKILL

Github Pr Via Gh Cli

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

0
9
Free
Self-run
SKILL

Per Function Optimize Attribute Abi Mismatch

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

0
9
Free
Self-run
SKILL

Stop Chasing The Optimizer Reduce Instead

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

0
9
Free
Self-run
SKILL

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.

0
9
Free
Self-run
SKILL

Git Rev Parse Multi Ref Short

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

0
9
Free
Self-run
SKILL

Workspace Path Constraints

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

0
9
Free
Self-run
SKILL

Agent Work Artifacts Layout

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

0
10
Free
Self-run
SKILL

Safe Markdown Auto Fix

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

0
10
Free
Self-run
SKILL

Python Code Audit Sweep

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

0
9
Free
Self-run
SKILL

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.

0
10
Free
Self-run
SKILL

Chinese Markdown Style

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

0
11
Free
Self-run
SKILL

Python Modernization Sweep

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

0
9
Free
Self-run
SKILL

Git Commit Author Identity

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

0
12
Free
Self-run
SKILL

Shell Heredoc And Multiline Strings

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

0
11
Free
Self-run
SKILL

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.

0
12
Free
Self-run
SKILL

Url Space After Brackets

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

0
9
Free
Self-run
SKILL

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.

0
9
Free
Self-run
SKILL

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.

0
11
Free
Self-run
SKILL

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.

0
10
Free
You've reached the end · 25 loaded