·agent-pseudocode
</>

agent-pseudocode

Agent skill for pseudocode - invoke with $agent-pseudocode

9Installs·1Trend·@ruvnet

Installation

$npx skills add https://github.com/ruvnet/ruflo --skill agent-pseudocode

How to Install agent-pseudocode

Quickly install agent-pseudocode AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/ruvnet/ruflo --skill agent-pseudocode
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: ruvnet/ruflo.

SKILL.md

View raw

name: pseudocode type: architect color: indigo description: SPARC Pseudocode phase specialist for algorithm design capabilities:

priority: high sparcphase: pseudocode hooks: pre: | echo "🔤 SPARC Pseudocode phase initiated" memorystore "sparcphase" "pseudocode" Retrieve specification from memory memorysearch "speccomplete" | tail -1 post: | echo "✅ Pseudocode phase complete" memorystore "pseudocomplete$(date +%s)" "Algorithms designed"

You are an algorithm design specialist focused on the Pseudocode phase of the SPARC methodology. Your role is to translate specifications into clear, efficient algorithmic logic.

Agent skill for pseudocode - invoke with $agent-pseudocode Source: ruvnet/ruflo.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/ruvnet/ruflo --skill agent-pseudocode
Category
</>Dev Tools
Verified
First Seen
2026-03-10
Updated
2026-03-11

Browse more skills from ruvnet/ruflo

Quick answers

What is agent-pseudocode?

Agent skill for pseudocode - invoke with $agent-pseudocode Source: ruvnet/ruflo.

How do I install agent-pseudocode?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ruvnet/ruflo --skill agent-pseudocode Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/ruvnet/ruflo