Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
refactor-expert
Guide safe, incremental refactoring that improves code quality without changing behavior.
nguyenthienthanh/aura-frog 14
-
project-context-loader
Load project conventions and generate session context. Use EXPLICITLY when needed, not automatically.
nguyenthienthanh/aura-frog 14
-
problem-solving
5 techniques for different problem types. Use when stuck or facing complex challenges.
nguyenthienthanh/aura-frog 14
-
code-simplifier
Detect and simplify overly complex code. Apply KISS principle - less is more.
nguyenthienthanh/aura-frog 14
-
vue-expert
Vue.js best practices expert. PROACTIVELY use when working with Vue 3, Composition API, Pinia, Nuxt. Triggers: vue, composition API, pinia, nuxt, .vue files
nguyenthienthanh/aura-frog 14
-
design-expert
UI/UX design expertise - component design, design systems, responsive design, Figma analysis
nguyenthienthanh/aura-frog 14
-
agent-detector
CRITICAL: MUST run for EVERY message. Detects agent, complexity, AND model automatically. Always runs FIRST.
nguyenthienthanh/aura-frog 14
-
typescript-expert
TypeScript best practices expert. PROACTIVELY use when working with TypeScript/JavaScript files. Triggers: .ts, .tsx, .js, .jsx files, type errors, ESLint issues, strict mode
nguyenthienthanh/aura-frog 14
-
react-native-expert
React Native best practices expert. PROACTIVELY use when working with React Native, mobile apps, Expo. Triggers: react-native, expo, mobile, iOS, Android, NativeWind
nguyenthienthanh/aura-frog 14
-
documentation
Create Architecture Decision Records (ADRs) and Runbooks for operational documentation.
nguyenthienthanh/aura-frog 14
-
flutter-expert
Flutter/Dart mobile expert. PROACTIVELY use when working with Flutter, Dart, mobile apps. Triggers: flutter, dart, widget, bloc, riverpod
nguyenthienthanh/aura-frog 14
-
workflow-orchestrator
Execute 5-phase workflow for complex features. Includes fasttrack mode for pre-approved specs. DO NOT use for simple bug fixes.
nguyenthienthanh/aura-frog 14
-
pm-expert
Project management expertise - agile methodology, estimation, risk management, stakeholder management
nguyenthienthanh/aura-frog 14
-
react-expert
React best practices expert. PROACTIVELY use when working with React components, hooks, state management. Triggers: React, JSX, hooks, useState, useEffect, component
nguyenthienthanh/aura-frog 14
-
nextjs-expert
Next.js best practices expert. PROACTIVELY use when working with Next.js, App Router, Server Components, API routes. Triggers: nextjs, next.js, app router, server components, API routes
nguyenthienthanh/aura-frog 14
-
learning-analyzer
Analyze collected learning data from Supabase to identify success patterns, failure patterns, optimization opportunities, and agent performance trends.
nguyenthienthanh/aura-frog 14
-
go-expert
Go/Golang backend expert. PROACTIVELY use when working with Go, Gin, Echo, Fiber frameworks. Triggers: golang, go, gin, echo, fiber
nguyenthienthanh/aura-frog 14
-
response-analyzer
MCP Response Analyzer pattern - Write large responses to temp files, load summaries into context
nguyenthienthanh/aura-frog 14
-
bugfix-quick
Fast bug fixes with TDD. Lightweight: understand → test → fix → verify.
nguyenthienthanh/aura-frog 14
-
qa-expert
QA expertise - unit testing, e2e testing, accessibility testing, performance testing, test strategies
nguyenthienthanh/aura-frog 14
-
dev-expert
Development patterns for React, Vue, Laravel, Next.js, React Native - state management, forms, API integration
nguyenthienthanh/aura-frog 14
-
lazy-agent-loader
Load agent definitions on-demand to reduce context usage. Only loads full agent when needed.
nguyenthienthanh/aura-frog 14
-
session-continuation
Manage workflow state across sessions with handoff and resume. TOON-based state persistence.
nguyenthienthanh/aura-frog 14
-
performance-optimizer
Identify and resolve performance bottlenecks through profiling, measurement, and targeted optimization.
nguyenthienthanh/aura-frog 14