Skip to content

Base Plugin Reference

The rp1-base plugin provides foundation capabilities for knowledge management, documentation, strategic analysis, and security validation.

Version: 4.1.0 Dependencies: None (base plugin)


Commands

Command Description
knowledge-build Generate knowledge base using parallel map-reduce architecture
knowledge-load Load KB context for downstream agents
project-birds-eye-view Generate comprehensive project overview with diagrams
strategize Holistic strategic analysis with trade-off recommendations
write-content Interactive technical content creation assistant
analyse-security Comprehensive security validation and vulnerability scanning

Command Categories

Knowledge Management

Build and load the knowledge base that powers context-aware agents.

Documentation

Generate comprehensive documentation for onboarding and communication.

Analysis

Deep analysis for strategy and security.

  • strategize: Provides strategic recommendations balancing cost, quality, and complexity
  • analyse-security: Comprehensive security validation and vulnerability detection

Installation

/plugin marketplace add rp1-run/rp1
/plugin install rp1-base
curl -fsSL https://raw.githubusercontent.com/rp1-run/rp1/main/scripts/install-for-opencode.sh | bash

Quick Start

After installation, generate a knowledge base:

/knowledge-build
/rp1-base/knowledge-build

This creates .rp1/context/ with documentation files that other commands use for context-aware execution.