Skip to content

eyw520/scribe

Repository files navigation

Scribe

Scribe turns Claude into a headless, API-driven code editing service. Instead of interacting with Claude manually in a terminal or IDE, you can trigger code changes programmatically.

Use cases include:

  • Automated issue resolution: Connect it to your issue tracker so when someone files a bug or feature request, Scribe automatically creates a PR with the fix
  • Batch refactoring: Send multiple prompts to refactor code across many repos without manual intervention
  • CI/CD integration: Trigger code changes as part of automated pipelines (e.g., "update all dependencies and fix breaking changes")
  • Chatbots/Slack integrations - Let non-developers request code changes via natural language ("add a logout button to the header") and get a PR back
  • Self-healing systems: Have monitoring tools automatically request fixes when they detect issues

About

A headless, API-driven code editing service, built with the Claude Agents SDK.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors