chore(agents): refresh metadata and skill creator loader
This commit is contained in:
@@ -55,7 +55,7 @@
|
|||||||
- Address: 100 Broderick St APT 401, San Francisco, CA 94117, United States
|
- Address: 100 Broderick St APT 401, San Francisco, CA 94117, United States
|
||||||
- Employer: Railbird Inc.
|
- Employer: Railbird Inc.
|
||||||
- GitHub: colonelpanic8
|
- GitHub: colonelpanic8
|
||||||
- Phone: 301-244-9534
|
- Phone: 301-244-8534
|
||||||
- Primary Credit Card: Chase-Reserve
|
- Primary Credit Card: Chase-Reserve
|
||||||
|
|
||||||
## Repository Overview
|
## Repository Overview
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
d9c5b31d2059f436
|
6277a8b83820afd8
|
||||||
|
|||||||
@@ -11,8 +11,6 @@ import re
|
|||||||
import sys
|
import sys
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
import yaml
|
|
||||||
|
|
||||||
ACRONYMS = {
|
ACRONYMS = {
|
||||||
"GH",
|
"GH",
|
||||||
"MCP",
|
"MCP",
|
||||||
@@ -114,6 +112,9 @@ def read_frontmatter_name(skill_dir):
|
|||||||
print("[ERROR] Invalid SKILL.md frontmatter format.")
|
print("[ERROR] Invalid SKILL.md frontmatter format.")
|
||||||
return None
|
return None
|
||||||
frontmatter_text = match.group(1)
|
frontmatter_text = match.group(1)
|
||||||
|
|
||||||
|
import yaml
|
||||||
|
|
||||||
try:
|
try:
|
||||||
frontmatter = yaml.safe_load(frontmatter_text)
|
frontmatter = yaml.safe_load(frontmatter_text)
|
||||||
except yaml.YAMLError as exc:
|
except yaml.YAMLError as exc:
|
||||||
|
|||||||
Reference in New Issue
Block a user