Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
99ec5e2
feat: add rules directory with 89 language-specific rule files
Jamkris Apr 10, 2026
33650cd
feat: add 19 new agent definitions
Jamkris Apr 10, 2026
c0ea1ca
feat: add 19 new commands in TOML format
Jamkris Apr 10, 2026
bd40d8d
feat: add 19 new workflow definitions
Jamkris Apr 10, 2026
51c1589
feat: add 57 new skill definitions
Jamkris Apr 10, 2026
b819492
docs: add Contributor Covenant Code of Conduct
Jamkris Apr 10, 2026
a92fe24
docs: add SECURITY.md with vulnerability reporting policy
Jamkris Apr 10, 2026
1a0006a
docs: add CONTRIBUTING.md to project root from English docs
Jamkris Apr 10, 2026
67d3f5b
Revert "docs: add CONTRIBUTING.md to project root from English docs"
Jamkris Apr 10, 2026
460f868
docs: move CONTRIBUTING.md from docs/en/contributing/ to project root
Jamkris Apr 10, 2026
2f2950e
fix: resolve markdownlint errors in CODE_OF_CONDUCT.md
Jamkris Apr 10, 2026
e2362a0
fix: remove model field and convert tool names to Gemini format in 19…
Jamkris Apr 10, 2026
4cafd0d
fix: rename 'When to Activate' to 'When to Use' in 14 skill files
Jamkris Apr 10, 2026
4ccef18
fix: replace placeholder email and wrap bare URLs in CODE_OF_CONDUCT.md
Jamkris Apr 10, 2026
9b96069
docs: add attribution to Everything Claude Code by @affaan-m
Jamkris Apr 10, 2026
7df5dee
fix: align JWT regex in opensource-forker with opensource-sanitizer
Jamkris Apr 10, 2026
c105c70
fix: replace Claude Code references with Gemini CLI in agents
Jamkris Apr 10, 2026
dae75d2
fix: use @agent-name format and add usage examples in feature-dev com…
Jamkris Apr 10, 2026
f96b435
fix: rephrase unprofessional comment in rules README
Jamkris Apr 10, 2026
f29f661
fix: convert skills/ck scripts from ESM (.mjs) to CommonJS (.js)
Jamkris Apr 10, 2026
3a28ce0
fix: replace remaining Claude references in conversation-analyzer and…
Jamkris Apr 10, 2026
79c0dca
fix: quote shell variables and globs in agent/command examples
Jamkris Apr 10, 2026
909534d
fix: replace ~/.claude/ paths with ~/.gemini/ across 24 files
Jamkris Apr 10, 2026
5f23a83
fix: add -y flag to npx in agent-payment-x402 MCP config
Jamkris Apr 10, 2026
99e8345
fix: add Related Commands sections to gan-build, gan-design, review-pr
Jamkris Apr 10, 2026
25a09a6
fix: replace all Claude references with Gemini across 99 files
Jamkris Apr 10, 2026
45d0e06
fix: convert final 10 files from Claude to Gemini ecosystem
Jamkris Apr 10, 2026
f9308f6
docs: add documentation for 19 agents, 19 commands, and 57 skills
Jamkris Apr 10, 2026
d1cf0a0
fix: replace remaining Anthropic/Claude env vars and URLs
Jamkris Apr 10, 2026
6482165
fix: replace remaining CLAUDE.md references with GEMINI.md
Jamkris Apr 10, 2026
8d9fd32
fix: use default port variable in prp-implement health check
Jamkris Apr 10, 2026
8b17402
chore: bump version to 1.3.0
Jamkris Apr 10, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .gemini-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "everything-gemini-code",
"version": "1.2.3",
"version": "1.3.0",
"description": "Complete collection of battle-tested Gemini CLI configurations - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use",
"author": {
"name": "Jamkris",
Expand Down
73 changes: 73 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
# Contributor Covenant Code of Conduct

## Our Pledge

In the interest of fostering an open and welcoming environment, we as
contributors and maintainers pledge to making participation in our project and
our community a harassment-free experience for everyone, regardless of age, body
size, disability, ethnicity, gender identity and expression, level of experience,
education, socio-economic status, nationality, personal appearance, race,
religion, or sexual identity and orientation.

## Our Standards

Examples of behavior that contributes to creating a positive environment
include:

- Using welcoming and inclusive language
- Being respectful of differing viewpoints and experiences
- Gracefully accepting constructive criticism
- Focusing on what is best for the community
- Showing empathy towards other community members

Examples of unacceptable behavior by participants include:

- The use of sexualized language or imagery and unwelcome sexual attention or
advances
- Trolling, insulting/derogatory comments, and personal or political attacks
- Public or private harassment
- Publishing others' private information, such as a physical or electronic
address, without explicit permission
- Other conduct which could reasonably be considered inappropriate in a
professional setting

## Our Responsibilities

Project maintainers are responsible for clarifying the standards of acceptable
behavior and are expected to take appropriate and fair corrective action in
response to any instances of unacceptable behavior.

Project maintainers have the right and responsibility to remove, edit, or
reject comments, commits, code, wiki edits, issues, and other contributions
that are not aligned to this Code of Conduct, or to ban temporarily or
permanently any contributor for other behaviors that they deem inappropriate,
threatening, offensive, or harmful.

## Scope

This Code of Conduct applies both within project spaces and in public spaces
when an individual is representing the project or its community. Examples of
representing a project or community include using an official project e-mail
address, posting via an official social media account, or acting as an appointed
representative at an online or offline event. Representation of a project may be
further defined and clarified by project maintainers.

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at <contact@jamkris.com>. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Further details of specific enforcement policies may be posted separately.

Project maintainers who do not follow or enforce the Code of Conduct in good
faith may face temporary or permanent repercussions as determined by other
members of the project's leadership.

## Attribution

This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
available at <https://www.contributor-covenant.org/version/1/4/code-of-conduct.html>

[homepage]: https://www.contributor-covenant.org
12 changes: 6 additions & 6 deletions docs/en/contributing/README.md → CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Contributing Guide

**Language:** **English** | [한국어](../../ko-KR/contributing/README.md)
**Language:** **English** | [한국어](docs/ko-KR/contributing/README.md)

Thank you for your interest in contributing to Everything Gemini Code!

## Related Documents

- [Command-Agent Map](COMMAND-AGENT-MAP.md) — Which agents are invoked by each command
- [Skill Placement Policy](SKILL-PLACEMENT-POLICY.md) — Where skills belong and how they are identified
- [Token Optimization](token-optimization.md) — Managing token consumption
- [Verification Guide](VERIFICATION_GUIDE.md) — Verifying extension installation
- [Terminology](TERMINOLOGY.md) — Core project terminology
- [Command-Agent Map](docs/en/contributing/COMMAND-AGENT-MAP.md) — Which agents are invoked by each command
- [Skill Placement Policy](docs/en/contributing/SKILL-PLACEMENT-POLICY.md) — Where skills belong and how they are identified
- [Token Optimization](docs/en/contributing/token-optimization.md) — Managing token consumption
- [Verification Guide](docs/en/contributing/VERIFICATION_GUIDE.md) — Verifying extension installation
- [Terminology](docs/en/contributing/TERMINOLOGY.md) — Core project terminology

---

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
**Language:** **English** | [한국어](docs/ko-KR/README.md) | [简体中文](docs/zh-CN/README.md)

> **Attribution:** This project was built by migrating [Everything Claude Code](https://github.com/affaan-m/everything-claude-code) by [@affaan-m](https://github.com/affaan-m) to the Gemini CLI ecosystem. Huge thanks for the original work.

# Everything Gemini Code

[![Stars](https://img.shields.io/github/stars/Jamkris/everything-gemini-code?style=flat)](https://github.com/Jamkris/everything-gemini-code/stargazers)
Expand Down Expand Up @@ -189,7 +191,7 @@ rm -rf ~/.gemini/skills/* ~/.gemini/commands/*

## 🤝 Contributing

**Contributions are welcome!** See the [Contributing Guide](docs/en/contributing/README.md).
**Contributions are welcome!** See the [Contributing Guide](CONTRIBUTING.md).

If you have useful agents, skills, or configurations, please submit a Pull Request.

Expand Down
51 changes: 51 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# Security Policy

## Supported Versions

| Version | Supported |
| ------- | ------------------ |
| 1.2.x | :white_check_mark: |
| 1.1.x | :white_check_mark: |
| < 1.1 | :x: |

## Reporting a Vulnerability

If you discover a security vulnerability in Everything Gemini Code, please report it responsibly.

**Do not open a public GitHub issue for security vulnerabilities.**

Instead, email **<security@egc.tools>** with:

- A description of the vulnerability
- Steps to reproduce
- The affected version(s)
- Any potential impact assessment

You can expect:

- **Acknowledgment** within 48 hours
- **Status update** within 7 days
- **Fix or mitigation** within 30 days for critical issues

If the vulnerability is accepted, we will:

- Credit you in the release notes (unless you prefer anonymity)
- Fix the issue in a timely manner
- Coordinate disclosure timing with you

If the vulnerability is declined, we will explain why and provide guidance on whether it should be reported elsewhere.

## Scope

This policy covers:

- The EGC extension and all scripts in this repository
- Hook scripts that execute on your machine
- Install/uninstall lifecycle scripts
- MCP configurations shipped with EGC
- Command, skill, and agent definitions

## Security Resources

- **OWASP MCP Top 10**: [owasp.org/www-project-mcp-top-10](https://owasp.org/www-project-mcp-top-10/)
- **OWASP Agentic Applications Top 10**: [genai.owasp.org](https://genai.owasp.org/resource/owasp-top-10-for-agentic-applications-for-2026/)
12 changes: 6 additions & 6 deletions agents/chief-of-staff.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,20 +131,20 @@ This checklist is enforced by a `PostToolUse` hook that blocks completion until
- **Hooks over prompts for reliability**: LLMs forget instructions ~20% of the time. `PostToolUse` hooks enforce checklists at the tool level — the LLM physically cannot skip them.
- **Scripts for deterministic logic**: Calendar math, timezone handling, free-slot calculation — use `calendar-suggest.js`, not the LLM.
- **Knowledge files are memory**: `relationships.md`, `preferences.md`, `todo.md` persist across stateless sessions via git.
- **Rules are system-injected**: `.claude/rules/*.md` files load automatically every session. Unlike prompt instructions, the LLM cannot choose to ignore them.
- **Rules are system-injected**: `.gemini/rules/*.md` files load automatically every session. Unlike prompt instructions, the LLM cannot choose to ignore them.

## Example Invocations

```bash
claude /mail # Email-only triage
claude /slack # Slack-only triage
claude /today # All channels + calendar + todo
claude /schedule-reply "Reply to Sarah about the board meeting"
gemini /mail # Email-only triage
gemini /slack # Slack-only triage
gemini /today # All channels + calendar + todo
gemini /schedule-reply "Reply to Sarah about the board meeting"
```

## Prerequisites

- [Gemini CLI](https://docs.anthropic.com/en/docs/claude-code)
- [Gemini CLI](https://ai.google.dev/gemini-api/docs/cli)
- Gmail CLI (e.g., gog by @pterm)
- Node.js 18+ (for calendar-suggest.js)
- Optional: Slack MCP server, Matrix bridge (LINE), Chrome + Playwright (Messenger)
70 changes: 70 additions & 0 deletions agents/code-architect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
---
name: code-architect
description: Designs feature architectures by analyzing existing codebase patterns and conventions, then providing implementation blueprints with concrete files, interfaces, data flow, and build order.
tools: [read_file, search_files, list_directory, run_shell_command]
---

# Code Architect Agent

You design feature architectures based on a deep understanding of the existing codebase.

## Process

### 1. Pattern Analysis

- study existing code organization and naming conventions
- identify architectural patterns already in use
- note testing patterns and existing boundaries
- understand the dependency graph before proposing new abstractions

### 2. Architecture Design

- design the feature to fit naturally into current patterns
- choose the simplest architecture that meets the requirement
- avoid speculative abstractions unless the repo already uses them

### 3. Implementation Blueprint

For each important component, provide:

- file path
- purpose
- key interfaces
- dependencies
- data flow role

### 4. Build Sequence

Order the implementation by dependency:

1. types and interfaces
2. core logic
3. integration layer
4. UI
5. tests
6. docs

## Output Format

```markdown
## Architecture: [Feature Name]

### Design Decisions
- Decision 1: [Rationale]
- Decision 2: [Rationale]

### Files to Create
| File | Purpose | Priority |
|------|---------|----------|

### Files to Modify
| File | Changes | Priority |
|------|---------|----------|

### Data Flow
[Description]

### Build Sequence
1. Step 1
2. Step 2
```
68 changes: 68 additions & 0 deletions agents/code-explorer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
---
name: code-explorer
description: Deeply analyzes existing codebase features by tracing execution paths, mapping architecture layers, and documenting dependencies to inform new development.
tools: [read_file, search_files, list_directory, run_shell_command]
---

# Code Explorer Agent

You deeply analyze codebases to understand how existing features work before new work begins.

## Analysis Process

### 1. Entry Point Discovery

- find the main entry points for the feature or area
- trace from user action or external trigger through the stack

### 2. Execution Path Tracing

- follow the call chain from entry to completion
- note branching logic and async boundaries
- map data transformations and error paths

### 3. Architecture Layer Mapping

- identify which layers the code touches
- understand how those layers communicate
- note reusable boundaries and anti-patterns

### 4. Pattern Recognition

- identify the patterns and abstractions already in use
- note naming conventions and code organization principles

### 5. Dependency Documentation

- map external libraries and services
- map internal module dependencies
- identify shared utilities worth reusing

## Output Format

```markdown
## Exploration: [Feature/Area Name]

### Entry Points
- [Entry point]: [How it is triggered]

### Execution Flow
1. [Step]
2. [Step]

### Architecture Insights
- [Pattern]: [Where and why it is used]

### Key Files
| File | Role | Importance |
|------|------|------------|

### Dependencies
- External: [...]
- Internal: [...]

### Recommendations for New Development
- Follow [...]
- Reuse [...]
- Avoid [...]
```
46 changes: 46 additions & 0 deletions agents/code-simplifier.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
name: code-simplifier
description: Simplifies and refines code for clarity, consistency, and maintainability while preserving behavior. Focus on recently modified code unless instructed otherwise.
tools: [read_file, write_file, replace_in_file, run_shell_command, search_files, list_directory]
---

# Code Simplifier Agent

You simplify code while preserving functionality.

## Principles

1. clarity over cleverness
2. consistency with existing repo style
3. preserve behavior exactly
4. simplify only where the result is demonstrably easier to maintain

## Simplification Targets

### Structure

- extract deeply nested logic into named functions
- replace complex conditionals with early returns where clearer
- simplify callback chains with `async` / `await`
- remove dead code and unused imports

### Readability

- prefer descriptive names
- avoid nested ternaries
- break long chains into intermediate variables when it improves clarity
- use destructuring when it clarifies access

### Quality

- remove stray `console.log`
- remove commented-out code
- consolidate duplicated logic
- unwind over-abstracted single-use helpers

## Approach

1. read the changed files
2. identify simplification opportunities
3. apply only functionally equivalent changes
4. verify no behavioral change was introduced
Loading
Loading