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 TashanGKD/tashan-cursor-skills --skill update-profilegit clone --depth 1 https://github.com/TashanGKD/tashan-cursor-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/tashangkd/tashan-cursor-skills/update-profile)<a href="https://agentmods.dev/skills/tashangkd/tashan-cursor-skills/update-profile"><img src="https://agentmods.dev/badge/skills/tashangkd/tashan-cursor-skills/update-profile/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/tashangkd/tashan-cursor-skills/update-profile"><img src="https://agentmods.dev/badge/skills/tashangkd/tashan-cursor-skills/update-profile.svg" alt="Reviewed on agentmods" width="80" 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.00043 | $0.00723 |
| Opus 5 | $0.00022 | $0.00362 |
| Sonnet 5 | $0.00009 | $0.00145 |
| Haiku 4.5 | $0.00004 | $0.00072 |
Grade A, and why
update-profile 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 9d 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
画像更新与修改
定位修改目标
首先确认用户想修改哪个字段。若不明确,询问:
你想更新画像的哪个部分?
A. 基础身份(研究阶段、领域、机构等)
B. 技术能力(编程语言、工具栈)
C. 科研流程能力(问题定义、文献整合等评分)
D. 当前需求(时间占用、核心难点、最想改变的事)
E. 认知风格(RCSS 数据)
F. 学术动机(AMS 数据)
G. 人格特征(Mini-IPIP 数据)
H. 综合解读文字
I. 其他(请说明)
修改规则
对于文字字段(基础身份、技术能力、当前需求、解读文字)
- 直接询问新值,用 StrReplace 更新对应字段
- 如需保留旧值,在旧值后加注
<!-- 旧值:... --> - 当前需求字段是动态字段,鼓励用户定期更新(如每学期)以保持画像时效性
对于量表数据(认知风格、动机、人格)
选项1:修改单题分数
- 询问用户具体哪道题的分数有误,重新收集该题分数
- 重新计算受影响的维度分数和综合指标
- 更新画像文件
选项2:重新完整施测
- 分别读取对应量表 Skill:
- RCSS →
.cursor/skills/administer-rcss/SKILL.md - AMS →
.cursor/skills/administer-ams/SKILL.md - Mini-IPIP →
.cursor/skills/administer-mini-ipip/SKILL.md
- RCSS →
- 施测完成后覆盖旧数据
对于 AI 推断字段转为实测数据
- 完成量表施测后,删除
(AI推断)标注 - 将
数据来源字段从AI推断改为混合或量表实测
更新后操作
- 用 StrReplace 工具精确更新画像文件中的对应字段
- 将
最后更新日期改为今天 - 在
## 八、审核记录中追加一条记录:| [今日日期] | [修改字段名] | [用户反馈内容摘要] | 已按反馈更新 | - 向用户确认更新已完成,展示修改后的字段内容
综合解读的自动刷新
若用户修改了以下任意一个字段,主动询问是否重新生成综合解读:
- 认知风格 CSI 变化 ≥ 4 分
- 任一动机维度分数变化 ≥ 1.5 分
- 任一人格维度分数变化 ≥ 0.8 分
- 当前需求发生实质性变化(如主要时间占用或核心难点有明显变化)
询问:「你的[XX]数据有较明显的变化,是否希望我重新生成综合解读?」
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.
- 9d ago First seen · 69 lines · 43 tokens per session scan A 37bf124c29a9
update-profile is a skill published in the GitHub repository TashanGKD/tashan-cursor-skills (20 stars, last pushed 5mo ago), licensed MIT. It adds 43 tokens to every session and 723 once invoked, about $0.0002 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-09-03.
Other skills, from other repositories
android-feature
Workflow for implementing a new Android feature, screen, fragment, activity, dialog, adapter, or enhancement in this XML/MVVM template. Use whenever the user asks to add, build, implement, or extend functionality — before writing any code. Covers planning, the MVVM/MVI skeleton, the Android configuration checklist…
template-helpers
Catalog of the reusable building blocks shipped with this Android template — BaseActivity/BaseFragment, the helpers/ extension files (navigation, lifecycle, toast, snackbar, dialogs, images, permissions, theme, locale, settings intents, date, delay), common/ (Firebase, network, observers), and…
android-new-project
Workflow for turning a fresh copy of this Android template into a new app — renaming the package/namespace/applicationId, branding (icons, splash, palette, fonts), Firebase setup, signing config, stripping unused sample screens, and verifying the foundation. Use when the user says they are starting a new app…
android-preflight
Final verification checklist to run before declaring Android work finished — build, both themes, string resources, lifecycle and leak risks, registered permissions and components, resource parity between values and values-night, and honest reporting of what was and was not verified. Use at the end of any feature, fix…
android-ui-theming
Rules for Android XML layouts, Material 3 components, semantic color tokens, light/dark theming, dimensions (sdp/ssp), string resources and localization, accessibility, and edge-to-edge insets. Use when creating or editing any layout, drawable, style, color, vector, or string resource, or when a screen must work in…
android-upgrade
Workflow for changing an existing working Android project — upgrading dependencies, AGP/Gradle or SDK levels, migrating deprecated APIs, refactoring, and fixing bugs, without breaking what already works. Covers baseline verification, scoping the diff, targetSdk behaviour changes, SharedPreferences/Room data…