Skip to main content
The SkillCreator desktop app is a three-panel workspace for the full skill lifecycle.

Layout

The app has three main areas:
  • Sidebar (left). Navigate between views. Collapsible with the toggle at the top.
  • Main area (center). The active view: Studio, Library, Editor, Evals, Graph, or Settings.
  • Terminal (bottom). An embedded PTY for running agents. Toggle with Cmd+J.

Views

ViewPurpose
StudioGenerate skills from prompts, URLs, docs, or images
LibraryBrowse, search, and manage all skills
EditorEdit a skill with Monaco, file tree, and frontmatter panel
EvalsScore and track skill quality
GraphVisualize skill dependencies
SettingsApp preferences, theme, data management

Keyboard shortcuts

ShortcutAction
Cmd+KOpen command palette
Cmd+JToggle terminal panel
Cmd+NStart new skill creation in terminal
Cmd+RRe-index workspace skills

Command palette

Press Cmd+K to open the command palette. It provides search across:
  • Navigation (switch views)
  • Skills (open a skill by name)
  • Actions (run evals, generate, export)
  • Recent items

Themes

SkillCreator supports light, dark, and system themes. Change the theme in Settings or use the toggle at the bottom of the sidebar.

Data storage

All data is stored locally:
DataLocation
Skills database~/Library/Application Support/SkillCreator/skillcreator/
App logs~/Library/Logs/SkillCreator/
Window state~/.skillcreator/window-state.json
Runtime state~/Library/Application Support/SkillCreator/skillcreator/runtime.json
Last modified on March 19, 2026