Ryan avatar

Ryan

Community

@ryanportfolio

1Followers
|
26Public Repos
|
33Published Skills

Extract Wisdom @ corewise.video

Skills Distribution
DomainDeveloper To...Multi-Agent Orches.. (35%)Session & Context .. (25%)Code Review & CI O.. (20%)Prose Writing & Vo.. (20%)

Agent Skills by Ryan

Showing 33 vetted skills indexed across 1 GitHub repositories.

ryanportfolioryanportfolio

bro

Restates the assistant's last message in plain language without jargon.

Community
Basic
ryanportfolioryanportfolio

handoff-audit

Generates a self-contained adversarial audit prompt for independent verification in a fresh session.

Community
Intermediate
ryanportfolioryanportfolio

verify-this

Verify claims by capturing baseline and treatment evidence and returning a verdict.

Community
Intermediate
ryanportfolioryanportfolio

wow-loop

Orchestrates a multi-agent implement-verify-fix loop with screenshot evidence gates for deliverables.

Community
Advanced
ryanportfolioryanportfolio

why

Reviews and pressure-tests the assistant's immediately prior recommendation on explicit /why invocation.

Community
Intermediate
ryanportfolioryanportfolio

session-hub

Coordinates parallel Claude Code sessions through a shared append-only HTML hub.

Community
Intermediate
ryanportfolioryanportfolio

merge

Automates session-wide commit, push, pull request, and squash-merge cycles into main.

Community
Advanced
ryanportfolioryanportfolio

long-horizon

Orchestrates long multi-step tasks across sessions using verified executor and auditor rounds.

Community
Advanced
ryanportfolioryanportfolio

lab

Creates throwaway single-file HTML sandboxes with live controls for tuning visual and motion parameters.

Community
Intermediate
ryanportfolioryanportfolio

purposeful-writing

Drafts and revises prose for readers including emails, essays, proposals, and cover letters.

Community
Basic
ryanportfolioryanportfolio

fable-mode

Orchestrates multi-step workflows with dependent steps, load-bearing unknowns, and verification-sensitive handoffs.

Community
Intermediate
ryanportfolioryanportfolio

adopt-repo

Mirror an external repository privately and overlay firmware with privacy sweeping and project initialization.

Community
Intermediate
ryanportfolioryanportfolio

babysit-ci

Monitors pull request checks and iterates on failures until all checks pass.

Community
Intermediate
ryanportfolioryanportfolio

addskill

Installs new skills into a repository's .claude/skills directory with Codex adapter generation.

Community
Intermediate
ryanportfolioryanportfolio

optimize-context

Reduces per-turn context and token load by trimming kernels, skills, and connectors.

Community
Intermediate
ryanportfolioryanportfolio

impartial-review

Dispatches five fresh-context reviewer subagents to audit code diffs across categorized finding buckets.

Community
Advanced
ryanportfolioryanportfolio

recall

Retrieves and saves durable project-specific knowledge before unfamiliar edits.

Community
Basic
ryanportfolioryanportfolio

forge-repo-ui-skill

Synthesizes repository-specific UI design skills from existing agent skill definitions.

Community
Intermediate
ryanportfolioryanportfolio

brainstorming

Guides product and design brainstorming with a browser-based visual mockup companion server.

Community
Advanced
ryanportfolioryanportfolio

enhance-prompt

Rewrites rough user requests into polished, copy-paste-ready prompts for cold AI agents.

Community
Intermediate
ryanportfolioryanportfolio

writing-plans

Generates structured implementation plans from specs before writing code.

Community
Intermediate
ryanportfolioryanportfolio

dare

Decomposes problems into first-principles assumptions and rebuilds solutions through chained subagent reviews.

Community
Intermediate
ryanportfolioryanportfolio

automate-me

Generates a personal working-style skill from project transcripts and user preferences.

Community
Intermediate
ryanportfolioryanportfolio

arena

Spawns parallel candidate attempts at one task and merges the strongest parts into a final result.

Community
Intermediate

Frequently Asked Questions About Ryan

FAQPage Schema
What tasks can I accomplish with Ryan's skill registry?▼

You can coordinate parallel Claude Code sessions, verify claims with fresh local evidence, babysit PR checks until green, run multi-agent perfection loops on deliverables, mirror external repos privately, and humanize prose. Skills also cover long-horizon task management, prompt enhancement, and cross-vendor code review via Codex CLI.

Who is the target user for these skills?▼

Developers running Claude Code or Codex CLI sessions who need structured verification, session coordination, and quality gates. The registry suits engineers managing multi-step work spanning context windows, reviewing code with independent agents, and writers refining prose to remove machine-generated tells before publishing.

How are these skills installed and invoked?▼

Skills are added repo-locally using the addskill skill, which handles the install contract for future Claude Code and Codex sessions. Most skills trigger via explicit dollar-sign or slash invocations like $verify-this or $babysit-ci, while some activate proactively based on context such as failing CI checks.

What prerequisites do these skills require?▼

Most skills require an active Claude Code session; impartial-review requires exposed multi-agent tools or an authenticated Codex CLI, and codex-review drives the OpenAI Codex CLI directly. Session-hub uses a shared append-only Desktop HTML hub, and adopt-repo clones external repositories under the user's account.

Do these skills support long-running or multi-session work?▼

Yes. The long-horizon skill handles work too big for one context window using verified rounds, session-hub coordinates parallel sessions through a shared HTML hub, and recall preserves durable project-specific learning. The refine skill captures friction and corrections when sessions wrap up.