ASD

Here Be Git

Inicializa un repositorio git con instrucciones opcionales de commit para el agente y un .gitignore.

Estrellas
281

en todo el repo

Actividad
30

0–100, la ruta de este skill

Actualizado
hace 6 meses

último commit aquí

Commits
0

últimos 90 días

Contexto
790 tok

58 tok en reposo

Paquete
1 archivo

3 KB

Instalar

Funciona con cualquier agente que lea SKILL.md

npx -y skills add intellectronica/agent-skills --skill here-be-git --agent claude-code

Se instala solo en este repositorio.

Qué hace

  • Ejecuta git init en el directorio actual
  • Ofrece añadir a AGENTS.md instrucciones obligatorias para que el agente haga commit tras cada tarea
  • Ofrece generar un .gitignore según la tecnología o patrones indicados
  • Hace commit de AGENTS.md y .gitignore tras crearlos

Úsalo cuando

  • El usuario dice "here be git", "init git" o "initialise git"
  • El usuario indica que quiere configurar control de versiones en el directorio actual

No lo uses cuando

    Qué lo activa

    Di cualquiera de estas frases y el agente debería cargar este skill.

    • here be git
    • init git en esta carpeta
    • initialise git aquí

    SKILL.md

    En inglés

    Here Be Git

    Initialise a git repository with optional configuration for agent workflows.

    Workflow

    Step 1: Initialise Git Repository

    Run git init in the current working directory. Confirm to the user that the repository has been initialised.

    Step 2: Agent Commit Instructions

    Ask the user:

    Would you like me to add instructions for the agent to always commit when it's done with a task?

    If the user confirms:

    1. Check if AGENTS.md exists in the current directory
    2. If it exists, append the commit instructions to it
    3. If it doesn't exist, create it with the commit instructions

    The commit instructions to add:

    ## Git Workflow — CRITICAL, MANDATORY, NO EXCEPTIONS
    
    > **THIS IS NOT OPTIONAL.** Every agent operating in this repository MUST follow this workflow after every change, no matter how small. There are ZERO exceptions to this rule. Skipping a commit is never acceptable. If you have made any change to any file, you MUST commit before moving on.
    
    ### Rules
    
    1. **ALWAYS commit your changes immediately after completing a task or reaching any logical stopping point.** Do not defer. Do not batch. Do not skip.
    2. **ALWAYS commit before ending your session.** The working directory MUST be clean (all changes committed) when you finish. Leaving uncommitted changes is a failure state.
    3. **Use clear, descriptive commit messages** that explain what was done and why.
    4. **If in doubt, commit.** It is always better to have one commit too many than one too few.
    
    ### To be absolutely clear
    
    - "I'll commit later" — **No. Commit now.**
    - "It's just a small change" — **Commit it.**
    - "I'm about to make another change" — **Commit the current one first.**
    - "The user didn't ask me to commit" — **Irrelevant. Commit anyway.**
    

    After creating or updating AGENTS.md, commit it with an appropriate message.

    Step 3: Gitignore Configuration

    Ask the user:

    Would you like me to create a .gitignore? If so, what flavour or patterns should I include? (e.g., Node.js, Python, macOS, IDE files, or specific files/patterns)

    If the user provides a flavour or patterns:

    1. Generate an appropriate .gitignore based on their input
    2. For common flavours, include standard patterns:
      • Node.js: node_modules/, dist/, .env, *.log, etc.
      • Python: __pycache__/, *.pyc, .venv/, venv/, .env, *.egg-info/, etc.
      • macOS: .DS_Store, .AppleDouble, .LSOverride, ._*
      • IDE files: .idea/, .vscode/, *.swp, *.swo, *.sublime-*
    3. Include any specific files or patterns the user mentions
    4. Commit the .gitignore with an appropriate message

    If the user declines, skip this step.

    Notes

    • If git is already initialised in the directory, inform the user and skip to Step 2
    • Use the AskUserQuestion tool for the confirmation prompts
    • Keep commits atomic and well-described

    Reproducido de intellectronica/agent-skills bajo licencia CC0-1.0. Leer esta página en markdown.

    Archivos

    1 archivo en el paquete. Solo se lee SKILL.md al activarse — las referencias se cargan si el skill decide que las necesita.

    Detalles

    Licencia
    CC0-1.0
    Recursos incluidos
    Solo SKILL.md
    Código fuente
    Ver SKILL.md

    Etiquetas

    Más de intellectronica/agent-skills

    Este repo incluye 22 skills. Si instalas uno, normalmente ya tienes los demás.

    Úsalo cuando el usuario quiera operar Google Workspace desde la línea de comandos con gog/gogcli: Gmail, Calendar, Drive, Docs, Sheets, Slides, Forms, Apps Script, Chat, Classroom, Contacts, Tasks, Groups, Admin, Keep y auth.

    Costo de contexto al activarse
    2.2k tok
    Tamaño del paquete
    9 archivos
    Última actualización
    hace 3 meses
    automatizacion

    Úsalo para leer o buscar notas de Monologue mediante su API REST: autenticación con MONOLOGUE_API_KEY, listado, paginación, filtros y manejo de errores, todo por HTTP directo con curl.

    Costo de contexto al activarse
    1.4k tok
    Tamaño del paquete
    1 archivo
    Última actualización
    hace 3 meses
    desarrollo apis

    Ayuda con el trabajo del GitHub Copilot SDK en Node.js/TypeScript, Python, Go, .NET y Java: setup, autenticación, permisos, streaming, tools personalizadas, custom agents, servidores MCP, hooks, skills y persistencia de sesiones.

    Costo de contexto al activarse
    3.2k tok
    Tamaño del paquete
    5 archivos
    Última actualización
    hace 4 meses
    desarrollo apis

    Genera y edita imágenes con Nano Banana 2 (Gemini 3.1 Flash Image Preview) de Google, para iteración rápida y control de aspect-ratio y resolución de 512px a 4K.

    Costo de contexto al activarse
    977 tok
    Tamaño del paquete
    2 archivos
    Última actualización
    hace 5 meses
    diseno ui

    Instrucciones para interactuar con Todoist mediante la CLI td: operaciones CRUD sobre tareas, proyectos, secciones, etiquetas y comentarios, con confirmación previa a acciones destructivas.

    Costo de contexto al activarse
    2.3k tok
    Tamaño del paquete
    3 archivos
    Última actualización
    hace 6 meses
    productividad

    Lee y escribe en el almacén clave-valor compatible con Redis de Upstash vía su REST API, para cachés, contadores, listas, sets, hashes y sorted sets.

    Costo de contexto al activarse
    2.8k tok
    Tamaño del paquete
    2 archivos
    Última actualización
    hace 6 meses
    bases de datos

    Skills relacionados

    Úsalo al empezar trabajo de feature que necesita aislamiento del workspace actual, o antes de ejecutar planes de implementación: asegura un workspace aislado vía herramientas nativas o fallback a git worktree.

    Costo de contexto al activarse
    1.7k tok
    Tamaño del paquete
    1 archivo
    Última actualización
    el mes pasado
    herramientas desarrollo

    Úsala al crear nuevas skills, editar skills existentes o verificar que funcionan antes de desplegarlas.

    Costo de contexto al activarse
    6.6k tok
    Tamaño del paquete
    7 archivos
    Última actualización
    anteayer
    herramientas desarrollo

    Parte un plan, una spec o la conversación actual en tickets tracer-bullet, cada uno declarando sus aristas de bloqueo, publicados en el tracker configurado.

    Costo de contexto al activarse
    1.4k tok
    Tamaño del paquete
    2 archivos
    Última actualización
    hace 24 días
    herramientas desarrollo