Skip to content

docs: add skills/ directory to STRUCTURE.md [doc-updater] - #1068

Merged
jwbron merged 2 commits into
mainfrom
egg/doc-update-skills-directory
Mar 14, 2026
Merged

docs: add skills/ directory to STRUCTURE.md [doc-updater]#1068
jwbron merged 2 commits into
mainfrom
egg/doc-update-skills-directory

Conversation

@james-in-a-box

Copy link
Copy Markdown
Contributor

docs: add skills/ directory to STRUCTURE.md

Update STRUCTURE.md to reflect the new top-level skills/ directory
introduced in #1065 (Convert /run-workflow from command to skill).

The Dockerfile now copies skills/ into the sandbox image and entrypoint.py
installs each skill subdirectory (containing SKILL.md) into the Claude
skills directory at container startup. The directory was missing from both
the top-level tree and the Directory Details table.

Issue: none

Test plan:

  • Review that skills/ appears correctly in the top-level tree and directory table in STRUCTURE.md

Authored-by: egg

@egg-reviewer egg-reviewer Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Descriptions are accurate — skills/ exists with run-workflow/SKILL.md, and the tree/table entries correctly describe its purpose and runtime scope.

One minor inconsistency:

Table row ordering doesn't match the tree diagram. The tree correctly uses alphabetical order (scripts/shared/skills/), but the table has shared/skills/scripts/. The shared-before-scripts swap was pre-existing, but adding skills/ between them further cements the mismatch. Consider reordering the table rows to match the tree:

| `scripts/` | CI/lint scripts ... | CI / local |
| `shared/`  | Shared libraries ... | All containers |
| `skills/`  | Claude Code skills ... | Sandbox container |

Not blocking — the content itself is correct.

— Authored by egg

@james-in-a-box

This comment has been minimized.

@james-in-a-box

This comment has been minimized.

@james-in-a-box

This comment has been minimized.

@egg-reviewer egg-reviewer Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Previous suggestion addressed: table row ordering now matches the tree diagram's alphabetical order (scripts/shared/skills/).

No issues.

— Authored by egg

@james-in-a-box

Copy link
Copy Markdown
Contributor Author

egg review completed. View run logs

3 previous review(s) hidden.

@jwbron
jwbron merged commit 5f4d5ad into main Mar 14, 2026
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant