r3bl-open-core
Rust terminal UI development with safe refactoring workflows
All Skills in This Repository (8)
Pure Emerald Level Indicatorsanalyze-log-files
Strip ANSI escape sequences from log files using ansifilter.
check-code-quality
Run cargo check, build, clippy, test, and doc workflows.
organize-modules
Organize Rust crate modules with private modules and public re-exports.
check-bounds-safety
Enforce type-safe index and length wrappers for Rust bounds checking.
design-philosophy
Enforce core design principles for API and module design.
analyze-performance
Generate and compare flamegraphs against baselines to detect performance regressions.
run-clippy
Run clippy, cargo fmt, and module checks on Rust workspaces.
write-documentation
Standardize Rust rustdoc structure, voice, and intra-doc links.
Frequently Asked Questions
FAQPage SchemaHow to install r3bl-open-core?โผ
Run `npx skills add r3bl-org/r3bl-open-core --all -g -y` in your terminal to install all skills in this suite globally.
What is r3bl-open-core used for?โผ
It is a Rust workspace for building fast, fully async terminal user interfaces, plus a set of skills that enforce code quality, safe refactoring, and documentation standards.
How does it keep AI-driven code changes safe?โผ
The root AGENTS.md forbids destructive commands and bulk scripts, requiring file-by-file edits, frequent validation runs, and mandatory human review before any task is marked complete.
Can it check Rust code quality automatically?โผ
Yes. The check-code-quality and run-clippy skills run typechecks, lints, tests, and documentation builds, then fix warnings instead of just reporting them.
Does it work with Claude Code and other AI coding tools?โผ
Yes. The skills follow the standard SKILL.md format and work in Claude Code, Cursor, and other compatible coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core