BeClaude

coworker

New
10.9kGitHubGeneralby accomplish-ai

Coworker is the open source Al coworker that lives on your desktop

First seen 6/11/2026

Summary

Coworker is an open-source AI assistant that lives on your desktop, providing always-available help with coding, debugging, and system tasks.

  • It integrates directly into your workflow, offering contextual assistance without leaving your development environment.

Install & Usage

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

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

3
Invoke in Claude Code
/coworker

Use Cases

Quickly debug a failing test by asking Coworker to analyze the error log and suggest fixes.
Generate boilerplate code for a new REST API endpoint with input validation and error handling.
Refactor a complex function into smaller, more maintainable pieces with Coworker's guidance.
Explain a cryptic error message from a compiler or runtime and propose a solution.
Automate repetitive file operations like renaming, moving, or batch processing files in a directory.
Review a pull request summary and get suggestions for improvements or potential issues.

Usage Examples

1

/coworker debug this test failure: 'Expected 5 but got 3' in test_user_login.py

2

/coworker generate a Flask endpoint for user registration with email and password

3

/coworker refactor this function to be more readable: [paste code]

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is coworker?

Coworker is an open-source AI assistant that lives on your desktop, providing always-available help with coding, debugging, and system tasks. It integrates directly into your workflow, offering contextual assistance without leaving your development environment.

How to install coworker?

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

What is coworker best for?

coworker is a community categorized under General. Created by accomplish-ai.

What can I use coworker for?

coworker is useful for: Quickly debug a failing test by asking Coworker to analyze the error log and suggest fixes.; Generate boilerplate code for a new REST API endpoint with input validation and error handling.; Refactor a complex function into smaller, more maintainable pieces with Coworker's guidance.; Explain a cryptic error message from a compiler or runtime and propose a solution.; Automate repetitive file operations like renaming, moving, or batch processing files in a directory.; Review a pull request summary and get suggestions for improvements or potential issues..