RayFernando1337/rayfernando-skills
Plugin Claude Code
Plugin marketplace listing 5 plugins: running-bug-review-board, waves, waves-codex, bootstrap-ios, swiftui-animation-match.
Ray Fernando's collection of Skill files for AI coding agents. First up: running-bug-review-board, a real-user QA workflow with a Bug Review Board (BRB) feedback loop.
RayFernando1337/rayfernando-skills
Plugin Claude Code
Plugin marketplace listing 5 plugins: running-bug-review-board, waves, waves-codex, bootstrap-ios, swiftui-animation-match.
RayFernando1337/rayfernando-skills
Plugin Claude Code
Meta-skill for iOS and macOS app agents: load the right Swift, SwiftUI, testing, data, build, simulator, and XcodeBuildMCP guidance before touching an Apple-platform repo.
RayFernando1337/rayfernando-skills
Plugin Claude Code
Real-user QA and Bug Review Board workflow. Runs manual app QA from a customer perspective, files P0/P1/P2 bug reports, produces YES/NO phase sign-off, generates an editorial HTML QA dashboard, syncs with confirmed issue trackers, and supports a separate Interactive BRB triage flow.
RayFernando1337/rayfernando-skills
Plugin Claude Code
Match UI/UX interaction needs to proven SwiftUI animation patterns from curated open-source catalogs, with system-first restraint. Ships an analyzed catalog of Shubham0812/SwiftUI-Animations (30 animations + 7 Metal shaders) and a repeatable recipe for cataloging more animation repos.
RayFernando1337/rayfernando-skills
Plugin Claude Code
WAVES (Workers, Aggregate, Verify, Extend): wave-based orchestration for Codex. Decompose into independent slices, spawn parallel Codex subagents (or spawnagentsoncsv) as a bounded wave, verify evidence-backed handoffs, then synthesize. The manifest is the stop function: stop only on completion, stagnation, or budge.
RayFernando1337/rayfernando-skills
Plugin Claude Code
WAVES (Workers, Aggregate, Verify, Extend): wave-based orchestration for Cursor. Decompose a big task into independent slices, fan them out to isolated parallel subagents with the Task tool as a bounded wave, verify each handoff, then synthesize. The manifest is the stop function: continue until every slice is…