From sqlfluff
Use when designing, reviewing, or changing SQLFluff rules and configuration policy for a SQL or dbt-style project.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sqlfluff:sqlfluff-rules-configThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Help teams choose and evolve SQLFluff rule policy without accidentally weakening useful checks or overwhelming a large legacy project. Use this when the user asks which rules to enable, why a rule fires, how to phase in SQLFluff, or how to manage `noqa` usage.
Help teams choose and evolve SQLFluff rule policy without accidentally weakening useful checks or overwhelming a large legacy project. Use this when the user asks which rules to enable, why a rule fires, how to phase in SQLFluff, or how to manage noqa usage.
Inspect active rule metadata
sqlfluff rules --nocolor -v.core.Classify policy intent
Review current configuration
rules, exclude_rules, warnings, ignore, and inline noqa policy..sqlfluffignore as scope policy, not as a fix for real parser or templater failures.Design a phased rule set
--rules for temporary allowlists and --exclude-rules for targeted exclusions.Handle inline ignores deliberately
--warn-unused-ignores to find stale noqa comments.--disable-noqa when auditing suppressed violations.--disable-noqa-except when only selected inline ignores should remain active.Recommend config changes
sqlfluff rules --nocolor -v
sqlfluff lint models/staging --rules LT01,LT02,LT12,CP01,JJ01 --format json --nofail
sqlfluff lint models/staging --exclude-rules AM04,RF01 --format json --nofail
sqlfluff lint models/staging --warn-unused-ignores --format json --nofail
sqlfluff lint models/staging --disable-noqa --format json --nofail
Return:
references/rule-families.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