RMAzrim
- 125 skills
- 0 followers
- 4 hours ago last updated
- ▌ Playwright E2e Security Flow Tester · rmazrimCrafts automated End-to-End (E2E) browser testing suites validating critical user journeys, edge cases, and client-side security boundary enforcement.
- ▌ Tailwind Responsive Darkmode Styler · rmazrimTransforms raw JSX or HTML structures into fully responsive, accessible, dark-mode ready web interfaces using Tailwind CSS utility classes.
- ▌ Project Auto Builder · rmazrimDynamic orchestrator that inspects ./registry.json, analyzes the project workspace stack (Node.js, Python, Docker, etc.), automatically matches and orders optimal skills into an execution sequence, runs the selected skills, and generates a final readiness summary report.
- ▌ Regex Builder Parser · rmazrimConstruct ReDoS-safe regular expressions and string parser logic for complex input string extraction.
- ▌ SEO Metadata Builder · rmazrimGenerate complete HTML meta tags, Open Graph, Twitter Cards, and JSON-LD structured data.
- ▌ Trojan Source Hunter · rmazrimScan source files for invisible Unicode/Bidirectional trojan-source characters that silently alter code logic flow without being visible to reviewers.
- ▌ Accessibility Auditor · rmazrimAudit HTML/JSX code against WCAG 2.1 guidelines and provide accessible ARIA code fixes.
- ▌ I18N Locale Extractor · rmazrimExtract hardcoded UI text strings into structured internationalization JSON translation files.
- ▌ MCP Tools Auto Bridge · rmazrimA Python generator (bridge_gen.py) that reads a target source file via ast reflection, extracts public function signatures (name, parameters, type annotations, docstrings, return types), and writes a standalone MCP server (mcp_server.py) using mcp.server.fastmcp.FastMCP with one @mcp.tool() per function and a stdio transport entry point. Stdlib-only generator; runtime requires mcp package.
- ▌ Schema Drift Detector · rmazrimCompare SQL migrations, ORM models, and TypeScript types against one another to find which layer is silently out of sync before your queries start breaking.
- ▌
- ▌ Chart Config Generator · rmazrimMap raw JSON datasets into ready-to-use chart configuration objects (Chart.js, Recharts, or ECharts).
- ▌ Auth Session Oauth2 Scaffolder · rmazrimImplements comprehensive user authentication systems supporting secure cookie sessions, JWT refresh token rotation, password hashing, and third-party OAuth2 social logins.
- ▌ Error Code Consistency Auditor · rmazrimAudit every error class, message, and HTTP mapping across the codebase for duplication, contradictory status codes, and undocumented errors.
- ▌ Form Validation Schema Builder · rmazrimBuilds robust, type-safe interactive web forms featuring complex validation logic, real-time error feedback, and seamless client-server schema synchronization.
- ▌ Pygame State Machine Architect · rmazrimDefines an abstract BaseState lifecycle (startup, cleanup, get_event, update, draw) plus a StateMachine manager running a fixed delta-time loop with dt = clock.tick(60) / 1000.0, providing concrete MenuState, GameplayState, and PauseState implementations and a SpriteSheetSlicer that parses TexturePacker XML or JSON atlases into pygame.Surface subsurface frames.
- ▌ Websocket Realtime Sync Engine · rmazrimImplements a dependency-light ESM WebSocket sync client with exponential-backoff reconnection, heartbeat ping/pong keep-alive, JSON Patch style delta application, and version-vector resync reconciliation, plus a runnable in-memory echo-server demo.
- ▌ Bola Idor Vulnerability Scanner · rmazrimInspects API endpoints for Broken Object Level Authorization (BOLA/IDOR) flaws to ensure users cannot manipulate resource IDs to access foreign data.
- ▌ Database Zero Downtime Migrator · rmazrimGenerates Expand-and-Contract (Parallel Change) migration SQL as four ordered stage files plus a JSON manifest from a MigrationPlan, emitting Postgres or MySQL dialect output through a Python stdlib argparse module.
- ▌ Lighthouse Web Vitals Optimizer · rmazrimAudits web performance metrics, optimizes client-side bundle footprints, and refactors resource delivery to achieve maximum Core Web Vitals scores.
- ▌ Docker Multi Stage Stack Builder · rmazrimContainerizes web applications and dependencies into lightweight, production-ready multi-stage Docker images orchestrated via Docker Compose.
- ▌ Etl Incremental Pipeline Builder · rmazrimSelf-contained incremental ETL runner (pure stdlib) with SQLite staging, watermark-based delta loads, idempotent upserts, schema evolution detection, and a data-quality gate. Run it end-to-end with zero installations - no external scheduler, framework, or MCP required.
- ▌ State Management Query Architect · rmazrimEstablishes a clean separation between global client UI state and asynchronous server state management using Zustand and TanStack Query (React Query).
- ▌ Websocket Realtime Secure Engine · rmazrimScaffolds high-throughput, bidirectional real-time communication layers over WebSockets or Server-Sent Events (SSE) with robust reconnection and authentication controls.
- ▌ GRAPHQL Schema Dataloader Builder · rmazrimDesigns performance-optimized GraphQL APIs with strict type definitions, clean Query/Mutation resolvers, and batching mechanisms to eliminate N+1 database queries.
- ▌ Interactive Tui Application Scaffolder · rmazrimScaffolds a complete reactive Textual terminal Todo application with header, input, DataTable, footer, status label, custom keybindings and CRUD handlers, and includes a fully written Go Bubbletea counter alternative.
- ▌ Webassembly Rust Compiler · rmazrimSurveys JS and Python sources for CPU-bound hot loops, then provides a complete wasm-bindgen Rust implementation, Cargo manifest, wasm-pack build scripts, and browser loader glue for porting the bottlenecks to WebAssembly.
- ▌ Changelog Generator · rmazrimParse Git commit logs to generate a CHANGELOG.md adhering to Conventional Commits.
- ▌ CLI Tool Scaffolder · rmazrimScaffold interactive command-line interface tools with argument parsing, flags, spinners, and help menus.
- ▌
- ▌ Pandas Data Cleaner · rmazrimGenerate Python Pandas scripts to handle missing values, drop duplicates, and normalize column data types.
- ▌ Regression Sentinel · rmazrimBefore each new task in a long session, re-runs the last N passing checkpoints captured by verify-orchestrator as a smoke suite, catching regressions caused by recent edits before they compound.
- ▌ SQL Query Optimizer · rmazrimAnalyze slow SQL queries, recommend indexes, and restructure join clauses.
- ▌ Tool Schema Builder · rmazrimConvert standard code functions into JSON schema format for AI function calling.
- ▌ Unit Test Generator · rmazrimGenerate automated unit test suites (Jest, Pytest, Go test) with complete mocking.
- ▌ Verify Orchestrator · rmazrimAuto-discovers project verification surface (test/lint/typecheck configs), runs the minimal verification suite, and gates every completion claim on machine-parsed exit codes and assertion output. Returns UNVERIFIED rather than silent on discovery failure.
- ▌ Cron Schedule Parser · rmazrimTranslate natural language time rules into valid 5-part or 6-part Cron schedule expressions.
- ▌ Memory Leak Debugger · rmazrimIdentify and resolve unmanaged memory leaks, event listener leaks, and circular references across runtimes.
- ▌ Portfolio Backtester · rmazrimPure-stdlib time-series portfolio backtester: load price history, compute returns, volatility, Sharpe / Sortino ratios, max drawdown, run equal-weight and momentum rebalancing strategies, and emit an equity-curve CSV plus a JSON risk report - zero pandas, zero numpy, zero MCP.
- ▌ Drizzle Prisma Orm Architect · rmazrimArchitect relational database schemas, model complex entity relationships, optimize query execution, and generate zero-downtime database migration files.
- ▌ Next JS App Router Scaffolder · rmazrimAutomatically scaffolds production-ready Next.js App Router directory structures, isolating React Server Components (RSC) from Client Components, configuring standardized layout boundaries, error handlers, and loading states.
- ▌ Procedural Dungeon Map Generator · rmazrimImplements deterministic 2D tilemap generation with Binary Space Partitioning for rectangular rooms, A* grid pathfinding for corridor carving between room centers, and a Cellular Automata cave smoother using BFS connected-component flood-fill to keep a single reachable region, emitting a grid, ASCII map and JSON statistics.
- ▌ Rate Limit Brute Force Shield · rmazrimScans sensitive authentication endpoints and implements Redis-backed rate-limiting controls to block credential stuffing and brute-force attacks.
- ▌ Bullet Hell Pattern Generator · rmazrimDeterministic bullet-hell pattern math engine on the Python stdlib - spiral, aimed fan, ring, and laser-sweep emitters produce JSON frames, an ASCII snapshot, and a self-contained SVG render of one frame. Seed-based reproducibility with zero external game engine, zero MCP.
- ▌ Bytecode Decompiler Obfuscation Assistant · rmazrimLoads Python pyc bytecode via marshal after importlib header validation, pretty-prints raw dis, reconstructs a basic-block control-flow graph annotated with loop heads and try/except regions, renames mangled single-letter variables using usage heuristics, renders a readable structured pseudo-Python outline, flags obfuscation signatures such as missing strings, oversized constants and dynamic eval execution, and documents the uncompyle6 byte-exact pipeline when it is installable.
- ▌ Custom Chess Engine Mechanic Builder · rmazrimWraps python-chess inside a SkillChessBoard that adds turn tracking, per-skill cooldown ticks, a Teleport mechanic and a Freeze Square mechanic with expiry timers, plus rotate_view_180 coordinate mapping, a pygame-free ASCII renderer and an optional pygame renderer, all driven by a runnable demo.
- ▌ Error Class Hierarchy Builder · rmazrimCreate domain-specific custom exception classes with standardized error codes, HTTP statuses, and metadata payloads.
- ▌ Express Fastapi Route Builder · rmazrimGenerates enterprise-grade RESTful API routes in Node.js (Express) or Python (FastAPI) complete with payload validation, unified error handling, and automated Swagger specs.
- ▌ Memory Leak Profiler Debugger · rmazrimInstruments a target callable under tracemalloc and the cyclic garbage collector, takes paired allocation snapshots across repeated runs, flags allocations whose cumulative bytes keep growing across iterations with a repeating traceback as leak signatures, counts live objects per type, verifies weak-reference lifetimes, and reports circular-reference clusters via gc.get_referrers, emitting a structured JSON LeakReport of LeakCandidate entries and documented Node.js v8 heap-snapshot equivalents.
- ▌ Serverless Function Generator · rmazrimScaffold lightweight serverless handlers for Cloudflare Workers or AWS Lambda with standard CORS and error handling.
- ▌ Subdomain Recon Osint Scanner · rmazrimOffline-first subdomain enumeration and service fingerprinting using only the Python standard library. Brute-force hostname resolution via socket for live targets with clean text and JSON reports; offline mode replays a resolv-host map so the full pipeline runs in an air-gapped sandbox. No external DNS tools, no MCP.
- ▌ Tamper Proof Hashchain Ledger · rmazrimAppend-only tamper-evident ledger built on the standard library. SHA-256 hash-chaining blocks, per-block Merkle roots over entries, signed block headers, and full chain/merkle verification with precise tamper detection (which block and which entry). CLI + JSON export, no crypto libs beyond hashlib, no MCP.
- ▌ Generative Art Svg Engine · rmazrimDeterministic generative-art engine on the Python stdlib that turns a seed into layered, palette-driven SVG compositions - LCG pseudo-noise, seeded palettes, shape primitives (circles, paths, grids, waves), tint/weight rules - and exports browser-ready self-contained SVG. Reproducible per seed with zero design tools and zero MCP.
- ▌ Iot Hub Dashboard Builder · rmazrimSelf-contained IoT hub in the Python stdlib: a TCP JSON pub/sub broker (MQTT-style topic tree with retain flags), a device simulator streaming telemetry, a subscription client, and a threshold rule engine writing alerts + a CSV dashboard feed. Runs entirely on 127.0.0.1 with zero broker installs and zero MCP.
- ▌ Pagination Cursor Builder · rmazrimBuild cursor-based and keyset pagination handlers for database queries and API endpoints.
- ▌ Postmortem Autobiographer · rmazrimTurn an incident description or production stack trace into a structured postmortem with timeline, 5-whys, and trackable action items — ready for team review.
- ▌ Type Definition Generator · rmazrimConvert untyped JavaScript, Python dicts, or raw JSON payloads into strict TypeScript interfaces or Type Hint annotations.
- ▌ Webhook Handler Generator · rmazrimDraft secure webhook receiver endpoints complete with cryptographic signature verification (Stripe, GitHub, Midtrans).
- ▌ Backend Suite Orchestrator · rmazrimOrchestrates the 4-stage backend build chain — REST routes with OpenAPI spec (skills/express-fastapi-route-builder), auth/session/OAuth2 (skills/auth-session-oauth2-scaffolder), GraphQL schema plus per-request DataLoaders (skills/graphql-schema-dataloader-builder), and JWT-guarded realtime WebSockets (skills/websocket-realtime-secure-engine) — followed by route-integrity, middleware-registration, build, smoke-test, and API-spec validation. Accepts full_run, include_steps, and skip_steps parameters to execute only a selected chain subset, applies predecessor gating and fail_fast semantics, captures per-step stdout and reports, and consolidates everything into a single BACKEND_SUITE_REPORT.md with aggregate counts, per-step pass/fail status, and recommendations.
- ▌ Design Pattern Implementer · rmazrimRefactor code to apply object-oriented design patterns (Factory, Strategy, Observer, Decorator, Adapter) cleanly.
- ▌ Middleware Order Validator · rmazrimAudit middleware registration order in Express/FastAPI apps against safety rules — auth before authz, rate-limit before routes, error handlers last — and emit fixes.
- ▌ Performance Budget Bouncer · rmazrimEnforce performance budgets in CI and reject pull requests that exceed size, weight, or timing thresholds with a machine-readable flagging report.
- ▌ Redis Pub Sub Cache Manager · rmazrimDeploys high-performance caching strategies and distributed message pub/sub event buses to reduce database load and handle background processing.
- ▌ Sqli Xss Payload Sanitizer · rmazrimIdentifies unescaped user inputs and unparameterized database queries, injecting sanitization middleware and parameterized bindings to neutralize XSS and SQLi.
- ▌ State Management Architect · rmazrimImplement clean application state management patterns (Zustand, Redux Toolkit, Pinia) with atomic state updates.
- ▌ Dep Map · rmazrimBuilds a persistent dependency graph (`dep-graph.json`) by scanning `import`/`require`/`include` patterns across the codebase. Before any edit it lists the blast radius of consumers for the target symbol; after the edit it re-verifies no orphaned references exist.
- ▌ Schema Sync · rmazrimBefore multi-step toolkit workflows, pings the live tool (via schema-style endpoints / search tools) and diffs against my cached schema; on mismatch, rewrites the workflow plan, never the cached assumptions silently.
- ▌ Context Bank · rmazrimMaterializes a structured CONTEXT_BANK.md + JSON file that captures verified file paths, decided invariants, active TODOs, and open risks, allowing subagents and repeated sessions to reload a lean current snapshot instead of decaying transcript memory.
- ▌ Cmd Sanitizer · rmazrimStatic linter over command strings before execution. Detects and rewrites unsafe Win32/PowerShell 5.1 patterns: bare && chaining, unquoted spaced paths, $? vs $LASTEXITCODE confusion, UTF-16 pipe corruption, and timeout-kill indeterminacy. Emits sanitized command + guard boilerplate.
- ▌ Memory Journal · rmazrimCross-session ledger at `~/.opencode/memory/*.md`: appends decisions/rejections/root-causes during a session; on session start, diffs against the live transcript so the agent stops re-litigating settled decisions.
- ▌
- ▌ Flaky Test Jury · rmazrimAnalyze repeated CI test logs, classify flaky tests by root-cause category, and emit stabilization patches plus a verdict report before they erode team trust.
- ▌ Prompt Evaluator · rmazrimEvaluate agent prompt effectiveness using accuracy metrics and token constraints.
- ▌ Spec Loop Closer · rmazrimForces every user requirement through a 1:1 mapping to a checkable assertion (grep-able token, executable test, or numeric threshold) before implementation begins. Blocks "done" until each assertion has a machine-runnable check.
- ▌ Env Config Sleuth · rmazrimCross-reference environment variables referenced by code against definitions in .env files, CI workflows, and docs to find missing, misspelled, and orphaned configuration keys.
- ▌ JWT Token Rotator · rmazrimImplement secure short-lived access token renewal and refresh token rotation with revocation blacklisting.
- ▌ Pr Logic Reviewer · rmazrimReview a pull-request diff for logic bugs — boundary conditions, null safety, state and edge semantics — not style, and emit a bug-first review report.
- ▌ Subagent Evidence · rmazrimDispatch-time contract for explore agents: return only observations each with a `file:line` citation and raw excerpt; inference must be explicitly tagged `[INFERRED]`. Post-dispatch, I sample-cite — verify ≥2 citations per summary myself before trusting conclusions.
- ▌
- ▌ Context Compressor · rmazrimCompress long conversation histories or documents to save context window token limits.
- ▌
- ▌ Looping Auto Fixer · rmazrimIterative fixer that runs unit-test-generator → validates via skill-tester → if tests fail, feeds error logs to memory-leak-debugger or patches code → repeats up to 3 retry iterations → exits on SUCCESS or halts on FAILED_AFTER_MAX_RETRIES.
- ▌ Mermaid Diagrammer · rmazrimConvert code logic, database structures, or system architectures into valid Mermaid.js visual diagrams.
- ▌ Output Trust Check · rmazrimWraps every truncating tool call: when output is truncated/byte-capped, refuses to decide on the truncated portion and automatically requests the tail window or a targeted grep. Flags encoding anomalies (UTF-16 NULs, BOMs) as suspect.
- ▌ Owasp Sast Security Auditor · rmazrimAudits local web application source code for OWASP Top 10 vulnerabilities, generating security report logs and applying immediate automated code fixes.
- ▌ Tailwind CSS Converter · rmazrimConvert raw CSS or inline styles into clean, idiomatic Tailwind CSS utility classes.
- ▌ Structured Output Enforcer · rmazrimConvert unstructured LLM output into validated JSON adhering to strict Zod or JSON Schema rules.
- ▌ Websocket Realtime Handler · rmazrimImplement WebSocket connection lifecycles, ping/pong heartbeats, reconnect logic, and event broadcasting.
- ▌ Frontend Suite Orchestrator · rmazrimOrchestrates a 5-stage frontend build chain over a Next.js project: App Router scaffold, Tailwind responsive/dark-mode styling, zod-backed progressive forms, and the Zustand + TanStack Query state/query pipeline, followed by a build validation gate that runs `npm run build` / `next build`, verifies the component tree and routes exist, and consolidates everything into a FRONTEND_SUITE_REPORT.md. Supports full_run, include_steps, skip_steps, fail_fast, and artifact_dir customization so teams can re-materialize any subset of the scaffolding chain. The final report captures the scaffolded file-tree summary, the validation build exit code, and open items for follow-up.
- ▌ Infrastructure QA Suite Orchestrator · rmazrimOrchestrates the 5-stage infrastructure and QA chain — ORM schemas plus zero-downtime migrations (skills/drizzle-prisma-orm-architect), Redis caching and pub/sub event bus (skills/redis-pubsub-cache-manager), multi-stage Docker images with Compose stack (skills/docker-multi-stage-stack-builder), Playwright E2E and security flows (skills/playwright-e2e-security-flow-tester), and Lighthouse Core Web Vitals audits (skills/lighthouse-web-vitals-optimizer) — all executed against the provisioned stack. Accepts full_run, include_steps, and skip_steps parameters to select the chain subset, applies predecessor gating and fail_fast semantics, captures per-step stdout and reports, and consolidates DB migration status, cache health, docker build/health, E2E pass counts, a Lighthouse scores table, and recommendations into a single INFRA_QA_SUITE_REPORT.md.
- ▌ JWT Security Algorithm Cracker Tester · rmazrimEvaluates JSON Web Token handling on local API routes to identify token forgery, algorithm confusion, and weak signature secrets.
- ▌ Owasp Vulnerability Checker · rmazrimAudit API endpoints for common security vulnerabilities (XSS, SQLi, CSRF).
- ▌ Security Suite Orchestrator · rmazrimOrchestrates a full 8-stage security audit chain over a local web app: dependency CVE scan, OWASP SAST static audit, SQLi/XSS input sanitization, JWT security cracking, BOLA/IDOR authorization scan, rate-limit brute-force shielding, and CORS/CSP header hardening, then consolidates every per-stage report into one SECURITY_AUDIT_REPORT.md. Supports full_run, include_steps, skip_steps, fail_fast, and report_dir customization so operators can re-run a subset of the chain without touching the others. Aggregates severity counts per category, per-stage pass/fail status, and a top-remediation ranked list from all seven stage artifacts.
- ▌ Startup Cold Boot Optimizer · rmazrimProfile application cold-start, identify heavy imports and work in the boot hot path, and produce a targeted lazy-load optimization plan plus proven timings.
- ▌ Timezone Trap Cron Debugger · rmazrimSimulate thousands of scheduled job runs across timezones and DST transitions to provably detect misfires, skips, and duplicate executions hidden in cron schedules.
- ▌ Transcript To Srt Automator · rmazrimTurn a timestamped transcript (JSON) into ready-to-burn SRT subtitles, chapter markers, and a keyword-driven highlight-clip plan with in/out offsets - all in the Python standard library. No ffmpeg required to generate the assets; optional ffmpeg command lines are emitted for the actual clipping step. Zero MCP.
- ▌ Caching Strategy Implementer · rmazrimImplement Cache-Aside, Write-Through, and TTL-based caching logic using Redis or in-memory LRU caches.
- ▌ Dependency Cve Audit Patcher · rmazrimAudits third-party open-source packages for known vulnerabilities (CVEs), evaluating breaking change risks and generating automated patch updates.
- ▌ Dependency Fitness Scorecard · rmazrimScore every third-party dependency on maintenance activity, release cadence, issue health, and size so upgrade decisions are data-driven instead of fear-driven.
- ▌ Voice Agent Turn Engine · rmazrimOffline voice-agent turn orchestrator built on stdlib only. Models an STT - LLM - TTS conversation loop with pluggable adapters, deadline-based turns, silence/barge-in detection signals, and VAD state machine; emits a timestamped utterance transcript and turn timeline JSON. Runnable end-to-end with the bundled mock adapters - no audio hardware, no MCP.