Topic: ai-orchestration
136 skills in this topic.
-
sec-context-depth
Comprehensive AI code security review using 27 sec-context anti-patterns. Use for code review when security vulnerabilities are suspected, especially for AI-generated code.
alfredolopez80/multi-agent-ralph-loop 115
-
security
Security audit with Codex + MiniMax second opinion. Integrates ralph-security agent (6 quality pillars, OWASP A01-A10). Uses LSP for code navigation during analysis. Use when: (1) /security is invoked, (2) task relates to security functionality.
alfredolopez80/multi-agent-ralph-loop 115
-
smart-fork
Smart Forking - Find and fork from relevant historical sessions using parallel memory search across vault, memvid, handoffs, and ledgers
alfredolopez80/multi-agent-ralph-loop 115
-
spec
Produce a verifiable technical specification before coding. 6 mandatory sections: Interfaces, Behaviors, Invariants (from Aristotle Phase 2), File Plan, Test Plan, Exit Criteria (executable bash commands + expected results). Use when: (1) before implementing features with complexity > 4, (2) as Step 1.5 in orchestrator workflow, (3) when requirements need formalization. Triggers: /spec, 'create spec', 'write specification', 'technical spec'.
alfredolopez80/multi-agent-ralph-loop 115
-
testing-anti-patterns
Custom skill for testing-anti-patterns
alfredolopez80/multi-agent-ralph-loop 115
-
vault
Living knowledge base management. Actions: search (query vault), save (store learning), index (update indices), compile (raw->wiki->rules graduation), init (create vault structure). Follows Karpathy pipeline: ingest->compile->query. Use when: (1) searching accumulated knowledge, (2) saving learnings, (3) compiling raw notes into wiki, (4) initializing a new vault. Triggers: /vault, 'vault search', 'knowledge base', 'save learning'.
alfredolopez80/multi-agent-ralph-loop 115
-
adversarial
Multi-Agent Adversarial Analysis System for code security
alfredolopez80/multi-agent-ralph-loop 115
-
ask-questions-if-underspecified
Ask clarifying questions when requirements are underspecified
alfredolopez80/multi-agent-ralph-loop 115
-
audit
Generate usage report for MiniMax and token optimization Use when: (1) /audit is invoked, (2) task relates to audit functionality.
alfredolopez80/multi-agent-ralph-loop 115
-
autoresearch
Autonomous experiment loop: modifies code, runs experiments, evaluates metrics, keeps improvements. Inspired by karpathy/autoresearch + pi-autoresearch + autoexp. Triggers: /autoresearch, 'auto research', 'optimize continuously', 'experiment loop', 'autonomous optimization'.
alfredolopez80/multi-agent-ralph-loop 115
-
checkpoint-manager
Session checkpoint management: save, restore, list, clear state snapshots
alfredolopez80/multi-agent-ralph-loop 115
-
clarify
Intensive requirement clarification using structured AskUserQuestion workflow. Gathers MUST_HAVE (blocking) and NICE_TO_HAVE (optional) information before implementation. Use when: (1) starting new feature implementation, (2) requirements are ambiguous, (3) multiple approaches possible, (4) before writing any code. Triggers: /clarify, 'clarify requirements', 'ask questions', 'gather requirements'.
alfredolopez80/multi-agent-ralph-loop 115
-
code-reviewer
Automated code review using official Claude Code plugin with parallel agents. Integrates ralph-security for OWASP validation and ralph-frontend for accessibility checks. Uses LSP for efficient code navigation.
alfredolopez80/multi-agent-ralph-loop 115
-
context-engineer
Determines WHAT context an agent needs and packages it optimally. Actions: analyze (identify needed context), load (assemble from sources), prune (trim to token budget), inject (write to .claude/context-payload.md). Use when: (1) before spawning teammates, (2) context window is limited, (3) multi-source context assembly. Triggers: /context-engineer, 'prepare context', 'package context', 'context for agent'.
alfredolopez80/multi-agent-ralph-loop 115
-
design-system
Design system management for frontend agents. Actions: init (create DESIGN.md from template), load (inject into agent context), validate (check component compliance). Use when: (1) starting a frontend project, (2) generating UI components, (3) reviewing frontend code for design consistency. Triggers: /design-system, 'design system', 'create design', 'design tokens'.
alfredolopez80/multi-agent-ralph-loop 115
-
deslop
Code quality analyzer that identifies "slop" - code violating established coding principles - and suggests concrete improvements. Analyzes code against principles like KISS, YAGNI, SOLID, DRY, and provides before/after fix examples.
alfredolopez80/multi-agent-ralph-loop 115
-
edd
Eval-Driven Development (EDD) Framework v2.87.0 - Define-before-implement pattern with structured evals. Provides workflow: Define specifications → Implement features → Verify against evals. Components: TEMPLATE.md for eval definitions, edd.sh CLI script, /edd skill invocation. Check types: CC- (Capability), BC- (Behavior), NFC- (Non-Functional). Integrates with orchestrator workflow for quality-first development. Keywords: evals, define, implement, verify, capability checks, behavior checks, non-functional checks, template, quality assurance, test-driven, specification. Use when: defining new features with structured evals, implementing with verification requirements, creating quality specifications, TDD-style workflow with evals.
alfredolopez80/multi-agent-ralph-loop 115
-
exit-review
End-of-session learning classification. Reviews accumulated learnings and classifies each as GREEN (generic, goes to global wiki), YELLOW (project-specific, goes to project wiki), or RED (sensitive, discarded). Triggered at session end via Stop hook. Use when: (1) session ending, (2) manual review of learnings. Triggers: /exit-review, 'review learnings', 'classify learnings'.
alfredolopez80/multi-agent-ralph-loop 115
-
glm5
GLM-5 Agent Teams skill for spawning teammates with thinking mode
alfredolopez80/multi-agent-ralph-loop 115
-
iterate
Ralph Loop pattern with swarm mode: iterative execution until VERIFIED_DONE with multi-agent coordination. Use when: (1) iterative refinement needed, (2) quality gates must pass, (3) automated validation required. Triggers: /iterate, 'iterate until done', 'keep trying', 'fix until passing', 'loop until done'.
alfredolopez80/multi-agent-ralph-loop 115
-
perf
Performance optimization skill. Core Web Vitals via Lighthouse, bundle size analysis, metrics tracking over time. Use when: (1) optimizing frontend performance, (2) analyzing bundle size, (3) tracking metrics regression. Triggers: /perf, 'performance audit', 'core web vitals', 'bundle size'.
alfredolopez80/multi-agent-ralph-loop 115
-
readme
When the user wants to create or update a README.md file for a project. Also use when the user says "write readme," "create readme," "document this project," "project documentation," or asks for help with README.md. This skill creates absurdly thorough documentation covering local setup, architecture, and deployment.
alfredolopez80/multi-agent-ralph-loop 115
-
senior-software-engineer
Global skill enforcing senior software engineering best practices
alfredolopez80/multi-agent-ralph-loop 115
-
ship
Pre-launch shipping checklist orchestrating /gates, /security, /browser-test, /perf. Ensures nothing ships without passing all quality checks. Use when: (1) before deploying, (2) before merging to main, (3) before release. Triggers: /ship, 'ship it', 'ready to deploy', 'pre-launch check'.
alfredolopez80/multi-agent-ralph-loop 115