java best practice checker
by Larbi Wiran
Expert Java code auditor for SE 8–24, flagging performance leaks, threading risks, and modernization gaps.
Ship better AI in 30 seconds. Browse 2,000+ expert-built and security scanned skills -> Browse skills
THE AGENSI STORE
39 skills found
by Larbi Wiran
Expert Java code auditor for SE 8–24, flagging performance leaks, threading risks, and modernization gaps.
Bypass OS-native file upload dialogs in browser automation using JavaScript interception and DataTransfer injection.
by Samuel Rose
Audit dependencies for security, licenses, and health while generating a phased, low-risk upgrade and migration plan.
Generate a README from your actual repo, not a hallucinated guess. Scans your manifests (package.json, pyproject.toml, go.mod, Cargo.toml) for real install steps, scripts, and dependencies across Node, Python, Go, Rust, and Java. Documentation that matches the code instead of drifting from it.
by Kevin Cline
Idiomatic code translation between Python, TypeScript, and Go that preserves logic and adapts language-specific patterns.
Automated, API-driven playlist migration from Spotify, Tidal, and YouTube Music to Apple Music with artist validation.
by Leo Li
Automate real Chrome profiles with a professional CLI, SDK, and MCP-ready automation stack for AI agents.
by Kevin Cline
Audit project manifests against source code to find unused, missing, and misplaced dependencies across major languages.
by 崔新超
Expert-level Gaode Map (AMap) JSAPI v2.0 integration for 3D maps, LBS services, and secure implementations.
by Joh
Generate high-quality Jest unit tests with automatic dependency mocking for JavaScript and Angular applications.
by Bidsmarket
Protect Java desktop apps by migrating sensitive logic and API keys to a secure, Cloudflare-backed thin-client architecture.
Find and remove commented-out dead code across 8 languages (JS, TS, Python, Java, Go, Rust, HTML, CSS) while preserving TODOs, FIXMEs, license headers, disabled tests, and real documentation. Previews every change first and writes .bak backups before it touches a file.
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.
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.
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.
by Nex AI
A complete Manifest V3 Chrome extension to detect and highlight manipulative UI dark patterns on any website.
by Timoranjes
Expert regex architect for building, auditing, and optimizing high-performance, ReDoS-safe patterns.
by Nex AI
Deploy a production-ready Manifest V3 extension that detects meeting links and injects Join buttons into any webpage.
by Nex AI
Deploy or fork a production-ready Chrome extension for AI text detection and fake review analysis.
by Nex AI
A production-ready Manifest V3 extension to strip tracking parameters and hidden Unicode from copied text.
by Joker
5 project type routing, framework decision tree (Spring Boot 3.x/Quarkus), JVM tuning, distributed architecture.
A repo visitor decides in about ten seconds whether your project solves their problem — and most READMEs spend those ten seconds on installation instructions instead of answering 'what does this actually do'
by Nex AI
A production-ready Chrome Extension for 1-click 'Not Interested' buttons across social media feeds.
Find the model-version coupling that breaks when you swap LLMs. Flags hardcoded model names and versions, deprecated or renamed parameters (the max_tokens to max_completion_tokens class of change), hardcoded token and context-window limits, response-format parsing tied to one model's output, tool-schema format coupling between providers, and hardcoded per-token cost constants. The patterns load from an editable model-rules table you update as new models ship.