Source

ravnhq/ai-toolkit

51 skills · 1.3K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
core-coding-standards Universal code quality rules — KISS, DRY, clean code, code review. Base skill every project should include. Use when …
ravnhq/ai-toolkit
96
2
promptify Transform user requests into detailed, precise prompts for AI models. Use when users say 'promptify', 'promptify this…
ravnhq/ai-toolkit
81
3
lang-typescript TypeScript language patterns and type safety rules — strict mode, no any, discriminated unions. Use when writing Type…
ravnhq/ai-toolkit
62
4
design-frontend Visual design system patterns for web UIs. Tailwind CSS v4 design tokens and CSS variables, responsive design with co…
ravnhq/ai-toolkit
57
5
tech-react React 19 patterns for components, hooks, Server Components, and data fetching. Use when writing React components, man…
ravnhq/ai-toolkit
57
6
agent-pr-creator Analyzes git diffs and commit history to intelligently fill PR templates and create pull requests via gh CLI. Use whe…
ravnhq/ai-toolkit
48
7
platform-backend Server-side architecture and security — API design, error handling, validation, logging. Use when building APIs, serv…
ravnhq/ai-toolkit
42
8
agent-skill-creator Guide for creating effective, portable skills that extend Claude's capabilities with specialized knowledge, workflows…
ravnhq/ai-toolkit
41
9
platform-frontend Framework-agnostic frontend architecture — state management, components, data fetching. Use when building any web fro…
ravnhq/ai-toolkit
40
10
platform-database SQL database design, query optimization, and migration safety. Use when writing queries, designing schemas, or planni…
ravnhq/ai-toolkit
39
11
platform-testing Framework-agnostic testing principles — test philosophy, structure, mocking boundaries. Use when writing, reviewing, …
ravnhq/ai-toolkit
39
12
tech-drizzle Drizzle ORM typesafe schema design, relational queries, prepared statements, migrations, and transactions. Use when w…
ravnhq/ai-toolkit
37
13
tech-vitest Vitest testing framework for modern JavaScript. Unit and integration tests with Jest-compatible API, native TypeScrip…
ravnhq/ai-toolkit
37
14
agent-init-deep Initialize or migrate to nested CLAUDE.md structure for progressive disclosure. Claude auto-loads CLAUDE.md from any …
ravnhq/ai-toolkit
35
15
agent-add-rule Add a new rule, convention, or instruction to the project's agent configuration. Analyzes the rule and helps decide p…
ravnhq/ai-toolkit
33
16
eval-agent-md Behavioral compliance testing for any CLAUDE.md or agent definition file. Auto-generates test scenarios from your rul…
ravnhq/ai-toolkit
33
17
grill-me Interview the user relentlessly about a plan or design until reaching confidence through Socratic questioning. Use wh…
ravnhq/ai-toolkit
33
18
design-accessibility WCAG AA and ARIA best practices — screen readers, keyboard navigation, focus management. Use when building any user-f…
ravnhq/ai-toolkit
31
19
liquid-glass-ios Apple's Liquid Glass design system for iOS 26+ and iPadOS 26+. Use when building iOS 26+ UI with glassEffect, impleme…
ravnhq/ai-toolkit
31
20
figma-to-react-components Convert Figma component designs into production-ready React implementations with design token integration, accessibil…
ravnhq/ai-toolkit
30
21
tech-android Android and Kotlin development patterns — Compose, architecture, coroutines, Room, navigation, Hilt. Use when buildin…
ravnhq/ai-toolkit
30
22
platform-cli Design and implementation patterns for building command-line tools with modern UX. Use when designing a CLI, reviewin…
ravnhq/ai-toolkit
29
23
tech-trpc tRPC end-to-end typesafe APIs. Router architecture, procedure design, middleware chaining, input validation with Zod,…
ravnhq/ai-toolkit
29
24
rewrite-commit-history Rewrite a feature branch's commit history into clean conventional commits that tell a progressive, linear story. Hand…
ravnhq/ai-toolkit
20
25
swift-concurrency Swift Concurrency patterns — async/await, actors, tasks, Sendable conformance. Use when writing async/await code, imp…
ravnhq/ai-toolkit
20
26
pr-comments-address Reads open review comments from a GitHub PR, triages them by severity, applies code fixes, and drafts replies. Use wh…
ravnhq/ai-toolkit
19
27
ts-linter Set up and enforce a strict, production-grade ESLint configuration for TypeScript projects, then systematically fix a…
ravnhq/ai-toolkit
18
28
tech-tanstack-router Draft scaffold; incomplete and not for normal use. TanStack Router patterns for type-safe routing. Extends platform-f…
ravnhq/ai-toolkit
16
29
type-system-audit Audit a repository for type-system weaknesses using recent bug-fix commits as hard evidence. Produces prioritized fin…
ravnhq/ai-toolkit
16
30
design Draft scaffold; incomplete and not for normal use. General design principles and patterns. Use as a base for design-s…
ravnhq/ai-toolkit
15
31
design-mobile Draft scaffold; incomplete and not for normal use. Mobile-specific visual design patterns — touch targets, gestures, …
ravnhq/ai-toolkit
15
32
tech-react-native Draft scaffold; incomplete and not for normal use. React Native development patterns. Extends platform-mobile and tec…
ravnhq/ai-toolkit
15
33
tech-tanstack-form Draft scaffold; incomplete and not for normal use. TanStack Form patterns for type-safe form management. Extends plat…
ravnhq/ai-toolkit
15
34
parallel Run a task in a background sub-agent so you can continue working on other things. Use when explicitly invoked via the…
ravnhq/ai-toolkit
14
35
platform-mobile Draft scaffold; incomplete and not for normal use. Cross-platform mobile development patterns. Extends core-coding-st…
ravnhq/ai-toolkit
14
36
tech-ios Draft scaffold; incomplete and not for normal use. iOS and Swift development patterns. Extends platform-mobile with i…
ravnhq/ai-toolkit
14
37
tech-prisma Draft scaffold; incomplete and not for normal use. Prisma ORM schema design and query patterns. Extends platform-data…
ravnhq/ai-toolkit
14
38
test-case-gen Generate, evaluate, audit, and normalize QA test cases to RAVN standards. Trigger on "generate/write/create test case…
ravnhq/ai-toolkit
12
39
bug-report-gen Draft, evaluate, enrich, and normalize QA bug reports to RAVN standards. Trigger on "write/create a bug report", "I f…
ravnhq/ai-toolkit
10
40
localize-ios Localizes UIKit Views and ViewControllers and SwiftUI Views. Extracts hardcoded text, generates camelCase keys, repla…
ravnhq/ai-toolkit
10
41
test-plan-gen Generate professional QA Test Plan documents (.docx or .pdf) from a structured interview. Trigger on "create/write a …
ravnhq/ai-toolkit
9
42
design-variations Generate a gallery of design variations for a UI component. Takes an existing component (referenced by name, pasted c…
ravnhq/ai-toolkit
8
43
transcript-notes Convert meeting transcript .txt files into structured .md notes with metadata, TL;DR, key topics, action items, and q…
ravnhq/ai-toolkit
7
44
locators-scanner Scan a website URL and extract the best locators for every visible element on the page, outputting a Page Object Mode…
ravnhq/ai-toolkit
6
45
qa-bug-fixer Receive bug reports from QA agents and implement focused, minimal fixes. Read before writing, understand the root cau…
ravnhq/ai-toolkit
6
46
qa-orchestrator Orchestrate QA agent workflows — spawn test agents in parallel, collect results, triage bugs, trigger the bug fixer, …
ravnhq/ai-toolkit
5
47
qa-personality-builder Create custom QA agent personalities for project-specific testing needs. Guided builder that asks about the specialty…
ravnhq/ai-toolkit
5
48
qa-happy-path Drive a web application's UI through core positive flows using Playwright browser automation. Verify that primary use…
ravnhq/ai-toolkit
4
49
agent-skills-manager Manage AI skills from the Ravn AI Toolkit via corvus CLI — install, update, remove, search, and configure skills for …
ravnhq/ai-toolkit
3
50
qa-chaos-monkey Adversarial QA tester that systematically tries to break an application's API. Tests security boundaries, input valid…
ravnhq/ai-toolkit
3
Page 1 · 51 total Next