AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Code Archaeology

skill-flonat-claude-research-code-archaeology · by flonat

Use when you need to review and understand old code, data, or analysis files.

No reviews yet
0 installs
15 views
0.0% view→install

Install

$ agentstack add skill-flonat-claude-research-code-archaeology

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-flonat-claude-research-code-archaeology)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Code Archaeology? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Code Audit Skill

CRITICAL RULE: Never delete data or code files. Copy to legacy/, never move or delete originals.

> Systematically review and understand old code, data, and analysis files.

Purpose

Based on Scott Cunningham's workflow of reviving old projects - understanding what exists, documenting it, and making it safe to work with.

For formal audits with cross-language replication and referee reports, use the Referee 2 agent (.claude/agents/referee2-reviewer.md). This skill is for understanding and documenting existing code, not formal verification.

When to Use

  • Returning to an old project after months/years
  • Taking over code from a coauthor
  • Before extending existing analysis
  • R&R requiring you to revisit old work

When NOT to Use

  • Brand new projects — use project-safety skill instead to set up structure
  • Formal code verification — use the Referee 2 agent for cross-language replication
  • Quick code questions — just ask directly, no need for full audit

Workflow

  1. Explore the directory:
  • What files exist?
  • What's the structure?
  • When were things last modified?
  1. Understand the pipeline:
  • What are the main scripts?
  • What order do they run in?
  • What data do they use?
  • What outputs do they produce?
  1. Document findings:
  • Create/update README.md
  • Map data flows
  • Note dependencies
  1. Establish safety:
  • Create legacy/ folder
  • Copy (don't move) originals
  • Set up version control if not present
  1. Create audit report:
  • What the code does
  • Potential issues found
  • Recommendations for cleanup

Safety Rules (from Scott Cunningham)

1. Never delete data. Under no circumstances.
2. Never delete programs. No do-files, no R scripts, nothing.
3. Stay in this folder. Can go down, not up.
4. Use a legacy folder. Move originals there for safekeeping.
5. Copy, don't move. When reorganising, always copy from legacy.

Prompt Template

I'm returning to an old project after [TIME]. Please help me understand what's here.

1. Explore the directory and tell me what you find
2. Identify the main analysis scripts and their order
3. Map the data pipeline (inputs → processing → outputs)
4. Note any potential issues (missing files, unclear code, etc.)
5. Create a README documenting everything

Before making ANY changes, create a legacy/ folder and copy everything there.

Data Flow Mapping

Understand how data moves through the project:

  • What raw data files exist?
  • What cleaning/transformation scripts run?
  • What intermediate files are created?
  • What outputs are generated?

Compare Datasets (if multiple versions exist)

When you find multiple versions of the same data:

  • Side-by-side comparison of key variables
  • Identify where datasets diverge
  • Visualize differences geographically/temporally
  • Document which version to use going forward

Output Files

After a code audit, you should have:

project/
├── README.md           ← Project overview (generated)
├── AUDIT.md            ← Audit findings and issues
├── CLAUDE.md           ← Safety rules for this project
├── legacy/             ← Protected original files
├── docs/
│   └── data_dictionary.md
└── output/
    └── audit_deck.pdf  ← Visual summary

Questions to Answer

  • [ ] What is the research question?
  • [ ] What data is used?
  • [ ] What is the identification strategy?
  • [ ] What are the main results?
  • [ ] Are results reproducible from the code?
  • [ ] What assumptions are made?
  • [ ] What are the known limitations?
  • [ ] What would need to change to extend this?

Example Prompts

Initial exploration: > "Read all the .do/.R/.py files in this project and create a summary of what each script does, including inputs and outputs."

Data comparison: > "Compare datasetv1.dta and datasetv2.dta. Show me where they differ, with summary statistics and visualizations."

Documentation: > "Create a README.md that documents this project's structure, data sources, and how to reproduce the main results."

Example Use

"Audit my Brexit replication project - I haven't touched it in 8 months. Tell me what's there, what state it's in, and what I need to do to pick it back up."

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.