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.
Borrowing it
Nothing to install: this file belongs to Hisn00w/ASu-skills. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/Hisn00w/ASu-skills/main/AGENTS.mdgit 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/instructions/hisn00w/asu-skills/agents-md)<a href="https://agentmods.dev/instructions/hisn00w/asu-skills/agents-md"><img src="https://agentmods.dev/badge/instructions/hisn00w/asu-skills/agents-md.svg" alt="Measured on agentmods" height="20"></a>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.00571 | $0.00571 |
| Opus 5 | $0.00285 | $0.00285 |
| Sonnet 5 | $0.00114 | $0.00114 |
| Haiku 4.5 | $0.00057 | $0.00057 |
Grade A, and why
ASu-skills AGENTS.md 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 4d 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.
What it actually says
ASu-skills 协作规范
项目说明
ASu-skills 是中文求职工作流插件,包含开源贡献、证据复盘、简历提升、简历制作和秋招进度管理等入口。经历提升统一使用 /great-resume,证据复盘统一使用 /evidence-recap;所有简历文件制作统一使用 /make-resume:默认采用 ASu 模板,用户也可以指定其他模板。
修改规则
- 修改前先检查当前分支、工作区状态和远程更新。
assets/asu-resume-template.html是/make-resume的默认只读母版。生成用户专属简历时复制模板,不直接修改母版。- README 中的图片使用仓库内相对路径,图片资源放在
assets/下。 - 品牌 Logo 优先使用
@lobehub/icons或@lobehub/icons-static-svg的 SVG,不自行绘制或使用低清截图。 - 修改后检查 Markdown 冲突标记、路径、JSON 格式和相关技能的可用性。
- 合并远程更新时保留双方有效内容;解决冲突后再提交合并结果。
- 创建 PR 前必须阅读
.github/CONTRIBUTING.md和.github/PULL_REQUEST_TEMPLATE.md,并完成模板中的全部检查项;无法完成的项目必须在 PR 中说明原因和替代验证。
提交规范
提交信息遵循 Conventional Commits:
<type>: <中文简短标题>
常用类型:
feat:新增功能或资源;fix:修复问题;docs:修改 README、规范或其他文档;refactor:重构代码或目录,不改变功能;chore:构建、依赖或维护性修改;test:新增或修改测试。
标题使用中文、简洁明确,并说明具体改动和原因。例如:
docs: 新增仓库协作与提交规范说明
feat: 新增可编辑同款简历模板
fix: 修复模板自动保存覆盖新内容
提交与 PR 前检查
git diff --check
git status --short
涉及技能修改时,运行对应的技能校验;涉及 HTML 模板时,至少进行一次浏览器预览,确认布局、资源路径和分页效果。
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.
- 4d ago Changed · +50 tokens per session 8040e25d0984
- 8d ago First seen · 50 lines · 521 tokens per session scan A 8edf6416824c
ASu-skills AGENTS.md is an instructions file published in the GitHub repository Hisn00w/ASu-skills (3,774 stars, last pushed yesterday), licensed MIT. It adds 571 tokens to every session, about $0.0029 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 instructions, from other repositories
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.