A curated collection of AI agent skills for coding, frontend, debugging, product thinking, and workflow automation.
$ npx -y skills add julianromli/ai-skills --agent claude-code
Repo: julianromli/ai-skills
What's inside
A curated collection of AI agent skills for coding, frontend, debugging, product thinking, and workflow automation.
This repository contains reusable skill packages in the skills/ directory. Each skill is designed to help an AI agent operate with more focused workflows, better domain knowledge, and stronger execution quality.
.
โโโ skills/ # Skill packages
โโโ README.md # Repository overview
| Skill | Focus |
|---|---|
agent-browser | Browser automation and web interaction |
brainstorming | Idea shaping, design thinking, and clarification |
clone-website | Website reverse-engineering and cloning workflows |
composition-patterns | Scalable React composition patterns |
convex-best-practices | Production-ready Convex app guidance |
deploy-to-vercel | Vercel deployment workflows |
frontend-design | High-quality frontend design direction |
frontend-skill | Strong UI structure for landing pages and apps |
gpt-tasteskill | Advanced visual taste and motion direction |
landing-page-copywriter | Conversion-focused landing page copy |
make-interfaces-feel-better | UI polish, motion, and interaction refinement |
pdf | PDF reading, generation, and review workflows |
prd | Product requirements and planning docs |
react-best-practices | React and Next.js performance patterns |
react-native-skills | React Native and Expo best practices |
react-view-transitions | Native-feeling React view transitions |
receiving-code-review | Handling and validating review feedback |
refactor-clean | Safe cleanup and dead-code removal |
requesting-code-review | Preparing work for code review |
seo-audit | SEO auditing and diagnostics |
shadcn | shadcn/ui management and usage |
social-content | Social media content workflows |
supabase-postgres-best-practices | Postgres and Supabase optimization |
systematic-debugging | Structured debugging workflows |
ui-ux-pro-max | Broad UI/UX system guidance |
web-design-guidelines | UI review and accessibility checks |
skills/ folder.SKILL.md file for instructions, scope, and workflow..skill-lock.json is intentionally ignored and not committed.SKILL.md.If you want to expand this collection, add or update skill folders inside skills/ and keep each skill self-contained and well-documented.
.gitignore
hermes-wag-summarizer/
references/
cronjob-example.json
scripts/
create-group-wrapper.py
whatsapp-group-summary.py
SKILL.md
templates/
default-summary-prompt.txt
README.md
skills/
agent-browser/
references/
authentication.md
commands.md
profiling.md
proxy-support.md
session-management.md
snapshot-refs.md
video-recording.md
SKILL.md
templates/
authenticated-session.sh
capture-workflow.sh
form-automation.sh
brainstorming/
scripts/
frame-template.html
helper.js
server.cjs
start-server.sh
stop-server.sh
SKILL.md
spec-document-reviewer-prompt.md
visual-companion.md
clone-website/
SKILL.md
composition-patterns/
AGENTS.md
metadata.json
README.md
rules/
_sections.md
_template.md
architecture-avoid-boolean-props.md
architecture-compound-components.md
patterns-children-over-render-props.md
patterns-explicit-variants.md
react19-no-forwardref.md
state-context-interface.md
state-decouple-implementation.md
state-lift-state.md
SKILL.md
convex-best-practices/
SKILL.md
deploy-to-vercel/
Archive.zip
resources/
deploy-codex.sh
deploy.sh
SKILL.md
frontend-design/
LICENSE.txt
SKILL.md
frontend-skill/
agents/
openai.yaml
LICENSE.txt
SKILL.md
gpt-tasteskill/
SKILL.md
landing-page-copywriter/
SKILL.md
make-interfaces-feel-better/
animations.md
performance.md
SKILL.md
surfaces.md
typography.md
pdf/
agents/
openai.yaml
assets/
pdf.png
LICENSE.txt
SKILL.md
prd/
SKILL.md
react-best-practices/
AGENTS.md
metadata.json
README.md
rules/
_sections.md
_template.md
advanced-effect-event-deps.md
advanced-event-handler-refs.md
advanced-init-once.md
advanced-use-latest.md
async-api-routes.md
async-cheap-condition-before-await.md
async-defer-await.md
async-dependencies.md
async-parallel.md
async-suspense-boundaries.md
bundle-analyzable-paths.md
bundle-barrel-imports.md
bundle-conditional.md
bundle-defer-third-party.md
bundle-dynamic-imports.md
bundle-preload.md
client-event-listeners.md
client-localstorage-schema.md
client-passive-event-listeners.md
client-swr-dedup.md
js-batch-dom-css.md
js-cache-function-results.md
js-cache-property-access.md
js-cache-storage.md
js-combine-iterations.md
js-early-exit.md
js-flatmap-filter.md
js-hoist-regexp.md
js-index-maps.md
js-length-check-first.md
js-min-max-loop.md
js-request-idle-callback.md
js-set-map-lookups.md
js-tosorted-immutable.md
rendering-activity.md
rendering-animate-svg-wrapper.md
rendering-conditional-render.md
rendering-content-visibility.md
rendering-hoist-jsx.md
rendering-hydration-no-flicker.md
rendering-hydration-suppress-warning.md
rendering-resource-hints.md
rendering-script-defer-async.md
rendering-svg-precision.md
rendering-usetransition-loading.md
rerender-defer-reads.md
rerender-dependencies.md
rerender-derived-state-no-effect.md
rerender-derived-state.md
rerender-functional-setstate.md
rerender-lazy-state-init.md
rerender-memo-with-default-value.md
rerender-memo.md
rerender-move-effect-to-event.md
rerender-no-inline-components.md
rerender-simple-expression-in-memo.md
rerender-split-combined-hooks.md
rerender-transitions.md
rerender-use-deferred-value.md
rerender-use-ref-transient-values.md
server-after-nonblocking.md
server-auth-actions.md
server-cache-lru.md
server-cache-react.md
server-dedup-props.md
server-hoist-static-io.md
server-no-shared-module-state.md
server-parallel-fetching.md
server-parallel-nested-fetching.md
server-serialization.md
SKILL.md
react-native-skills/
AGENTS.md
metadata.json
README.md
rules/
_sections.md
_template.md
animation-derived-value.md
animation-gesture-detector-press.md
animation-gpu-properties.md
design-system-compound-components.md
fonts-config-plugin.md
imports-design-system-folder.md
js-hoist-intl.md
list-performance-callbacks.md
list-performance-function-references.md
list-performance-images.md
list-performance-inline-objects.md
list-performance-item-expensive.md
list-performance-item-memo.md
list-performance-item-types.md
list-performance-virtualize.md
monorepo-native-deps-in-app.md
monorepo-single-dependency-versions.md
navigation-native-navigators.md
react-compiler-destructure-functions.md
react-compiler-reanimated-shared-values.md
react-state-dispatcher.md
react-state-fallback.md
react-state-minimize.md
rendering-no-falsy-and.md
rendering-text-in-text-component.md
scroll-position-no-state.md
state-ground-truth.md
ui-expo-image.md
ui-image-gallery.md
ui-measure-views.md
ui-menus.md
ui-native-modals.md
ui-pressable.md
ui-safe-area-scroll.md
ui-scrollview-content-inset.md
ui-styling.md
SKILL.md
react-view-transitions/
AGENTS.md
metadata.json
README.md
references/
css-recipes.md
implementation.md
nextjs.md
patterns.md
SKILL.md
receiving-code-review/
SKILL.md
refactor-clean/
agents/
openai.yaml
SKILL.md
requesting-code-review/
code-reviewer.md
SKILL.md
seo-audit/
evals/
evals.json
references/
ai-writing-detection.md
international-seo.md
SKILL.md
shadcn/
agents/
openai.yml
assets/
shadcn-small.png
shadcn.png
cli.md
customization.md
evals/
evals.json
mcp.md
rules/
base-vs-radix.md
composition.md
forms.md
icons.md
styling.md
SKILL.md
social-content/
SKILL.md
supabase-postgres-best-practices/
AGENTS.md
rules/
advanced-full-text-search.md
advanced-jsonb-indexing.md
conn-idle-timeout.md
conn-limits.md
conn-pooling.md
conn-prepared-statements.md
data-batch-inserts.md
data-n-plus-one.md
data-pagination.md
data-upsert.md
lock-advisory.md
lock-deadlock-prevention.md
lock-short-transactions.md
lock-skip-locked.md
monitor-explain-analyze.md
monitor-pg-stat-statements.md
monitor-vacuum-analyze.md
query-composite-indexes.md
query-covering-indexes.md
query-index-types.md
query-missing-indexes.md
query-partial-indexes.md
schema-data-types.md
schema-foreign-key-indexes.md
schema-lowercase-identifiers.md
schema-partitioning.md
schema-primary-keys.md
security-privileges.md
security-rls-basics.md
security-rls-performance.md
SKILL.md
systematic-debugging/
condition-based-waiting-example.ts
condition-based-waiting.md
CREATION-LOG.md
defense-in-depth.md
find-polluter.sh
root-cause-tracing.md
SKILL.md
test-academic.md
test-pressure-1.md
test-pressure-2.md
test-pressure-3.md
ui-ux-pro-max/
data
scripts
SKILL.md
web-design-guidelines/
SKILL.mdFAQ
ai-skills is a Claude Code plugin with 26 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes agent-browser, brainstorming, clone-website. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.