bmsuisse

47 mods across 1 repository, 2 stars between them.

bmsuisse-skills

01

bmsuisse/skills

Plugin Claude Code

Plugin marketplace listing 10 plugins: coding, ui, onetrade, databricks, fabricks-data.

2 yesterday A tokens not measured

aiochannel-python

03

bmsuisse/skills

Skill Claude CodeCodex

Correct patterns for channel-based asyncio concurrency in Python using the aiochannel library. Use this skill whenever the user is working with aiochannel, writing producer/consumer pipelines in asyncio, or asking how to pass data between async tasks without a shared queue. Trigger on any mention of aiochannel…

2 yesterday A 111 tokens

autoresearch

04

bmsuisse/skills

Skill Claude CodeCodex

Autonomous iterative optimization loop for Python, SQL, ML, and Spark/Databricks. Define a measurable goal; the skill runs code changes, measures, and keeps/reverts until you stop it or the budget runs out. Use for: Python runtime (cProfile, hyperfine), SQL latency, pytest pass rate/coverage, ty/pyright errors, ML…

2 yesterday A 186 tokens

azure-cost

05

bmsuisse/skills

Skill Claude CodeCodex

Query, analyze, and reduce Azure spending via the Cost Management REST API and Azure CLI. Covers cost breakdowns by service/resource-group/resource, month-over-month spike detection, orphaned-resource hunting, storage tiering savings, VM rightsizing, and spend forecasting. Use this whenever the user asks about Azure…

2 yesterday A 218 tokens

bms-frontend-design

06

bmsuisse/skills

Skill Claude CodeCodex

The BMS visual identity for internal web apps — left navigation layout, BMS red accent color, background/surface scale, border-radius scale, a minimal zebra-striping pattern for data grids, the Heroicons 24/outline icon set with a curated concept-to-icon mapping, and the responsive/mobile breakpoint where the sidebar…

2 yesterday A 252 tokens

bms

07

bmsuisse/skills

Skill Claude CodeCodex

Master skill for the bmsuisse platform — routes to the relevant skills based on sub-command. Always enables caveman communication style. Use /bms for core guidelines (SQL + Python + TypeScript + glossary), /bms sql for SQL + Databricks optimization, /bms python for Python + autotuner, /bms data for dimensional…

2 yesterday A 112 tokens

clockify

08

bmsuisse/skills

Skill Claude CodeCodex

Query and log time entries in Clockify via its REST API — check a timesheet, look up the workspace/user/project, create or update time entries, and ALWAYS tag the description with a Jira issue key ([JIRA-KEY]: Summary) — never leave a Clockify entry without one. Use whenever the user asks about their Clockify…

2 yesterday A 164 tokens

code-comments

09

bmsuisse/skills

Skill Claude CodeCodex

Write and review code comments so they earn their place instead of adding noise. Use this whenever writing new code (to decide whether a comment is needed and how to phrase it), whenever reviewing a diff or file for comment quality, and whenever the user says things like "review these comments", "are these comments…

2 yesterday A 143 tokens

codeunit-analyzer

10

bmsuisse/skills

Skill Claude CodeCodex

Comprehensive C-AL performance analyzer for Classic Microsoft Dynamics NAV (Navision). Targets Classic NAV anti-patterns: N+1 queries, LOCKTABLE overuse, FlowField overuse, key/index misalignment, heavy transactions, and page trigger abuse. Zero-dependency Python — no packages required. Use when the user asks about…

2 yesterday A 125 tokens

bmsuisse/skills

Skill Claude CodeCodex

Apply and enforce Python-specific coding standards. Use alongside coding-guidelines for any Python file — covers typing, Pyright, dataclasses, enums, abstract base classes, mutable defaults, and module-level state. Trigger on any Python work session, PR review, or when the user asks to "follow Python guidelines"…

2 yesterday A 79 tokens

bmsuisse/skills

Skill Claude CodeCodex

SQL and data warehouse coding guidelines for the BME data platform. Use whenever writing, reviewing, or refactoring SQL — including SparkSQL, T-SQL, and Databricks SQL. Apply when naming tables, columns, CTEs, views, functions, or procedures; building fact or dimension tables; working with business keys, surrogate…

2 yesterday A 196 tokens

bmsuisse/skills

Skill Claude CodeCodex

Apply and enforce TypeScript-specific coding standards. Use alongside coding-guidelines for any TypeScript file — covers typing, no-any policy, interfaces, abstract classes, async typing, discriminated unions, and pre-commit checks. Trigger on any TypeScript work session, PR review, code generation task, or…

2 yesterday A 124 tokens

bmsuisse/skills

Skill Claude CodeCodex

Discover repos across the whole Azure DevOps org — not just the one you're sitting in — and figure out where a piece of functionality actually lives before assuming it doesn't exist locally. Generates ALLREPOS.md, a map of every project/repo in the org, each repo's description, and whether it's already cloned locally…

2 yesterday A 183 tokens

bmsuisse/skills

Skill Claude CodeCodex

Dimensional data modeling guide for the Fabricks platform — covers the full pipeline from staging through raw, transf, core, and semantic layers; fact and dimension table design; key strategy; SCD types; bridge tables; degenerate dimensions; and config. Use whenever designing or reviewing fact/dimension tables…

2 yesterday A 196 tokens

database-in-source

16

bmsuisse/skills

Skill Claude CodeCodex

Conventions for versioning a PostgreSQL schema as plain .sql files inside a database/ folder in the repo, instead of an ORM migration framework. Use when creating/organising a database/ folder, adding a new table/view/function/type, or deciding where a migration script goes. Triggers on things like "add a new table to…

2 yesterday A 107 tokens

databricks-cli

17

bmsuisse/skills

Skill Claude CodeCodex

Databricks CLI operations: auth, profiles, data exploration, bundles, and notebook execution. Use this skill for ANY Databricks task — running or debugging notebooks on the cluster, executing SQL queries, exploring tables, deploying jobs, or fixing notebook errors. Trigger whenever the user mentions "run the…

2 yesterday A 100 tokens

bmsuisse/skills

Skill Claude CodeCodex

Databricks SQL query optimizer and error fixer: analyzes a slow or broken SQL query, rewrites it for speed using SQL-level optimizations only, validates byte-for-byte result equivalence, and benchmarks both versions with statistical significance testing. Also diagnoses and fixes SQL errors (syntax errors, cast…

2 yesterday C 187 tokens

deslop

19

bmsuisse/skills

Skill Claude CodeCodex

Remove AI slop from code and pull requests. Use this skill whenever the user wants to clean up AI-generated code, review a diff for unnecessary noise, audit a file or PR for style inconsistencies, over-abstraction, defensive checks that don't belong, redundant comments, or anything that "doesn't feel like it belongs…

2 yesterday A 159 tokens

duckdb

20

bmsuisse/skills

Skill Claude CodeCodex

Guide for working with DuckDB — CLI usage, SQL execution, reading files (CSV, Parquet, JSON, Excel), extensions (httpfs, spatial, json, excel, postgres, etc.), and the Python duckdb package. Use this skill whenever the user is working with DuckDB, whether via CLI, SQL scripts, or Python. Trigger on: duckdb queries…

2 yesterday A 122 tokens

ducklake

21

bmsuisse/skills

Skill Claude CodeCodex

Guide for working with DuckLake — the open lakehouse format and DuckDB extension that pairs a SQL catalog (metadata, transactions) with Parquet files on object/file storage. Covers ATTACH syntax, choosing a catalog database (DuckDB, SQLite, PostgreSQL), storing data files on Azure Blob Storage / Data Lake Storage…

2 yesterday A 182 tokens

bmsuisse/skills

Skill Claude CodeCodex

End-to-end resolver for Fabricks.Runtime DevOps issues that have already been diagnosed and locally fixed by the fabricks-devops-issues skill: commits and pushes the fix, reruns the affected job on Databricks to verify it actually works, and — only after explicit confirmation — closes the ticket with a root-cause…

2 yesterday A 197 tokens

bmsuisse/skills

Skill Claude CodeCodex

Orchestrates Azure DevOps "Issue" work-item workflows in the Fabricks.Runtime repo — listing open issues so the user can pick one, surfacing which ones look like easy/ low-hanging-fruit fixes, auto-assigning issues by git blame, reporting on open issues, and diagnosing (and locally fixing) a job-run error from an…

2 yesterday A 200 tokens

fabricks-glossary

24

bmsuisse/skills

Skill Claude CodeCodex

Use this skill whenever company-specific jargon, acronyms, or domain terminology is needed to answer correctly.

2 yesterday A 27 tokens