rpamisrpamisOfficialยท47 Agent Skills Included

comet

Resumable AI coding workflows from requirements to verified archive

Guides AI coding agents through structured, resumable development workflows: open, design, build, verify, and archive. Eliminates lost progress on long tasks with persistent state, phase guards, and recovery after context compression. Includes hotfix and tweak fast paths, multi-agent supervisor changes, skill authoring, and evidence-based skill evaluation.
npx skills add rpamis/comet --all -g -y

All Skills in This Repository (47)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
rpamisrpamis

comet-tweak

Automate small non-bug tweaks through an open-build-verify-archive cycle.

Official
Intermediate
๐Ÿ“ฆ In Repo
rpamisrpamis

comet-build

Generate executable build plans from OpenSpec designs and select execution methods.

Official
Advanced
๐Ÿ“ฆ In Repo
rpamisrpamis

comet-open

Guide teams through the Open phase to create a skeleton change with proposal, design, and tasks.

Official
Advanced
๐Ÿ“ฆ In Repo
rpamisrpamis

comet

Orchestrate OpenSpec and Superpowers into a five-phase development pipeline.

Official
Advanced
๐Ÿ“ฆ In Repo
rpamisrpamis

comet-archive

Merge delta specs into main specs and archive completed changes using OpenSpec semantics.

Official
Advanced
๐Ÿ“ฆ In Repo
rpamisrpamis

comet-verify

Verify development changes align with designs before branch archival.

Official
Advanced
๐Ÿ“ฆ In Repo
rpamisrpamis

comet-hotfix

Automates bug-fix workflows from build through verify and archive phases.

Official
Advanced
๐Ÿ“ฆ In Repo
rpamisrpamis

comet-design

Produce a Design Doc and delta spec through structured brainstorming.

Official
Advanced
๐Ÿ“ฆ In Repo
rpamisrpamis

using-git-worktrees

Creates isolated git worktree workspaces with native tool detection and baseline test verification.

Official
Intermediate
๐Ÿ“ฆ In Repo
rpamisrpamis

test-driven-development

Enforces red-green-refactor test-driven development workflow for features and bugfixes.

Official
Intermediate
๐Ÿ“ฆ In Repo
rpamisrpamis

systematic-debugging

Diagnose bugs through a four-phase root cause investigation process before proposing fixes.

Official
Advanced
๐Ÿ“ฆ In Repo
rpamisrpamis

dispatching-parallel-agents

Dispatch parallel subagents to investigate independent failures across separate problem domains concurrently.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install Comet?โ–ผ

Run `npx skills add rpamis/comet --all -g -y` in your terminal to install all Comet skills globally.

What problem does Comet solve?โ–ผ

It keeps long AI coding tasks on track with a resumable state machine, phase guards, and verification gates, so work survives context compression and session restarts.

What is the difference between Comet Native and Classic?โ–ผ

Native is a lightweight workflow for strong models that plan and verify autonomously, while Classic combines OpenSpec and Superpowers into a five-phase flow with stricter governance.

Does Comet work with Claude Code and Codex?โ–ผ

Yes. Comet skills follow the standard SKILL.md format and run in Claude Code, Codex, and other compatible agent platforms, including multi-session and agent-team coordination.

Can I create and evaluate my own skills with Comet?โ–ผ

Yes. The /comet-any skill helps you author new workflow skills, and `comet eval` scores them with Rubric, Pass@k, and Pass^k metrics, with optional LangSmith integration.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’