git404hub

what is implement-skill fr?

demirelo/implement-skill — explained in plain English

Analysis updated 2026-05-18

1PythonAudience · developerComplexity · 4/5LicenseSetup · hard

tl;dr

An autonomous coding tool that has AI models build features, test them, and open pull requests, with a human fallback when unsure.

vibe map

mindmap
  root((implement-skill))
    What it does
      Turns a plan into pull requests
      Runs AI builders in parallel
      Reviews and auto-merges green work
    Tech stack
      Python
      Git worktrees
      Pytest
      Vitest
      Lean 4
    Use cases
      Automate routine coding tasks
      Run multiple AI models against tests
      Hand off uncertain work to a human
    Audience
      Developers
      DevOps engineers
      AI tooling researchers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Feed in a development plan and let AI models implement it as separate pull requests.

VIBE 2

Run multiple AI Builders against automated tests to pick the best working solution.

VIBE 3

Automatically repair failed CI runs and merge conflicts without manual intervention.

VIBE 4

Use it as a Claude Code plugin or a Codex skill to automate coding workstreams.

what's the stack?

PythonpytestVitestLean 4Claude CodeCodex

how it stacks up fr

demirelo/implement-skill0xustaz/streamgatea-bissell/unleash-lite
Stars111
LanguagePythonPythonPython
Setup difficultyhardhardhard
Complexity4/54/54/5
Audiencedeveloperdeveloperresearcher

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · hard time til it works · 1h+

Requires Claude Code or Codex, Python 3.11+, git, gh, a sandbox backend, and API credentials for the chosen AI models.

Licensed under MIT, allowing free use, modification, and commercial use as long as the copyright notice is kept.

in plain english

This project is a tool called /implement that automates software development work. You give it a plan describing a feature to build, along with a list of AI models to use, and it tries to build that feature end to end, opening real GitHub pull requests when it is done. The process runs in stages. First the plan is broken into smaller pull request sized pieces with clear acceptance criteria. Independent pieces then run at the same time in separate isolated copies of the repository, called worktrees. For each piece, the tool has several AI models called Builders compete to write the smallest working solution that passes automated tests, which act as an objective pass or fail check rather than relying on a model's own opinion of whether the code is correct. A separate Reviewer model then checks the result for correctness, security issues, and unnecessary complexity. If tests fail, or the reviewer finds a problem, or there is a merge conflict, the tool automatically sends the issue back to the Builders to fix. When everything passes, it can merge the pull request itself, or hand off to a human if something is uncertain or blocked by a policy. Currently it supports test based checks for Python projects using pytest, TypeScript projects using Vitest, and Lean 4 proof projects using the Lake build tool. Security is a focus throughout: generated code runs inside a sandbox with no network access and restricted file writes, sensitive folders like SSH keys are blocked, and any credentials the tool needs are kept out of the repository and out of reach of the models themselves. It is available both as a plugin for Claude Code and as a skill for Codex, using the same underlying engine either way. It targets developers who want to automate routine or well specified coding tasks by supervising a team of AI models rather than writing every pull request by hand, and it can also be called directly from a Python script.

prompts (copy fr)

prompt 1
Explain how the Builder and Reviewer model roles work together in this tool.
prompt 2
Help me install this as a Claude Code plugin and set up my model credentials.
prompt 3
Walk me through how the sandbox restricts what generated code can access.
prompt 4
Show me how to call a campaign directly from a Python script.

Frequently asked questions

what is implement-skill fr?

An autonomous coding tool that has AI models build features, test them, and open pull requests, with a human fallback when unsure.

What language is implement-skill written in?

Mainly Python. The stack also includes Python, pytest, Vitest.

What license does implement-skill use?

Licensed under MIT, allowing free use, modification, and commercial use as long as the copyright notice is kept.

How hard is implement-skill to set up?

Setup difficulty is rated hard, with roughly 1h+ to a first successful run.

Who is implement-skill for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.