Skip to main content
Quivly skills can be authored as code, in the Anthropic Agent Skills format, and imported from GitHub. A skill is a folder containing a SKILL.md file.

The file

How fields map into Quivly

SKILL.mdQuivlyNotes
nameSlash command + display nameRequired. Lowercase-with-hyphens; falls back to the folder name. Max 64 chars
descriptionDescriptionRequired. Max 1,024 chars
Markdown bodyInstructionsMax 50,000 chars
license, compatibility, metadataPreserved as source metadataOptional spec fields
allowed-toolsNot importedAnthropic tool names don’t map to Quivly’s catalog — the import flow suggests Quivly tools instead
Imported skills always land as drafts with no tools attached (or the tools you accepted from the AI suggestion step). Review, attach tools, and publish in Settings → AI → Skills.

What isn’t ingested

Only SKILL.md content is imported. Supporting folders from the spec (scripts/, references/, assets/) are not ingested; skills that have them are flagged so you know part of the skill lives outside Quivly. Files over 1 MB import with empty instructions.

FAQ

Yes — any repo following the Agent Skills spec imports, including public community repos. You’ll attach Quivly data tools during import since Claude tool names don’t carry over.
No — most teams create skills in the app. The format matters when you want skills version-controlled in a repo or shared across tools.