← all publishers

RMAzrim

@rmazrim source repo

125 published skills · page 1 of 2

  1. Playwright E2e Security Flow Tester · rmazrim
    Crafts automated End-to-End (E2E) browser testing suites validating critical user journeys, edge cases, and client-side security boundary enforcement.
    0 installs
  2. Tailwind Responsive Darkmode Styler · rmazrim
    Transforms raw JSX or HTML structures into fully responsive, accessible, dark-mode ready web interfaces using Tailwind CSS utility classes.
    0 installs
  3. Project Auto Builder · rmazrim
    Dynamic 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.
    0 installs
  4. Regex Builder Parser · rmazrim
    Construct ReDoS-safe regular expressions and string parser logic for complex input string extraction.
    0 installs
  5. SEO Metadata Builder · rmazrim
    Generate complete HTML meta tags, Open Graph, Twitter Cards, and JSON-LD structured data.
    0 installs
  6. Trojan Source Hunter · rmazrim
    Scan source files for invisible Unicode/Bidirectional trojan-source characters that silently alter code logic flow without being visible to reviewers.
    0 installs
  7. Accessibility Auditor · rmazrim
    Audit HTML/JSX code against WCAG 2.1 guidelines and provide accessible ARIA code fixes.
    0 installs
  8. I18N Locale Extractor · rmazrim
    Extract hardcoded UI text strings into structured internationalization JSON translation files.
    0 installs
  9. MCP Tools Auto Bridge · rmazrim
    A 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.
    0 installs
  10. Schema Drift Detector · rmazrim
    Compare SQL migrations, ORM models, and TypeScript types against one another to find which layer is silently out of sync before your queries start breaking.
    0 installs
  11. Secrets Leak Detector · rmazrim
    Scan codebases to detect leaked API keys, tokens, or credentials.
    0 installs
  12. Chart Config Generator · rmazrim
    Map raw JSON datasets into ready-to-use chart configuration objects (Chart.js, Recharts, or ECharts).
    0 installs
  13. Auth Session Oauth2 Scaffolder · rmazrim
    Implements comprehensive user authentication systems supporting secure cookie sessions, JWT refresh token rotation, password hashing, and third-party OAuth2 social logins.
    0 installs
  14. Error Code Consistency Auditor · rmazrim
    Audit every error class, message, and HTTP mapping across the codebase for duplication, contradictory status codes, and undocumented errors.
    0 installs
  15. Form Validation Schema Builder · rmazrim
    Builds robust, type-safe interactive web forms featuring complex validation logic, real-time error feedback, and seamless client-server schema synchronization.
    0 installs
  16. Pygame State Machine Architect · rmazrim
    Defines 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.
    0 installs
  17. Websocket Realtime Sync Engine · rmazrim
    Implements 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.
    0 installs
  18. Bola Idor Vulnerability Scanner · rmazrim
    Inspects API endpoints for Broken Object Level Authorization (BOLA/IDOR) flaws to ensure users cannot manipulate resource IDs to access foreign data.
    0 installs
  19. Database Zero Downtime Migrator · rmazrim
    Generates 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.
    0 installs
  20. Lighthouse Web Vitals Optimizer · rmazrim
    Audits web performance metrics, optimizes client-side bundle footprints, and refactors resource delivery to achieve maximum Core Web Vitals scores.
    0 installs
  21. Docker Multi Stage Stack Builder · rmazrim
    Containerizes web applications and dependencies into lightweight, production-ready multi-stage Docker images orchestrated via Docker Compose.
    0 installs
  22. Etl Incremental Pipeline Builder · rmazrim
    Self-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.
    0 installs
  23. State Management Query Architect · rmazrim
    Establishes a clean separation between global client UI state and asynchronous server state management using Zustand and TanStack Query (React Query).
    0 installs
  24. Websocket Realtime Secure Engine · rmazrim
    Scaffolds high-throughput, bidirectional real-time communication layers over WebSockets or Server-Sent Events (SSE) with robust reconnection and authentication controls.
    0 installs
  25. GRAPHQL Schema Dataloader Builder · rmazrim
    Designs performance-optimized GraphQL APIs with strict type definitions, clean Query/Mutation resolvers, and batching mechanisms to eliminate N+1 database queries.
    0 installs
  26. Interactive Tui Application Scaffolder · rmazrim
    Scaffolds 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.
    0 installs
  27. Webassembly Rust Compiler · rmazrim
    Surveys 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.
    0 installs
  28. Changelog Generator · rmazrim
    Parse Git commit logs to generate a CHANGELOG.md adhering to Conventional Commits.
    0 installs
  29. CLI Tool Scaffolder · rmazrim
    Scaffold interactive command-line interface tools with argument parsing, flags, spinners, and help menus.
    0 installs
  30. Openapi Spec Writer · rmazrim
    Extract backend API code into OpenAPI/Swagger 3.0 documentation.
    0 installs
  31. Pandas Data Cleaner · rmazrim
    Generate Python Pandas scripts to handle missing values, drop duplicates, and normalize column data types.
    0 installs
  32. Regression Sentinel · rmazrim
    Before 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.
    0 installs
  33. SQL Query Optimizer · rmazrim
    Analyze slow SQL queries, recommend indexes, and restructure join clauses.
    0 installs
  34. Tool Schema Builder · rmazrim
    Convert standard code functions into JSON schema format for AI function calling.
    0 installs
  35. Unit Test Generator · rmazrim
    Generate automated unit test suites (Jest, Pytest, Go test) with complete mocking.
    0 installs
  36. Verify Orchestrator · rmazrim
    Auto-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.
    0 installs
  37. Cron Schedule Parser · rmazrim
    Translate natural language time rules into valid 5-part or 6-part Cron schedule expressions.
    0 installs
  38. Memory Leak Debugger · rmazrim
    Identify and resolve unmanaged memory leaks, event listener leaks, and circular references across runtimes.
    0 installs
  39. Portfolio Backtester · rmazrim
    Pure-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.
    0 installs
  40. Drizzle Prisma Orm Architect · rmazrim
    Architect relational database schemas, model complex entity relationships, optimize query execution, and generate zero-downtime database migration files.
    0 installs
  41. Next JS App Router Scaffolder · rmazrim
    Automatically 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.
    0 installs
  42. Procedural Dungeon Map Generator · rmazrim
    Implements 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.
    0 installs
  43. Rate Limit Brute Force Shield · rmazrim
    Scans sensitive authentication endpoints and implements Redis-backed rate-limiting controls to block credential stuffing and brute-force attacks.
    0 installs
  44. Bullet Hell Pattern Generator · rmazrim
    Deterministic 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.
    0 installs
  45. Bytecode Decompiler Obfuscation Assistant · rmazrim
    Loads 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.
    0 installs
  46. Custom Chess Engine Mechanic Builder · rmazrim
    Wraps 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.
    0 installs
  47. Error Class Hierarchy Builder · rmazrim
    Create domain-specific custom exception classes with standardized error codes, HTTP statuses, and metadata payloads.
    0 installs
  48. Express Fastapi Route Builder · rmazrim
    Generates enterprise-grade RESTful API routes in Node.js (Express) or Python (FastAPI) complete with payload validation, unified error handling, and automated Swagger specs.
    0 installs
  49. Memory Leak Profiler Debugger · rmazrim
    Instruments 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.
    0 installs
  50. Serverless Function Generator · rmazrim
    Scaffold lightweight serverless handlers for Cloudflare Workers or AWS Lambda with standard CORS and error handling.
    0 installs
  51. Subdomain Recon Osint Scanner · rmazrim
    Offline-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.
    0 installs
  52. Tamper Proof Hashchain Ledger · rmazrim
    Append-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.
    0 installs
  53. Generative Art Svg Engine · rmazrim
    Deterministic 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.
    0 installs
  54. Iot Hub Dashboard Builder · rmazrim
    Self-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.
    0 installs
  55. Pagination Cursor Builder · rmazrim
    Build cursor-based and keyset pagination handlers for database queries and API endpoints.
    0 installs
  56. Postmortem Autobiographer · rmazrim
    Turn an incident description or production stack trace into a structured postmortem with timeline, 5-whys, and trackable action items — ready for team review.
    0 installs
  57. Type Definition Generator · rmazrim
    Convert untyped JavaScript, Python dicts, or raw JSON payloads into strict TypeScript interfaces or Type Hint annotations.
    0 installs
  58. Webhook Handler Generator · rmazrim
    Draft secure webhook receiver endpoints complete with cryptographic signature verification (Stripe, GitHub, Midtrans).
    0 installs
  59. Backend Suite Orchestrator · rmazrim
    Orchestrates 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.
    0 installs
  60. Design Pattern Implementer · rmazrim
    Refactor code to apply object-oriented design patterns (Factory, Strategy, Observer, Decorator, Adapter) cleanly.
    0 installs
  61. Middleware Order Validator · rmazrim
    Audit middleware registration order in Express/FastAPI apps against safety rules — auth before authz, rate-limit before routes, error handlers last — and emit fixes.
    0 installs
  62. Performance Budget Bouncer · rmazrim
    Enforce performance budgets in CI and reject pull requests that exceed size, weight, or timing thresholds with a machine-readable flagging report.
    0 installs
  63. Redis Pub Sub Cache Manager · rmazrim
    Deploys high-performance caching strategies and distributed message pub/sub event buses to reduce database load and handle background processing.
    0 installs
  64. Sqli Xss Payload Sanitizer · rmazrim
    Identifies unescaped user inputs and unparameterized database queries, injecting sanitization middleware and parameterized bindings to neutralize XSS and SQLi.
    0 installs
  65. State Management Architect · rmazrim
    Implement clean application state management patterns (Zustand, Redux Toolkit, Pinia) with atomic state updates.
    0 installs
  66. Dep Map · rmazrim
    Builds 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.
    0 installs
  67. Schema Sync · rmazrim
    Before 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.
    0 installs
  68. Context Bank · rmazrim
    Materializes 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.
    0 installs
  69. Cmd Sanitizer · rmazrim
    Static 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.
    0 installs
  70. Memory Journal · rmazrim
    Cross-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.
    0 installs
  71. Code Translator · rmazrim
    Precisely convert code logic from one programming language to another.
    0 installs
  72. Flaky Test Jury · rmazrim
    Analyze repeated CI test logs, classify flaky tests by root-cause category, and emit stabilization patches plus a verdict report before they erode team trust.
    0 installs
  73. Prompt Evaluator · rmazrim
    Evaluate agent prompt effectiveness using accuracy metrics and token constraints.
    0 installs
  74. Spec Loop Closer · rmazrim
    Forces 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.
    0 installs
  75. Env Config Sleuth · rmazrim
    Cross-reference environment variables referenced by code against definitions in .env files, CI workflows, and docs to find missing, misspelled, and orphaned configuration keys.
    0 installs
  76. JWT Token Rotator · rmazrim
    Implement secure short-lived access token renewal and refresh token rotation with revocation blacklisting.
    0 installs
  77. Pr Logic Reviewer · rmazrim
    Review a pull-request diff for logic bugs — boundary conditions, null safety, state and edge semantics — not style, and emit a bug-first review report.
    0 installs
  78. Subagent Evidence · rmazrim
    Dispatch-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.
    0 installs
  79. Vector DB Indexer · rmazrim
    Chunk documents and store vector embeddings into a Vector DB.
    0 installs
  80. Context Compressor · rmazrim
    Compress long conversation histories or documents to save context window token limits.
    0 installs
  81. Dockerfile Builder · rmazrim
    Draft efficient, secure, and minimal multi-stage Dockerfiles.
    0 installs
  82. Looping Auto Fixer · rmazrim
    Iterative 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.
    0 installs
  83. Mermaid Diagrammer · rmazrim
    Convert code logic, database structures, or system architectures into valid Mermaid.js visual diagrams.
    0 installs
  84. Output Trust Check · rmazrim
    Wraps 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.
    0 installs
  85. Owasp Sast Security Auditor · rmazrim
    Audits local web application source code for OWASP Top 10 vulnerabilities, generating security report logs and applying immediate automated code fixes.
    0 installs
  86. Tailwind CSS Converter · rmazrim
    Convert raw CSS or inline styles into clean, idiomatic Tailwind CSS utility classes.
    0 installs
  87. Structured Output Enforcer · rmazrim
    Convert unstructured LLM output into validated JSON adhering to strict Zod or JSON Schema rules.
    0 installs
  88. Websocket Realtime Handler · rmazrim
    Implement WebSocket connection lifecycles, ping/pong heartbeats, reconnect logic, and event broadcasting.
    0 installs
  89. Frontend Suite Orchestrator · rmazrim
    Orchestrates 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.
    0 installs
  90. Infrastructure QA Suite Orchestrator · rmazrim
    Orchestrates 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.
    0 installs
  91. JWT Security Algorithm Cracker Tester · rmazrim
    Evaluates JSON Web Token handling on local API routes to identify token forgery, algorithm confusion, and weak signature secrets.
    0 installs
  92. Owasp Vulnerability Checker · rmazrim
    Audit API endpoints for common security vulnerabilities (XSS, SQLi, CSRF).
    0 installs
  93. Security Suite Orchestrator · rmazrim
    Orchestrates 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.
    0 installs
  94. Startup Cold Boot Optimizer · rmazrim
    Profile application cold-start, identify heavy imports and work in the boot hot path, and produce a targeted lazy-load optimization plan plus proven timings.
    0 installs
  95. Timezone Trap Cron Debugger · rmazrim
    Simulate thousands of scheduled job runs across timezones and DST transitions to provably detect misfires, skips, and duplicate executions hidden in cron schedules.
    0 installs
  96. Transcript To Srt Automator · rmazrim
    Turn 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.
    0 installs
  97. Caching Strategy Implementer · rmazrim
    Implement Cache-Aside, Write-Through, and TTL-based caching logic using Redis or in-memory LRU caches.
    0 installs
  98. Dependency Cve Audit Patcher · rmazrim
    Audits third-party open-source packages for known vulnerabilities (CVEs), evaluating breaking change risks and generating automated patch updates.
    0 installs
  99. Dependency Fitness Scorecard · rmazrim
    Score every third-party dependency on maintenance activity, release cadence, issue health, and size so upgrade decisions are data-driven instead of fear-driven.
    0 installs
  100. Voice Agent Turn Engine · rmazrim
    Offline 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.
    0 installs