klytos-admin-sidebar

Extend the Klytos admin UI with sidebar items and plugin pages.

12|2|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/joseconti/klytos --skill klytos-admin-sidebar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: klytos-admin-sidebar
Source: https://github.com/joseconti/klytos/tree/main/.claude/skills/klytos-admin-sidebar
Command: npx skills add https://github.com/joseconti/klytos --skill klytos-admin-sidebar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This guide helps developers extend the Klytos admin UI by adding sidebar items, building admin pages for plugins, and implementing consistent UI patterns across plugins.

Core Features & Use Cases

  • Provides a reusable pattern for defining admin sidebar entries, their permissions, and optional submenus.
  • Demonstrates how to scaffold admin pages that integrate with MCP tools and share design tokens and templates.
  • Useful for publishing plugin documentation and example code that matches Klytos design conventions.

Quick Start

Add a new plugin to the admin sidebar by following the patterns shown in this guide and ensure it also provides an MCP tool for full integration.

Frequently Asked Questions about klytos-admin-sidebar

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add a sidebar item to an admin UI plugin?

To add an admin UI sidebar item, you define a reusable pattern entry that includes the plugin's sidebar label, permission scheme, and optional submenus. This approach ensures consistent navigation structures across all integrated plugins.

What is the best way to build admin pages that integrate with MCP tools?

The best way to build MCP-integrated admin pages is by scaffolding them with shared design tokens and templates. This ensures your plugin pages match Klytos design conventions while providing full MCP tool integration.

How do admin sidebar permissions work for plugins?

Admin sidebar permissions are defined within the sidebar entry pattern for each plugin. You configure permission schemes directly when documenting the sidebar structure to control access to specific admin pages and submenus.

Can I use this guide to scaffold admin pages for my MCP plugin?

Yes, you can use this guide to scaffold admin pages for your MCP plugin. It provides ready-to-use templates and demonstrates how to share design tokens while maintaining consistent UI patterns across plugin pages.

Do I need to provide an MCP tool for full admin UI integration?

Yes, providing an MCP tool is required for full admin UI integration. Following the sidebar patterns ensures navigable admin interfaces, but your plugin must also expose an MCP tool to achieve complete functional integration.