squidllee avatar

squidllee

Community

@squidllee

3Followers
|
18Public Repos
|
61Published Skills

squidllee publishes 61 skills for UI polish, web animation craft, code review, and engineering principles for frontend and agent-driven development.

Skills Distribution
DomainUI/UX & Crea...UI Polish & Design.. (35%)Web Animation & Mo.. (25%)Code Review & Engi.. (25%)Session Provenance.. (15%)

Agent Skills by squidllee

Showing 61 vetted skills indexed across 1 GitHub repositories.

squidlleesquidllee

pick-ui-library

Recommends curated React libraries for frontend tasks like charts, toasts, and drag and drop.

Community
Basic
squidlleesquidllee

principle-boundary-discipline

Concentrates validation and error handling at system boundaries while keeping business logic in pure functions.

Community
Basic
squidlleesquidllee

principle-model-the-domain

Encodes domain logic into data structures instead of scattered conditionals across code.

Community
Basic
squidlleesquidllee

animate

Implements UI animations using CSS transitions, WAAPI, and Motion with defined easing and duration rules.

Community
Intermediate
squidlleesquidllee

better-interface

Orchestrates cross-discipline interface reviews across accessibility, layout, writing, typography, color, and UI polish.

Community
Advanced
squidlleesquidllee

find-animation-opportunities

Scans a codebase for UI moments that would benefit from motion and proposes exact animation recipes.

Community
Intermediate
squidlleesquidllee

explain

Traces source code back to original session transcripts to explain its intent.

Community
Intermediate
squidlleesquidllee

technical-writing

Applies Diátaxis, Google style, STE, and Global English rules to technical documentation.

Community
Intermediate
squidlleesquidllee

principle-fix-root-causes

Guides debugging by tracing symptoms to root causes instead of applying symptom-level workarounds.

Community
Basic
squidlleesquidllee

principle-encode-lessons-in-structure

Convert recurring corrections into lint rules, metadata flags, runtime checks, and automation scripts.

Community
Basic
squidlleesquidllee

improve-animations

Audits codebase animation code and writes self-contained motion improvement plans for executor agents.

Community
Advanced
squidlleesquidllee

explain-interface

Explains how a website or visual effect was built from a URL or screenshot.

Community
Advanced
squidlleesquidllee

session-to-skill

Converts Entire session history and checkpoints into reusable SKILL.md drafts.

Community
Intermediate
squidlleesquidllee

principle-guard-the-context-window

Route large payloads to subagents and keep summaries in the main context window.

Community
Basic
squidlleesquidllee

principle-subtract-before-you-add

Guides removal of dead code and redundant validators before adding features or refactors.

Community
Basic
squidlleesquidllee

interface-review

Reviews git diffs, branches, and pull requests for interface regressions across UI, accessibility, typography, and layout.

Community
Advanced
squidlleesquidllee

better-colors

Generate color ramps, semantic tokens, and contrast-checked palettes for CSS projects.

Community
Intermediate
squidlleesquidllee

principle-foundational-thinking

Guides structural decisions on data structures, sequencing, and concurrency before writing code.

Community
Basic
squidlleesquidllee

show-me-your-work

Maintains an append-only TSV decision log recording choices, evidence, and results for reviewable long-running work.

Community
Intermediate
squidlleesquidllee

principle-build-the-lever

Guides building rerunnable codemods, scripts, and generators instead of performing edits by hand.

Community
Basic
squidlleesquidllee

better-ui

Reviews and polishes UI code for border radius, shadows, icon transitions, and animation details.

Community
Intermediate
squidlleesquidllee

address-findings

Fetches open review findings from an Entire trail, fixes the code, and resolves them.

Community
Intermediate
squidlleesquidllee

better-typography

Reviews and fixes CSS typography covering type scales, spacing, wrapping, and OpenType features.

Community
Intermediate
squidlleesquidllee

principle-make-operations-idempotent

Designs state-mutating operations that converge to the same end state after crashes and retries.

Community
Basic

Frequently Asked Questions About squidllee

FAQPage Schema
What tasks can I accomplish with squidllee's skills?▼

You can polish UI details like border radius and hit areas, build and audit web animations, generate color systems and typography scales, review code diffs with session context, enforce accessibility standards, and apply 20+ engineering principles covering type discipline, idempotency, and root-cause debugging.

Who are squidllee's skills designed for?▼

Frontend engineers, design engineers, and developers working with coding agents. The better-* and animation skills target UI craft, the principle-* skills guide architectural decisions, and the Entire-based skills (recall, replay, explain, teach) serve teams tracking agent session history.

How do the animation skills work in practice?▼

Use animate to build motion from scratch with decided curves and durations, find-animation-opportunities to spot static UI that should move, review-animations to critique existing motion against a high craft bar, and improve-animations to produce a prioritized codebase-wide motion audit.

What prerequisites do squidllee's skills require?▼

Most UI and principle skills need only a frontend project; typescript-best-practices activates on .ts/.tsx files. The session skills (recall, replay, explain, what-happened, session-handoff) require Entire-tracked checkpoints, and tldraw-offline requires the tldraw Desktop canvas app.

Do any skills run automatically without being invoked?▼

Several skills set disable-model-invocation and only run when explicitly called, including pick-ui-library, prototype, variant, break, interface-review, and show-me-your-work. Others like unslop state they must always apply, while principle-* skills trigger on described coding situations.