Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
ROS2 Humble development environment with ARIA orchestrator commands
npx claudepluginhub drdave-flexnetos/ripple-envARIA audit focused on AI agents and skills configuration
ARIA audit focused on CI/CD workflows
ARIA audit focused on Nix/Flake configuration
Run comprehensive codebase audit with ARIA orchestrator
Quick codebase scan with ARIA (discovery only, no team deployment)
This file configures Claude Code's behavior for system architecture and framework design.
Cross-file configuration analysis and inconsistency detection using database queries and AST patterns
This file defines how agents collaborate and hand off tasks.
This file configures Claude Code's behavior for codebase analysis and cross-cutting concerns.
This file configures Claude Code's behavior when working on CI/CD and infrastructure tasks.
AI-powered development tools configuration and usage
AIOS Agent Operating System and Cerebrum SDK for building, deploying, and orchestrating AI agents
Enforce Nix + Pixi + direnv + Home-manager configuration patterns
DevOps skills for CI/CD, GitHub workflows, and infrastructure automation
Distributed systems tools including NATS messaging, libp2p networking, and Temporal workflows
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.
Complete ROS 2 workspace management with intelligent build/test automation, ccache support, and smart package selection
Runex workflow engine: API, bundles, step logs, and debugging
Bootstrap - Developer onboarding accelerator. Analyzes project requirements, detects missing dependencies, generates Docker/docker-compose configs, creates .env templates, sets up pre-commit hooks, configures IDE settings (VSCode/Cursor), and troubleshoots 'it works on my machine' issues. Gets developers productive in minutes, not hours.
Code-grounded Agent Skills for building with Pi (pi-mono). Covers all 7 packages: pi coding agent (workspace, extensions, packages, RPC/SDK, customization), pi-ai (multi-provider LLM API), pi-agent-core (agent runtime), pi-tui (terminal UI), pi-web-ui (web components), pi-mom (Slack bot), and pi-pods (vLLM GPU deployments). Skills are grounded in the pi-mono source corpus and cite real file paths.
Ubuntu changes since training cutoff (latest: 25.10) ā sudo-rs, rust-coreutils, APT 3.1, OpenSSH 10.0, OpenSSL 3.5 post-quantum crypto, Chrony NTS, Wayland-only GNOME. Load before working with Ubuntu.
b00t plugin for Claude Code - extreme programming agent framework with datum system, direnv pattern, and DRY philosophy
Battle-tested Claude Code plugin for engineering teams ā 48 agents, 182 skills, 68 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use
This is a common WSL issue with memory pressure and timeout problems. Here's the immediate fix:
# 1. Apply WSL stability fixes
./scripts/fix-wsl-stability.sh
# 2. Enter stable environment (use this instead of regular commands)
source scripts/stable-env.sh
# 3. Use safe commands with timeouts
pixi-safe install --no-update-lockfile
nix-safe develop
After running the fix script, these timeout-protected commands are available:
| Command | Purpose | Timeout |
|---|---|---|
ripple-enter | Enter stable environment | - |
pixi-safe | Safe pixi commands | 5 min |
nix-safe | Safe nix commands | 10 min |
docker-safe | Safe docker commands | 2 min |
ripple-save | Save session state | - |
ripple-restore | Restore after reload | - |
When WSL reloads, run:
cd-ripple # Returns to project + restores environment
ripple-restore # Recovers saved state
Copy this to Windows (run in WSL):
cp /tmp/.wslconfig /mnt/c/Users/$USER/.wslconfig
Then restart WSL:
# In Windows PowerShell:
wsl --shutdown
# Wait 10 seconds, then reopen
ā Memory Limits: Sets 8GB max, 2GB swap ā Timeout Protection: All commands have safe timeouts ā Resource Optimization: Reduces parallel jobs ā Session Recovery: Saves/restores working state ā WSL Configuration: Optimizes Windows WSL settings
ripple-save before heavy operationspixi-safe instead of pixifree -h to check WSL memory usagedocker system prune -f weeklyIf completely stuck:
# Minimal recovery
source scripts/stable-env.sh
cd /home/nixos/ripple-env
./scripts/session-restore.sh
This should resolve the reload issues! The stable environment prevents the memory/timeout problems that cause WSL to disconnect.
# Run PowerShell as Administrator
# Download and run the bootstrap script
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/FlexNetOS/ripple-env/main/bootstrap.ps1" -OutFile "bootstrap.ps1"
.\bootstrap.ps1
# Clone the repository
git clone https://github.com/FlexNetOS/ripple-env.git
cd ripple-env
# Run the bootstrap script (installs everything)
./bootstrap.sh
# Or if you already have nix installed:
nix develop # (or: nom develop for nicer output)
nom (nix-output-monitor) for nicer output (optional; nix still works)