Gskill
Description
[](LICENSE)
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
gskill
[](LICENSE) [](https://claude.ai/code)  [](https://github.com/itsmostafa/gskill/pulls)
Automatically learns repository-specific skills for coding agents using evolutionary search.
Given a GitHub repository, gskill produces a `.claude/skills/{repo}/SKILL.md` file containing optimized instructions that dramatically improve an agent's resolve rate on that repo's issues. It implements the pipeline described in the [GEPA blog post](https://gepa-ai.github.io/gepa/blog/2026/02/18/automatically-learning-skills-for-coding-agents/), which demonstrated improvements from 24% → 93% resolve rate on some repositories.
How it works
- Loads verifiable software engineering tasks from SWE-smith for the target repository
- Generates an initial skill via static analysis of the repo (README, config files) + gpt 5.2.
- Uses GEPA's
optimize_anythingto iteratively refine the skill through evolutionary search - Each candidate skill is evaluated by running mini-SWE-agent on training tasks inside Docker and checking whether the FAIL_TO_PASS tests pass
- Writes the best-scoring skill to disk
Requirements
- Python 3.13+
- uv
- Docker (for running SWE-smith task environments)
OPENAI_API_KEYset in your environment (for initial skill generation and GEPA reflection)GSKILL_AGENT_MODEL(optional) — LiteLLM model string for mini-SWE-agent (default:openai/gpt-5.2)
Installation
git clone https://github.com/your-org/gskill
cd gskill
uv sync
Usage
Run the full pipeline
uv run python main.py run h
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11