BeClaude

tets-claude-skills

New
GitHubGeneralby dphdame

Claude Code skills for applied economists: papers-md-generator, replication-package-analytics, attribution-audit-network

First seen 5/27/2026

Summary

This skill provides a suite of tools for applied economists, including generating structured papers from markdown, analyzing replication packages for data and code consistency, and auditing attribution networks to trace research contributions.

  • It streamlines research workflows by automating documentation, validation, and transparency tasks.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/tets-claude-skills.md https://raw.githubusercontent.com/dphdame/tets-claude-skills/main/SKILL.md
3
Invoke in Claude Code
/tets-claude-skills

Use Cases

Generate a formatted academic paper from a collection of markdown files, including references and metadata.
Analyze a replication package to verify that all data files are referenced and code runs without errors.
Audit an attribution network to map co-author contributions and identify potential conflicts of interest.
Convert a set of notes and figures into a draft paper with proper section headings and citations.
Check a replication package for missing files or mismatched variable names between data and code.
Visualize the collaboration network from a list of authors and their institutional affiliations.

Usage Examples

1

/tets-claude-skills papers-md-generator --input-dir ./notes --output paper.md

2

/tets-claude-skills replication-package-analytics --package ./replication --check-completeness

3

/tets-claude-skills attribution-audit-network --authors authors.csv --output network.json

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is tets-claude-skills?

This skill provides a suite of tools for applied economists, including generating structured papers from markdown, analyzing replication packages for data and code consistency, and auditing attribution networks to trace research contributions. It streamlines research workflows by automating documentation, validation, and transparency tasks.

How to install tets-claude-skills?

To install tets-claude-skills: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/tets-claude-skills.md https://raw.githubusercontent.com/dphdame/tets-claude-skills/main/SKILL.md. Finally, /tets-claude-skills in Claude Code.

What is tets-claude-skills best for?

tets-claude-skills is a skill categorized under General. Created by dphdame.

What can I use tets-claude-skills for?

tets-claude-skills is useful for: Generate a formatted academic paper from a collection of markdown files, including references and metadata.; Analyze a replication package to verify that all data files are referenced and code runs without errors.; Audit an attribution network to map co-author contributions and identify potential conflicts of interest.; Convert a set of notes and figures into a draft paper with proper section headings and citations.; Check a replication package for missing files or mismatched variable names between data and code.; Visualize the collaboration network from a list of authors and their institutional affiliations..