← All creators

Fmarzochi

User

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.

33 indexed · 0 Featured · 45 stars · avg score 80
Prolific

Categories

Indexed Skills (33)

AI & Automation Solid

eval-harness

Formal evaluation framework for Gemini Code sessions implementing eval-driven development (EDD) principles

45 Updated yesterday
Fmarzochi
AI & Automation Solid

agentic-engineering

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.

45 Updated yesterday
Fmarzochi
API & Backend Solid

database-migrations

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.

45 Updated yesterday
Fmarzochi
DevOps & Infrastructure Solid

deployment-patterns

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.

45 Updated yesterday
Fmarzochi
AI & Automation Solid

docker-patterns

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.

45 Updated yesterday
Fmarzochi
AI & Automation Solid

article-writing

Write articles, guides, blog posts, tutorials, newsletter issues, and other long-form content in a distinctive voice derived from supplied examples or brand guidance. Use when the user wants polished written content longer than a paragraph, especially when voice consistency, structure, and credibility matter.

45 Updated yesterday
Fmarzochi
AI & Automation Solid

bun-runtime

Bun as runtime, package manager, bundler, and test runner. When to choose Bun vs Node, migration notes, and Vercel support.

45 Updated yesterday
Fmarzochi
AI & Automation Solid

content-engine

Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.

45 Updated yesterday
Fmarzochi
AI & Automation Solid

documentation-lookup

Use up-to-date library and framework docs via Context7 MCP instead of training data. Activates for setup questions, API references, code examples, or when the user names a framework (e.g. React, Next.js, Prisma).

45 Updated yesterday
Fmarzochi
Web & Frontend Solid

frontend-slides

Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a PPT/PPTX to web, or create slides for a talk/pitch. Helps non-designers discover their aesthetic through visual exploration rather than abstract choices.

45 Updated yesterday
Fmarzochi
AI & Automation Solid

investor-materials

Create and update pitch decks, one-pagers, investor memos, accelerator applications, financial models, and fundraising materials. Use when the user needs investor-facing documents, projections, use-of-funds tables, milestone plans, or materials that must stay internally consistent across multiple fundraising assets.

45 Updated yesterday
Fmarzochi
AI & Automation Solid

api-design

REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.

45 Updated yesterday
Fmarzochi
API & Backend Solid

backend-patterns

Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.

45 Updated yesterday
Fmarzochi
Code & Development Solid

coding-standards

Baseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed frontend or backend skills for framework-specific patterns.

45 Updated yesterday
Fmarzochi
Testing & QA Solid

e2e-testing

Playwright E2E testing patterns, Page Object Model, configuration, CI/CD integration, artifact management, and flaky test strategies.

45 Updated yesterday
Fmarzochi
AI & Automation Solid

investor-outreach

Draft cold emails, warm intro blurbs, follow-ups, update emails, and investor communications for fundraising. Use when the user wants outreach to angels, VCs, strategic investors, or accelerators and needs concise, personalized, investor-facing messaging.

45 Updated yesterday
Fmarzochi
AI & Automation Solid

agent-introspection-debugging

Structured self-debugging workflow for AI agent failures using capture, diagnosis, contained recovery, and introspection reports.

45 Updated yesterday
Fmarzochi
AI & Automation Solid

agent-sort

Build an evidence-backed EGC install plan for a specific repo by sorting skills, commands, rules, hooks, and extras into DAILY vs LIBRARY buckets using parallel repo-aware review passes. Use when EGC should be trimmed to what a project actually needs instead of loading the full bundle.

45 Updated yesterday
Fmarzochi
AI & Automation Solid

brand-voice

Build a source-derived writing style profile from real posts, essays, launch notes, docs, or site copy, then reuse that profile across content, outreach, and social workflows. Use when the user wants voice consistency without generic AI writing tropes.

45 Updated yesterday
Fmarzochi
AI & Automation Solid

crosspost

Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.

45 Updated yesterday
Fmarzochi
AI & Automation Solid

deep-research

Multi-source deep research using firecrawl and exa MCPs. Searches the web, synthesizes findings, and delivers cited reports with source attribution. Use when the user wants thorough research on any topic with evidence and citations.

45 Updated yesterday
Fmarzochi
AI & Automation Solid

dmux-workflows

Multi-agent orchestration using dmux (tmux pane manager for AI agents). Patterns for parallel agent workflows across Gemini Code, Codex, OpenCode, and other harnesses. Use when running multiple agent sessions in parallel or coordinating multi-agent development workflows.

45 Updated yesterday
Fmarzochi
AI & Automation Solid

egc

Development conventions and patterns for EGC - Extended Global Context. JavaScript project with conventional commits.

45 Updated yesterday
Fmarzochi
AI & Automation Solid

exa-search

Neural search via Exa MCP for web, code, and company research. Use when the user needs web search, code examples, company intel, people lookup, or AI-powered deep research with Exa's neural search engine.

45 Updated yesterday
Fmarzochi
Web & Frontend Solid

frontend-patterns

Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices.

45 Updated yesterday
Fmarzochi
AI & Automation Solid

product-capability

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.

45 Updated yesterday
Fmarzochi
AI & Automation Solid

security-review

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.

45 Updated yesterday
Fmarzochi
AI & Automation Solid

strategic-compact

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

45 Updated yesterday
Fmarzochi
AI & Automation Solid

tdd-workflow

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.

45 Updated yesterday
Fmarzochi
AI & Automation Solid

verification-loop

A comprehensive verification system for Gemini Code sessions.

45 Updated yesterday
Fmarzochi
AI & Automation Solid

video-editing

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.

45 Updated yesterday
Fmarzochi
API & Backend Solid

x-api

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.

45 Updated yesterday
Fmarzochi
AI & Automation Listed

market-research

Conduct market research, competitive analysis, investor due diligence, and industry intelligence with source attribution and decision-oriented summaries. Use when the user wants market sizing, competitor comparisons, fund research, technology scans, or research that informs business decisions.

45 Updated yesterday
Fmarzochi

Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.