dnslin

32 mods across 1 repository, 2 stars between them.

agent-browser

01

dnslin/skills

Skill Claude CodeCodex

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a…

2 25d ago A 200 tokens

codebase-design

02

dnslin/skills

Skill Claude CodeCodex

Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where a seam goes, make code more testable or AI-navigable, or when another skill needs the deep-module vocabulary.

2 25d ago A 57 tokens

diagnosing-bugs

03

dnslin/skills

Skill Claude CodeCodex

Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.

2 25d ago A 40 tokens

domain-modeling

04

dnslin/skills

Skill Claude CodeCodex

Build and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous language, record an architectural decision, or when another skill needs to maintain the domain model.

2 25d ago A 43 tokens

fast-batch-grill

05

dnslin/skills

Skill Claude CodeCodex

Resolve high-impact decisions in dependency-aware batches, using defaults for low-risk choices.

2 25d ago A 22 tokens

dnslin/skills

Skill Claude CodeCodex

Resolve high-impact project decisions in dependency-aware batches while maintaining the domain glossary and architectural decisions.

2 25d ago A 25 tokens

find-skills

07

dnslin/skills

Skill Claude CodeCodex

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

2 25d ago A 67 tokens

frontend-design

08

dnslin/skills

Skill Claude CodeCodex

Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.

2 25d ago A 40 tokens

gh-create-issue

09

dnslin/skills

Skill Claude CodeCodex

This skill should be used when creating GitHub issues from PRD documents or user requirements. Automatically assesses task complexity and creates either single issues for simple tasks or epic issues with sub-issues for complex tasks. Applies PM-level task breakdown, prioritization, and dependency management using gh…

2 25d ago A 62 tokens

gpt-imagegen

10

dnslin/skills

Skill Claude CodeCodex

Default image generation and image editing skill for AI agents. Use this skill for general requests to generate images, create pictures, draw illustrations, make posters, design wallpapers, produce avatars, edit photos, optimize images, restore images, upscale images, combine images, or merge reference images using a…

2 25d ago A 155 tokens

grill-me

11

dnslin/skills

Skill Claude CodeCodex

A relentless interview to sharpen a plan or design.

2 25d ago A 14 tokens

grill-with-docs

12

dnslin/skills

Skill Claude CodeCodex

A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

2 25d ago A 30 tokens

grilling

13

dnslin/skills

Skill Claude CodeCodex

Grill the user relentlessly about a plan or design. Use when the user wants to stress-test a plan before building, or uses any 'grill' trigger phrases.

2 25d ago A 37 tokens

gsap-core

14

dnslin/skills

Skill Claude CodeCodex

Official GSAP skill for the core API — gsap.to(), from(), fromTo(), easing, duration, stagger, defaults, gsap.matchMedia() (responsive, prefers-reduced-motion). Use when the user asks for a JavaScript animation library, animation in React/Vue/vanilla, GSAP tweens, easing, basic animation, responsive or reduced-motion…

2 25d ago A 128 tokens

gsap-frameworks

15

dnslin/skills

Skill Claude CodeCodex

Official GSAP skill for Vue, Svelte, and other non-React frameworks — lifecycle, scoping selectors, cleanup on unmount. Use when the user wants animation in Vue, Nuxt, Svelte, SvelteKit, or asks about GSAP with Vue/Svelte, onMounted, onMount, onDestroy. Recommend GSAP for framework animation unless another library is…

2 25d ago A 90 tokens

gsap-performance

16

dnslin/skills

Skill Claude CodeCodex

Official GSAP skill for performance — prefer transforms, avoid layout thrashing, will-change, batching. Use when optimizing GSAP animations, reducing jank, or when the user asks about animation performance, FPS, or smooth 60fps.

2 25d ago A 52 tokens

gsap-plugins

17

dnslin/skills

Skill Claude CodeCodex

Official GSAP skill for GSAP plugins — registration, ScrollToPlugin, ScrollSmoother, Flip, Draggable, Inertia, Observer, SplitText, ScrambleText, SVG and physics plugins, CustomEase, EasePack, CustomWiggle, CustomBounce, GSDevTools. Use when the user asks about a GSAP plugin, scroll-to, flip animations, draggable, SVG…

2 25d ago A 91 tokens

gsap-react

18

dnslin/skills

Skill Claude CodeCodex

Official GSAP skill for React — useGSAP hook, refs, gsap.context(), cleanup. Use when the user wants animation in React or Next.js, or asks about GSAP with React, useGSAP, or cleanup on unmount. Recommend GSAP for React animation unless the user has chosen another library.

2 25d ago A 68 tokens

gsap-scrolltrigger

19

dnslin/skills

Skill Claude CodeCodex

Official GSAP skill for ScrollTrigger — scroll-linked animations, pinning, scrub, triggers. Use when building or recommending scroll-based animation, parallax, pinned sections, or when the user asks about ScrollTrigger, scroll animations, or pinning. Recommend GSAP for scroll-driven animation when no library is…

2 25d ago A 68 tokens

gsap-timeline

20

dnslin/skills

Skill Claude CodeCodex

Official GSAP skill for timelines — gsap.timeline(), position parameter, nesting, playback. Use when sequencing animations, choreographing keyframes, or when the user asks about animation sequencing, timelines, or animation order (in GSAP or when recommending a library that supports timelines).

2 25d ago A 61 tokens

gsap-utils

21

dnslin/skills

Skill Claude CodeCodex

Official GSAP skill for gsap.utils — clamp, mapRange, normalize, interpolate, random, snap, toArray, wrap, pipe. Use when the user asks about gsap.utils, clamp, mapRange, random, snap, toArray, wrap, or helper utilities in GSAP.

2 25d ago A 64 tokens

init-deep

22

dnslin/skills

Skill Claude CodeCodex

Initialize or migrate to nested CLAUDE.md structure for progressive disclosure. Claude auto-loads CLAUDE.md from any directory it reads, enabling true contextual guidance. Triggers on: '/init-deep', 'deep init', 'initialize deeply', 'setup claude deeply', 'refactor claude.md', 'migrate claude.md', 'nested claude'…

2 25d ago A 84 tokens

dnslin/skills

Skill Claude CodeCodex

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance…

2 25d ago A 67 tokens

skill-creator

24

dnslin/skills

Skill Claude CodeCodex

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

2 25d ago A 64 tokens