slbug
01Plugin Claude Code
Plugin marketplace listing 1 plugin: ruby-grape-rails.
Plugin Claude Code
Plugin marketplace listing 1 plugin: ruby-grape-rails.
Agent Claude Code
CONTRIBUTOR TOOL — Validate one plugin surface (agents | skills | hooks | config) against current cached Claude Code docs. Spawned in parallel from /docs-check skill body, one per surface in scope.
Agent Claude Code
Analyze observational skill-monitor results and recommend evidence-backed follow-ups. Use after /skill-monitor when contributors want cautious improvement guidance.
Skill Claude CodeCodex
CONTRIBUTOR TOOL - Track CC changelog, extract new versions since last check, analyze impact on plugin (breaking changes, opportunities, deprecations). Run periodically or before releases. NOT part of the distributed plugin.
Skill Claude CodeCodex
CONTRIBUTOR TOOL - Check the plugin against current cached Claude Code docs. Use before releases or after Claude docs changes to separate real schema drift from stale local assumptions. Not part of the distributed plugin.
Skill Claude CodeCodex
Guide plugin development workflow for this repo. Use when editing shipped plugin files under plugins/ruby-grape-rails/, release/docs metadata, or contributor tooling under .claude/.
Skill Claude CodeCodex
Deep qualitative review of high-signal sessions. Use after /session-scan to inspect transcripts, validate heuristic metrics, and synthesize contributor-facing findings.
Skill Claude CodeCodex
Compute exploratory metrics for recent Claude sessions. Deterministic SQLite-direct scan over the local ccrider database; no MCP, no LLM, no subagents for scoring.
Skill Claude CodeCodex
Analyze exploratory trends across the session metrics ledger. Use for provider-scoped comparisons and broad monitoring, not for release-grade conclusions.
Skill Claude CodeCodex
Analyze observational skill-effectiveness signals across scanned sessions. Use for exploratory monitoring and recommendation triage, not as a release gate.
Instructions file GitHub Copilot
Instructions for slbug/claude-ruby-grape-rails, covering repository context, audience: agents, not humans, architecture, currently-shipped binaries and rule scope.
Instructions file GitHub Copilot
Instructions for slbug/claude-ruby-grape-rails, covering eval framework review rules, audience: agents, not humans, eval definitions (lab/eval/evals/.json), trigger corpora (lab/eval/triggers/.json) and context budget (lab/eval/contextbudget.py).
Instructions file GitHub Copilot
Instructions for slbug/claude-ruby-grape-rails, covering shell script and hook review rules, audience: agents, not humans, shell hardening, deletion safety and hook output patterns.
Instructions file GitHub Copilot
Instructions for slbug/claude-ruby-grape-rails, covering markdown file review rules, audience: agents, not humans, skill and agent frontmatter, runtime variables and consistency checks.
Instructions file GitHub Copilot
Instructions for slbug/claude-ruby-grape-rails, covering plugin file review rules, audience: agents, not humans, agent conventions (plugins//agents/.md), skill conventions (plugins//skills//skill.md) and hook conventions (plugins//hooks/).
Instructions file
Instructions for slbug/claude-ruby-grape-rails, covering plugin development guide, posture, workflow, commands and artifact directories.
Plugin Claude Code
Specialist agents, Iron Laws, parallel code review, and plan→work→verify→review→compound workflow for Ruby, Rails, Grape, Sidekiq, Hotwire, Active Record, and Sequel projects.
Agent
Designs or reviews Active Record schemas, migrations, indexes, constraints, locking strategy, and query shape for Ruby/Rails/Grape applications.
Agent
Traces Rails, Grape, service, model, and Sidekiq call chains from an entry point to downstream effects.
Agent
Reviews Active Record or Sequel models, migrations, and transactions for data integrity risks, rollback safety, and constraint gaps during review.
Agent
Investigates tricky Ruby/Rails/Grape bugs, race conditions, stale cache problems, and Sidekiq failures using structured evidence gathering. Writes the investigation report to a file.
Agent
Analyze dead code, circular requires, and cross-package coupling before refactor planning, cleanup review, or modular-monolith extraction in Rails/Grape codebases.
Agent
Reviews deployment configuration for Ruby/Rails/Grape applications, including Docker, Procfile/process layout, migrations, assets, environment config, and Sidekiq runtime concerns.
Agent
Checks Ruby/Rails/Grape code for project Iron Law violations using pattern analysis. Use proactively after code changes or during review.