Comet Entry /comet only selects an entry. It does not contain either workflow's execution method. Once this Skill is loaded, treat the /comet entry as selected. Immediately perform the entry resolution below; do not re-evaluate whether the task is suitable for Comet, and do not merely explain why it will not be used. Run the Comet CLI installed on PATH in the current project: comet workflow resolve . --activate --json If project config is missing, this snapshots global defaults and creates project artifact directories. Later global changes do not rewrite it. Parse the JSON. Only accept schema: comet.workflow-resolution.v1 and a skill value listed below. If it returns command not found , stop and report an incomplete CLI install. If the CLI starts but exits nonzero, returns invalid JSON, or reports invalid config, stop with the original error. Do not search for Skill files, scan platform configuration directories, or invoke an internal bundle directly. Never fall back or guess. Select exactly one entry based only on the returned skill . Immediately use the Skill tool to load that entry, and load no other entry: /comet-native → Execute immediately: Use the Skill tool to load the comet-native skill. Do not skip this step. /comet-classic → Execute immediately: Use the Skill tool to load the comet-classic skill. Do not skip this step. Show more Installs 883 Repository rpamis/comet GitHub Stars 2.7K First Seen May 24, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
comet
安装
npx skills add https://github.com/rpamis/comet --skill comet