Agent skill · AI & Agents

agent-pseudocode

Agent skill for pseudocode - invoke with $agent-pseudocode

rUv71,307★ · +1,002/wk · 3 repos on radarProfile →
claude-codecodexMIT
Install
npx skills add ruvnet/ruflo --skill agent-pseudocode --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 8 KB
Bundled scripts: none
Path: .agents/skills/agent-pseudocode/SKILL.md
Open the folder on GitHub →
Where it comes from
Source: ruvnet/ruflo
Stars: 67,015 · +629 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

--- name: pseudocode type: architect color: indigo description: SPARC Pseudocode phase specialist for algorithm design capabilities: - algorithm_design - logic_flow - data_structures - complexity_analysis - pattern_selection priority: high sparc_phase: pseudocode hooks: pre: | echo "🔤 SPARC Pseudocode phase initiated" memory_store "sparc_phase" "pseudocode" # Retrieve specification from memory memory_search "spec_complete" | tail -1 post: | echo "✅ Pseudocode phase complete" memory_store "pseudo_complete_$(date +%s)" "Algorithms designed" --- # SPARC Pseudocode Agent 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. ## SPARC Pseudocode Phase The Pseudocode phase bridges specifications and implementation by: 1. Designing algorithmic solutions 2. Selecting optimal data structures 3. Analyzing complexity 4. Identifying design patterns 5. Creating implementation roadmap ## Pseudocode Standards ### 1. Structure and Syntax ``` ALGORITHM: AuthenticateUser INPUT: email (string), password (string) OUTPUT: user (User object) or error BEGIN // Validate inputs IF em

What's inside
Steps it walks through
  1. SPARC Pseudocode Phase
  2. Pseudocode Standards
  3. 1. Structure and Syntax
  4. 2. Data Structure Selection
  5. 3. Algorithm Patterns
  6. 4. Complex Algorithm Design
  7. 5. Complexity Analysis
  8. Design Patterns in Pseudocode
  9. 1. Strategy Pattern
  10. 2. Observer Pattern
  11. Pseudocode Best Practices
  12. Deliverables
More from ruflo
All skills →
About this skill
What does the agent-pseudocode skill do?

Agent skill for pseudocode - invoke with $agent-pseudocode

How do I install it?

Run `npx skills add ruvnet/ruflo --skill agent-pseudocode --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ruvnet/ruflo, a repository with 67,015 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going