oakoss/agent-skills

This repository also configures its own agents. See what agent-skills tells them →

15Stars on the repository
136Mods indexed here, across every type
26d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

python-uv

73

oakoss/agent-skills

Skill Claude Code

Modern Python development with uv, the fast Python package and project manager. Covers project management (uv init, uv add, uv sync, uv lock), virtual environments, Python version management (uv python install/pin), script runners (uv run), tool management (uvx), workspace support for monorepos, and publishing to…

not rated 15 +1 26d ago A 149 tokens

quality-auditor

74

oakoss/agent-skills

Skill Claude CodeCodex

Code quality gatekeeper and auditor. Enforces strict quality gates, resolves the AI verification gap, and evaluates codebases across 12 critical dimensions with evidence-based scoring. Use when auditing code quality, reviewing AI-generated code, scoring codebases against industry standards, or enforcing pre-commit…

not rated 15 +1 26d ago A 83 tokens

rag-implementer

75

oakoss/agent-skills

Skill Claude CodeCodex

Implements retrieval-augmented generation pipelines. Use when building document retrieval systems, choosing chunking strategies, selecting embedding models, configuring vector stores, implementing hybrid search, or evaluating RAG quality. Use for embedding strategy, vector stores, retrieval pipelines, chunking, hybrid…

not rated 15 +1 26d ago A 113 tokens

react-email

76

oakoss/agent-skills

Skill Claude Code

Build responsive HTML emails with React Email components. Covers email structure (Html, Head, Body, Container), content components (Text, Heading, Button, Link, Img), layout (Section, Row, Column), styling with inline CSS and Tailwind, custom fonts, preview text, and rendering to HTML. Use when creating transactional…

not rated 15 +1 26d ago A 104 tokens

oakoss/agent-skills

Skill Claude Code

React error boundaries and fallback UIs for catching rendering errors. Use when handling component crashes, displaying error states, implementing error recovery, or preventing full-page crashes. Use for ErrorBoundary, componentDidCatch, getDerivedStateFromError, error fallback, error recovery, crash handling…

not rated 15 +1 26d ago A 67 tokens

react-native

78

oakoss/agent-skills

Skill Claude Code

React Native with Expo framework for building native mobile apps on Android, iOS, and web from a single TypeScript codebase. Covers Expo Router file-based navigation (stack, tabs, drawer), EAS Build/Submit/Update for CI/CD and OTA updates, expo-dev-client for custom development builds, Expo Modules API for native…

not rated 15 +1 26d ago A 148 tokens

react-patterns

79

oakoss/agent-skills

Skill Claude Code

React 19+ patterns, performance optimization, and component architecture. Covers hooks, state management decision trees, data fetching with use() API, Server Components, React Compiler, bundle optimization, and re-render elimination. Use when building components, optimizing re-renders, fetching data, managing state…

not rated 15 +1 26d ago A 75 tokens

react-performance

80

oakoss/agent-skills

Skill Claude Code

React performance optimization patterns including memoization, code splitting, bundle size reduction, re-render elimination, and profiling. Covers React Compiler automatic optimization, manual memo/useMemo/useCallback targeting, React.lazy with Suspense, barrel file avoidance, content-visibility for large lists…

not rated 15 +1 26d ago A 118 tokens

realtime-sync

81

oakoss/agent-skills

Skill Claude Code

Low-latency synchronization with WebTransport, pub/sub messaging, CRDTs, and AI stream orchestration. Covers bidirectional streaming, transactional outbox patterns, sequence tracking, and collaborative editing. Use when building real-time collaborative UIs, implementing pub/sub messaging, handling WebTransport or…

not rated 15 +1 26d ago A 81 tokens

remotion

82

oakoss/agent-skills

Skill Claude Code

Best practices for Remotion - Video creation in React. Use when creating programmatic videos with Remotion, adding animations or transitions, working with audio/captions, rendering compositions, embedding 3D content, building charts, or using Mapbox maps in video.

not rated 15 +1 26d ago A 56 tokens

repo-updater

83

oakoss/agent-skills

Skill Claude CodeCodex

Repo Updater - Multi-repo synchronization with AI-assisted review orchestration. Parallel sync, agent-sweep for dirty repos, ntm integration, git plumbing. 17K LOC Bash CLI. Use when syncing multiple GitHub repositories, running agent-sweep on uncommitted changes, or orchestrating AI-assisted code review across repos.

not rated 15 +1 26d ago A 71 tokens

resend

84

oakoss/agent-skills

Skill Claude Code

Resend email API for sending transactional and marketing emails. Use when integrating email delivery, managing domains, handling webhooks, building email workflows with React Email, managing contacts, or sending broadcasts. Use for resend, email, transactional, broadcast, contacts, segments, webhooks, domain.

not rated 15 +1 26d ago A 60 tokens

responsive-images

85

oakoss/agent-skills

Skill Claude Code

Implement performant responsive images with srcset, sizes, lazy loading, and modern formats (WebP, AVIF). Covers aspect-ratio for CLS prevention, picture element for art direction, and fetchpriority for LCP optimization. Use when adding images to pages, optimizing Core Web Vitals, preventing layout shift, implementing…

not rated 15 +1 26d ago A 75 tokens

rust

86

oakoss/agent-skills

Skill Claude Code

Rust language patterns and ecosystem covering ownership, borrowing, lifetimes, error handling (Result/Option, thiserror, anyhow), async with Tokio, traits, generics, serde serialization, Cargo workspaces, and testing. Includes axum web framework, ratatui terminal UI, clap CLI parsing, criterion benchmarking…

not rated 15 +1 26d ago A 145 tokens

scrum-conductor

87

oakoss/agent-skills

Skill Claude CodeCodex

Orchestrates AI-enhanced Scrum ceremonies and sprint coordination. Use when running sprint ceremonies, generating automated daily standups, engineering structured tickets, forecasting sprint capacity, or grooming backlogs. Use for fact-based standups, machine-readable tickets, predictive velocity, and backlog…

not rated 15 +1 26d ago A 71 tokens

secure-ai

88

oakoss/agent-skills

Skill Claude Code

Secures AI integrations against prompt injection, privilege escalation, and data leakage. Use when implementing defense-in-depth for LLM pipelines, applying zero-trust controls to autonomous agents, hardening server actions that interact with AI services, validating model outputs, securing MCP tool integrations, or…

not rated 15 +1 26d ago A 89 tokens

seo-optimizer

89

oakoss/agent-skills

Skill Claude CodeCodex

SEO architecture and content strategy for search visibility. Covers entity-first optimization, structured data, E-E-A-T signals, AI Overviews optimization, and content auditing. Use when optimizing search rankings, implementing JSON-LD schema, improving E-E-A-T signals, auditing site performance, planning topical…

not rated 15 +1 26d ago A 75 tokens

service-worker

90

oakoss/agent-skills

Skill Claude Code

Service worker lifecycle, caching strategies, background sync, push notifications, and static routing for progressive web apps. Covers Workbox v7.4 strategies (CacheFirst, NetworkFirst, StaleWhileRevalidate), workbox-precaching for app shells, Background Sync API with cross-browser fallbacks, Push API with VAPID keys…

not rated 15 +1 26d ago A 119 tokens

shadcn-ui

91

oakoss/agent-skills

Skill Claude Code

Builds accessible, customizable component libraries using shadcn/ui with Radix UI or Base UI, Tailwind CSS 4, and React 19. Covers component ownership, oklch CSS theming, type-safe forms with Field and Zod, CLI workflows, and registry patterns. Use when adding shadcn/ui components, configuring themes, building forms…

not rated 15 +1 26d ago A 108 tokens

shell-integration

92

oakoss/agent-skills

Skill Claude Code

Shell scripting and terminal integration patterns for building tools that integrate with Zsh, Bash, and Fish. Covers completion systems (compdef/compadd, complete/compgen, fish complete), ZLE widgets, hooks (precmd/preexec/chpwd, PROMPTCOMMAND), readline, bindkey, parameter expansion, ZDOTDIR loading order, event…

not rated 15 +1 26d ago A 156 tokens

skill-management

93

oakoss/agent-skills

Skill Claude Code

Creates, audits, and validates agent skills following the Agent Skills open standard. Covers YAML frontmatter, description writing, progressive disclosure, directory structure, 9-phase audits, severity classification, and manifest-implementation drift detection. Use when creating new skills, writing skill…

not rated 15 +1 26d ago A 76 tokens

ssh-remote

94

oakoss/agent-skills

Skill Claude Code

SSH remote access patterns and secure shell utilities. Covers connections, config management, key generation (Ed25519, FIDO2), tunneling, port forwarding, file transfers, and multiplexing. Use when connecting to servers, managing SSH keys, setting up tunnels, transferring files over SSH, configuring jump hosts, or…

not rated 15 +1 26d ago A 72 tokens

storybook-stories

95

oakoss/agent-skills

Skill Claude Code

Writes and maintains Storybook stories and interaction tests using CSF3 format. Covers component stories, play functions, visual regression testing with Chromatic, and accessibility testing. Use when creating component documentation, writing interaction tests, debugging test failures, configuring visual snapshots, or…

not rated 15 +1 26d ago A 86 tokens

stripe-integration

96

oakoss/agent-skills

Skill Claude Code

Stripe payment integration with Node.js SDK. Covers Checkout Sessions, Payment Intents, Subscriptions, Customer Portal, webhooks, and Stripe Elements. Use when implementing checkout flows, payment processing, subscription billing, webhook handlers, or payment forms with Stripe Elements. Use for stripe, payments…

not rated 15 +1 26d ago A 76 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: