← スキル一覧に戻る

process
by Zpankz
MCP Skillset - Claude Code skills, references, and knowledge base
⭐ 0🍴 0📅 2026年1月24日
SKILL.md
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
- Back up the vault.
- Run a dry run when available.
- Execute the operation.
- 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.
スコア
総合スコア
40/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です