Use when performing any database read or write operation in Software of You. This skill provides the current schema, query patterns, and conventions for interacting with the SQLite database.
From software-of-younpx claudepluginhub kmorebetter/better-software-of-youThis skill uses the workspace's default tool permissions.
references/query-patterns.mdreferences/schema.sqlGuides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Designs scalable batch/streaming data pipelines, warehouses, lakehouses using Spark, dbt, Airflow, Kafka/Flink, and cloud platforms like Snowflake, BigQuery, Databricks.
Builds production Apache Airflow DAGs using best practices for operators, sensors, testing, and deployment. For data pipelines, workflow orchestration, and batch jobs.
This skill provides reference material for all database operations in Software of You.
references/schema.sql — current complete schema for all installed modulesreferences/query-patterns.md — common query patterns with examplessqlite3 "${CLAUDE_PLUGIN_ROOT:-$(pwd)}/data/soy.db" for operationsdatetime('now')activity_log after any data modificationupdated_at = datetime('now') on updatesLIKE '%term%' for text search (case-insensitive by default in SQLite)json_object() for structured details in activity_log