Developer Documentation Writer
Developers don't read documentation — they arrive with a task, scan for the answer, and leave. Docs that aren't structured for that pattern don't get read, they get abandoned
Ship agent workflows in 30 seconds. Browse 1,500+ expert-built and security scanned skills. Browse skills
THE AGENSI STORE
41 skills found
Developers don't read documentation — they arrive with a task, scan for the answer, and leave. Docs that aren't structured for that pattern don't get read, they get abandoned
Audit a JavaScript or TypeScript frontend for missing translations and hardcoded UI strings before you ship a new locale. Flags hardcoded JSX text and UI props (title, placeholder, aria-label, label, alt) not wrapped in t(), i18n.t(), or <Trans>; keys present in the default locale but missing from other locale files; keys referenced in code but absent from the locales (the raw dotted keys that leak to users); unused locale keys; and unparseable locale JSON.
by Nex AI
Deploy production-ready Discord Activities to a Raspberry Pi with Colyseus multiplayer and Cloudflare Tunneling.
Scaffold a secure, spec-compliant MCP server from a description of the tools you want to expose. Sets up the official SDK (TypeScript or Python/FastMCP), defines tools/resources/prompts with strict JSON Schema, wires the right transport (stdio or Streamable HTTP), adds OAuth 2.1 for remote, and hardens against the MCP-specific footguns — prompt injection via tool output, token passthrough, over-broad scopes, command/path/SSRF injection, leaked secrets — before it ships. Returns a runnable skeleton plus a security checklist. Built by someone who's shipped production MCP servers.
Find the LLM integration code that will not survive a provider being pulled or going down. Flags single-provider lock-in with no alternative, calls with no failover branch, missing timeouts, retries with no limit or backoff, no degraded-mode default, and hardcoded endpoints with no alternate. This is about the model going away, not the model declining.
by Timoranjes
Build production-grade React Native apps with native primitives, optimized lists, and type-safe navigation.
Find the code that quietly runs up your LLM bill: uncapped generations, model calls looping with no limit, an expensive model doing a trivial job, and whole files stuffed into prompts. Read-only, every finding explained in plain English.
Check an AI-built app for work that looks finished but is not: leftover TODOs and stubs, fake or mock data returned as real, errors quietly swallowed, placeholder content, and endpoints that fake success. Read-only, every finding explained in plain English for non-coders.
by Roy Yuen
High-performance browser-based text layout and measurement for virtualization, canvas, and layout-heavy applications.
by servrox
Supercharge repo exploration and refactoring with semantic call-graph tracing and structural AST pattern matching.
by Matthew King
Convert Robot Framework tests to idiomatic Playwright TypeScript with automated keyword and locator mapping.
by Timoranjes
Professional audit tool to detect and fix React hooks anti-patterns, stale closures, and performance bottlenecks.
by Timoranjes
Deep audit of TypeScript codebases for type safety violations, unsafe casts, and runtime-risk anti-patterns.
by Kevin Cline
Automatically transform JSON files or raw strings into production-ready TypeScript interfaces or Python dataclasses.
by Nex AI
Hybrid GLB/Procedural character system for Three.js with Draco compression, asset caching, and a selection UI.
by Nex AI
Production-ready Discord Embedded App SDK OAuth handshake for Node/Python backends and TypeScript frontends.
Before an agent acts on a plan, verify that the things it named actually exist. Checks each referenced file path, function or method, import or package, environment variable, and CLI command against your repo, and flags the ones that do not resolve. Catches the hallucinated function and the phantom package before the edit, not after the build breaks. Resolves Python and JavaScript/TypeScript.