Instructions file CodexOpenCode
Instructions for RoninForge/budgetclaw, covering agents.md - budgetclaw, what this is, trust pledge (load-bearing - never break this), layout and build, test, lint.
Instructions file CodexOpenCode
Instructions for RoninForge/budgetclaw, covering agents.md - budgetclaw, what this is, trust pledge (load-bearing - never break this), layout and build, test, lint.
Plugin Claude Code
Zero-key Claude Code cost tracking, per project and per branch. Budget caps with SIGTERM enforcement, reads your local /.claude session logs, and syncs to a hosted team dashboard (Goei).
Hook
Runs when a session starts, running an inline shell check. From RoninForge/budgetclaw.
Skill Claude CodeCodex
Claude Code cost tracking via BudgetClaw. Show current Claude Code spend and usage per project and per branch, with budget caps and breach locks. Triggers on claude code cost, claude code usage, spend per project, cost per branch, cost tracking.
Plugin Claude Code
RoninForge developer tools for Claude Code. Local-first usage guards and spend monitors that read the logs Claude Code already writes, plus Goei, the hosted team cost dashboard they feed. Never touch API traffic.
Plugin Claude Code
See your Claude Code spend in USD per project, per git branch, and over time (by day, week, month), computed locally by reading the session logs Claude Code already writes to /.claude/projects. Never touches API traffic. Zero key, zero prompts, zero latency.
Command
Claude Code spend grouped by calendar day, dated, most recent first. Computed locally from the session logs Claude Code already writes. Never touches API traffic; zero key, zero prompts, zero latency.
Command
Claude Code spend grouped by calendar month, dated, most recent first. Computed locally from the session logs Claude Code already writes. Never touches API traffic; zero key, zero prompts, zero latency.
Command
Claude Code spend per project (branches merged) with today / this week / this month and the last active date, ranked by month spend. Computed locally from the session logs Claude Code already writes. Never touches API traffic; zero key, zero prompts, zero latency.
Command
Claude Code spend grouped by Monday-based week, dated, most recent first. Computed locally from the session logs Claude Code already writes. Never touches API traffic; zero key, zero prompts, zero latency.
Command
Claude Code spend in USD per project and per git branch (today / this week / this month), computed locally from the session logs Claude Code already writes. Never touches API traffic; zero key, zero prompts, zero latency.
RoninForge/roninforge-tailwind-v4
Agent
Reviews code changes for correct Tailwind CSS v4 usage. Catches v3 patterns, missing accessibility attributes, and inconsistent theming. Use after generating or modifying Tailwind code.
RoninForge/roninforge-tailwind-v4
Cursor rule
Tailwind CSS v4 anti-pattern detection. Prevents the most common AI-generated mistakes: version mixing, deprecated config patterns, and removed utilities.
RoninForge/roninforge-tailwind-v4
Cursor rule
Tailwind CSS v4 configuration rules for CSS and build tool files. Covers @theme, @source, @import, PostCSS, and Vite plugin setup.
RoninForge/roninforge-tailwind-v4
Cursor rule
Core Tailwind CSS v4 rules. Enforces correct v4 syntax and prevents common v3 fallbacks. Attach to all conversations involving Tailwind CSS.
RoninForge/roninforge-tailwind-v4
Cursor rule
Tailwind CSS v3-to-v4 migration rules. Activated when the agent determines migration work is needed. Covers step-by-step upgrade process, common pitfalls, and automated migration tooling.
RoninForge/roninforge-tailwind-v4
Cursor rule
Tailwind CSS v4 utility class rules for template and markup files. Covers renamed classes, new utilities, container queries, gradients, and accessibility patterns.
RoninForge/roninforge-tailwind-v4
Skill Claude CodeCodex
Generate a UI component using correct Tailwind CSS v4 utility classes, CSS variable theming, and accessibility best practices. Prevents v3 syntax hallucination by grounding output in verified v4 patterns.
RoninForge/roninforge-tailwind-v4
Skill Claude CodeCodex
Analyze a Tailwind CSS v3 project and generate a complete migration plan to v4. Scans config, CSS, and template files for v3 patterns and produces a prioritized checklist with exact find-and-replace commands.
RoninForge/roninforge-tailwind-v4
Skill Claude CodeCodex
Scan a Tailwind CSS project for v3/v4 version mixing, deprecated patterns, and common mistakes. Reports issues with exact file locations and suggested fixes.
RoninForge/roninforge-kotlin-compose
Agent
Reviews Kotlin / Jetpack Compose / Android code for findViewById, setContentView(R.layout), GlobalScope, LiveData + observeAsState, MutableState exposed publicly, force-unwrap !!, lowercase composables, LazyColumn without key, LaunchedEffect(true), Material 2 imports, padding-before-clickable…
RoninForge/roninforge-kotlin-compose
Cursor rule
Compose / Kotlin Android anti-pattern detector. Catches findViewById, setContentView(R.layout), GlobalScope, LiveData + observeAsState, MutableState exposed publicly, force-unwrap !!, lowercase composables, LazyColumn without key, LaunchedEffect(true), Material 2 imports, padding-before-clickable…
RoninForge/roninforge-kotlin-compose
Cursor rule
Android architecture patterns: feature modularization, repository + data source pattern, sealed interfaces for UI state, ViewModel + StateFlow, Ktor / Retrofit + Kotlin Serialization, Room with Flow returns + KSP, coroutines structured concurrency.
RoninForge/roninforge-kotlin-compose
Cursor rule
Modern Android development rules: Kotlin 2.x with K2, Jetpack Compose, Material 3, state hoisting + StateFlow + collectAsStateWithLifecycle, Hilt with hiltViewModel(), type-safe Navigation Compose, KSP, Version Catalogs, Compose Compiler as Kotlin plugin.