Official repo for Quick Deploy AI - agent skills.
This is a trusted public source for the QuickDeploy marketplace: the platform syncs it to populate official default agent-skill entries in the capability registry.
Each skill lives at skills/<skill-name>/SKILL.md on main (the platform
sync scans exactly that path), following the
Agent Skills specification:
SKILL.md— YAML frontmatter (name,description, optionallicense,compatibility,metadata,allowed-tools) plus markdown instructions.scripts/— executable helpers the skill references.references/— progressive-disclosure docs loaded on demand.assets/— static files.
registry/index.json is the machine-readable catalog consumed by the
marketplace ARD endpoints
(https://raw.githubusercontent.com/QuickDeployAI/agent-skills/main/registry/index.json).
| Skill | Purpose |
|---|---|
| quickdeploy-docs | Query official QuickDeploy docs via llms.txt and markdown page variants. |
| quickdeploy-deployments | Manage tenant deployments through the Control-Plane API. |
| quickdeploy-admin | Org/enterprise governance: policies, approvals, cost budgets. |
name: lowercase alphanumeric and hyphens, ≤ 64 chars, no leading, trailing, or consecutive hyphens; must match the skill directory name.description: ≤ 1024 chars; state what the skill does and when to use it.compatibility: ≤ 500 chars.metadata: string keys and values only.- Keep each
SKILL.mdwell under 64 KiB. - Add the skill to
registry/index.jsonwithis_official: true.