Skills

Skills are reusable modules that extend Claude Code/Codex capabilities. They provide specialized knowledge, workflows, or tool integrations that Claude can use during sessions.

Skill Scopes

Skills can be installed at two levels:

  • Personal Skills (~/.claude/skills/) — Available to all Claude sessions on the server, regardless of workspace
  • Project Skills (.claude/skills/) — Only available within the specific workspace where they're installed

Viewing Skills

While in a workspace terminal, tap the Skills button in the bottom toolbar. The skills view shows two sections:

  • Personal Skills — Skills installed globally on the server
  • Project Skills — Skills installed in the current workspace
  • Plugin Skills — Skills that ship inside Claude Code plugins, grouped by plugin

Plugin skills are read-only in ServerCC — the plugin cache is managed by Claude Code itself, so they can be browsed but not deleted here. Plugin skills apply to Claude Code only.

Tap any skill to view its files and metadata, including the skill name, description, and allowed tools.

Installing Skills

Tap the + button in the skills view to install new skills from a GitHub repository.

1

Enter repository URL

Paste the GitHub repository URL that contains the skills. For example: https://github.com/anthropics/skills

2

Fetch available skills

Tap Fetch Skills to download and parse the repository. ServerCC will list all available skills with their names and descriptions.

3

Select and install

Check the skills you want and tap Install. The selected skills will be downloaded to your server.

Skill Structure

Each skill is a directory containing a SKILL.md file that defines:

  • Name — The skill's display name
  • Description — What the skill does
  • Allowed Tools — List of tools the skill can access

Removing Skills

Swipe left on any skill in the list to reveal the Delete button. This removes the skill directory from the server.

Tip

Pull down on the skills list to refresh and detect any skills that were added or removed outside of ServerCC.