# Interpolation Skill

> Tests variable interpolation features like {baseDir}. Use for testing path expansion.

- Skill: `tomevault-io/interpolation-skill` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/interpolation-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/interpolation-skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/interpolation-skill

---


# Interpolation Skill

This skill demonstrates variable interpolation.

## Base Directory

The base directory for this skill is: {baseDir}

## Instructions

When invoked, this skill should:

1. Read configuration from {baseDir}/config.json
2. Load reference data from {baseDir}/references/data.txt
3. Execute scripts from {baseDir}/scripts/process.sh

## File References

See [the reference guide]({baseDir}/references/REFERENCE.md) for details.

Run the extraction script:
```bash
{baseDir}/scripts/extract.py
```

## Notes

All paths using {baseDir} should be expanded to the absolute path
of the directory containing this SKILL.md file.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/martinemde) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

