Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

EGC

EGC contém 257 skills coletadas de Fmarzochi, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
257
Stars
35
atualizado
2026-07-19
Forks
36
Cobertura ocupacional
21 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

x-api
Desenvolvedores de software

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.

2026-07-19
skill-router
Outras ocupações de informática

Describes how skills and agents from the EGC library are surfaced to a target harness, and how to inspect or install the catalog. Use when the user asks which skills/agents EGC ships, or wants to discover or install a curated profile.

2026-07-16
skill-stocktake
Outras ocupações de informática

Use when auditing Gemini skills and commands for quality. Supports Quick Scan (changed skills only) and Full Stocktake modes with sequential subagent batch evaluation.

2026-07-16
autonomous-lesson-learning
Outras ocupações de informática

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.

2026-07-11
continuous-learning
Outras ocupações de informática

Automatically extract reusable patterns from Gemini Code sessions and save them as learned skills for future use.

2026-07-08
continuous-learning-v2
Outras ocupações de informática

Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents. v2.1 adds project-scoped instincts to prevent cross-project contamination.

2026-07-08
frontend-slides
Desenvolvedores web

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.

2026-07-08
frontend-slides
Desenvolvedores web

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.

2026-07-08
postgres-patterns
Arquitetos de banco de dados

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

2026-07-08
autonomous-loops
Outras ocupações de informática

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

2026-07-08
blueprint
Outras ocupações de informática

Turn a one-line objective into a step-by-step construction plan for multi-session, multi-agent engineering projects. Each step has a self-contained context brief so a fresh agent can execute it cold. Includes adversarial review gate, dependency graph, parallel step detection, anti-pattern catalog, and plan mutation protocol. TRIGGER when: user requests a plan, blueprint, or roadmap for a complex multi-PR task, or describes work that needs multiple sessions. DO NOT TRIGGER when: task is completable in a single PR or fewer than 3 tool calls, or user says "just do it".

2026-07-08
postgres-patterns
Arquitetos de banco de dados

PostgreSQL database patterns for query optimization, schema design, indexing, and security.

2026-07-08
gan-style-harness
Desenvolvedores de software

GAN-inspired Generator-Evaluator agent harness for building high-quality applications autonomously.

2026-07-08
plankton-code-quality
Desenvolvedores de software

Write-time code quality enforcement using Plankton: auto-formatting, linting, and Gemini-powered fixes on every file edit via hooks.

2026-07-08
ralphinho-rfc-pipeline
Desenvolvedores de software

RFC-driven multi-agent DAG execution pattern with quality gates, merge queues, and work unit orchestration.

2026-07-08
springboot-patterns
Desenvolvedores de software

Spring Boot architecture patterns, REST API design, layered services, data access, caching, async processing, and logging. Use for Java Spring Boot backend work.

2026-06-13
springboot-verification
Analistas de garantia de qualidade de software e testadores

Verification loop for Spring Boot projects: build, static analysis, tests with coverage, security scans, and diff review before release or PR.

2026-06-13
api-design
Desenvolvedores de software

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

2026-06-13
deep-research
Desenvolvedores de software

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.

2026-06-13
dmux-workflows
Desenvolvedores de software

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.

2026-06-13
e2e-testing
Analistas de garantia de qualidade de software e testadores

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

2026-06-13
egc
Desenvolvedores de software

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

2026-06-13
exa-search
Desenvolvedores de software

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.

2026-06-13
fal-ai-media
Desenvolvedores de software

Unified media generation via fal.ai MCP: image, video, and audio. Covers text-to-image (Nano Banana), text/image-to-video (Seedance, Kling, Veo 3), text-to-speech (CSM-1B), and video-to-audio (ThinkSound). Use when the user wants to generate images, videos, or audio with AI.

2026-06-13
mcp-server-patterns
Desenvolvedores de software

Build MCP servers with Node/TypeScript SDK: tools, resources, prompts, Zod validation, stdio vs Streamable HTTP. Use Context7 or official MCP docs for latest API.

2026-06-13
nextjs-turbopack
Desenvolvedores de software

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

2026-06-13
strategic-compact
Especialistas em gestão de projetos

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

2026-06-13
video-editing
Desenvolvedores de software

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.

2026-06-13
x-api
Desenvolvedores de software

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.

2026-06-13
mcp-server-patterns
Desenvolvedores de software

Build MCP servers with Node/TypeScript SDK: tools, resources, prompts, Zod validation, stdio vs Streamable HTTP. Use Context7 or official MCP docs for latest API.

2026-06-13
nextjs-turbopack
Desenvolvedores de software

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

2026-06-13
api-design
Desenvolvedores de software

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

2026-06-13
database-migrations
Desenvolvedores de software

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.

2026-06-13
deployment-patterns
Desenvolvedores de software

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.

2026-06-13
e2e-testing
Analistas de garantia de qualidade de software e testadores

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

2026-06-13
search-first
Desenvolvedores de software

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.

2026-06-13
agent-eval
Analistas de garantia de qualidade de software e testadores

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

2026-06-13
autonomous-agent-harness
Desenvolvedores de software

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 operation, scheduled tasks, or a self-directing agent loop.

2026-06-13
cost-aware-llm-pipeline
Desenvolvedores de software

Cost optimization patterns for LLM API usage: model routing by task complexity, budget tracking, retry logic, and prompt caching.

2026-06-13
deep-research
Desenvolvedores de software

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.

2026-06-13
Mostrando as 40 principais de 257 skills coletadas neste repositório.