{
    "name": "epsimo-agent",
    "version": "0.3.0",
    "description": "AI Agent Skill - Build production-ready AI applications with multi-agent orchestration, Virtual Database, streaming conversations, and React UI Kit. For Claude Code, Cursor, Windsurf, and 30+ AI coding agents.",
    "main": "SKILL.md",
    "bin": {
        "epsimo": "./bin/epsimo.js"
    },
    "scripts": {
        "verify": "python3 verify_skill.py",
        "test": "python3 scripts/test_all_skills.py",
        "auth": "python3 epsimo/auth.py"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/thierryteisseire/epsimo-agent.git"
    },
    "keywords": [
        "agent-skill",
        "epsimo",
        "ai-agent",
        "ai-framework",
        "virtual-database",
        "threads",
        "assistants",
        "conversation-ai",
        "persistent-state",
        "react-ui",
        "chatbot",
        "agent-sdk",
        "llm-framework",
        "multi-agent"
    ],
    "author": "Thierry Teisseire",
    "license": "MIT",
    "files": [
        "SKILL.md",
        "README.md",
        "LICENSE",
        "bin/",
        "verify_skill.py",
        "test_sdk.py",
        "assets/",
        "references/",
        "scripts/",
        "epsimo/",
        "docs/",
        "requirements.txt",
        "skills/",
        "install.sh",
        "install.ps1",
        "pyproject.toml"
    ]
}
