BeClaude

cometline

New
32GitHub TrendingGeneralby Cometline

AI companion for your workspace, with per‑project memory, coding agents, and a native desktop chat UI

First seen 6/19/2026

Summary

Cometline is an AI companion that integrates with your workspace, offering per-project memory, coding agents, and a native desktop chat UI.

  • It helps developers maintain context across sessions and automate repetitive tasks.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file

Add the configuration to .claude/skills/cometline.md

3
Invoke in Claude Code
/cometline

Use Cases

Keep track of project-specific context and decisions across multiple coding sessions.
Automate code generation, refactoring, or debugging using dedicated coding agents.
Quickly access a chat interface to brainstorm solutions or get explanations without leaving the desktop.
Manage and retrieve project notes or documentation through persistent memory.
Coordinate multiple coding agents to work on different parts of a project simultaneously.

Usage Examples

1

/cometline remember that we decided to use React for the frontend and FastAPI for the backend.

2

/cometline agent refactor the login module to use OAuth2.

3

/cometline chat How can I optimize this database query?

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is cometline?

Cometline is an AI companion that integrates with your workspace, offering per-project memory, coding agents, and a native desktop chat UI. It helps developers maintain context across sessions and automate repetitive tasks.

How to install cometline?

To install cometline: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/cometline.md. Finally, /cometline in Claude Code.

What is cometline best for?

cometline is a other categorized under General. It is designed for: agent. Created by Cometline.

What can I use cometline for?

cometline is useful for: Keep track of project-specific context and decisions across multiple coding sessions.; Automate code generation, refactoring, or debugging using dedicated coding agents.; Quickly access a chat interface to brainstorm solutions or get explanations without leaving the desktop.; Manage and retrieve project notes or documentation through persistent memory.; Coordinate multiple coding agents to work on different parts of a project simultaneously..