ASu-skills is a plugin package containing eight separate AI-assisted workflows for job seeking and software development. Users can apply them to make resumes, prepare for interviews, track recruitment, learn projects, document evidence, and contribute to open source. The catalogue add-ons are the plugin’s skills, instructions, and setup files for supported coding agents.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add Hisn00w/ASu-skills --skill contributorgit clone --depth 1 https://github.com/Hisn00w/ASu-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/hisn00w/asu-skills/contributor)<a href="https://agentmods.dev/skills/hisn00w/asu-skills/contributor"><img src="https://agentmods.dev/badge/skills/hisn00w/asu-skills/contributor/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/hisn00w/asu-skills/contributor"><img src="https://agentmods.dev/badge/skills/hisn00w/asu-skills/contributor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00092 | $0.02898 |
| Opus 5 | $0.00046 | $0.01449 |
| Sonnet 5 | $0.00018 | $0.00580 |
| Haiku 4.5 | $0.00009 | $0.00290 |
Grade A, and why
contributor scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 99 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/contributor:做真实的开源贡献
可按需衔接这条流水线:
/contributor → /great-resume → /make-resume → /offer
从范围清晰、风险可控且能够验证的文档修复、坏链接、示例或小型代码改动开始,是一种低风险的开源参与方式。是否有更深的技术贡献,要根据项目规则、改动范围和验证结果评估。
核心目标与交付
这个 Skill 的核心是帮助用户完成一条真实的开源贡献路径:
发现合适项目 → 找到真实问题 → 准备最小改动 → 本地验证 → 经确认提交 PR → 跟踪结果
每次运行应尽量交付以下信息,而不是只给出泛泛的项目推荐:
- 项目候选:仓库链接、与目标岗位或技术栈的匹配理由、可观察到的维护迹象,以及许可证和贡献规则(能确认时);
- 问题候选:issue、文件或可复现现象,是否已被认领、是否存在重复 PR,拟修改范围和预期影响;
- 本地结果:独立分支、实际 diff、验证命令和结果;
- PR 结果:目标仓库、目标分支、PR 标题与正文、PR 链接,以及 GitHub 页面显示的状态;
- 求职交接(可选):只保留真实改动、个人贡献边界、证据链接和合并状态。
默认玩法
先问目标公司、岗位和 GitHub 用户名;用户没给技术栈时也可以直接从文档贡献开始。根据目标选择一种模式:
- 快速入门版:优先 typo、标点、Markdown、formatting、坏链接和 README 小修;
- 岗位匹配版:优先目标公司的项目、目标岗位常用技术栈,以及测试、示例和小 bug;
- 渐进版:先做一个范围清晰的小修,再评估与岗位相关、能够验证的功能或测试改动;不预设一定合并或一定适合写进简历。
用户不指定时默认渐进版。
贡献工作流
- 在 GitHub 搜索与目标岗位、技术栈或用户指定方向匹配,且有近期维护迹象并允许外部贡献的项目。优先检查项目主页、默认分支活动、许可证、
CONTRIBUTING、issue/PR 状态和明确的贡献入口;此阶段只读,不 fork、不 push。 - 从 issue、讨论、README、docs、examples、tests 和代码注释中寻找真实、范围清晰且能够在本地验证的问题。优先处理用户可以复现、项目确实需要、又不会牵涉大范围设计的改动;同时搜索提交历史和必要的 blame,确认上游默认分支尚未修复。撞车判定以目标 issue 的 linked PR(
gh api repos/<owner>/<repo>/issues/<N>/timeline)和 open PR 全量标题(gh pr list --state open)为准,关键词搜索仅作补充,候选较多或标题含糊时再按拟改文件路径过滤;发现相同问题或相同方案的 PR 即按第 3 步降级或丢弃。 - 快速看一遍
CONTRIBUTING和仓库里的代理说明;如果规则明确禁止 typo-only、drive-by documentation 或当前拟议的 PR 类型,标记为ineligible并丢弃,不进入待确认候选清单。如果规则要求先 claim issue、取得 maintainer approval 或先开 issue,则标记为blocked,写明待满足的前置条件;在条件满足前不创建分支或 patch。只有项目规则不允许或目标明显不匹配时才使用ineligible;满足前置条件本身如需外部写操作,也必须按第 5 步逐项确认。否则形成候选清单,写明目标仓库、问题、拟修改文件、验证方式和潜在影响。 为了让候选可以横向比较,记录 issue 创建时间、最近实质更新、当前状态、assignees、评论中的认领、相关 open/closed PR 以及当前上游代码证据。issue 时间较久、已有明确认领或相同方案的 PR、尚未取得仓库建议的 approval/assignment,或需要 GPU/专有服务才能复现或验证时,可适当降低优先级并标注风险。 - 每个候选在准备本地改动或 patch 前,都从当前上游基线创建独立专用分支;不得修改默认分支,也不得把下一份补丁堆叠到已有 PR 分支。随后在该分支上实际应用拟议的最小改动或 patch。提交前先检查仓库的
CONTRIBUTING、.github/workflows/、项目级工具配置以及项目级的 pre-commit 配置(存在时),根据仓库实际配置确定与当前改动相关的验证命令,再运行可执行的测试、lint、格式、构建或链接检查,并记录结果;纯文档小修至少检查 diff 和 Markdown,然后把完整 diff 展示给用户。 - fork、push、提交 PR 都是外部写操作。必须在执行前明确列出目标仓库、GitHub 账号、分支、文件和将产生的动作;首次提交 PR 时还必须展示拟议的完整标题和正文,以及完整代码 diff,并逐个等待用户确认。“找 N 个”“自动做”或“直接提”只授权准备候选和本地 diff,不授权批量写入。
- 每次只执行一个已确认的 PR。提交后应只读跟踪与当前改动相关的 CI checks、required checks、review 和合并状态,直到已触发的检查完成;以 GitHub 页面显示的状态为准。若检查失败,读取日志并区分代码问题、配置问题和外部环境阻塞,整理最小修复方案;后续 commit、push、评论或重新请求 review 仍按确认规则执行。相关 required checks 未完成或失败时,不汇报为“验证通过”或“PR 完成”。处理已有 PR 的 CI 或 review 代码反馈时,必须在该 PR 现有分支上继续工作,不得重新从上游基线创建分支或另开 PR;先说明要更新的 PR、分支、文件和 commit/push/PR 更新动作,应用补丁并展示更新后的完整 diff,再逐项等待新的明确确认。若只需评论或回复,先展示将发布的准确文本及其目标;若只需解决 thread,先列出将解决的 PR、thread 链接或文件行号和讨论摘要。以上任何外部写操作在未取得新的明确确认前都只记录建议、不执行。PR 合并后生成
/great-resume素材,关闭或未合并的 PR 记录为“开源协作中”,不写成“已被采用”。
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago Changed fd629b53085c
- 4d ago Changed · +1 lines 491634cdfbeb
- 6d ago Changed ceee8c63ef5b
- 7d ago Changed · +18 lines · -16 tokens per session 972713d48af8
- 10d ago First seen · 80 lines · 108 tokens per session scan A bc9d6729ca2d
contributor is a skill published in the GitHub repository Hisn00w/ASu-skills (4,146 stars, last pushed today), licensed MIT. It adds 92 tokens to every session and 2,898 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
prowler-commit
Creates professional git commits following conventional-commits format. Trigger: When creating commits, after completing code changes, when user asks to commit.
gh-auth-isolation
Safely manage multiple GitHub identities (EMU + personal) in agent workflows.
comet-github
A routing guide for Comet-related GitHub work. It directs requests about pull requests, issues, CI failures, ideas, and fixes to the appropriate review or implementation process.
github-skill
Work with GitHub via the gh CLI — clone repositories, create/list/merge pull requests, create/list issues, and run any other gh command (API calls, workflow runs, releases, repo administration). List operations return parsed JSON.
re0-merge
Review and land an external contribution the way this suite does: gate it against the thesis, land it with the author's credit intact, complete a new skill rather than merging it raw, then approve, credit, and explain before closing. Use when reviewing a pull request, as any collaborator or maintainer, not only the…
nvca-chart-release
Release NVCA Operator chart changes from the native monorepo source to the vendored Helm chart. Use when updating the vendored NVCA Operator chart, changing NVCA image refs, publishing helm-nvca-operator, or validating the chart against a self-managed control plane.