vanducng

60 mods across 1 repository, 5 stars between them.

file-browser

49

vanducng/skills

Skill Claude CodeCodex

Local HTTP server that renders markdown, code, text, JSON, CSV/TSV/XLSX tables, HTML, PDF, images, video, and audio in the browser. Persistent left tree sidebar with vim keybindings (j/k/h/l/gg/G/Enter/o), filter (/), theme toggle (T), and folder open/collapse persistence per tab. Markdown dispatches to a novel-theme…

5 2d ago A 192 tokens original MIT

fix

50

vanducng/skills

Skill Claude CodeCodex

Fix issues end-to-end across data pipelines (Airflow/dbt), app stack (backend/frontend), and infra (CI/CD, Terraform, K8s). Scout → diagnose → apply at root cause → verify with fresh evidence → add regression guard. Use for failing DAGs, dbt test failures, 5xx, UI regressions, GH Actions failures, terraform drift…

5 2d ago A 97 tokens original MIT

git

51

vanducng/skills

Skill Claude CodeCodex

Granular git operations with conventional commits - stage, commit, push, PR, merge. Auto-splits commits by type/scope, blocks on secrets, delegates verbose work to git-manager subagent. GitHub CLI conventions: --body-file for PR bodies, treat gh pr checks exit 8 (pending) as retry not failure, guard run-id assignment…

5 2d ago A 95 tokens original MIT

golang

52

vanducng/skills

Skill Claude CodeCodex

Idiomatic Go guidance for writing and reviewing Go code - style, naming, MixedCaps, GoDoc comments, error handling (%w, errors.Is/As, sentinel errors), goroutines/channels/select/context, safety (nil maps, append aliasing, type assertions), structs/interfaces, generics, table-driven tests, testify, golangci-lint…

5 2d ago A 169 tokens original MIT

gopass

53

vanducng/skills

Skill Claude CodeCodex

Retrieve credentials (API keys, tokens, passwords) from the local gopass password store. Use when a task needs a secret that the user has stored in gopass - instead of asking the user to paste it, search the store and read the value with gopass find / gopass show -o. Also covers inserting, generating, listing…

5 2d ago A 88 tokens original MIT

gostack

54

vanducng/skills

Skill Claude CodeCodex

My curated Go stack reference - opinionated guide to Sam Berthe's libraries (lo Lodash helpers, oops structured errors, do v2 DI, mo monads, slog logging ecosystem, hot in-memory cache pre-1.0, ro reactive streams pre-1.0). Use when writing or reviewing Go code that imports github.com/samber/, when deciding between…

5 2d ago A 108 tokens original MIT

graphify

55

vanducng/skills

Skill Claude CodeCodex

Use for any question about a codebase, its architecture, file relationships, or project content - especially when graphify-out/ exists, where the question should be treated as a graphify query first. Turns any input (code, docs, papers, images, videos) into a persistent knowledge graph with god nodes, community…

5 2d ago C 76 tokens copy · 83% MIT

guide

56

vanducng/skills

Skill Claude CodeCodex

Catalog front door. Map an ask to the right vd: skill and the next hand-off so agents and humans do not memorize the catalog. Use when the user asks 'which skill', 'how do I start', 'what should I run', 'guide me', 'router', or when several skills could apply (review lenses, browser ladder, diagram picker, get-it-done…

5 2d ago A 80 tokens original MIT

gws

57

vanducng/skills

Skill Claude CodeCodex

Manage Google Workspace from the CLI: Gmail, Drive, Calendar, Sheets, Docs, Slides, Tasks, Chat, and audit reports via the official gws command, with multi-account support through per-account config dirs. Use when the user mentions gmail, drive, calendar, sheets, docs, workspace, gws, email, files, events, or names a…

5 2d ago A 81 tokens original MIT

herd-worktree

58

vanducng/skills

Skill Claude CodeCodex

Set up an isolated git worktree for a Laravel project served by Laravel Herd (Pro-aware). Composes vd:worktree for the worktree/.env/port mechanics, then adds the Herd layer: link + scheme-correct site (HTTPS via herd secure when the source is secured), .env rewrite (APPURL, SESSIONDOMAIN, Sanctum - only when…

5 2d ago A 145 tokens original MIT

herdr

59

vanducng/skills

Skill Claude CodeCodex

Control Herdr, the terminal multiplexer for coding agents. Use when the user mentions Herdr or another skill delegates pane control, including concise pane naming, inspection, commands, and agents. Integrates with vd:worktree, vd:codex-workflow, and vd:ultracook. Requires HERDRENV=1.

5 2d ago A 71 tokens original MIT

interview

60

vanducng/skills

Skill Claude CodeCodex

Extracts what the user actually wants before any options, plan, or code. One question at a time with a stated hypothesis until an explicit yes on a restated intent (outcome, user, success, constraint, out of scope). Use when the ask is underspecified, missing who/why/success/constraint, or the user says 'interview…

5 2d ago A 178 tokens original MIT