Multi-platform development suite for Claude Code. Ruby-focused rubysmithing plugin with 13 specialized agents, plus notebook plugin for AI session recall across platforms (Claude Code, Hermes, Gemini CLI, OpenCode) with GitHub and backup integration.
npx claudepluginhub b08x/syncopated-contextConvention-aware Ruby development suite. Shared-root architecture with 13 specialized agents: agentic-operations-lead (routing), agentic-software-engineer (code gen), context-engineer (gem API verification), cognitive-architect (AI/NLP), ux-engineer (TUI), platform-engineer (scaffold), maintenance-architect (refactor), ruby-diagnostics-engineer (root cause), senior-qa-engineer (SIFT QA), director-of-ai-risk (rubrics), compliance-guardrail-agent (evaluation), developer-experience-engineer (YARD docs), senior-backend-architect (foreign codebase translation). 6 workflow commands: diagnose, audit, translate, document, flow, vibe.
.rubocop.yml, standard in Gemfile, or .rubysmith config; generates compliant code with explicit target statedgh cli integrationInstall the complete plugin suite:
claude plugin add syncopated-context
Or install individual plugins:
claude plugin add syncopated-context/rubysmithing
claude plugin add syncopated-context/notebook
After installation, all skills become available in any Claude Code session.
git clone https://github.com/b08x/syncopated-context
cd syncopated-context
# Install both plugins
claude plugin add ./plugins/rubysmithing
claude plugin add ./plugins/notebook
Requires Ruby 3.4.4+ via asdf or rbenv:
cd plugins/rubysmithing
bundle install
For bash plugin development:
# Install dependencies
brew install shellcheck bats-core gum
# or
sudo apt install shellcheck bats gum
# Ruby development workflows
rubysmithing:plan # Hub orchestrator for all Ruby tasks
rubysmithing:scaffold # Project initialization via rubysmith/gemsmith
rubysmithing:refactor # Convention fixes and Zeitwerk compliance
rubysmithing:genai # LLM, RAG, embeddings, MCP servers
rubysmithing:tui # Terminal UI scaffolding
# Multi-platform session analysis
recall yesterday # Cross-platform session retrieval
recall --github owner/repo # Correlate with GitHub activity
recall platform:claude debugging session
# Repository-level workflows
/implement # Implementation planning and execution
/refactor # Code refactoring workflows
/containerize # Docker deployment automation
rubysmithing:analyse: Static analysis with Gemba Walk methodology and root-cause tracingrubysmithing:context: Gem API verification using Context7 MCP with SQLite cachingrubysmithing:sift: QA audits with weighted rubric and evidence citationsrubysmithing:yardoc: Documentation generation with type inferencerubysmithing:genai: LLM and RAG pipeline scaffoldingrubysmithing:tui: BubbleTea/Lipgloss terminal interface generationrubysmithing:scaffold: New project initialization with convention detectionrecall platform:hermes <query>: Search Hermes session databaserecall platform:gemini <query>: Parse Gemini CLI session filesrecall platform:opencode <query>: Analyze OpenCode structured logs--github <owner/repo>: Correlate sessions with commit history--backup <path>: Include restic backup diff analysis<timeframe>: Natural language time expressions (yesterday, last week, 2025-03-25)Ruby Project Scaffolding:
# Generate convention-compliant Ruby project
rubysmithing:scaffold -- cli tool for API monitoring with circuit breakers
# Build terminal dashboard with TUI framework
rubysmithing:tui -- two-panel interface: file browser left, content preview right
Code Quality Analysis:
# Run comprehensive QA audit
rubysmithing:sift -- audit lib/ directory
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 154 specialized Claude Code subagents organized into 10 focused categories