Development skills

Browse reusable Agent Skills, each with a clear purpose and practical guidance.

create-changelog

Generate a changelog entry for the current Git branch by inspecting changed files, classifying the domain and type, writing a short public-friendly message, and running `just changelog add` after the user confirms. Use this skill whenever the user asks to "create a changelog", "add a changelog entry", "changelog this branch", "write changelog", or otherwise signals they want to record what their branch changes — even if they don't mention `just` or the exact command.

5.34k repo starsObserved in 1 repos
Development

Create In-App Notification

Create or update a Baserow in-app notification for an event. Use when adding a backend `NotificationType`, wiring frontend notification rendering and routing, defining the notification target, or preventing duplicate notifications for the same event object.

5.34k repo starsObserved in 1 repos
Development

manage-backend-layers

Manage Baserow backend feature layers across Django models, handlers, services, undoable actions, serializers, API views, URLs, permissions, signals, migrations, and tests. Use when adding or changing backend CRUD/domain behavior that spans model, handler, service, action, and view layers; use the automation modules as the preferred modern pattern.

5.34k repo starsObserved in 1 repos
Development

Manage Baserow Permissions

Create, edit, or debug Baserow permission operations and permission managers across backend and frontend, including OperationType, PermissionManagerType, PERMISSION_MANAGERS ordering, frontend permission managers, and permission tests.

5.34k repo starsObserved in 1 repos
Development

runtime-formulas

Explain, debug, or extend Baserow runtime formulas, including FormulaField/JSONFormulaField storage, FormulaSerializerField validation, runtime formula functions, backend and frontend data providers, formula context dispatch data, import/export path rewriting, and tests.

5.34k repo starsObserved in 1 repos
Development

Runtime Formulas

Create or update Baserow runtime formulas in `core/formula/runtime_formula_types.py`. Use when adding or updating a runtime formula.

5.34k repo starsObserved in 1 repos
Development

frb-cargokit

Explain how cargokit is sourced, copied, and analyzed inside flutter_rust_bridge. Use when working on `integration_template/**/cargokit`, `frb_example/**/cargokit`, integrate/generate output drift, or any diff that mentions cargokit and you need to identify the true source of truth before judging the change.

5.34k repo starsObserved in 1 repos
Development

frb-cargokit-dev

Develop or update CargoKit for flutter_rust_bridge. Use when a bug or feature belongs in fzyzcjy/Cargokit, when updating the FRB CargoKit submodule pointers, or when preparing the paired CargoKit and FRB PRs that synchronize CargoKit changes into FRB integrate templates and examples.

5.34k repo starsObserved in 1 repos
Development

frb-code-generation

Use when modifying Rust API, codegen, or example code in flutter_rust_bridge to determine which generation commands to run

5.34k repo starsObserved in 1 repos
Development

frb-dev-env

Use when the user wants Docker-based FRB development or Tart-based iOS Simulator validation.

5.34k repo starsObserved in 1 repos
Development