From sqlfluff
Use when onboarding to a SQL or dbt-style project and determining the right SQLFluff dialect, templater, config, and baseline lint commands.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sqlfluff:sqlfluff-project-onboardingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Establish how SQLFluff should run in an unfamiliar SQL or dbt-style repository before linting broadly or applying fixes. Use this to discover the local SQLFluff version, dialect, templater, rule surface, configuration files, and safe baseline commands.
Establish how SQLFluff should run in an unfamiliar SQL or dbt-style repository before linting broadly or applying fixes. Use this to discover the local SQLFluff version, dialect, templater, rule surface, configuration files, and safe baseline commands.
Confirm SQLFluff availability
sqlfluff version.Inspect the available SQLFluff surface
sqlfluff dialects --nocolor -v.sqlfluff rules --nocolor -v.bigquery, snowflake, databricks, redshift, postgres, duckdb, trino, and sparksql when available.Discover project configuration
.sqlfluff, pyproject.toml, setup.cfg, or tox.ini.dbt_project.yml, models/, macros/, packages.yml, and profiles.yml references.dialect, templater, rules, exclude_rules, ignore, and .sqlfluffignore behavior when present.Check templater assumptions
dbt templater is installed. SQLFluff installations may only expose templaters such as raw, jinja, python, and placeholder.--templater dbt, report the missing templater as an environment/setup issue.Run a narrow baseline lint
--nofail, --format json, and --disable-progress-bar for agent-readable exploratory output.Report the operating model
sqlfluff version
sqlfluff dialects --nocolor -v
sqlfluff rules --nocolor -v
sqlfluff lint models/staging/orders.sql --nofail --format json --disable-progress-bar
Return a concise onboarding summary with:
references/cli-cheatsheet.mdSearches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Implements vector databases with Pinecone, Weaviate, Qdrant, Milvus, pgvector for semantic search, RAG, recommendations, and similarity systems. Optimizes embeddings, indexing, and hybrid search.
npx claudepluginhub yu-iskw/sqlfluff-agent-plugins --plugin sqlfluff