import-skills-to-skilder

Installation
SKILL.md

Move the user's existing local Agent Skills into their Skilder workspace. Skills use the open Agent Skills format on both sides, so content imports as-is: frontmatter and body stay what they are.

Step 1: Be connected

You need the Skilder MCP server (https://app.skilder.ai/mcp) with an active session:

  1. If the server isn't registered yet, follow the connect-to-skilder skill from this same repo (one endpoint, OAuth sign-in, no keys).
  2. Call init_skilder and keep the session id it returns; every other Skilder tool call needs it.
  3. Importing uses the manage tool, which is available to workspace admins. The first user of a workspace is its admin, so a user on their own workspace qualifies. If manage isn't in your tool list, tell the user to ask their workspace admin to run the import.

Step 2: Discover local skills

Scan these locations, nearest first. Each directory containing a SKILL.md is one skill:

  • ./.claude/skills/ and ./.agents/skills/ (project)
  • ~/.claude/skills/ and ~/.agents/skills/ (user)
  • ./skills/ in the current repo, including one level of category subdirectories

For each skill found, read the SKILL.md: YAML frontmatter gives name and description, the body is the instructions. Note any extra files next to it (a references/ folder, scripts, other documents).

Installs
1
GitHub Stars
1
First Seen
Jul 28, 2026
import-skills-to-skilder — skilder-ai/skills