Back to list
manuelmeurer

baseline

by manuelmeurer

0🍴 1📅 Jan 23, 2026

SKILL.md


name: baseline description: Guidance for working with the Baseline Ruby gem. Use whenever Baseline is mentioned by the user or in another skill, or when writing code in Baseline itself or in a Ruby app that uses Baseline.

Baseline

Overview

Baseline is a Ruby gem providing reusable modules, patterns, and infrastructure for Ruby applications: authentication, task management, invoicing, messaging, admin panels, and third-party service integrations. Baseline can be used in Rails apps via its Rails engine but also in non-Rails Ruby apps, e.g. Sinatra.

Source

Find the source of Baseline in ~/code/own/baseline. Warn the user if that folder cannot be found.

Local app testing

When updating an app to use local Baseline changes, find the baseline line in the app's Gemfile and replace it with a line referencing the local code:

gem "baseline", path: "~/code/own/baseline"

Reference

See the reference guide for details.

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon