CLAUDE CODE CLI — COMANDOS VERIFICADOS (Jun 2026)
Fuente: code.claude.com/docs/en/cli-reference | docs.claude.com
Propósito: Prompt maestro para que Claude (en modo Cowork) extraiga automáticamente el contenido completo de cursos de Google Classroom y genere un PDF por curso. Incluye el muro de anuncios, listado de actividades por unidad, y las descripciones/instrucciones nivel 0 de cada actividad (sin seguir links externos).
Herramientas requeridas: Claude Cowork + Chrome MCP (extensión Claude in Chrome activa) + cuenta Google con acceso a los cursos.
A pattern for building personal knowledge bases using LLMs.
This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.
Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.
Video: https://youtu.be/pFsfax19yOM?si=bljuzQ0L9LvsjVNC
Presentadores: Nick Nisi & Zack Proer — Developer Experience Engineers, Applied AI Team @ WorkOS Tema: Escribir, evaluar y compartir Skills para programación agéntica con Claude Code
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
ascii-dashboards is a terminal UI dashboard generator library and toolkit.
Its mission is to create beautiful, useful, production-quality ASCII, ANSI, Unicode, and TUI dashboards from simple user objectives.
| #!/usr/bin/env python3 | |
| """ | |
| Manual fan and tachometer test for Distiller device | |
| Tests PWM control and RPM sensor reading | |
| """ | |
| import os | |
| import time | |
| import subprocess | |
| from pathlib import Path |
| ### Rol | |
| Actúa como un instructor mexicano con experiencia en arquitectura de computadoras, programación de sistemas, documentación técnica y diseño de actividades para GitHub Classroom. | |
| ### Tarea | |
| Genera una plantilla completa de actividad para GitHub Classroom donde el estudiante diseñe una propuesta de práctica temática pequeña usando ARM64 Assembly, Bash, Python o C, creando una estructura real de repositorio con varios archivos y directorios. | |
| ### Contexto | |
| - Idioma obligatorio de toda la salida: español mexicano. | |
| - Tono: claro, académico, directo y entendible para estudiantes. |
| #!/bin/bash | |
| # ========================================== | |
| # Script: ec2-interfaz.sh | |
| # Autor: MC. René Solis R. @IoTeacher | |
| # Descripción: Automatizar procedimiento recurrente de nodo ARM64 para curso | |
| # puede usarse como templete universal | |
| # ========================================== | |
| #!/bin/bash |