bahayonghang/my-ai-cli-toolkit

我的AI Agents配置,包括commands,skills等

16Stars on the repository
57Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

gh-pr-release

01

bahayonghang/my-ai-cli-toolkit

Skill Claude CodeCodex

Operate GitHub pull requests and releases with gh CLI: create/draft PRs, publish confirmed reviews, merge safely, reply/resolve threads, apply selected feedback, fix PR checks, prepare release PRs with version bumps/changelogs, tag merged commits, publish GitHub Releases with verified assets, and diagnose release…

not rated 16 2d ago A 175 tokens original MIT

academic-figure

02

bahayonghang/my-ai-cli-toolkit

Skill Claude CodeCodex

Create, advise on, or audit academic figures in four modes. advise profiles the data and recommends a chart type when none is fixed. journal-spec creates or reviews publication-ready figures for journal submission specs using matplotlib, seaborn, plotly, industrytslib, or the optional pubfig backend. from-data fills a…

not rated 16 2d ago A 225 tokens original MIT

idea-bib-review

03

bahayonghang/my-ai-cli-toolkit

Skill Claude CodeCodex

A writing workflow for drafting a literature review from a research idea and BibTeX files, which are structured records of academic sources. It preserves citation keys and checks whether claims are supported by the supplied evidence.

not rated 16 2d ago A 126 tokens original MIT

agents-md-improver

04

bahayonghang/my-ai-cli-toolkit

Skill Claude CodeCodex

A guide for reviewing and improving AGENTS.md files, which contain instructions for coding agents working in a repository, along with related navigation files.

not rated 16 2d ago A 107 tokens original MIT

ast-grep

05

bahayonghang/my-ai-cli-toolkit

Skill Claude CodeCodex

Write, debug, and validate ast-grep structural code search rules. Use for syntax-aware code search, AST pattern matching, structural refactor discovery, or searches plain text tools like rg can miss — functions with particular descendants, calls inside specific contexts, decorators, or other Tree-sitter-backed…

not rated 16 2d ago A 64 tokens original MIT

bahayonghang/my-ai-cli-toolkit

Skill Claude CodeCodex

Audit and improve the Claude Code context layer — CLAUDE.md guidance files, .claude/rules/ path-scoped rules, and companion codemap.md navigation maps — against Claude 5 context-engineering rules (judgement over rules, progressive disclosure, no cross-layer conflicts). Asks whether to optimize the current repository…

not rated 16 2d ago A 173 tokens original MIT

file-sorter

08

bahayonghang/my-ai-cli-toolkit

Skill Claude CodeCodex

Use when the user wants to categorize, sort, organize, or suggest renames for files in a local folder such as Downloads, or for files that share one parent directory. Builds a review plan with stable file-family categories, optional whitelist, project-root protection, and dry-run apply; moves or renames only after…

not rated 16 2d ago A 137 tokens original MIT

goal-meta-skill

09

bahayonghang/my-ai-cli-toolkit

Skill Claude CodeCodex

A guide for turning an unclear or complex task into a reviewable /goal instruction for coding agents.

not rated 16 2d ago A 190 tokens original MIT

image-to-ui-skill

10

bahayonghang/my-ai-cli-toolkit

Skill Claude CodeCodex

A process for turning a screenshot or design into a clickable front-end or app prototype, including a plan for image assets.

not rated 16 2d ago A 65 tokens original MIT

ripgrep

11

bahayonghang/my-ai-cli-toolkit

Skill Claude CodeCodex

Use when the user needs text or regex content search with ripgrep: composing rg commands, choosing flags, glob/type filtering, multiline or PCRE2 searches, pipeline output, grep-to-rg migration, or diagnosing why rg missed a file (gitignore, hidden, binary defaults). Not for syntax-aware structural queries (ast-grep)…

not rated 16 2d ago A 81 tokens original MIT

uv-workflow

13

bahayonghang/my-ai-cli-toolkit

Skill Claude CodeCodex

Use when a coding agent needs to run Python code, modules, one-liners, tools, tests, or standalone scripts through uv, or create and maintain PEP 723 scripts with uv init/add/remove --script. Avoid direct python/python3 shell entrypoints.

not rated 16 2d ago A 57 tokens original MIT

bahayonghang/my-ai-cli-toolkit

Skill Claude CodeCodex

A Windows troubleshooting guide for auditing and safely cleaning leftover development processes and UWP background tasks. UWP is Windows' platform for packaged apps.

not rated 16 2d ago A 124 tokens original MIT

code-auditor

15

bahayonghang/my-ai-cli-toolkit

Skill Claude CodeCodex

Independent pre-merge review of a git diff, PR, or named files. Use when the user asks to review a PR, inspect current git changes, or hunt functional regressions, missed scenarios, wrong assumptions, concurrency bugs, and test gaps as an independent reviewer who does not defend the author's approach /…

not rated 16 2d ago A 176 tokens original MIT

code-refactor

17

bahayonghang/my-ai-cli-toolkit

Skill Claude CodeCodex

A guide for changing existing code while keeping its observable behavior the same. It covers tasks such as splitting files, extracting methods, renaming, removing unused code, and reducing duplication.

not rated 16 2d ago A 97 tokens original MIT

codex-bridge

18

bahayonghang/my-ai-cli-toolkit

Skill Claude CodeCodex

A workflow for asking the Codex command-line tool to review a plan, implement approved code changes, revise an implementation, or check findings. The command-line tool is a separate coding-agent interface that can work in controlled read-only or workspace-writing modes.

not rated 16 2d ago A 102 tokens original MIT

bahayonghang/my-ai-cli-toolkit

Skill Claude CodeCodex

A workflow guide for deciding when a coding task should be split among several AI agents working in parallel, with defined work packets and checks.

not rated 16 2d ago A 78 tokens original MIT

html-artifact

20

bahayonghang/my-ai-cli-toolkit

Skill Claude CodeCodex

Create self-contained HTML artifacts (single-file by default, split bundles when oversized) for complex, reviewable, or shareable work outputs. Use for an HTML artifact, browser-viewable report, implementation plan, PR/code-review report, dashboard, or mini deck, or for long Markdown-like outputs needing navigation or…

not rated 16 2d ago A 80 tokens original MIT

bahayonghang/my-ai-cli-toolkit

Skill Claude CodeCodex

Use when a Rust or Cargo build is slow and the user wants it diagnosed or sped up: profiling compile times with cargo --timings or -Zself-profile, finding whether the bottleneck is dependencies, codegen/LLVM, linking, or one oversized crate, and applying targeted fixes such as faster linkers (lld, mold, wild)…

not rated 16 2d ago A 147 tokens original MIT

spark

22

bahayonghang/my-ai-cli-toolkit

Skill Claude CodeCodex

Turn an idea into an approved implementation plan before coding — plan-first brainstorming. Use when the user wants to brainstorm, design, scope, stress-test, or plan a feature/spec. Codex native Plan mode stays read-only with a chat-only final plan; Claude Code Plan mode writes only after approval exits Plan mode…

not rated 16 2d ago A 84 tokens original MIT

trellis-plan-review

23

bahayonghang/my-ai-cli-toolkit

Skill Claude CodeCodex

Independent review of Trellis task planning artifacts. Treats the selected task and its recursive current or archived children as one review scope, verifies repository claims and path:line citations against code, traces every acceptance-criterion clause to a requirement and design mechanism, rechecks arithmetic and…

not rated 16 changed today A 184 tokens original MIT

unknowns-first

24

bahayonghang/my-ai-cli-toolkit

Skill Claude CodeCodex

A diagnosis guide for turning an unclear task into a defined brief with a clear measure of success before work begins.

not rated 16 2d ago A 93 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: