The system
The skills repository is Hugging Face's framework for giving AI coding agents reusable capabilities, with over 1,600 stars. Its sql_manager.py module wraps DuckDB so agents can create tables, insert rows and run queries, with table names, columns and values all flowing in from agent reasoning, which in practice means user prompts and retrieved context.