← スキル一覧に戻る

markdown-version-extractor
by JasperHG90
A developer-friendly toolkit for managing and deploying LLM personas and skills across any environment.
⭐ 5🍴 1📅 2026年1月23日
SKILL.md
name: markdown-version-extractor description: Extracts 'version' or 'uuid' fields from YAML frontmatter using uv.
Markdown Version Extractor
Use this skill to identify the version or UUID of a skill or project stored in Markdown frontmatter. This is a critical dependency for the Version Sync phase of the Persona Protocol.
Capabilities
- Parses YAML frontmatter using the
python-frontmatterlibrary. - Safely extracts versioning identifiers (
uuidorversion). - Provides available metadata keys if the specific version tag is missing.
Execution Logic
The agent MUST use uv run and MUST provide absolute paths for both the script and the target file.
Command Template:
uv run <absolute_path_to_get_version.py> "<absolute_path_to_target_md_file>"
Guidance for the Agent
- NO DIRECT PYTHON: You are FORBIDDEN from calling
pythonorpython3directly. This script uses PEP 723 inline dependencies that require theuvruntime. - Absolute Paths: You must resolve the current working directory to provide the full absolute path for:
- The script itself.
- The file being checked.
- Version Identifier Priority:
- The Registry uses the
uuidfield. - Local files may use either
versionoruuid. - If the script returns a
uuid, use that for comparison against the registry'suuid.
- The Registry uses the
- Error Handling:
- If the output shows
status: "missing_tag", check themetadata_keysin the JSON. If neitheruuidnorversionexists, consider the skill unversioned and trigger an update. - If the file is missing or not Markdown, report a failure.
- If the output shows
スコア
総合スコア
70/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です