By ravnhq
Optional: cross-cutting frontend craft skills for React-family web + React Native — components, state, styling, data fetching, forms, motion, accessibility, performance, and testing.
Audit and fix accessibility (a11y) issues against WCAG 2.2 AA across React-family web and React Native — semantics, keyboard, focus, accessible names, contrast, and motion. Use when auditing a UI for accessibility, fixing a11y bugs, adding ARIA or focus management, reviewing for WCAG compliance, or making components usable with a screen reader and keyboard.
Add motion that communicates and stays cheap — animate compositor-only properties (transform/opacity), drive it off the main/JS thread, and honor reduced-motion preferences on web and React Native. Use when adding a transition or animation, building a motion-heavy interaction, fixing janky or expensive animation, or making motion respect prefers-reduced-motion / OS accessibility settings.
Design React-family and React Native components with clear composition, prop boundaries, and ownership — when to split, when to compose, what to lift, and what to keep local. Use when creating a new component, refactoring a bloated one, deciding a component's props/children API, or reviewing component structure.
Handle async data the house way — treat server state as a cache (not useState + useEffect), render loading/error/empty/success explicitly, fetch with keys/dedup/revalidation, and mutate optimistically then reconcile. Use when fetching data in a component, adding caching, wiring loading/error states, building a mutation, or reviewing data-fetching code.
Debug frontend web issues against a live Chrome via the Chrome DevTools MCP instead of guessing from source — reproduce the bug in the running page, then read the real console, network, DOM, and performance signal. Use when a page throws a console error, a network request fails or returns the wrong data, layout or styling renders wrong, or an interaction janks, and when first wiring the DevTools MCP into a repo.
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.
Org agent hub. Unified Claude Code skills, plugins, and workflow playbooks — consumed via the native plugin marketplace, no cloning required.
In any repo, from Claude Code:
/plugin marketplace add ravnhq/sasso-hq
/plugin install hq-core@hq
Then run /hq-core:onboarding — it takes over from there: asks what you're
working on, recommends the right skills, and walks you through the workflow.
Private repo — your machine needs GitHub access (SSH or
gh). You already have this from day-one setup.
hq-core (mandatory) — onboarding, workflow recommendations, code-review
standards, commit conventions, the SDD pipeline, plus the grill-me /
grill-with-docs / to-prd / to-issues / handoff skills.codebase-toolkit (optional) — map-the-codebase,
improve-codebase-architecture, write-a-skill, triage, zoom-out,
prototype.fun (optional) — caveman.chatbot-toolkit (optional) — build a full-stack, Claude-powered Meta
messaging bot (WhatsApp + Instagram).frontend-toolkit (optional) — cross-cutting frontend craft for
React-family web + React Native: component-design, state-management,
styling-systems, data-fetching, forms-and-validation,
animation-and-motion, accessibility-audit, frontend-performance,
frontend-testing, mobile-navigation, touch-interaction,
native-performance.Don't install the optional plugins blindly. Run /hq-core:onboarding (or
/hq-core:recommend-workflow) and it installs the ones relevant to your task —
keeping per-session context cost down. Full machine-readable index:
plugins/hq-core/catalog.json.
Open a PR. CI validates structure; a hq-core maintainer reviews. hq-core
and taxonomy.yml are locked to the core group. Rolling main — merged
changes ship to everyone on their next /plugin marketplace update.
See SPEC.md for the full design.
npx claudepluginhub ravnhq/sasso-hq --plugin frontend-toolkitA la carte AI skills for LLM-assisted development
Universal programming principles: KISS, DRY, clean code, code review
Optional: caveman mode — ultra-compressed communication that cuts token usage while keeping technical accuracy.
Optional: dispatch autonomous Claude workers into a pool of git worktrees from inside a session. /dispatch /adopt /status /reap /pool.
Optional: codebase mapping, architecture deepening, skill authoring, issue triage, zoom-out context, and throwaway prototyping.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.