rpamis/comet

Comet: agent skill harness for turning ideas into evaluated workflows

View on GitHub ↗Jump to charts ↓Open shareable report →

Data as of . Signed-in members get hourly updates — create a free account.

Summary Information

Updated 15 minutes ago
Added to GitGenius on September 22nd, 2026
Created on May 14th, 2026
Open Issues & Pull Requests: 23 (+0)
GitHub issues: Enabled
Number of forks: 297
Total Stargazers: 3,108 (+0)
Total Subscribers: 10 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.1 hours
Mean response time: 26.3 hours
90th percentile: 47.4 hours
Tracked items: 264

How this project is maintained

Practically every issue opened in the past year has drawn a reply. 96% of issues opened in the past year have since been closed. Three people close 95% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 13
New in 7 days: 20
Closed in 7 days: 26
Avg open age: 24 days
Stale 30+ days: 4
Stale 90+ days: 0

Recent activity

Opened in 7 days: 11
Closed in 7 days: 26
Comments in 7 days: 5
Events in 7 days: 45

Top labels

  • enhancement (73)
  • bug (68)
  • question (66)
  • needs-triage (55)
  • area:native (24)
  • help wanted (11)
  • area:classic (6)
  • area:dashboard (6)

Most active issues this week

Sign in to see which issues are moving.
Sign in

Detailed Description

Comet is an agent skill harness that enables developers to turn ideas into evaluated workflows through structured skill creation and phase-guarded execution.

The tool addresses the challenge of building reliable AI agent workflows by providing a framework for defining, composing, and evaluating agent skills. It uses a phase-guarded approach to manage workflow execution, ensuring that skills progress through defined stages with built-in evaluation at each step. This architecture allows developers to create modular, testable components that can be combined into larger agent systems while maintaining visibility into performance and correctness throughout the workflow lifecycle.

Comet suits teams building AI agents who need structured ways to develop and validate skills before deploying them in production systems. It is particularly valuable for projects where skill composition, evaluation, and iteration are central concerns. The tool's emphasis on harness engineering and loop engineering suggests it targets developers who want to move beyond ad-hoc agent implementations toward more systematic, evaluated approaches. The phase-guarded execution model makes it appropriate for workflows where intermediate validation and gating between stages matter, rather than simple linear pipelines.

The project shows active development with regular commits and ongoing refinement of its core abstractions. The codebase demonstrates thoughtful iteration on the skill harness design, with changes reflecting responses to practical use cases. Documentation is maintained alongside code changes, indicating attention to developer experience. The repository maintains a focused scope around the core harness and skill framework rather than attempting to solve all agent-related problems, suggesting a deliberate design philosophy.