JamkrisJamkrisCommunityยท150 Agent Skills Included

everything-gemini-code

Production-ready coding skills, agents, and workflows for Gemini CLI

Adds 183 skills, 48 specialized agents, and 80 commands to Gemini CLI for planning, TDD, code review, security audits, and framework-specific development. Eliminates manual prompt tuning by routing requests to the right planner, reviewer, or language expert automatically. Includes whole-repo audits, autonomous loops, and verification gates that speed up real engineering workflows.
npx skills add Jamkris/everything-gemini-code --all -g -y
Available:

Tells the agent which specialized sub-agent to invoke for each task type (planning, review, security, build errors) and mandates parallel execution for independent work.

All Skills in This Repository (150)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
JamkrisJamkris

brand-voice

Create a structured VOICE PROFILE from source material to standardize writing style.

Community
Advanced
๐Ÿ“ฆ In Repo
JamkrisJamkris

benchmark

Measure performance baselines and detect regressions across code changes.

Community
Intermediate
๐Ÿ“ฆ In Repo
JamkrisJamkris

knowledge-ops

Ingest, organize, and retrieve knowledge across MCP memory and vector stores.

Community
Advanced
๐Ÿ“ฆ In Repo
JamkrisJamkris

django-security

Harden Django applications against common web vulnerabilities.

Community
Advanced
๐Ÿ“ฆ In Repo
JamkrisJamkris

compose-multiplatform-patterns

Formalize cross-platform UI patterns for Kotlin Multiplatform and Jetpack Compose.

Community
Advanced
๐Ÿ“ฆ In Repo
JamkrisJamkris

customer-billing-ops

Guide support agents through customer billing issue resolution workflows.

Community
Advanced
๐Ÿ“ฆ In Repo
JamkrisJamkris

canary-watch

Monitor deployed URLs for canary health across runtimes and time windows.

Community
Advanced
๐Ÿ“ฆ In Repo
JamkrisJamkris

golang-patterns

Apply idiomatic Go patterns to codebases, snippets, and reviews.

Community
Advanced
๐Ÿ“ฆ In Repo
JamkrisJamkris

kotlin-exposed-patterns

Automates Kotlin database access with Exposed DSL, DAO, coroutine-safe transactions, HikariCP pooling, Flyway migrations, and repositories.

Community
Advanced
๐Ÿ“ฆ In Repo
JamkrisJamkris

energy-procurement

Optimize multi-site energy procurement with tariff analysis and hedging strategies.

Community
Advanced
๐Ÿ“ฆ In Repo
JamkrisJamkris

django-patterns

Design scalable Django architectures with structured layouts and REST API patterns.

Community
Advanced
๐Ÿ“ฆ In Repo
JamkrisJamkris

agent-introspection-debugging

Diagnose and recover failing agent runs through structured introspection.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How to install everything-gemini-code?โ–ผ

Run `npx skills add Jamkris/everything-gemini-code --all -g -y` in your terminal to install all skills globally. You will also need a GEMINI_API_KEY from Google AI Studio.

What does everything-gemini-code add to Gemini CLI?โ–ผ

It adds 183 skills, 48 agents, and 80 slash commands covering planning, TDD, code review, security scanning, and framework patterns for Go, Kotlin, Django, Laravel, Swift, Rust, and more.

How do I run a code review or security audit?โ–ผ

Use the @code-reviewer or @security-reviewer agents, or run commands like /egc-code-review. The /egc-grok command audits your whole repo in one pass using Gemini's 1M context window.

Does it support test-driven development?โ–ผ

Yes. The /egc-tdd command and @tdd-guide agent enforce a write-tests-first workflow with coverage targets across Python, Kotlin, C#, C++, Laravel, and more.

Can I use it without deep prompt engineering knowledge?โ–ผ

Yes. Skills load automatically when relevant to your request, and the prompt-optimizer skill can rewrite rough requests into ready-to-run workflows.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’