Skills are reusable prompt templates and tools that give AI agents specialized capabilities — like running quantum circuits, deploying to specific platforms, or following team conventions. Use this when you want to: • Give your AI agent domain-specific knowledge • Share team-specific workflows with collaborators • Install community-built skills from the catalog • Create custom skills for your projects Quick start: qbraid skills list # Browse available skills qbraid skills install <slug> # Install a skill qbraid skills create # Create a new skill Usage:Documentation Index
Fetch the complete documentation index at: https://docs.qbraid.com/llms.txt
Use this file to discover all available pages before exploring further.
--help: Show this message and exit.
list: List available qBraid skills.search: Search for qBraid skills.info: Get detailed information about a skill.install: Install a skill for AI coding tools.uninstall: Uninstall a skill from AI coding tools.installed: List locally installed skills.check: Check if a skill is installed and where.share: Share a skill with another user.unshare: Revoke a user’s access to a skill.shared-with: List users with access to a skill.share-code: Generate a share code for a skill.redeem: Redeem a skill share code.request-publish: Request to publish a skill publicly.revoke-publish: Revoke a pending publish request.pending-reviews: List skills pending review (admin only).approve-publish: Approve skill publishing.deny-publish: Deny a publish request (admin only).mark-pending: Mark a skill as under review (admin only).create: Create a new skill.upload: Upload files to a skill.update: Update skill metadata.delete: Delete a skill (owner or admin only).
qbraid skills list
List available qBraid skills. Usage:-q, --query TEXT: Search query for skills-t, --tags TEXT: Filter by tags (comma-separated)-v, --visibility [private|public|shared]: Filter by visibility-l, --limit INTEGER: Maximum number of results [default: 20]--help: Show this message and exit.
qbraid skills search
Search for qBraid skills. Usage:QUERY: Search query [required]
-l, --limit INTEGER: Maximum number of results [default: 10]--help: Show this message and exit.
qbraid skills info
Get detailed information about a skill. Usage:SLUG: The skill slug to get info for [required]
--help: Show this message and exit.
qbraid skills install
Install a skill for AI coding tools. By default, installs to Claude Code (~/.claude/skills/). Use —target all to install to all supported tools. Usage:SLUG: The skill slug to install [required]
-t, --target [claude-code|codex|cursor|copilot|all]: Target AI coding tool(s) to install for [default: claude-code]--help: Show this message and exit.
qbraid skills uninstall
Uninstall a skill from AI coding tools. By default, uninstalls from all supported tools. Usage:SLUG: The skill slug to uninstall [required]
-t, --target [claude-code|codex|cursor|copilot|all]: Target AI coding tool(s) to uninstall from [default: all]--help: Show this message and exit.
qbraid skills installed
List locally installed skills. Usage:-t, --target [claude-code|codex|cursor|copilot|all]: Show skills for specific tool only--help: Show this message and exit.
qbraid skills check
Check if a skill is installed and where. Usage:SLUG: The skill slug to check [required]
--help: Show this message and exit.
qbraid skills share
Share a skill with another user. Usage:SLUG: The skill slug to share [required]EMAIL: Email of user to share with [required]
-w, --write: Grant write permission (default is read-only)--help: Show this message and exit.
qbraid skills unshare
Revoke a user’s access to a skill. Usage:SLUG: The skill slug [required]EMAIL: Email of user to revoke access from [required]
--help: Show this message and exit.
qbraid skills shared-with
List users with access to a skill. Usage:SLUG: The skill slug [required]
--help: Show this message and exit.
qbraid skills share-code
Generate a share code for a skill. Usage:SLUG: The skill slug [required]
--help: Show this message and exit.
qbraid skills redeem
Redeem a skill share code. Redeems a share code to get access to a skill. Usage:CODE: The share code to redeem [required]
--help: Show this message and exit.
qbraid skills request-publish
Request to publish a skill publicly. Usage:SLUG: The skill slug to publish [required]
--help: Show this message and exit.
qbraid skills revoke-publish
Revoke a pending publish request. Usage:SLUG: The skill slug [required]
--help: Show this message and exit.
qbraid skills pending-reviews
List skills pending review (admin only). Usage:-l, --limit INTEGER: Maximum number of results [default: 20]--help: Show this message and exit.
qbraid skills approve-publish
Approve skill publishing. Approves a skill for publishing (admin only). Usage:SLUG: The skill slug to approve [required]
--help: Show this message and exit.
qbraid skills deny-publish
Deny a publish request (admin only). Usage:SLUG: The skill slug to deny [required]
-r, --reason TEXT: Reason for denial--help: Show this message and exit.
qbraid skills mark-pending
Mark a skill as under review (admin only). Usage:SLUG: The skill slug [required]
--help: Show this message and exit.
qbraid skills create
Create a new skill. Optionally upload a directory with —dir. Usage:-n, --name TEXT: Display name for the skill (1-100 chars) [required]-d, --description TEXT: Skill description (max 500 chars)-v, --version TEXT: Skill version [default: 1.0.0]-t, --tags TEXT: Comma-separated tags--visibility [private|public|shared]: Skill visibility [default: private]--dir TEXT: Path to skill directory to upload after creation--help: Show this message and exit.
qbraid skills upload
Upload files to a skill. Uploads a skill directory to an existing skill. Usage:SLUG: The skill slug to upload to [required]
--dir TEXT: Path to skill directory to upload [required]--help: Show this message and exit.
qbraid skills update
Update skill metadata. Usage:SLUG: The skill slug to update [required]
-n, --name TEXT: New display name-d, --description TEXT: New description-v, --version TEXT: New version-t, --tags TEXT: New comma-separated tags--visibility [private|public|shared]: New visibility--help: Show this message and exit.
qbraid skills delete
Delete a skill (owner or admin only). Usage:SLUG: The skill slug to delete [required]
-y, --yes: Skip confirmation prompt--help: Show this message and exit.
