Back to list
mattg101

skill-deploy-update

by mattg101

Solidworks Plugin for Developing Robotic Descriptions

0🍴 0📅 Jan 18, 2026

SKILL.md


Skill Deploy and Update

Use this skill to keep project skills stored in-repo and linked into CODEX_HOME via the sync script. Prefer symlinks so the repo is the source of truth.

When to Use

  • Add, rename, or restructure a skill folder in docs/skills.
  • Update SKILL.md contents or bundled resources.
  • Sync repo skills into CODEX_HOME for Codex discovery.

Repo Layout

Each skill must live in its own folder:

docs/skills/<skill-name>/
  SKILL.md
  scripts/
  references/
  assets/

The SKILL.md frontmatter name must match the folder name.

Sync Script

Use the repo sync script to link all repo skills into CODEX_HOME:

.\\scripts\\sync_skills.ps1

Optional: pass a custom repo skills path:

.\\scripts\\sync_skills.ps1 -RepoSkillsPath "C:\\path\\to\\repo\\docs\\skills"

How to Update a Skill

  1. Edit the skill folder under docs/skills.
  2. Keep instructions concise and imperative.
  3. Re-run the sync script.
  4. If a skill was renamed, delete the old link in CODEX_HOME if it is not a symlink.

Skill Template

Use the bundled template at assets/skill-template/SKILL.md as a starting point.

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon