Fmarzochi/EGC

EGC gives every AI coding agent the same brain. Shared memory, skills, and live context across Cursor, Claude Code, Copilot, Aider, and 20+ AI coding tools with zero configuration. Every tab, terminal, and AI stays automatically synchronized. One brain. Everywhere.

This repository also configures its own agents. See what EGC tells them →

51Stars on the repository
222Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

nextjs-turbopack

25

Fmarzochi/EGC

Skill Codex

Next.js 16+ and Turbopack: incremental bundling, FS caching, dev speed, and when to use Turbopack vs webpack.

not rated 51 +3 yesterday A 0 tokens copy · 100% Apache-2.0

product-capability

26

Fmarzochi/EGC

Skill Codex

Translate PRD intent, roadmap asks, or product discussions into an implementation-ready capability plan that exposes constraints, invariants, interfaces, and unresolved decisions before multi-service work starts. Use when the user needs an EGC-native PRD-to-SRS lane instead of vague planning prose.

not rated 51 +3 yesterday A 60 tokens copy · 97% Apache-2.0

security-review

27

Fmarzochi/EGC

Skill Codex

Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.

not rated 51 +3 yesterday A 36 tokens copy · 100% Apache-2.0

strategic-compact

28

Fmarzochi/EGC

Skill Claude CodeCodex

Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.

not rated 51 +3 yesterday B 27 tokens copy · 86% Apache-2.0

tdd-workflow

29

Fmarzochi/EGC

Skill Codex

Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including unit, integration, and E2E tests.

not rated 51 +3 yesterday A 43 tokens copy · 88% Apache-2.0

verification-loop

30

Fmarzochi/EGC

Skill Claude CodeCodex

A comprehensive verification system for Gemini Code sessions.

not rated 51 +3 yesterday A 12 tokens copy · 83% Apache-2.0

video-editing

31

Fmarzochi/EGC

Skill Codex

AI-assisted video editing workflows for cutting, structuring, and augmenting real footage. Covers the full pipeline from raw capture through FFmpeg, Remotion, ElevenLabs, fal.ai, and final polish in Descript or CapCut. Use when the user wants to edit video, cut footage, create vlogs, or build video content.

not rated 51 +3 yesterday A 72 tokens copy · 97% Apache-2.0

x-api

32

Fmarzochi/EGC

Skill Codex

X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically.

not rated 51 +3 yesterday A 48 tokens copy · 100% Apache-2.0

agentic-engineering

33

Fmarzochi/EGC

Skill

Operate as an agentic engineer using eval-first execution, decomposition, and cost-aware model routing. Use when AI agents perform most implementation work and humans enforce quality and risk controls.

not rated 51 +3 yesterday A 40 tokens copy · 94% Apache-2.0

database-migrations

34

Fmarzochi/EGC

Skill

Database migration best practices for schema changes, data migrations, rollbacks, and zero-downtime deployments across PostgreSQL, MySQL, and common ORMs (Prisma, Drizzle, Django, TypeORM, golang-migrate). Use when planning or implementing database schema changes.

not rated 51 +3 yesterday A 61 tokens copy · 97% Apache-2.0

deployment-patterns

35

Fmarzochi/EGC

Skill needs its repo

Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications. Use when setting up deployment infrastructure or planning releases.

not rated 51 +3 yesterday A 41 tokens copy · 98% Apache-2.0

docker-patterns

36

Fmarzochi/EGC

Skill needs its repo

Docker and Docker Compose patterns for local development, container security, networking, volume strategies, and multi-service orchestration. Use when setting up containerized development environments or reviewing Docker configurations.

not rated 51 +3 yesterday A 40 tokens copy · 92% Apache-2.0

golang-patterns

37

Fmarzochi/EGC

Skill

Go-specific design patterns and best practices including functional options, small interfaces, dependency injection, concurrency patterns, error handling, and package organization. Use when working with Go code to apply idiomatic Go patterns.

not rated 51 +3 yesterday A 45 tokens copy · 89% Apache-2.0

golang-testing

38

Fmarzochi/EGC

Skill

Go testing best practices including table-driven tests, test helpers, benchmarking, race detection, coverage analysis, and integration testing patterns. Use when writing or improving Go tests.

not rated 51 +3 yesterday A 37 tokens copy · 97% Apache-2.0

postgres-patterns

39

Fmarzochi/EGC

Skill

PostgreSQL database patterns for query optimization, schema design, indexing, and security. Quick reference for common patterns, index types, data types, and anti-pattern detection.

not rated 51 +3 yesterday A 38 tokens copy · 83% Apache-2.0

python-patterns

40

Fmarzochi/EGC

Skill

Python-specific design patterns and best practices including protocols, dataclasses, context managers, decorators, async/await, type hints, and package organization. Use when working with Python code to apply Pythonic patterns.

not rated 51 +3 yesterday A 45 tokens copy · 100% Apache-2.0

python-testing

41

Fmarzochi/EGC

Skill

Python testing best practices using pytest including fixtures, parametrization, mocking, coverage analysis, async testing, and test organization. Use when writing or improving Python tests.

not rated 51 +3 yesterday A 35 tokens copy · 94% Apache-2.0

search-first

42

Fmarzochi/EGC

Skill

Research-before-coding workflow. Search for existing tools, libraries, and patterns before writing custom code. Systematizes the "search for existing solutions before implementing" approach. Use when starting new features or adding functionality.

not rated 51 +3 yesterday A 46 tokens copy · 91% Apache-2.0

agent-eval

43

Fmarzochi/EGC

Skill Claude CodeCodex

Head-to-head comparison of coding agents (Gemini Code, Aider, Codex, etc.) on custom tasks with pass rate, cost, time, and consistency metrics.

not rated 51 +3 yesterday A 38 tokens copy · 89% Apache-2.0

Fmarzochi/EGC

Skill Claude CodeCodex

Design and optimize AI agent action spaces, tool definitions, and observation formatting for higher completion rates.

not rated 51 +3 yesterday A 25 tokens copy · 89% Apache-2.0

Fmarzochi/EGC

Skill Claude CodeCodex

Engineering operating model for teams where AI agents generate a large share of implementation output.

not rated 51 +3 yesterday A 21 tokens copy · 91% Apache-2.0

Fmarzochi/EGC

Skill Claude CodeCodex

Transform Gemini Code into a fully autonomous agent system with persistent memory, scheduled operations, computer use, and task queuing. Replaces standalone agent frameworks (Hermes, AutoGPT) by leveraging Gemini Code's native crons, dispatch, MCP tools, and memory. Use when the user wants continuous autonomous…

not rated 51 +3 changed 5d ago A 79 tokens copy · 86% Apache-2.0

Fmarzochi/EGC

Skill Claude CodeCodex

Autonomous loop that learns while it runs: recalls stored lessons before each iteration, saves new lessons on failures and wins, and reinforces known lessons instead of repeating mistakes. Orchestrates continuous-agent-loop patterns with the egc-memory lesson tools.

not rated 51 +3 yesterday A SkillSpector: pass 54 tokens original Apache-2.0

autonomous-loops

48

Fmarzochi/EGC

Skill Claude Code needs its repo

Patterns and architectures for autonomous Gemini Code loops: from simple sequential pipelines to RFC-driven multi-agent DAG systems.

not rated 51 +3 yesterday A 26 tokens copy · 86% Apache-2.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: