FrancoisChastel/sydonia-toolkit
MCP server Claude CodeCodexCursor +2
MCP server "customs-query-tester" as configured in FrancoisChastel/sydonia-toolkit. Runs mcp/customs-query-tester/server.py with python3. Needs 3 environment variables to run.
FrancoisChastel/sydonia-toolkit
MCP server Claude CodeCodexCursor +2
MCP server "customs-query-tester" as configured in FrancoisChastel/sydonia-toolkit. Runs mcp/customs-query-tester/server.py with python3. Needs 3 environment variables to run.
FrancoisChastel/sydonia-toolkit
Skill Claude CodeCodex
Add or modify tables and columns in the Sydonia Toolkit customs schema while preserving its conventions (snakecase, ref/sys prefixes, identity PKs, FK-to-ref coded columns, numeric money/mass types) and — critically — its provenance trail (every CREATE TABLE tagged -- src: or -- inferred, coverage updated). Use when…
FrancoisChastel/sydonia-toolkit
Skill Claude CodeCodex
Generate correct SQL against the Sydonia Toolkit ASYCUDA / SYDONIA customs model — reports, lookups, reconciliations, analytics — and verify it privacy-preservingly. Knows the asycuda schema searchpath, that coded columns are foreign keys to ref tables, that totals are derived (not stored), and the canonical join…
FrancoisChastel/sydonia-toolkit
Skill Claude CodeCodex
Set up, install, load, bootstrap or reset the Sydonia Toolkit ASYCUDA / SYDONIA PostgreSQL reference schema in a database. Creates the database, loads the schema then the reference seed then (optionally) the end-to-end example in the correct order, and reports a clean or failed result. Use when the user wants to stand…
FrancoisChastel/sydonia-toolkit
Skill Claude CodeCodex
Add reference/code-table values or generate realistic sample operational data (manifests, SAD declarations with items, valuation notes, tax lines, payments) for the Sydonia Toolkit customs model, respecting every foreign key and the natural-key insert pattern. Use when the user wants more seed data, test declarations…
FrancoisChastel/sydonia-toolkit
Skill Claude CodeCodex
Validate, verify or audit the Sydonia Toolkit customs schema against its done-conditions — a clean load (schema + seed + end-to-end example, zero errors), every table carrying a provenance tag, and every cited source ID resolving in SOURCES.md. Use when the user wants to check the schema still loads cleanly, confirm…