By Rylaa
Pixelbyte agent collection: prompt compliance checker, component documentation generator, and more specialized agents for development workflows.
Generates comprehensive technical documentation for React/TypeScript components (.tsx/.ts/.jsx/.js files). Analyzes import trees recursively (max 3 levels), detects API endpoints, maps state & data flow, performs UI/UX analysis, and saves documentation as {filename}_documentation.md in the same directory. <example> user: Document the UserProfile component assistant: I'll use the component-documentation agent to analyze and document this component with full dependency tree and data flow. </example> <example> user: src/features/dashboard/MetricsCard.tsx dosyasini dokumante et assistant: I'll generate comprehensive documentation for MetricsCard.tsx. </example> <example> user: Create documentation for all components in the auth feature assistant: I'll document each component in the auth feature with full import tree analysis. </example>
Validates that implementation matches the original prompt/request by checking compliance, detecting regressions, and identifying errors. Use when reviewing code changes against requirements. <example> user: Check if my changes match what was requested assistant: I'll use the prompt-compliance-checker agent to validate your implementation against the original requirements. </example> <example> user: Did I implement everything from the prompt? assistant: Let me run the prompt-compliance-checker to verify all requirements are met. </example> <example> user: Review my code changes for compliance assistant: I'll validate your changes using the prompt-compliance-checker agent. </example>
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub joshuarweaver/cascade-code-general-misc-2 --plugin rylaa-claude-agent-workflowsModel-aware multi-agent orchestration for Claude Code. On Fable: token-frugal delegation to preserve the usage limit. On Opus/other: a latency-lean profile that keeps the quality guarantees (Requirements Ledger + verification) but spends ceremony proportionally. Auto-detects the session model and injects the right profile; guard hooks enforce the discipline mechanically.
Multi-model fusion for Claude Code + Codex: a parallel panel (2x Claude Opus 4.8 + 1x GPT-5.5 via codex) answers a task independently and blind, then Opus 4.8 judges at maximum reasoning (Track A code: run both & merge / Track B research: structured synthesis) and a GPT-5.5 synthesizer writes one final answer grounded in the analysis.
Shared Claude Code plugin for frontend teams, including frontend skills, subagents, hooks, and MCP integration for Figma/Sketch/MasterGo/Pixso/墨刀/摹客. All reports auto-saved as Markdown files.
Implement UI designs from specs with pixel-perfect component generation
Agents for UI/UX design, accessibility, and user experience optimization
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Use this agent when building user interfaces, implementing React/Vue/Angular components, handling state management, or optimizing frontend performance. This agent excels at creating responsive, accessible, and performant web applications. Examples:\n\n<example>\nContext: Building a new user interface\nuser: "Create a dashboard for displaying user analytics"\nassistant: "I'll build an analytics dashboard with interactive charts. Let me use the frontend-developer agent to create a responsive, data-rich interface."\n<commentary>\nComplex UI components require frontend expertise for proper implementation and performance.\n</commentary>\n</example>\n\n<example>\nContext: Fixing UI/UX issues\nuser: "The mobile navigation is broken on small screens"\nassistant: "I'll fix the responsive navigation issues. Let me use the frontend-developer agent to ensure it works perfectly across all device sizes."\n<commentary>\nResponsive design issues require deep understanding of CSS and mobile-first development.\n</commentary>\n</example>\n\n<example>\nContext: Optimizing frontend performance\nuser: "Our app feels sluggish when loading large datasets"\nassistant: "Performance optimization is crucial for user experience. I'll use the frontend-developer agent to implement virtualization and optimize rendering."\n<commentary>\nFrontend performance requires expertise in React rendering, memoization, and data handling.\n</commentary>\n</example>
Design System compliance harness for Claude + Figma. Enforces library-first components, token binding, and automated QA — so AI-generated designs stay on-spec.