FlorinSenoner
- 18 skills
- 0 followers
- 3 days ago last updated
- ▌ Yeet · florinsenonerUse only when the user explicitly asks to stage, commit, push, and open a GitHub pull request in one flow using the GitHub CLI (`gh`).
- ▌
- ▌ Tailwind Audit · florinsenonerAudit Tailwind CSS classes for redundancy, inconsistency, and legacy patterns
- ▌ Webapp Testing · florinsenonerToolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
- ▌ Cloudflare Deploy · florinsenonerDeploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare.
- ▌ Avoid Feature Creep · florinsenonerPrevent feature creep when building software, apps, and AI-powered products. Use this skill when planning features, reviewing scope, building MVPs, managing backlogs, or when a user says "just one more feature." Helps developers and AI agents stay focused, ship faster, and avoid bloated products.
- ▌ Convex Security Audit · florinsenonerDeep security review patterns for authorization logic, data access boundaries, action isolation, rate limiting, and protecting sensitive operations
- ▌ Security Best Practices · florinsenonerPerform language and framework specific security best-practice reviews and suggest improvements. Trigger only when the user explicitly requests security best practices guidance, a security review/report, or secure-by-default coding help. Trigger only for supported languages (python, javascript/typescript, go). Do not trigger for general code review, debugging, or non-security tasks.
- ▌
- ▌ UI Audit · florinsenonerAudit UI component consistency — find design system violations, hardcoded colors, raw HTML elements, and one-off patterns
- ▌ Fix Tests · florinsenonerFix failing E2E tests systematically — analyzes blast radius of shared helpers, runs the full suite after each fix, and iterates until zero failures. Use when E2E tests are failing in CI or locally.
- ▌ Gh Fix CI · florinsenonerUse when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions; use `gh` to inspect checks and logs, summarize failure context, draft a fix plan, and implement only after explicit approval. Treat external providers (for example Buildkite) as out of scope and report only the details URL.
- ▌ Playwright · florinsenonerUse when the task requires automating a real browser from the terminal (navigation, form filling, snapshots, screenshots, data extraction, UI-flow debugging) via `playwright-cli` or the bundled wrapper script.
- ▌ Screenshot · florinsenonerUse when the user explicitly asks for a desktop or system screenshot (full screen, specific app or window, or a pixel region), or when tool-specific capture capabilities are unavailable and an OS-level capture is needed.
- ▌ Copywriting · florinsenonerWhen the user wants to write, rewrite, or improve marketing copy for any page — including homepage, landing pages, pricing pages, feature pages, about pages, or product pages. Also use when the user says "write copy for," "improve this copy," "rewrite this page," "marketing copy," "headline help," or "CTA copy." For email copy, see email-sequence. For popup copy, see popup-cro.
- ▌ Convex Audit · florinsenonerAudit Convex bandwidth and function call consumption, identify optimizations, and plan fixes
- ▌ Audit Website · florinsenonerAudit websites for SEO, performance, security, technical, content, and 15 other issue cateories with 230+ rules using the squirrelscan CLI. Returns LLM-optimized reports with health scores, broken links, meta tag analysis, and actionable recommendations. Use to discover and asses website or webapp issues and health.
- ▌ Codebase Audit · florinsenonerComprehensive codebase audit across 8 dimensions — backend, frontend, security, code quality, Convex patterns, Tailwind/UI, performance, and testing