pretext layout
by Roy Yuen
High-performance browser-based text layout and measurement for virtualization, canvas, and layout-heavy applications.
New: UPI payments are live. Buyers in India can now pay for skills with UPI in INR -> Browse skills
THE AGENSI STORE
85 skills found
by Roy Yuen
High-performance browser-based text layout and measurement for virtualization, canvas, and layout-heavy applications.
by Kevin Cline
Idiomatic code translation between Python, TypeScript, and Go that preserves logic and adapts language-specific patterns.
by Kevin Cline
Automated test generation with edge case analysis and framework-native syntax for TS, Python, Go, and Rust.
by Aman Garg
Three-pass automated code review that catches error handling gaps, structural issues, and naming problems — then auto-fixes everything before code reaches the user.
by Matthew King
Most 'migrations' rewrite your tests from scratch. This one maps your existing keywords and locators automatically.
by servrox
Supercharge repo exploration and refactoring with semantic call-graph tracing and structural AST pattern matching.
by Kevin Cline
Automatically transform JSON files or raw strings into production-ready TypeScript interfaces or Python dataclasses.
Scaffold a complete, production-ready auth and multi-tenant foundation — sessions, OAuth/SSO, role-based access control, organizations, teams, invitations, and row-level data isolation — wired to your app and database.
by Roy Yuen
Supercharge your agent with semantic code intelligence for safer refactors, precise navigation, and zero-error edits.
by Roy Yuen
Transform brittle prompt chains into robust, artifact-driven DAG workflows with hard gates and explicit traces.
Run real Playwright E2E tests on your web app: login, checkout, and form flows across desktop and mobile viewports, with screenshots, traces, and console logs captured on every failure. Catches broken flows and UI regressions before release, and tells you the likely fix, not just that something broke.
Preview code-like comment blocks across JavaScript, TypeScript, Python, Java, Go, Rust, HTML, and CSS. Preservation rules run before candidate detection; confirmed cleanups create .bak backups and remove only reviewed ranges.
Map any repo into an interactive D3 dependency graph plus a Markdown onboarding guide: entry points, module relationships, circular dependencies, and dead-code candidates, with refactor suggestions. Parses TypeScript, Python, Java, Go, and Rust imports, exports, and calls. Self-contained HTML, no source changes.
by Joh
Use this skill when the user is facing a bug in an Angular application, including issues with components, services, RxJS, HTTP calls, tests, or unexpected behavior.
Figure out why your Vercel build or deploy failed without scrolling the whole log. Reads the build log plus your package manifest and framework config to pinpoint missing modules, Node and package-manager mismatches, missing env vars, monorepo root mistakes, and serverless/edge runtime errors, with the likely cause and a fix for each.
Map the blast radius of a code change before you run the whole suite. For the files and functions you changed, it lists what imports or calls them, which tests cover them, flags any change with no covering test, and warns when a file has a lot of dependents. It tells an agent what its edit might break instead of making it guess. Resolves Python and JavaScript/TypeScript.
Find the unit tests that pass without testing anything. Flags tests with no assertions, trivial existence-only checks (toBeDefined, assertIsNotNone), tests that assert the exact value they just mocked, snapshot-only tests, tautological assertions (expect(true).toBe(true)), empty placeholders, and over-mocked tests with more setup than assertions. Works on Jest/Vitest and pytest/unittest.
by Timoranjes
Professional audit tool to detect and fix React hooks anti-patterns, stale closures, and performance bottlenecks.
Deep audit toolkit for Next.js App Router to fix performance waterfalls, SEO errors, and client boundary leaks.
by Nex AI
Hybrid GLB/Procedural character system for Three.js with Draco compression, asset caching, and a selection UI.
Produces developer documentation structured around what developers are trying to do — information architecture, quickstart, how-to guides, reference docs, gap audit — for the product described. Use when the user says write developer documentation, create an API quickstart guide, write a README for this library, or audit our docs for gaps. Do not use when the user wants end-user help articles or marketing copy.
Scaffold and audit secure MCP servers with input schemas, confirmation gates, and safety-first tool definitions.
by Nex AI
Canonical Next.js bridge for secure, real-time communication between browser UIs and local agent gateways.
Find the LLM integration code that breaks when a model blocks a response or falls back to a different model. Flags calls with no try/except or refusal branch, responses used or parsed with no guard for a blocked or empty answer, and hardcoded model ids with no fallback handling. Built for the Fable 5 era, where a high-risk call is blocked and silently falls back to Opus 4.8.