Skip to content

fix: clean up skill show command output#305

Merged
peterj merged 1 commit intoagentregistry-dev:mainfrom
optimus-fulcria:fix/256-skill-list-cleanup
Mar 9, 2026
Merged

fix: clean up skill show command output#305
peterj merged 1 commit intoagentregistry-dev:mainfrom
optimus-fulcria:fix/256-skill-list-cleanup

Conversation

@optimus-fulcria
Copy link
Copy Markdown
Contributor

Description

Completes the cleanup started in #269 by applying the same improvements to the skill show command.

Changes:

  • Remove empty/nonsensical Category and Website columns from skill show output
  • Replace with useful Type and Source fields (reusing skillSource() from the list command)
  • Add Title field for consistency with skill list
  • Fix potential nil pointer dereference when Meta.Official is nil

Fixes #256

/kind cleanup

Changelog

Clean up skill show command to remove empty Category/Website fields and show Type/Source instead

Additional Notes

PR #269 cleaned up the skill list command. This PR applies the same treatment to skill show, fully resolving issue #256.

🤖 Generated with Claude Code

Remove empty/nonsensical Category and Website columns from skill show
command, replacing them with useful Type and Source fields (consistent
with the list command cleanup in agentregistry-dev#269). Also adds Title field and fixes
a potential nil pointer dereference when Meta.Official is nil.

Fixes agentregistry-dev#256

Co-Authored-By: Claude Opus 4.6 <[email protected]>
@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 7, 2026

You already have 3 pull requests open. Please consider working on getting the existing ones merged before opening new ones. Thanks!

@peterj peterj added this pull request to the merge queue Mar 9, 2026
Merged via the queue into agentregistry-dev:main with commit 51c4eae Mar 9, 2026
7 checks passed
christian-posta pushed a commit to christian-posta/agentregistry that referenced this pull request Mar 9, 2026
# Description

Completes the cleanup started in agentregistry-dev#269 by applying the same improvements
to the `skill show` command.

**Changes:**
- Remove empty/nonsensical **Category** and **Website** columns from
`skill show` output
- Replace with useful **Type** and **Source** fields (reusing
`skillSource()` from the list command)
- Add **Title** field for consistency with `skill list`
- Fix potential nil pointer dereference when `Meta.Official` is nil

Fixes agentregistry-dev#256

/kind cleanup

# Changelog

```release-note
Clean up skill show command to remove empty Category/Website fields and show Type/Source instead
```

# Additional Notes

PR agentregistry-dev#269 cleaned up the `skill list` command. This PR applies the same
treatment to `skill show`, fully resolving issue agentregistry-dev#256.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.6 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

clean up skill list command

2 participants