Skip to content
View eranw2000's full-sized avatar

Block or report eranw2000

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
eranw2000/README.md

Hi, I'm Eran 👋

AI & Data Solutions Architect. I turn business problems into AI and data systems that run in production, handling the whole path myself: domain research, architecture, development, and live operation.

Since 2024 I have designed, built, and now operate production systems for clients in finance, legal, education, insurance, and consumer health, including:

  • A multi-agent financial advisory platform (live public web product)
  • A predictive learning-analytics platform, with risk scoring statistically validated against real outcomes
  • A B2B account-intelligence pipeline: scraping, enrichment, deduplication, LLM-adjudicated scoring
  • A voice + text knowledge-agent framework, deployed as four branded customer instances
  • RAG-based legal risk assessment with a secured in-tenant architecture, where no document leaves the client's cloud

Most of that work lives in private repos. What you see here is the AI-native development infrastructure I build and use daily: Claude Code workflows for shipping to production, review agents, security and privacy guardrails, multi-phase skill frameworks, and the tooling around them. If you want to know how I work, these repos are the honest sample.

The public repos

  • multi-phase-skills-framework takes work from a rough idea to tested code through named phases, each leaving a handoff artifact for the next. Includes the plan gate that drives every weak spot in an approved plan to fixed or explicitly accepted before any code is written.

  • claude-release-workflow is the path to production: checkpoint a branch as a PR, run the three-reviewer round, release, then smoke test the live service. Ships a hook that blocks a direct push to main.

  • claude-review-agents reviews a diff before it ships. Four agents covering code quality, deploy safety, whether the PR's tests actually pass, and prose that reads as machine-written.

  • secure-dev-guardrails handles security and privacy for AI-assisted development: threat modeling, dependency and secret review, plus hooks that block a commit carrying credentials or personal data.

  • claude-maintenance-skills keeps project knowledge healthy over time. What state a project is in when you return to it, and how to stop its context file from bloating.

  • claude-commands holds the session commands and a status line that shows context use while you work.

  • drawio-diagram-skill produces diagrams as draw.io files, then validates and renders them, so the image is looked at before the diagram is called done.

  • google-slides-skill rebuilds a Google Slides deck against branding you point it at: one design system, card layouts instead of paragraph dumps, real tables, and a render of every slide it touches before it says the deck is ready.

  • plain-english-skills makes Claude write for a reader instead of for the session it has been sitting in: restate the last report in plain English, name the next step with the command to start it, or rewrite a document into Simplified Technical English with a checker that exits non-zero on violations.

Before consulting: founder and CEO of InfoGin (acquired by Wix), with products used by more than 100M people; head of product groups at Wix; wrote 15 patents, six granted by the USPTO, in contextual data analysis and adaptive systems (2006-2014), the same class of problems I now solve with modern AI.

Core technologies

Python · Anthropic Claude · OpenAI GPT · Google Gemini (incl. real-time voice) · LangChain / LangGraph · RAG · Neo4j · Django · FastAPI · Docker · Playwright · Render / AWS / Azure

Contact

eranwyler.com · LinkedIn · eran@wyler.ai

Popular repositories Loading

  1. multi-phase-skills-framework multi-phase-skills-framework Public

    Multi-phase Claude Code skills framework: brainstorm, requirements, architecture, issue-slicing, and TDD, plus session and TODO tooling. Some skills based on Matt Pocock's skills set.

    Python 7 1

  2. claude-commands claude-commands Public

    Two Claude Code slash commands (/new-session, /instruct) plus a context-usage status-line script. Drop into ~/.claude/commands.

    Shell 6 1

  3. claude-maintenance-skills claude-maintenance-skills Public

    Three Claude Code skills for keeping a project's knowledge and your setup healthy: project-status (cold-start orientation), split-claude-md (CLAUDE.md maintenance), and salvage-session-archives (re…

    Python 5 1

  4. claude-release-workflow claude-release-workflow Public

    Two-verb ship-to-production workflow for Claude Code: /pr-checkpoint to iterate on a PR + local Docker, /release as the atomic ship gate (merge, docs, push, verify deploy), /production-smoke for re…

    Python 3

  5. claude-review-agents claude-review-agents Public

    Four Claude Code review agents that check your work before it ships: code-reviewer (quality), ai-signal-reviewer (AI writing tells in prose), deploy-guard (stack-aware release-readiness), and pr-va…

    2 1

  6. drawio-diagram-skill drawio-diagram-skill Public

    A Claude Code skill that produces diagrams as draw.io files, then validates and renders them so the result is actually looked at before it is called done.

    Python 2 1