Skip to content
R

Rob

@rob

49 tools Joined Jan 16, 2026
Verified Prolific Responsive
Trust Score:
35

Published Tools

AI

Speculative execution wrapper for Personal Assistant with predictive caching and model routing

0
v1.0.0
cmdforge install rob/pa-speculate
AI
P

Research a topic using reasoner+critic agents for thorough analysis

0
v1.0.0
cmdforge install rob/pa-research
AI
P

pa-plan

by rob

Create a plan using predictor+reasoner agents for goal-oriented planning

0
v1.0.0
cmdforge install rob/pa-plan
Data
P

Set a flag value in JSON output, parsing input as JSON types (boolean, number, object) or string

0
v1.0.0
cmdforge install rob/pa-set-flag
Data

Extract a field from JSON input using dot notation. Navigates JSON structure to locate and output the specified field path.

0
v1.0.0
cmdforge install rob/pa-extract-field

Pass input through unchanged for debugging and testing pipelines

0
v1.0.0
cmdforge install rob/pa-passthrough
Text

Format retrieved memories into a text block suitable for LLM prompt injection. Parses JSON memory array and sorts by similarity distance.

0
v1.0.0
cmdforge install rob/pa-format-memories
Data

Analyze and score the importance of a message for memory prioritization. Scores text from 0.0 (trivial) to 1.0 (critical) based on factual content, preferences, and explicit memory requests, providing reasoning for the score.

0
v1.0.0
cmdforge install rob/pa-score-importance
Data
P

Remove old or low-importance messages from SQLite database. Deletes messages based on age, importance score, or total count criteria. Returns deleted message IDs and count.

0
v1.0.0
cmdforge install rob/pa-db-prune
Data
P

Update last_accessed timestamp and increment access_count for message records in SQLite database

0
v1.0.0
cmdforge install rob/pa-db-touch
Data

Retrieve messages from the PA2 SQLite database. Queries the messages table and returns conversation history filtered by conversation_id, role, or limit.

0
v1.0.0
cmdforge install rob/pa-db-get-messages
Data

Save a message to the PA2 SQLite database with conversation tracking. Creates database and schema if needed, assigns unique message ID, and stores message with metadata.

0
v1.0.0
cmdforge install rob/pa-db-save-message
Data

Delete documents from a ChromaDB vector collection by their IDs

0
v1.0.0
cmdforge install rob/pa-vector-delete
Data

Add documents to a ChromaDB vector collection with embeddings. Reads JSON input with id, content, and metadata fields, uses pa-embed tool to obtain embeddings, and stores the document in the specified ChromaDB collection.

0
v1.0.0
cmdforge install rob/pa-vector-add
Data

Performs semantic search against a ChromaDB vector collection. Parses query from JSON input, queries the collection using embeddings, and returns matching results with similarity distances.

0
v1.0.0
cmdforge install rob/pa-vector-search
Data
P

pa-embed

by rob

Embed text into vector representations for semantic search using Ollama's embedding models. Outputs embedding vector with metadata.

0
v1.0.0
cmdforge install rob/pa-embed
Development
U

bug fix (missing default for --notes argument

0
v2.0.2
cmdforge install rob/update-docs
Developer
F

Fix scrutiny honesty warnings by rewriting a tool's description to align with its prompt keywords, then verify the fix

0
v1.0.0
cmdforge install rob/forge-fix
Developer
F

Validate a CmdForge tool config.yaml against scrutiny rules before publishing

0
v1.0.0
cmdforge install rob/forge-check
Developer
F

Build single or multi-tool CmdForge pipelines from natural language descriptions, writing config.yaml and README to ~/.cmdforge/ with proper step composition and ToolStep wiring. Runs system commands to generate READMEs, check scrutiny, and auto-fix honesty warnings

0
v1.0.0
cmdforge install rob/forge-tool
Artifact
A

Generate or modify artifacts (diagrams, 3D models, code) using AI

0
v1.0.2
cmdforge install rob/artifact-ai
Developer
R

Quick code review with actionable suggestions

0
v1.0.2
cmdforge install rob/review-code
Developer
L

Extract and explain errors from large log files

0
v1.0.2
cmdforge install rob/log-errors
Developer
G

Generate unit tests for code with edge cases

0
v1.0.2
cmdforge install rob/gen-tests
Developer

Explain error messages and stack traces in plain language

0
v1.0.2
cmdforge install rob/explain-error
Developer

Explain what code does in plain language

0
v1.0.2
cmdforge install rob/explain-code
Developer
D

Add docstrings to functions and classes

0
v1.0.2
cmdforge install rob/docstring
Developer
D

Review only the added/changed code in a diff

0
v1.0.2
cmdforge install rob/diff-focus
Developer
C

Generate a commit message from a git diff

0
v1.0.2
cmdforge install rob/commit-msg
Developer
C

comment

by rob

Add inline comments to code explaining what each section does

0
v1.0.2
cmdforge install rob/comment
Artifact

Render artifact source code to binary formats (PNG, SVG, PDF)

0
v1.0.1
cmdforge install rob/artifact-export
Text
T

Rewrite text in a different tone while preserving the message. Use --tone to specify style (e.g., professional, casual, formal, friendly, assertive).

0
v1.0.4
cmdforge install rob/tone-shift
Text
T

tldr

by rob

Summarize any text into a concise one-line TL;DR. Perfect for quickly understanding long documents or articles.

0
v1.0.4
cmdforge install rob/tldr
Text
S

simplify

by rob

Rewrite complex text using simpler words and shorter sentences. Use --level to target a specific reading level (default: 5th grade).

0
v1.0.0
cmdforge install rob/simplify
Text
R

Draft email replies with customizable tone. Pipe an email and get a draft response. Use --tone to set the style (default: professional and friendly).

0
v1.0.2
cmdforge install rob/reply-email
Text
E

expand

by rob

Expand bullet points and notes into flowing, well-written paragraphs. Maintains the original meaning while adding context and transitions.

0
v1.0.2
cmdforge install rob/expand
Text
F

Correct grammar, spelling, and punctuation errors in text. Returns only the corrected text without explanations.

0
v1.0.0
cmdforge install rob/fix-grammar
Text
E

eli5

by rob

Explain complex topics in simple terms a 5-year-old could understand. Uses everyday analogies and avoids jargon.

0
v1.0.0
cmdforge install rob/eli5
Development

Analyze implementation plans and extract actionable tasks into structured JSON with priorities

0
v1.0.2
cmdforge install rob/extract-plan
Development

Added README with usage examples and format details

0
v1.0.1
cmdforge install rob/realign-goals
Development
A

Audit project goals by examining milestones and codebase evidence.

0
v2.1.2
cmdforge install rob/audit-goals
D

dictate

by rob

Record from microphone and transcribe to text (convenience wrapper)

0
v1.0.1
cmdforge install rob/dictate
T

Transcribe audio file to text (supports Google Cloud, OpenAI-compatible Whisper, remote-faster-whisper)

0
v2.0.1
cmdforge install rob/transcribe
M

Record audio from microphone for a fixed duration

0
v1.1.1
cmdforge install rob/mic-record
R

Convert text to speech and play it immediately (auto-chunks long text)

0
v1.1.1
cmdforge install rob/read-aloud
T

tts

by rob

Convert text to speech (supports Google Cloud, Piper, OpenAI-compatible backends)

0
v2.0.1
cmdforge install rob/tts
Developer

Generate and validate Python code

0
v1.0.0
cmdforge install rob/code-validate
Developer
C

Generate changelog from git commits

0
v1.0.0
cmdforge install rob/changelog
Development

AI-powered secondary review of scrutiny warnings to identify false positives and provide deeper analysis. Evaluates keyword-triggered warnings in context to determine if they represent actual issues or incidental word usage.

0
v1.2.0
cmdforge install rob/scrutiny-ai-review