Skip to content

fix: remove unimplemented Import Skills/Agents from UI#275

Merged
peterj merged 1 commit intoagentregistry-dev:mainfrom
optimus-fulcria:fix/remove-import-skills-agents-ui
Mar 6, 2026
Merged

fix: remove unimplemented Import Skills/Agents from UI#275
peterj merged 1 commit intoagentregistry-dev:mainfrom
optimus-fulcria:fix/remove-import-skills-agents-ui

Conversation

@optimus-fulcria
Copy link
Copy Markdown
Contributor

Description

Remove the "Import Skills" and "Import Agents" buttons and stub dialogs from the UI. These features showed "Feature coming soon" messages and were confusing users.

What changed:

  • Removed ImportSkillsDialog and ImportAgentsDialog stub components
  • Removed "Import Skills" and "Import Agents" dropdown menu items
  • Replaced empty-state import buttons with "Add Skill" / "Add Agent" buttons that open the working add dialogs
  • Updated empty-state text from "Import ... to get started" to "Publish/Create ... to get started"

Fixes #155

Change Type

/kind fix

Changelog

Remove unimplemented Import Skills/Agents buttons from UI

Additional Notes

The Import Servers functionality is kept since it has a working implementation.

Remove the "Import Skills" and "Import Agents" buttons and dialogs
from the UI since these features are not implemented (shown as
"Feature coming soon"). Replace empty-state import buttons with
"Add Skill" / "Add Agent" buttons that open the working add dialogs.

Fixes agentregistry-dev#155

Co-Authored-By: Claude Opus 4.6 <[email protected]>
@peterj peterj added this pull request to the merge queue Mar 6, 2026
Merged via the queue into agentregistry-dev:main with commit 0387401 Mar 6, 2026
6 checks passed
christian-posta pushed a commit to christian-posta/agentregistry that referenced this pull request Mar 9, 2026
…-dev#275)

# Description

Remove the "Import Skills" and "Import Agents" buttons and stub dialogs
from the UI. These features showed "Feature coming soon" messages and
were confusing users.

**What changed:**
- Removed `ImportSkillsDialog` and `ImportAgentsDialog` stub components
- Removed "Import Skills" and "Import Agents" dropdown menu items
- Replaced empty-state import buttons with "Add Skill" / "Add Agent"
buttons that open the working add dialogs
- Updated empty-state text from "Import ... to get started" to
"Publish/Create ... to get started"

Fixes agentregistry-dev#155

# Change Type

/kind fix

# Changelog

```release-note
Remove unimplemented Import Skills/Agents buttons from UI
```

# Additional Notes

The Import Servers functionality is kept since it has a working
implementation.

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.

remove import skills/agents from the UI

2 participants