Skills management panel
Workspace-level switchboard for the capabilities exposed to agents. Composes SettingsSection + SettingsRow + Toggle, plus author grouping and a risk tier on each skill.
Included in the single kansho full pack. Components are not offered as separate installs.
Workspace skills
Skills
Capabilities exposed to your agents. High-risk skills always require human confirmation regardless of toggle state.
Summarises new research sources into a review queue.
by avery/skills · ~14,000 tokens
Reviews repository dependency changes and highlights notable risks.
by avery/skills · ~9,000 tokens
Checks draft copy against a project voice guide.
by avery/skills · ~3,200 tokens
Lists likely release failure modes and practical mitigations.
by avery/skills · ~7,000 tokens
Deploys the current project to Vercel. Production deploy requires explicit `prod` flag.
by vercel/plugin · ~1,800 tokens
Manage Vercel environment variables.
by vercel/plugin · ~900 tokens
Capture a deterministic browser screenshot of a local or remote URL.
by playwright/plugin · ~600 tokens
Authors
Skill publishers your workspace pulls from.
4 skills
2 skills
1 skill
Demo configure target: none
Included components
This page is the canonical destination for these components. All ship in the single Kansho pack.
Skills management panel
components/control-plane/skills-management-panel.tsxComponent documentation
Skills management panel
components/control-plane/skills-management-panel.tsxPurpose
Groups workspace skills with enablement, risk, origin, token estimate, defaults, and configuration hooks.
Appropriate use
Use for controlled skill policy when the host owns enablement and configuration.
Example
components/control-plane/skills-management-panel.tsx has a representative live example in the "Workspace skills" section on /components/skills-management.
States
Skills can be enabled or disabled, default or ordinary, grouped or general, and low, medium, or high risk.
API and props
SkillsManagementPanel accepts skills, onToggle, onConfigure, and className; SkillDefinition supplies id, name, description, group, author, approxTokens, risk, enabled, and default.
Dependencies
Direct imports are React, Lucide icons, SettingsRow/SettingsSection, Toggle, Tag, AgentDot, and cn.
Accessibility
Every toggle and configure action is named by skill, risk is visible text, and enabled totals and author counts are textual.
Limitations
It does not install, configure, authorise, or enforce skills and does not show pending or failed callback results.
Source
Source: components/control-plane/skills-management-panel.tsx.
Full pack
components/control-plane/skills-management-panel.tsx is documented at /components/skills-management and installs only through the single Kansho full pack; no individual component install is offered.