Latest Agent Skills

25788 skills

livelybug
Freeze
Restrict file edits to a specific directory for the session. (gstack)
0
livelybug
Canary
Post-deploy canary monitoring. (gstack)
0
livelybug
Browse
Fast headless browser for QA testing and site dogfooding. (gstack)
0
livelybug
Ck
Persistent per-project memory for Claude Code. Auto-loads project context on session start, tracks sessions with git activity, and writes to native memory. Commands run deterministic Node.js scripts — behavior is consistent across model versions.
0 · bundle
livelybug
Retro
Weekly engineering retrospective. (gstack)
0 · bundle
livelybug
Learn
Manage project learnings.
0
livelybug
Guard
Full safety mode: destructive command warnings + directory-scoped edits. (gstack)
0
livelybug
Codex
Provides three modes — code review, adversarial challenge, and consult — for obtaining a second opinion on code.
0 · bundle
livelybug
Spec
Turn vague intent into a precise, executable spec in five phases. (gstack)
0 · bundle
livelybug
Ship
Ship workflow: detect + merge base branch, run tests, review diff, bump VERSION, update CHANGELOG, commit, push, create PR. (gstack)
0
livelybug
Cso
Chief Security Officer mode. (gstack)
0
livelybug
QA
Systematically QA test a web application and fix bugs found. (gstack)
0
pantyuhov9-web
Verification Before Completion
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
0
pantyuhov9-web
Systematic Debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
0 · bundle
pantyuhov9-web
Repo System Research
Research the open web for enhancement opportunities (Layer 3 — Opus subagent with WebSearch + WebFetch). Topic-driven. Returns structured findings with hype tags + source URLs. Does NOT auto-implement.
0
pantyuhov9-web
Accessibility Review
Run a WCAG 2.1 AA accessibility audit on a design or page. Trigger with "audit accessibility", "check a11y", "is this accessible?", or when reviewing a design for color contrast, keyboard navigation, touch target size, or screen reader behavior before handoff.
0
pantyuhov9-web
Quarter Rollover
Run the quarter-boundary ritual — roll the quarter-scoped project folders, archive finished projects, grade the closing quarter's GOALS/OKRs, and draft the new quarter's goals behind an approval gate. Trigger on /quarter-rollover, "quarter rollover", "roll the quarter", "close out Q2", "new quarter setup", or when tools/quarter_path.py --check reports drift. Distinct from /triage-tasks (daily gate) and /audit (repo health check).
0
pantyuhov9-web
Frontend Design
Create distinctive, production-grade frontend interfaces with high design quality. Use only when invoked by the `design` wrapper skill, OR when working outside a known site (no `~/Sites/<name>/` repo). Otherwise prefer `design`. Generates creative, polished code that avoids generic AI aesthetics.
0
pantyuhov9-web
Executing Plans
Use when you have a written implementation plan to execute in a separate session with review checkpoints
0
pantyuhov9-web
Design Critique
Get structured design feedback on usability, hierarchy, and consistency. Trigger with "review this design", "critique this mockup", "what do you think of this screen?", or when sharing a Figma link or screenshot for feedback at any stage from exploration to final polish. If the user asks specifically about accessibility, use `accessibility-review` instead.
0
pantyuhov9-web
Writing Skills
Use when creating new skills, editing existing skills, or verifying skills work before deployment
0 · bundle
pantyuhov9-web
Writing Plans
Use when you have a spec or requirements for a multi-step task, before touching code
0 · bundle
pantyuhov9-web
Brainstorming
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
0 · bundle
pantyuhov9-web
Triage Tasks
Interactive triage of the approval gate. Walks each block in inbox/tasks_pending.md and routes it — approve / reject / attach-as-follow-up / edit / skip. See workflows/task_tracking.md for the why.
0
pantyuhov9-web
Site Audit
Two-layer site audit (Python mechanical + Opus conceptual) — code quality and structural health. For deep SEO/performance use `analytics`; for deep accessibility use `accessibility-review`.
0
pantyuhov9-web
Analytics
Website analytics audit — tracking verification, SEO check, performance metrics, conversion path analysis
0
pantyuhov9-web
Refactor
Apply a named refactoring pattern to a website codebase (extract templates, centralize analytics, DRY components)
0
pantyuhov9-web
UX Copy
Write or review UX copy — microcopy, error messages, empty states, CTAs. Trigger with "write copy for", "what should this button say?", "review this error message", or when naming a CTA, wording a confirmation dialog, filling an empty state, or writing onboarding text.
0
pantyuhov9-web
Design
Design and build frontend components/pages — from Figma, reference URL, or description. Wraps the official `frontend-design` skill with site-awareness.
0
pantyuhov9-web
Deploy
Deploy a site — local preview, pre-flight checks, or production push. Defaults to Hostinger git auto-deploy (push to main triggers Hostinger pull) with FTP fallback for non-Hostinger sites.
0
pantyuhov9-web
Audit
System Audit — entry point
0
pantyuhov9-web
Page
Scaffold a new page from the site's template system (e.g., new course landing page)
0
coreyone
Marketing Copy Emotion Provoking Action Driven
Trigger: marketing copy, landing text, CTA labels, value proposition, copywriting copy, conversion copy. Scope: Persuasive copy generation, conversion-focused taglines. Boundary: Excludes technical specifications or backend engineering.
1 · bundle
coreyone
Developer Test Driven Development
Trigger: TDD, test first, unit testing, integration tests, mock assertions, test-driven dev. Scope: Writing test assertions before coding features, testing paradigms. Boundary: Excludes UX aesthetics or continuous deployment settings.
1 · bundle
coreyone
Developer Eval Driven Development
Build and improve AI or probabilistic software through evaluation-driven development. Use for LLM applications, agents, prompts, RAG, tool use, classifiers, model migrations, quality regressions, golden datasets, LLM-as-judge rubrics, benchmarks, or requests to add evals and measurable release gates. Pair with TDD for deterministic code; do not use as the primary guide for ordinary unit testing without model behavior.
1 · bundle
coreyone
Design Information Architecture Rules
Trigger: sitemap, navigation, menu structure, wayfinding, labeling, search facets, routing links. Scope: Visual hierarchies, wayfinding, navigation model, sitemaps. Boundary: Excludes backend route handlers or page performance tuning.
1 · bundle
coreyone
Product Strategy Outcome Vision
Creates an outcome-backed product strategy memo from an Ideal Customer Profile markdown file, pasted ICP notes, discovery artifacts, product context, or PRD context. Use when asked to create product strategy, convert an UX Discovery and ICP into strategy, define vision-to-outcome strategy, turn discovery into strategic bets, clarify target customer outcomes, evaluate roadmap strategy, or avoid feature-factory planning.
1
coreyone
The Elements Of Style Principles
Trigger: writing style, copy editing, simple copy, prose check, text clarity. Scope: Writing clear, direct, and concise English copy. Boundary: Excludes code formatting or marketing value propositions.
1 · bundle
coreyone
Resiliency Circuit Breakers
Trigger: circuit breaker, exponential backoff, jitter delay, connection timeout, API retry. Scope: Client request resiliency, API retries, fault isolation. Boundary: Excludes visual state loading skeletons.
1 · bundle
coreyone
Developer Development Rules
Design and implement clear, modular, resilient software and create executor-grade implementation plans with explicit scope, drift checks, verification gates, tests, STOP conditions, dependencies, and delegated-work review. Use for development, refactoring, architecture, implementation planning, safe migrations, handoffs to another engineer or agent, or verifying delegated code changes.
1 · bundle
coreyone
Developer Code Review Rules
Review pull requests or audit repositories for correctness, security, performance, test risk, architecture, dependencies, developer experience, documentation, and grounded product direction. Use for code review, repository audits, evidence-backed findings, false-positive vetting, risk assessment, prioritization, or deciding which improvements should become implementation plans.
1 · bundle
coreyone
Product Management Press Memo
Trigger: press release, PM memo, PRD memo, product launch narrative, launch story. Scope: Writing press releases and future launch stories for project alignment. Boundary: Excludes writing functional code or task tracking.
1 · bundle
coreyone
System Architecture Rules
Trigger: clean architecture, hexagonal architecture, domain model, state machine, boundary decoupling. Scope: Software modular design, dependency boundaries, architectural layering. Boundary: Excludes frontend aesthetic styling.
1 · bundle
coreyone
Data Persistence Caching
Trigger: database schema, indexing, cache asidePattern, Redis caching, ORM models, Drizzle schema. Scope: Database query tuning, indexing, and data cache designs. Boundary: Excludes user identity validation.
1 · bundle
coreyone
Design Forms Wizards Checkout
Trigger: form inputs, wizards, checkout forms, multistep forms, validation UI, input focus. Scope: User-friendly forms design, input constraints, progressive disclosure. Boundary: Excludes backend database schemas or server-side API validation.
1 · bundle
coreyone
Tech Stack Preferences
Trigger: tech stack, preferred tools, SvelteKit, Bun, Drizzle, Zero Sync, Better Auth, Vite. Scope: Project tooling preferences, framework selections. Boundary: Excludes application logic or visual styling guidelines.
1 · bundle
coreyone
Failure States Empty States
Trigger: empty list state, loader skeleton, error boundary layout, offline indicator, system fallback UI. Scope: UI fallback layouts, skeleton placeholders, client recovery views. Boundary: Excludes server-side API error status coding.
1 · bundle
coreyone
API Design Guidelines
Trigger: REST API, GraphQL schemas, HTTP methods, RFC 7807, endpoint structure, API contracts. Scope: API schema design, error models, request/response structures. Boundary: Excludes client-side visual layouts.
1 · bundle
coreyone
Developer Web Performance
Trigger: web performance, slow load, bundle size, lazy loading, LCP, CWV optimization, fetch priority. Scope: Frontend optimization, loading speeds, asset minimization. Boundary: Excludes backend database indexing or visual design systems.
1 · bundle
coreyone
Auth And Identity Rules
Trigger: OAuth 2.1, JWT session, Secure cookies, Keychain storage, auth flow, user authentication. Scope: User authentication, session storage, authorization boundaries. Boundary: Excludes generic data caching.
1 · bundle
coreyone
Developer Web Security
Trigger: web security, XSS mitigation, secure cookies, CSRF, CSP headers, CORS policies. Scope: Frontend and browser-level security boundaries. Boundary: Excludes operating system file storage permissions.
1 · bundle
coreyone
Observability Telemetry
Trigger: structured logging, tracing, telemetry, SLI metrics, SLO alerts, log formats. Scope: Performance metrics, error tracing, production telemetry. Boundary: Excludes client behavioral product funnels.
1 · bundle
coreyone
Analytics Event Tracking
Trigger: PostHog event, Segment schema, event properties, user funnel track, track taxonomy. Scope: Product behavioral telemetry, user funnel event models. Boundary: Excludes system performance exceptions.
1 · bundle
coreyone
UX Discovery Artifacts
Creates concise early UX discovery artifacts for PRD development, customer development, new product ideas, feature bets, and redesigns. Use when the user asks to hypothesize an ideal customer profile, generate proto-personas, write customer problem or jobs-to-be-done hypotheses, create journey maps, shape value propositions, or turn product context into design-sprint-style customer insight artifacts for product and engineering teams.
1
coreyone
Design Responsive Rules
Trigger: responsive layout, media queries, mobile view, desktop layout, tablet break points, thumb zone. Scope: Multi-device layouts, breakpoints, mobile touch zones. Boundary: Excludes backend API design or database scaling.
1 · bundle
coreyone
Design Usability Rules
Use when task matches design-usability-rules design guidance for IA, usability, responsiveness, systems, motion, and visual QA.
1 · bundle
coreyone
Web Deployment Rules
Trigger: deployment pipeline, CI CD, Docker builds, DB migrations, expand contract database, Netlify. Scope: Application deployment, multi-stage builds, zero-downtime releases. Boundary: Excludes local editor settings.
1 · bundle
coreyone
Negotiation Maximizer
Use when the user wants to negotiate a price, rate, compensation, contract, purchase, hotel, service, vendor deal, discount, upgrade, fee, renewal, refund, or other commercial terms; asks what to say to improve leverage or get a better deal; provides an offer/counteroffer and wants a response; or wants to maximize coupons, direct-booking value, bundles, competing configurations, or all-in economics. Do not trigger for ordinary writing, simple price lookup/comparison, arithmetic, generic persuasion, or conflict mediation without a concrete negotiated outcome.
1 · bundle
coreyone
Improve Codebase
Audit a repository, vet and prioritize evidence-backed findings, write drift-aware implementation plans, delegate bounded work, and independently verify results. Use when asked to improve, audit, modernize, harden, review, plan fixes for, or systematically reduce risk in a codebase. Use native isolated agents for implementation; use OpenRouter/free only for narrow advisory audit slices under its safety limits.
1 · bundle
coreyone
Developer Security
Trigger: security rules, credential leaks, auth tokens, input sanitization, threat model. Scope: Software security guidelines, threat prevention, secure data handling. Boundary: Excludes client-side web browser vulnerabilities.
1 · bundle