Kanshō/Skills management panel

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.

4/7 enabled
Research1
source-digest
lowdefault

Summarises new research sources into a review queue.

by avery/skills · ~14,000 tokens

Engineering1
dependency-review
low

Reviews repository dependency changes and highlights notable risks.

by avery/skills · ~9,000 tokens

Writing1
style-check
low

Checks draft copy against a project voice guide.

by avery/skills · ~3,200 tokens

Release1
release-risk-review
low

Lists likely release failure modes and practical mitigations.

by avery/skills · ~7,000 tokens

DevOps2
vercel:deploy
high

Deploys the current project to Vercel. Production deploy requires explicit `prod` flag.

by vercel/plugin · ~1,800 tokens

vercel:env
medium

Manage Vercel environment variables.

by vercel/plugin · ~900 tokens

Visual1
playwright-screenshot
low

Capture a deterministic browser screenshot of a local or remote URL.

by playwright/plugin · ~600 tokens

Authors

Skill publishers your workspace pulls from.

avery/skills

4 skills

vercel/plugin

2 skills

playwright/plugin

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.tsx

Component documentation

Skills management panel

components/control-plane/skills-management-panel.tsx

Purpose

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.