OPEN SOURCE, OPEN TO EVERYONE

Open source. Open possibilities.

Discover quality open-source projects, submit projects anonymously, and claim and edit your own project.

Human-curated · Discover open source4101discovered

A little curiosity. A world of open source.

THE FIRST COLLECTION
Topic: code-review清除
orreryDivyamTalwar
ADDED

Orrery is an architect-first orchestration system for coding agents, ensuring precise model pinning, consented writes, and fail-closed operations. It delegates implementation to specialized AI roles (Astra, Terra) while the human architect retains control over requirements, architecture, and verification, with a read-only advisor (Sol) for final review.

AI & MLDeveloper toolsCoding assistants
hunkmodem-dev
ADDED

Hunk is a review-first terminal diff viewer for agent-authored changesets, built on OpenTUI and Pierre diffs. It offers a multi-file review stream with sidebar navigation, inline AI/agent annotations, split/unified layouts, watch mode, and Git/Jujutsu/Sapling integration.

Developer toolsAI & MLCLI & terminal
touchstoneautumngarage
ADDED

Touchstone provides guidance prompts and CLI tooling for solo developers managing AI agents across GitHub projects. It enforces constrained workflows via GitHub policy, ensures state legibility, and carries consistent rules. The CLI validates checks, verifies claims, and sequences PR operations (open, status, merge, answer) with documented recovery paths.

Developer toolsTesting & debugging
ADDED

A curated library of machine-readable task prompts and Agent Skills for coding agents, focusing on common agent failures like broken setup scripts, vague issues, and tests requiring unavailable services. Includes fixtures with planted defects for validation.

Developer toolsAI & MLTesting & debugging
agile-team-skillthecoderbuddy
ADDED

A Claude Code plugin that equips a solo developer with an AI agile team: 13 specialist agents, 30 slash commands, QA-gated multi-agent code review, sprint ceremonies and persistent project memory.

AI & MLProductivityAI agents
reviewdogreviewdog
ADDED

reviewdog is an automated code review tool that integrates with any linter or code analysis tool regardless of programming language. It filters findings by diff and posts review comments to GitHub, GitLab, Bitbucket, and other code hosting services via CI pipelines.

Developer toolsAutomationBuild & DevOps
deep-suiteSungmin-Cho
ADDED

Deep Suite is a harness layer for AI coding agents (Claude Code, Codex, Grok) that enforces structured, verifiable development: plan-before-code, independent review, cross-session durability, and knowledge capture via ten composable plugins.

AI & MLDeveloper toolsCoding assistants
py-lintrolgtm-hq
ADDED

Lintro is an MIT-licensed command-line tool that brings many linters, formatters, type checkers and security scanners together under one interface, with consistent reports, auto-fixing, Docker images and optional AI-assisted review using your own API key.

Developer toolsAI & MLTesting & debugging
dittoKartik8Dwivedi
ADDED

Ditto scans JavaScript/TypeScript repositories with ts-morph, fingerprints each function through an LLM, clusters behavioural duplicates by embedding, then executes pure functions in a sandbox to show where they diverge.

Developer toolsAI & MLTesting & debugging