Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By el-feo
Streamline Ruby on Rails development by generating scaffolds and code via custom generators, scanning for security vulnerabilities with Brakeman, optimizing PostgreSQL queries for performance, guiding RSpec and Cucumber TDD/BDD workflows, enforcing style and quality with RuboCop RubyCritic and SimpleCov, and reviewing changes against Sandi Metz SOLID principles with actionable reports.
npx claudepluginhub el-feo/ai-context --plugin ruby-railsCreate expert-level Ruby on Rails generators for models, services, controllers, and full-stack features
Start a TDD session using the red-green-refactor cycle
Review Ruby/Rails code with Sandi Metz rules and SOLID principles
Static analysis security vulnerability scanner for Ruby on Rails applications. Use when analyzing Rails code for security issues, running security audits, reviewing code for vulnerabilities, setting up security scanning in CI/CD, managing security warnings, or investigating specific vulnerability types (SQL injection, XSS, command injection, etc.). Also use when configuring Brakeman, reducing false positives, or integrating with automated workflows.
BDD testing with Cucumber and Gherkin for Ruby and Rails applications. Use when writing feature files (.feature), step definitions, hooks, or implementing Behaviour-Driven Development in Ruby/Rails projects. Covers Gherkin keywords (Feature, Scenario, Given/When/Then, Background, Scenario Outline, Rule), Ruby step definition patterns, Cucumber Expressions, hooks (Before/After/BeforeAll/AfterAll), tags, data tables, doc strings, World modules, and Capybara integration. Triggers on cucumber, gherkin, BDD, feature files, step definitions, acceptance testing, executable specifications.
Comprehensive Ruby implementations of Gang of Four (GoF) design patterns. Use when implementing object-oriented design solutions, refactoring to reduce coupling, solving architecture problems, or when user mentions specific patterns (Factory, Singleton, Observer, Strategy, etc.) in Ruby context.
Comprehensive PostgreSQL configuration and usage analysis for Rails applications. Use when Claude Code needs to analyze a Rails codebase for database performance issues, optimization opportunities, or best practice violations. Detects N+1 queries, missing indexes, suboptimal database configurations, anti-patterns, and provides actionable recommendations. Ideal for performance audits, optimization tasks, or when users ask to "analyze the database", "check for N+1 queries", "optimize PostgreSQL", "review database performance", or "suggest database improvements".
Create expert-level Ruby on Rails generators for models, services, controllers, and full-stack features. Use when building custom generators, scaffolds, or code generation tools for Rails applications, or when the user mentions Rails generators, Thor DSL, or automated code generation.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A Rails-focused spec-driven development workflow for building features with AI agents through systematic planning and self-contained specs
Rails development coordinator with domain skills for Rails 8+, Hotwire, security, and TDD. Built on Superpowers workflows.
Complete Rails development workflow with TDD, security reviews, and Linear integration
Upgrade Ruby and Rails safely: audit breaking changes, plan a phased roadmap, fix code and dependencies, verify with RSpec and RuboCop.
Plan and execute Rails version upgrades following FastRuby.io methodology
Ruby on Rails development tools. Includes 5 specialized agents, 3 commands, 39 skills, and enhanced toolbox with 6 research hooks.
JavaScript and TypeScript development toolkit with ESLint, Vitest, and unit testing best practices
DevOps and infrastructure toolkit with GitHub Actions, Kamal deployment, and Tailscale VPN configuration
General development utilities including Mermaid diagram creation for software documentation
GitHub Project Management workflow for product development: PRD creation, epic/task breakdown, TDD execution, and QA planning
Autonomous GitHub Project Management workflow with orchestrator-agent coordination for parallel task execution via git worktrees
A collection of Claude Code plugins for enhancing developer productivity with AI-assisted development workflows.
AI Context provides modular Claude Code plugins that can be installed into your projects. The repository focuses primarily on Ruby/Rails development but includes support for JavaScript/TypeScript and other technologies.
This repository contains 6 modular Claude Code plugins under plugins/:
| Plugin | Description | Skills | Commands | Agents |
|---|---|---|---|---|
ruby-rails | Ruby on Rails development toolkit | 11 | 3 | 1 |
ghpm | GitHub Project Management workflow | 0 | 10 | 0 |
ghpmplus | Autonomous GitHub Project Management with orchestrator | 0 | 3 | 10 |
js-ts | JavaScript/TypeScript toolkit | 3 | 1 | 0 |
devops | DevOps & infrastructure toolkit | 3 | 1 | 0 |
general | General development utilities | 1 | 0 | 0 |
# Add the marketplace
/plugin marketplace add el-feo/ai-context
# Install individual plugins
/plugin install ruby-rails@jebs-dev-tools
/plugin install ghpm@jebs-dev-tools
/plugin install ghpmplus@jebs-dev-tools
/plugin install js-ts@jebs-dev-tools
/plugin install devops@jebs-dev-tools
/plugin install general@jebs-dev-tools
# Add local marketplace
/plugin marketplace add /path/to/ai-context
# Then install plugins
/plugin install ruby-rails@jebs-dev-tools
# Use a specific plugin directly
cc --plugin-dir /path/to/ai-context/plugins/ruby-rails
ai-context/
├── .claude-plugin/
│ └── marketplace.json # Marketplace index
├── plugins/
│ ├── ruby-rails/ # Ruby/Rails development
│ ├── ghpm/ # GitHub Project Management
│ ├── ghpmplus/ # Autonomous GitHub Project Management
│ ├── js-ts/ # JavaScript/TypeScript
│ ├── devops/ # DevOps & infrastructure
│ └── general/ # General utilities
└── tools/ # Helper scripts
Ruby on Rails development toolkit with skills for Rails, Ruby, RSpec, RuboCop, SimpleCov, Brakeman, and code review with Sandi Metz principles.
Skills: rails, ruby, rspec, rubocop, rubycritic, simplecov, brakeman, rails-generators, sandi-metz-reviewer, review-ruby-code, postgresql-rails-analyzer
Commands: /red-green-refactor, /review-ruby-code, /rails-generators
Agents: rails-generator
GitHub Project Management workflow for product development: PRD creation, epic/task breakdown, TDD execution, and QA planning.
Commands: /ghpm:create-prd, /ghpm:create-epics, /ghpm:create-tasks, /ghpm:create-project, /ghpm:execute, /ghpm:tdd-task, /ghpm:changelog, /ghpm:qa-create, /ghpm:qa-create-steps, /ghpm:qa-execute
Autonomous GitHub Project Management with orchestrator-agent coordination. Extends ghpm with end-to-end autonomous execution: the orchestrator breaks down PRDs into epics and tasks, executes them in parallel via git worktrees, runs automated code review cycles, and executes Playwright CLI acceptance tests.
Commands: /ghpmplus:create-prd, /ghpmplus:auto-execute, /ghpmplus:team-execute
Agents: orchestrator, epic-creator, task-creator, task-executor, pr-review, conflict-resolver, review-cycle-coordinator, ci-check, qa-planner, qa-executor
Key features:
/ghpmplus:team-executePrerequisites: Playwright CLI (npm install -g @playwright/cli@latest) for QA execution.
JavaScript and TypeScript development toolkit with ESLint, Vitest, and unit testing best practices.
Skills: eslint, vitest, javascript-unit-testing
Commands: /vitest
DevOps and infrastructure toolkit with GitHub Actions, Kamal deployment, and Tailscale VPN configuration.
Skills: github-actions, kamal, tailscale
Commands: /github-actions
General development utilities including Mermaid diagram creation.
Skills: mermaid-diagrams