AgentSkillsCN

process

充分利用包括 PEX、pdf-search、hge、researcher、limitless、pieces、screenapp 等在内的多种 CLI 工具,全面提取 CICM 与 ANZCA PEX 考试中的所有相关学习成果,将其与历年 SAQ 试题交叉参考,提取考官评语,通过 pdf-search 与推荐教材进行交叉比对,利用 hge 构建超图,借助 researcher 验证见解,以 limitless 和 pieces 对比 PKM 数据,再借助 screenapp 等工具补充更多背景信息,为知识图谱增添润色。随后,系统会结合 PEX 与 SAQ 技能,以及存在于 .claudeate 中的元技能,搭建起模块化、程序化、前沿的技能体系——该体系利用 qp 技能整合定量生理参数,以生理学风格和 telos 技能赋予任务以目的论导向,并遵循 code、mega 与 agency 技能的所有原则。最后,该技能还需通过 abduct、critique 与 refactoring 代理技能进行递归优化。由此,这套技能已然成为 SOTA 的 PEX 学习成果技能。

SKILL.md
--- frontmatter
name: process
description: "Batch processing for Obsidian vaults: bulk tag normalization, wikilink extraction/fixing, frontmatter edits, vault analysis, and migration workflows. Use when asked to analyze or modify many notes in an Obsidian vault at scale, or to script/automate vault-wide changes."

Obsidian Batch Processing Skill

Use this skill to perform repeatable, vault-wide operations on Obsidian markdown files. Keep this file lean and route to the correct reference or script instead of duplicating detail.

Routing Map (read only what you need)

  • references/quickstart.md - Setup plus a 5-minute tutorial. Use for first run or quick orientation.
  • references/cli-usage.md - Full CLI reference. Use for exact flags, subcommands, and examples.
  • references/obsidian-syntax.md - Obsidian markdown syntax, regex patterns, and edge cases. Use when parsing or transforming content.
  • references/processing-patterns.md - Advanced workflows, migrations, QA, rollback strategies. Use for multi-step or high-risk operations.
  • examples/use-case-1-migrate-flat-to-hierarchical.md - Large-scale migration example.
  • examples/use-case-2-fix-broken-links.md - Broken link repair example.
  • examples/use-case-3-normalize-tags.md - Tag normalization example.
  • examples/use-case-4-vault-statistics-report.md - Analytics/reporting example.

Script Index (entry points)

  • scripts/batch_processor.py - Main CLI entry point and command routing.
  • scripts/wikilink_extractor.py - Extract and analyze wikilinks.
  • scripts/tag_normalizer.py - Normalize tags across a vault.
  • scripts/frontmatter_processor.py - Bulk frontmatter operations.
  • scripts/vault_analyzer.py - Vault statistics and health reports.

Standard Workflow

  1. Back up the vault.
  2. Run a dry run when available.
  3. Execute the operation.
  4. Verify results with a report or spot checks.

How to Use This Skill

  • Pick the smallest reference file that answers the question.
  • Summarize only what is needed, then point to the exact script or command.
  • If the user asks for edits or new behavior, modify the relevant script and keep the CLI consistent with references/cli-usage.md.