Skills Agentes

Strategic Reading

Lee un libro, artículo, transcripción o caso de estudio bajo la lente de un problema estratégico concreto y produce un playbook aplicado con recomendaciones a corto/medio/largo plazo. No es para resúmenes generales de libros.

Reemplaza a: Resúmenes generales de libros, book-mirror (para personalización a toda la vida, no a un problema)

Estrellas
28.9k

en todo el repo

Actividad
47

0–100, la ruta de este skill

Actualizado
hace 2 meses

último commit aquí

Commits
1

últimos 90 días

Contexto
1.8k tok

65 tok en reposo

Paquete
2 archivos

8 KB

Instalar

Funciona con cualquier agente que lea SKILL.md

npx -y skills add garrytan/gbrain --skill strategic-reading --agent claude-code

Se instala solo en este repositorio.

Qué hace

  • Ingesta un texto fuente (libro, artículo, transcripción, caso de estudio) y lo analiza a través de un problema estratégico específico del usuario
  • Clasifica secciones del texto por relevancia HIGH/MEDIUM/LOW respecto al problema
  • Genera una página en el brain con paralelo central, playbook de tácticas, contra-tácticas y recomendaciones corto/medio/largo plazo
  • Cita la fuente en cada recomendación y extrae hasta 10 citas directas clave
  • Escribe en projects/<slug>/playbook.md si es específico o en concepts/<slug>.md si es estrategia general

Úsalo cuando

  • Quieres leer un libro, artículo o caso de estudio en función de un problema estratégico concreto que estás enfrentando
  • Necesitas extraer un playbook aplicable de una fuente, con tácticas a favor y en contra
  • El usuario pide 'read this through the lens of' o 'extract a playbook from'

No lo uses cuando

  • Para resúmenes generales de libros (usar otra skill o book-mirror para personalización a toda la vida del lector)
  • Para investigar información nueva sobre un tema (usar perplexity-research)
  • Para análisis literario académico

Qué lo activa

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

  • Lee este libro a través de la lente de mi conflicto actual con un competidor
  • Extrae un playbook de este caso de estudio para mi problema con el gatekeeper
  • Aplica las tácticas de este artículo a mi situación con el ayuntamiento

SKILL.md

En inglés

strategic-reading — Applied Analysis from Source Texts

Convention: see conventions/quality.md for citation rules (every recommendation cites the source) and back-link enforcement.

Convention: see _brain-filing-rules.md — output files by primary subject (concepts/ for general strategy, projects/ for problem-tied playbooks).

What this is

Take a large text PLUS a specific strategic problem, produce analysis that maps the text's insights onto the problem. This is not book summarization. This is reading with a mission.

Where book-mirror personalizes a book to the reader's whole life, strategic-reading personalizes it to ONE current problem. Same shape (extract → analyze → mirror), different lens.

Canonical example: a power-dynamics history book read against a specific gatekeeper-vs-incumbent fight, producing a tactical analysis that maps the book's playbook onto the situation with counter-tactics and a short/medium/long-term playbook.

Inputs

  1. Source text — book (EPUB/PDF), article, transcript, historical case study, any large document.
  2. Strategic problem — the specific situation to analyze through the lens of the text. The user describes this explicitly or it's obvious from context.

Output

The brain page is the artifact. PDF is a rendering, never primary.

Brain page structure

# [Source Title] — Applied to [Problem]

> One-paragraph executive summary: how the source maps to the situation,
> the key insight, the bottom line.

## The Core Parallel
How the source's central dynamic maps onto the user's situation.

## Chapter / Section Triage
For each major section of the source:
- 2-3 sentence summary of what it says
- Relevance to the problem: HIGH / MEDIUM / LOW
- One directly applicable quote (if any)

## The Source's Playbook
The author's framework, tactics, or strategies — organized as:
- What the protagonist DID (tactics)
- What WORKED and why
- What FAILED and why
- What OPPONENTS did that was effective

## Counter-Tactics
Specific moves from the source that map to the user's situation:
- What to DO (with source evidence)
- What to AVOID (with source evidence)
- What to WATCH FOR (warning signs from the source)

## Applied Playbook
The synthesis — actionable recommendations:
- **Short-term** (this week / this month)
- **Medium-term** (this quarter)
- **Long-term** (this year+)

## Key Quotes
Direct quotes from the source that are devastatingly relevant.
Maximum 5-10. Quality over quantity.

## See Also
Links to relevant brain pages (related concepts, related projects).

Process

Phase 1: Ingest the source
  ├── EPUB: extract chapters via BeautifulSoup (see book-mirror SKILL.md
  │   for the extraction pipeline)
  ├── PDF: pdftotext -layout
  ├── Article: web_fetch
  └── Identify Table of Contents and total size.

Phase 2: Triage chapters
  ├── Read first 2000 chars of each chapter.
  ├── Classify relevance to the problem (HIGH / MEDIUM / LOW).
  └── HIGH chapters get full reads. MEDIUM partial. LOW skipped.

Phase 3: Deep read HIGH chapters
  ├── Tactics and strategies used.
  ├── Power dynamics and how they shifted.
  ├── Specific quotes that map to the problem.
  └── Moments where the protagonist's approach succeeded or failed.

Phase 4: Synthesize
  ├── Map source insights onto the specific problem.
  ├── Build the playbook (do / avoid / watch for).
  ├── Generate short/medium/long-term recommendations.
  └── Select the most devastating quotes.

Phase 5: Write and deliver
  ├── Write the brain page at the right location:
  │     • If problem-specific: projects/<slug>/playbook.md
  │     • If general strategy: concepts/<slug>.md
  ├── put_page via the standard CLI flow.
  └── Optional: render to PDF via skills/brain-pdf.

Quality bar

  • Every recommendation must cite the source. Don't say "go direct to the mayor" — say "go direct to the mayor, because when the protagonist refused to be intimidated by a resignation threat (Ch 48), the bluff that worked on five mayors finally failed."
  • Direct quotes are mandatory. The source's own words carry more weight than paraphrase.
  • The analysis must be actionable. Not "this is interesting" but "do this, avoid that, watch for this."
  • Short/medium/long-term breakdown is mandatory. The user needs to know what to do tomorrow AND what to do this year.

What this skill is NOT

  • Not a book summary tool. Use a different skill (or book-mirror for personalized analysis) for general summaries.
  • Not a research tool. Use perplexity-research for finding new information about a topic.
  • Not academic literary analysis. No one cares about literary merit — only strategic application.

Related skills

  • skills/book-mirror/SKILL.md — book personalized to whole life (vs problem)
  • skills/perplexity-research/SKILL.md — current-intel cross-reference for fresh data
  • skills/conventions/quality.md — citation + back-link rules

Contract

This skill guarantees:

  • Routing matches the canonical triggers in the frontmatter.
  • Output written under the directories listed in writes_to: (when applicable).
  • Conventions referenced (quality.md, brain-first.md, _brain-filing-rules.md) are followed.
  • Privacy contract preserved: no real names, no fork-specific filesystem path literals, no upstream-fork references.

The full behavior contract is documented in the body sections above; this section exists for the conformance test.

Output Format

The skill's output shape is documented inline in the body sections above (see "Output", "Brain page format", or equivalent). The literal section header here exists for the conformance test (test/skills-conformance.test.ts).

Anti-Patterns

The full anti-pattern list is in the body sections above; this header exists for the conformance test if the body uses a different casing.

Reproducido de garrytan/gbrain bajo licencia MIT. Leer esta página en markdown.

Archivos

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

Antes de instalar

Requiere el texto fuente (EPUB/PDF/artículo) y una descripción explícita del problema estratégico a analizar.

Detalles

Creador
garrytan
Categoría
Investigación
Licencia
MIT
Recursos incluidos
Incluye scripts o referencias
Repositorio
garrytan/gbrain
Código fuente
Ver SKILL.md

Etiquetas

Más de garrytan/gbrain

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

Setup

28.9k

Configura GBrain con auto-aprovisionamiento de Supabase o PGLite, inyección en AGENTS.md y primera importación.

Costo de contexto al activarse
7.4k tok
Tamaño del paquete
1 archivo
Última actualización
hace 4 días
bases de datos

Chequeos de salud del brain: aplicación de back-links, auditoría de citas, validación de filing, detección de info obsoleta, páginas huérfanas y benchmarks.

Costo de contexto al activarse
5k tok
Tamaño del paquete
1 archivo
Última actualización
hace 4 días
productividad

Migra un brain de gbrain-base a la taxonomía de 14 tipos canónicos de gbrain-base-v2 usando gbrain onboard --check y el handler Minion unify-types.

Costo de contexto al activarse
3.2k tok
Tamaño del paquete
1 archivo
Última actualización
hace 5 días
bases de datos

Cuándo y qué recuperar: abre la página del brain de una entidad relevante antes de responder desde memoria.

Costo de contexto al activarse
740 tok
Tamaño del paquete
1 archivo
Última actualización
hace 1 hora
productividad

Operaciones del brain: búsqueda primero, ciclo leer-enriquecer-escribir, atribución de fuentes, enriquecimiento ambiental y back-linking. Leer antes de cualquier interacción con el brain.

Costo de contexto al activarse
2.6k tok
Tamaño del paquete
1 archivo
Última actualización
hace 3 días
productividad

Importa exports de ChatGPT, Claude y Perplexity y transcripciones de sesiones como páginas fechadas en conversations/, valida y extrae hechos, y mantiene el archivo sin huecos con detección y backfill.

Costo de contexto al activarse
5k tok
Tamaño del paquete
2 archivos
Última actualización
hace 4 días
productividad

Skills relacionados

Verifica una afirmación o cita académica rastreándola desde la publicación → metodología → datos crudos → replicación independiente, y genera una página cerebro con el veredicto.

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

Traza la evolución de una idea en el brain: primera mención, mejor articulación, conceptos relacionados, reversales, contradicciones, ramas abandonadas y versión vigente.

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

Investigación web aumentada con el brain: envía contexto a Perplexity, que busca con citas y devuelve qué es NUEVO frente a lo que el brain ya conoce.

Costo de contexto al activarse
1.7k tok
Tamaño del paquete
2 archivos
Última actualización
hace 21 días
investigacion