Imported from traceforce/traceforce-lakehouse (
AGENTS.md). Install upstream withnpx skills add traceforce/traceforce-lakehouse. Copyright stays with the author.
TraceForce lakehouse — agent guide
This repo is a Terraform module plus a portable skill for querying the TraceForce lakehouse: read-only Athena over Apache Iceberg tables in your own AWS account, in plain language.
Claude Code
Install as a plugin:
/plugin marketplace add traceforce/traceforce-lakehouse
/plugin install traceforce-lakehouse@traceforce
Any other agent (Cursor, GitHub Copilot, OpenAI Codex, ...)
Point your agent at skills/traceforce-lakehouse/:
-
Load
skills/traceforce-lakehouse/SKILL.mdand everything underskills/traceforce-lakehouse/reference/as context. -
Run queries with the bundled script:
skills/traceforce-lakehouse/scripts/athena_query.sh "SELECT ..."(Cursor: add
SKILL.mdunder.cursor/rules. Copilot: reference it from.github/copilot-instructions.md. Others: add it to your system prompt.)
Only Claude Code is verified end to end so far. The skill content is identical for every agent; only how you load it and invoke the script differs (Claude Code injects ${CLAUDE_SKILL_DIR}; other agents use the path shown above).
Prerequisites
- AWS CLI v2 with credentials in your shell that carry the module's read-only
query_policy_json(or broader), and the lake's region set. - Read-only:
athena_query.shrefuses anything but SELECT-style statements, and the query policy grants no writes.