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:
- If the server isn't registered yet, follow the
connect-to-skilderskill from this same repo (one endpoint, OAuth sign-in, no keys). - Call
init_skilderand keep the session id it returns; every other Skilder tool call needs it. - Importing uses the
managetool, which is available to workspace admins. The first user of a workspace is its admin, so a user on their own workspace qualifies. Ifmanageisn'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).