table-output — table-output install table-output, philly-evict, community, table-output install, ide skills, LaTeX table generation, machine-readable table output, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Data Analysis Agents needing advanced table output capabilities in LaTeX and CSV formats. table-output is a skill that produces model results and group summaries in machine-readable tables and publication-ready LaTeX format using tools like fixest::etable and knitr::kable.

Features

Writes machine-readable tables to disk in .csv format
Produces publication-ready tables in .tex format using LaTeX
Utilizes fixest::etable and knitr::kable for table generation
Supports config-driven output paths using p_out(cfg, ...)
Includes key meta information in output tables

# Core Topics

jfish-fishj jfish-fishj
[0]
[0]
Updated: 3/7/2026

Agent Capability Analysis

The table-output skill by jfish-fishj is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for table-output install, LaTeX table generation, machine-readable table output.

Ideal Agent Persona

Perfect for Data Analysis Agents needing advanced table output capabilities in LaTeX and CSV formats.

Core Value

Empowers agents to generate machine-readable tables in .csv format and publication-ready tables in .tex format using libraries like fixest, knitr, or gt, while keeping output paths config-driven with p_out(cfg, ...).

Capabilities Granted for table-output

Generating model results in LaTeX tables
Producing group summaries in CSV format
Updating analysis scripts to include table output
Creating publication-ready tables with key meta information

! Prerequisites & Limits

  • Requires R scripting environment
  • Output paths must be config-driven
  • LaTeX output preferred in R scripts
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

table-output

Install table-output, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

When to use

  • Produce model results (coefficients, marginal effects, event-study/LP estimates).
  • Produce group summaries (means, shares, counts, rates).
  • Update an analysis script that currently writes only free-form text.

Rules

  • Write a machine-readable table to disk (.csv) and a publication table to disk (.tex).
  • Prefer LaTeX output in R scripts (fixest::etable, knitr::kable, or gt).
  • Keep output paths config-driven (p_out(cfg, ...)), never hardcoded.
  • Include key metadata columns when relevant: sample, spec, outcome, reference group, FE/cluster notes.
  • Keep column names stable and explicit (estimate, std_error, p_value, n_obs).

R patterns

  • Prefer fixest::etable(..., tex = TRUE) for regression tables.
  • Prefer a paired coefficients CSV extracted from summary(model)$coeftable.
  • Use knitr::kable(..., format = "latex", booktabs = TRUE) or gt::as_latex() for non-regression tables.
r
1# Regression table (LaTeX) 2tex_lines <- capture.output(fixest::etable(list(m1, m2), se.below = TRUE, digits = 3, tex = TRUE)) 3writeLines(tex_lines, con = p_out(cfg, "tables", "model_main.tex")) 4 5# Coefficient CSV 6ct <- data.table::as.data.table(summary(m1)$coeftable, keep.rownames = "term") 7data.table::setnames(ct, c("Estimate", "Std. Error", "Pr(>|t|)"), c("estimate", "std_error", "p_value")) 8data.table::fwrite(ct, p_out(cfg, "tables", "model_main_coefficients.csv"))

Terminal presentation

  • Present key results as a compact Markdown table in terminal responses.
  • Show at minimum: term/group, estimate, standard error, p-value, and sample/spec label.
  • State reference category directly above or below the table.
  • Round for readability (typically 3-4 decimals) while preserving sign and significance.

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is table-output?

Perfect for Data Analysis Agents needing advanced table output capabilities in LaTeX and CSV formats. table-output is a skill that produces model results and group summaries in machine-readable tables and publication-ready LaTeX format using tools like fixest::etable and knitr::kable.

How do I install table-output?

Run the command: npx killer-skills add jfish-fishj/philly-evict/table-output. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for table-output?

Key use cases include: Generating model results in LaTeX tables, Producing group summaries in CSV format, Updating analysis scripts to include table output, Creating publication-ready tables with key meta information.

Which IDEs are compatible with table-output?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for table-output?

Requires R scripting environment. Output paths must be config-driven. LaTeX output preferred in R scripts.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add jfish-fishj/philly-evict/table-output. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use table-output immediately in the current project.

Related Skills

Looking for an alternative to table-output or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI