← Inicio

Herramientas de AI

Ecosistema de Herramientas de AI

flowchart TD
    DEV["👨‍💻 Desarrollador"] --> CLI["💻 CLI / Agentes\nde Coding"]
    DEV --> PROTO["🧪 Protocolos\ny Estándares"]
    DEV --> PROMPT["📝 Prompt\nEngineering"]
    DEV --> TOOLS["🛠️ Herramientas\nde Exploración"]

    CLI --> GEMCLI["Gemini CLI"]
    CLI --> OPENCODE["OpenCode"]
    CLI --> CLAUDE["Claude Code"]

    PROTO --> MCP["MCP\n(Model Context Protocol)"]
    PROTO --> SKILLS["Agent Skills"]
    PROTO --> RULES["AI Coding Rules"]

    PROMPT --> FEWSHOT["Few-Shot\nPrompting"]
    PROMPT --> CHAIN["Chain of Thought"]

    TOOLS --> TOKENIZER["GPT Tokenizer\nPlayground"]
    TOOLS --> GITHUB["GitHub\nIntegrations"]

    style DEV fill:#1e1e2e,stroke:#64ffda,color:#f8f8f2
    style CLI fill:#1e1e2e,stroke:#61dafb,color:#f8f8f2
    style PROTO fill:#1e1e2e,stroke:#bd93f9,color:#f8f8f2
    style PROMPT fill:#1e1e2e,stroke:#ffd700,color:#f8f8f2
    style TOOLS fill:#1e1e2e,stroke:#50fa7b,color:#f8f8f2

Gemini CLI

Gemini CLI — Google Gemini, GitHub

OpenCode

OpenCode — opencode.ai

MCP - Model Context Protocol

Introduction — Model Context Protocol

Agents Skills

Agents Rules (spec)

AI Coding Rules — aicodingrules.org

Prompt Engineering

few-shot

Referencia:

Connect OpenCode and Github

Connect OpenCode and GitHub — YouTube

GPT Tokenizer Playground

GPT Tokenizer Playground — gpt-tokenizer.dev

Notas relacionadas


Volver arriba

Matias Miguez — Ingeniería de Software, IA, Tecnología

This site uses Just the Docs, a documentation theme for Jekyll.