<!-- skillfile:generated -->
# skillfile

Generate and keep fresh cross-agent context files (AGENTS.md, SKILL.md) from your repo, deterministically. No LLM calls, no API key.

## Stack

- Language: JavaScript/TypeScript
- Package manager: npm

## Commands

- `test`: `node test/smoke.js`
- `check-tools`: `node scripts/check-tools.js`
- `sync-site`: `node scripts/sync-site.js`

## Structure

- `.github/`
- `bin/`
- `scripts/`
- `site/`
- `src/`
- `test/`
- `test-fixtures/`

## Tooling

- CI configured (`.github/workflows`)
- Has a dedicated test directory

## Recent activity

Branch: `main`
- Fix two defects that only appear once published
- Add a canonical URL to the landing page
- Drop the main field that pointed at a missing file
- Use the canonical d08m/ repo URL everywhere
- Point attribution at skillfile.pro

---
Generated by [skillfile](https://skillfile.pro) — run `npx skillfile update` after structural changes, or `npx skillfile check` in CI to catch drift.
