Skip to main content
Run any Skill in Manus
with one click
blas1n
GitHub creator profile

blas1n

Repository-level view of 116 collected skills across 2 GitHub repositories.

skills collected
116
repositories
2
updated
2026-07-07
repository explorer

Repositories and representative skills

urlparse-netloc-reconstruction-traps
software-developers

urllib.parse.urlparse๋กœ URL ํŒŒ์‹ฑ ํ›„ netloc ์žฌ์กฐํ•ฉ ์‹œ ๋ฐœ์ƒํ•˜๋Š” ๋‘ ์นจ๋ฌต ๋ฒ„๊ทธ โ€” userinfo ๋Œ€์†Œ๋ฌธ์ž ์†Œ์‹ค๊ณผ cross-scheme ๊ธฐ๋ณธ ํฌํŠธ ์˜ค์‚ญ์ œ.

2026-07-07
bsvibe-per-run-sandbox-isolation
software-developers

BSVibe verification runs in a fresh /work clone of main for EVERY turn โ€” files from failed prior turns are gone. Commit within the CURRENT turn or they vanish.

2026-07-07
upstream-repo-rename-silent-hardcoded-fallback
software-developers

When you depend on a 3rd-party GitHub-hosted data artifact (CSV/JSON/schema/config) via `try: fetch new; except: use HARDCODED_DEFAULT_URL`, the "safety fallback" masks upstream file renames. Symptom โ€” after upstream restructures naming, the auto-discovery quietly returns nothing (regex mismatch = empty result), the code falls through to the frozen default URL, that URL 404s, and the caller catches the exception and degrades to `whitelist=set()` / empty result / None โ€” silently. No hard error, but every downstream measurement built on that data reshapes. bloasis PR59 caught this after 4 weeks of `whitelist=0` had already re-run the mention extractor with distorted sample sizes across per-bucket tables.

2026-07-07
launchd-daemon-cli-keychain-auth-fallback
network-and-computer-systems-administrators

A CLI tool (claude/gh/aws/codexโ€ฆ) invoked by a launchd/systemd daemon fails auth with 401 while the identical command works in your interactive shell โ€” because the daemon's security session can't read the OS keychain and silently falls back to a stale on-disk credential. Diagnose from the daemon context, not your shell.

2026-06-30
pnpm-store-project-mirror-breaks-vitest-glob
software-developers

After `pnpm install` in a git worktree, vitest/jest can discover a test file from a SECOND path โ€” pnpm hardlinks the whole project (test/ included) into `~/Library/pnpm/store/v<n>/projects/<hash>/`, and the glob picks up that out-of-root mirror where the `@/` alias / vite root doesn't apply โ†’ bogus "Cannot find package '@/...'" resolution errors. Clearing the stale store-project mirror fixes it.

2026-06-25
diff-viewer-hunk-requires-full-headers
software-developers

React/JS diff-render libraries (@git-diff-view/react, react-diff-view, diff2html) that take a `hunks`/diff-string input silently render NOTHING when fed a bare `@@ โ€ฆ @@` hunk โ€” they need the full `diff --git` / `

2026-06-25
outbound-connect-fail-local-vs-remote-diagnosis
network-and-computer-systems-administrators

When a host can't reach one service (e.g. github.com) but reaches others, do NOT assume a remote block / firewall / IP ban. The error TYPE discriminates: an immediate "Can't assign requested address" (EADDRNOTAVAIL) is a LOCAL socket failure (the packet never left), almost always ephemeral-port / TIME_WAIT exhaustion โ€” not a remote block (which times out or RSTs). Check TIME_WAIT count vs the ephemeral port range first.

2026-06-22
verify-handoff-claims-against-code-before-building
project-management-specialists

A delegation brief or handoff memory that says "X is missing / unsolved, go build it" is a point-in-time snapshot that may be stale. Verify the claimed-undone work actually is undone against current code/state BEFORE building โ€” especially before destructive or large work. Skipping this risks redundant rework or destroying already-shipped value.

2026-06-22
Showing top 8 of 114 collected skills in this repository.
Showing 2 of 2 repositories
All repositories loaded
blas1n Agent Skills | SkillsMP