-
Notifications
You must be signed in to change notification settings - Fork 6
docs: document missing skill registry subcommand and fix Starlight sidebar config #530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -287,6 +287,38 @@ List all installed skills. | |||||||||||||||||||||||
| agentsync skill list | ||||||||||||||||||||||||
| ``` | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| #### `registry` | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| Validate and refresh the maintainer curated registry. | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| ```bash | ||||||||||||||||||||||||
| agentsync skill registry <COMMAND> | ||||||||||||||||||||||||
| ``` | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| ##### `validate` | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| Validate a curated registry manifest against its lockfile constraints. | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| ```bash | ||||||||||||||||||||||||
| agentsync skill registry validate [OPTIONS] | ||||||||||||||||||||||||
| ``` | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| **Options**: | ||||||||||||||||||||||||
| - `--manifest <MANIFEST>`: Path to the registry manifest file (defaults to `src/skills/registry.v1.toml`). | ||||||||||||||||||||||||
| - `--lock <LOCK>`: Path to the registry lockfile (defaults to `src/skills/registry.lock.toml`). | ||||||||||||||||||||||||
|
Comment on lines
+300
to
+308
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win Do not document The runtime passes only Document Proposed documentation fix-Validate a curated registry manifest against its lockfile constraints.
+Validate a curated registry manifest.
...
- - `--lock <LOCK>`: Path to the registry lockfile (defaults to `src/skills/registry.lock.toml`).This assessment uses the supplied runtime snippets in 📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| ##### `sync` | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| Validate a curated registry manifest and atomically regenerate its lockfile. | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| ```bash | ||||||||||||||||||||||||
| agentsync skill registry sync [OPTIONS] | ||||||||||||||||||||||||
| ``` | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| **Options**: | ||||||||||||||||||||||||
| - `--manifest <MANIFEST>`: Path to the registry manifest file (defaults to `src/skills/registry.v1.toml`). | ||||||||||||||||||||||||
| - `--lock <LOCK>`: Path to the registry lockfile (defaults to `src/skills/registry.lock.toml`). | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| --- | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| ### `doctor` | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Hyphenate the compound modifier.
Change
maintainer curated registrytomaintainer-curated registry.LanguageTool flagged this line.
🧰 Tools
🪛 LanguageTool
[grammar] ~292-~292: Use a hyphen to join words.
Context: ...ry` Validate and refresh the maintainer curated registry. ```bash agentsync ski...
(QB_NEW_EN_HYPHEN)
🤖 Prompt for AI Agents
Source: Linters/SAST tools