← all publishers

JunMystery

@junmystery source repo

310 published skills · page 2 of 4

  1. Dotnet Patterns · junmystery
    Idiomatic C# and .NET patterns, conventions, dependency injection, async/await, and best practices for building robust, maintainable .NET applications. Use when writing or reviewing C# / .NET code — DI, async, or general conventions.
    0
    installs
  2. Frontend Slides · junmystery bundle
    Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a PPT/PPTX to web, or create slides for a talk/pitch. Helps non-designers discover their aesthetic through visual exploration rather than abstract choices.
    0
    installs
  3. Golang Patterns · junmystery
    Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications. Use when writing or reviewing Go code and idiomatic structure or conventions are in question.
    0
    installs
  4. Kotlin Patterns · junmystery
    Idiomatic Kotlin patterns, best practices, and conventions for building robust, efficient, and maintainable Kotlin applications with coroutines, null safety, and DSL builders. Use when writing or reviewing Kotlin code and idiomatic structure or null safety is in question.
    0
    installs
  5. Motion Advanced · junmystery
    Advanced motion patterns for React / Next.js — drag & drop, gestures, text animations, SVG path drawing, custom hooks, imperative sequences (useAnimate), loaders, and the full API decision tree. Requires motion-foundations. Use when building drag and drop, gestures, text or SVG animation, or imperative animation sequences in React or Next.js.
    0
    installs
  6. Motion Patterns · junmystery
    Production-ready animation patterns for React / Next.js — button, modal, toast, stagger, page transitions, exit animations, scroll, and layout — built on motion-foundations tokens and springs. Use when animating a specific UI element in React or Next.js — button, modal, toast, stagger, page transition, or scroll.
    0
    installs
  7. Nestjs Patterns · junmystery
    NestJS architecture patterns for modules, controllers, providers, DTO validation, guards, interceptors, config, and production-grade TypeScript backends. Use when building or reviewing a NestJS backend — modules, providers, DTO validation, guards, or interceptors.
    0
    installs
  8. Orch Fix Defect · junmystery
    Orchestrate fixing a bug — reproduce it as a failing regression test, fix to green, review, and gated commit — by delegating each phase to the matching ECC agent. Use when existing behavior is broken or wrong.
    0
    installs
  9. Prisma Patterns · junmystery
    Prisma ORM patterns for TypeScript backends — schema design, query optimization, transactions, pagination, and critical traps like updateMany returning count not records, $transaction timeouts, migrate dev resetting the DB, @updatedAt skipped on bulk writes, and serverless connection exhaustion. Use when writing a Prisma schema or query, or debugging transactions, migrations, or serverless connection limits.
    0
    installs
  10. Python Patterns · junmystery
    Pythonic idioms, PEP 8 standards, type hints, and best practices for building robust, efficient, and maintainable Python applications. Use when writing or reviewing Python code and idiomatic structure, typing, or PEP 8 is in question.
    0
    installs
  11. Security Review · junmystery bundle
    Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.
    0
    installs
  12. Skill Stocktake · junmystery bundle
    Use when auditing Claude skills and commands for quality. Supports Quick Scan (changed skills only) and Full Stocktake modes with sequential subagent batch evaluation.
    0
    installs
  13. Autonomous Loops · junmystery
    Patterns and architectures for autonomous Claude Code loops — from simple sequential pipelines to RFC-driven multi-agent DAG systems. Retained for compatibility only: when new autonomous loop guidance is needed, use continuous-agent-loop instead.
    0
    installs
  14. Backend Patterns · junmystery
    Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes. Use when building or reviewing Node.js, Express, or Next.js API routes and their data access.
    0
    installs
  15. Click Path Audit · junmystery
    Trace every user-facing button/touchpoint through its full state change sequence to find bugs where functions individually work but cancel each other out, produce wrong final state, or leave the UI in an inconsistent state. Use when: systematic debugging found no bugs but users report broken buttons, or after any major refactor touching shared state stores.
    0
    installs
  16. Coding Standards · junmystery
    Baseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed frontend or backend skills for framework-specific patterns. Use when reviewing code quality or naming with no framework-specific skill that applies.
    0
    installs
  17. Fastapi Patterns · junmystery
    FastAPI best practices covering project structure, Pydantic v2 schemas, dependency injection, async handlers, authentication, authorization, transactional service layers, and testing with httpx and pytest. Use when building or reviewing FastAPI apps — Pydantic schemas, dependencies, async handlers, auth, or tests.
    0
    installs
  18. Hipaa Compliance · junmystery
    HIPAA-specific entrypoint for healthcare privacy and security work. Use when a task is explicitly framed around HIPAA, PHI handling, covered entities, BAAs, breach posture, or US healthcare compliance requirements.
    0
    installs
  19. Laravel Patterns · junmystery
    Laravel architecture patterns, routing/controllers, Eloquent ORM, service layers, queues, events, caching, and API resources for production apps. Use when building or reviewing Laravel apps — controllers, Eloquent, service layers, queues, or API resources.
    0
    installs
  20. Laravel Security · junmystery
    Laravel security best practices — authentication, authorization, Eloquent safety, CSRF, XSS prevention, API security, and secure deployment configurations. Use when reviewing Laravel auth, Eloquent safety, CSRF, XSS, API security, or deployment configuration.
    0
    installs
  21. Nextjs Turbopack · junmystery
    Next.js 16+ and Turbopack — incremental bundling, FS caching, dev speed, and when to use Turbopack vs webpack.
    0
    installs
  22. Nodejs Keccak256 · junmystery
    Prevent Ethereum hashing bugs in JavaScript and TypeScript. Node's sha3-256 is NIST SHA3, not Ethereum Keccak-256, and silently breaks selectors, signatures, storage slots, and address derivation. Use when hashing for Ethereum in JavaScript or TypeScript, or when a selector, signature, storage slot, or derived address is wrong.
    0
    installs
  23. Orch Add Feature · junmystery
    Orchestrate building a brand-new feature end to end — research, plan, TDD implementation, review, and gated commit — by delegating each phase to the matching ECC agent. Use when adding a capability that does not exist yet.
    0
    installs
  24. Orch Refine Code · junmystery
    Orchestrate a behavior-preserving refactor — confirm tests are green, restructure without changing behavior, keep tests green, review, and gated commit. Use when the structure should improve but behavior must not change.
    0
    installs
  25. Plan Orchestrate · junmystery
    Read a plan document, decompose it into steps, design a per-step agent chain from the ECC catalogue, and emit ready-to-paste /orchestrate custom prompts. Generative only — never invokes /orchestrate itself. Use when the user has a multi-step plan and wants to drive it through orchestrate without composing chains by hand.
    0
    installs
  26. Production Audit · junmystery
    Local-evidence production readiness audit for shipped apps, pre-launch reviews, post-merge checks, and "what breaks in prod?" questions without sending repo data to an external audit service. Use when auditing production readiness before launch, after a merge, or when asked what breaks in prod.
    0
    installs
  27. Project Flow Ops · junmystery
    Operate execution flow across GitHub and Linear by triaging issues and pull requests, linking active work, and keeping GitHub public-facing while Linear remains the internal execution layer. Use when the user wants backlog control, PR triage, or GitHub-to-Linear coordination.
    0
    installs
  28. Pytorch Patterns · junmystery
    PyTorch deep learning patterns and best practices for building robust, efficient, and reproducible training pipelines, model architectures, and data loading. Use when writing or reviewing PyTorch training loops, model architectures, or data loading, or when a run will not reproduce.
    0
    installs
  29. Quarkus Patterns · junmystery
    Quarkus 3.x LTS architecture patterns with Camel for messaging, RESTful API design, CDI services, data access with Panache, and async processing. Use for Java Quarkus backend work with event-driven architectures. Use when building or reviewing a Quarkus service, especially with Camel messaging or Panache data access.
    0
    installs
  30. Quarkus Security · junmystery
    Quarkus Security best practices for authentication, authorization, JWT/OIDC, RBAC, input validation, CSRF, secrets management, and dependency security. Use when reviewing Quarkus authn/authz, JWT or OIDC, RBAC, validation, or secrets.
    0
    installs
  31. Swiftui Patterns · junmystery
    SwiftUI architecture patterns, state management with @Observable, view composition, navigation, performance optimization, and modern iOS/macOS UI best practices. Use when building or reviewing SwiftUI views, @Observable state, navigation, or render performance.
    0
    installs
  32. Angular Developer · junmystery bundle
    Generates Angular code and provides architectural guidance. Trigger when creating projects, components, or services, or for best practices on reactivity (signals, linkedSignal, resource), forms, dependency injection, routing, SSR, accessibility (ARIA), animations, styling (component styles, Tailwind CSS), testing, or CLI tooling.
    0
    installs
  33. Dashboard Builder · junmystery
    Build monitoring dashboards that answer real operator questions for Grafana, SigNoz, and similar platforms. Use when turning metrics into a working dashboard instead of a vanity board.
    0
    installs
  34. Defi Amm Security · junmystery
    Security checklist for Solidity AMM contracts, liquidity pools, and swap flows. Covers reentrancy, CEI ordering, donation or inflation attacks, oracle manipulation, slippage, admin controls, and integer math. Use when auditing or writing Solidity AMM, liquidity pool, or swap code.
    0
    installs
  35. Flox Environments · junmystery
    Create reproducible, cross-platform (macOS/Linux) development environments with Flox, a declarative Nix-based environment manager. Use when setting up project toolchains for any language, installing system-level dependencies (compilers, databases, native libs like openssl/BLAS), pinning exact package versions for a team, running local services (PostgreSQL, Redis, Kafka), onboarding developers with one command, or solving 'works on my machine' problems — including agent/vibe-coding setups that need project-scoped tools without sudo. Also use when the user mentions .flox/, manifest.toml, flox activate, or FloxHub.
    0
    installs
  36. Frontend Patterns · junmystery
    Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices. Use when building or reviewing React or Next.js components, state, or render performance.
    0
    installs
  37. Gan Style Harness · junmystery
    GAN-inspired Generator-Evaluator agent harness for building high-quality applications autonomously. Based on Anthropic's March 2026 harness design paper. Use when a feature should be built autonomously through generator and evaluator iteration until it clears a quality bar.
    0
    installs
  38. Investor Outreach · junmystery
    Draft cold emails, warm intro blurbs, follow-ups, update emails, and investor communications for fundraising. Use when the user wants outreach to angels, VCs, strategic investors, or accelerators and needs concise, personalized, investor-facing messaging.
    0
    installs
  39. Loop Design Check · junmystery
    Design a goal-oriented agent loop, and review it for the ways loops go wrong — spinning and burning tokens, Goodhart-gaming the verifier, or running a wrong answer to completion. Two actions: (1) WRITE a loop — gate whether to build it, define a machine-decidable goal, pick the loop type, pick a skeleton; (2) REVIEW a loop — run it past five failure modes plus decidability, boundaries, fallback, judge independence, and keep-judgment-with-the-human red lines. Use when designing an autonomous agent loop, or when you already have one and worry it will spin, cheat, or run a wrong answer to the end. Complements the mechanism-layer loop skills (autonomous-loops, continuous-agent-loop) by covering the judgment layer they don't. 中文触发:写 loop、设计 loop、做一个 loop、检查 loop 对不对、loop 体检、loop 会不会跑飞、可判定目标、五个崩法、plan build judge。English triggers: design an agent loop, write a loop, check a loop, loop review, prevent a runaway loop, goal-oriented loop, decidable goal, plan/build/judge.
    0
    installs
  40. Postgres Patterns · junmystery
    PostgreSQL database patterns for query optimization, schema design, indexing, and security. Based on Supabase best practices. Use when designing PostgreSQL schemas, indexes, or RLS policies, or when a query is too slow.
    0
    installs
  41. React Performance · junmystery
    React and Next.js performance optimization patterns adapted from Vercel Engineering's React Best Practices (https://github.com/vercel-labs/agent-skills). Organizes 70+ rules across 8 priority categories — waterfalls, bundle size, server-side, client fetching, re-render, rendering, JS micro-perf, advanced. Use when writing, reviewing, or refactoring React/Next.js code for performance.
    0
    installs
  42. Verification Loop · junmystery
    A comprehensive verification system for Claude Code sessions. Use when verifying a Claude Code session's work before claiming it is complete.
    0
    installs
  43. Agent Payment X402 · junmystery
    Add x402 payment execution to AI agents with per-task budgets, spending controls, and non-custodial wallets. Supports Base through agentwallet-sdk and X Layer through OKX Payments / OKX Agent Payments Protocol. Use when an agent must pay for something itself and needs per-task budgets, spending controls, and a non-custodial wallet.
    0
    installs
  44. Cisco IOS Patterns · junmystery
    Cisco IOS and IOS-XE review patterns for show commands, config hierarchy, wildcard masks, ACL placement, interface hygiene, and safe change-window verification. Use when reading, writing, or reviewing Cisco IOS / IOS-XE configuration or planning a change window.
    0
    installs
  45. Data Scraper Agent · junmystery bundle
    Build a fully automated AI-powered data collection agent for any public source — job boards, prices, news, GitHub, sports, anything. Runs on a schedule, enriches data with a free LLM (Gemini Flash), stores results in Notion/Sheets/Supabase, and learns from user feedback. Runs 100% free on GitHub Actions. Use when the user wants to monitor, collect, or track any public data automatically.
    0
    installs
  46. Energy Procurement · junmystery bundle
    Codified expertise for electricity and gas procurement, tariff optimization, demand charge management, renewable PPA evaluation, and multi-facility energy cost management. Informed by energy procurement managers with 15+ years experience at large commercial and industrial consumers. Includes market structure analysis, hedging strategies, load profiling, and sustainability reporting frameworks. Use when procuring energy, optimizing tariffs, managing demand charges, evaluating PPAs, or developing energy strategies.
    0
    installs
  47. Evm Token Decimals · junmystery
    Prevent silent decimal mismatch bugs across EVM chains. Covers runtime decimal lookup, chain-aware caching, bridged-token precision drift, and safe normalization for bots, dashboards, and DeFi tools. Use when handling token amounts across EVM chains, or when a balance, price, or transfer amount is off by orders of magnitude.
    0
    installs
  48. Homelab Pihole Dns · junmystery
    Pi-hole installation, blocklist management, DNS-over-HTTPS setup, DHCP integration, local DNS records, and troubleshooting broken DNS resolution on a home network. Use when the task explicitly involves Pi-hole — installing it, managing blocklists, configuring DoH or DHCP, adding local DNS records, or diagnosing DNS resolution with Pi-hole in the path.
    0
    installs
  49. Investor Materials · junmystery
    Create and update pitch decks, one-pagers, investor memos, accelerator applications, financial models, and fundraising materials. Use when the user needs investor-facing documents, projections, use-of-funds tables, milestone plans, or materials that must stay internally consistent across multiple fundraising assets.
    0
    installs
  50. Marketing Campaign · junmystery
    End-to-end marketing campaign planning and execution. Covers audience research, positioning, campaign angle definition, landing page copy, email sequences, social posts, ad copy, short-form video scripts, and content calendars. Use as the orchestration layer for multi-channel product launches. Use when planning or executing a multi-channel product launch, or producing landing page, email, social, or ad copy.
    0
    installs
  51. Motion Foundations · junmystery
    Motion tokens, spring presets, performance rules, device adaptation, accessibility enforcement, and SSR safety for React / Next.js using motion/react. Foundation layer — all other motion skills depend on this. Use when setting up motion tokens, spring presets, reduced-motion handling, or SSR-safe animation in React or Next.js.
    0
    installs
  52. Product Capability · junmystery
    Translate PRD intent, roadmap asks, or product discussions into an implementation-ready capability plan that exposes constraints, invariants, interfaces, and unresolved decisions before multi-service work starts. Use when the user needs an ECC-native PRD-to-SRS lane instead of vague planning prose.
    0
    installs
  53. Agentic Engineering · junmystery
    Operate as an agentic engineer using eval-first execution, decomposition, and cost-aware model routing. Use when planning or executing engineering work that agents will carry out end to end.
    0
    installs
  54. Codebase Onboarding · junmystery
    Analyze an unfamiliar codebase and generate a structured onboarding guide with architecture map, key entry points, conventions, and a starter CLAUDE.md. Use when joining a new project or setting up Claude Code for the first time in a repo.
    0
    installs
  55. Ecc Recipes · junmystery
    Map a described workflow to the right ECC command-GROUP with run-order and stop condition, and browse all command-group recipe families. Adds a family-grouping + run-order + when-to-stop layer on top of the flat command catalog. Advisory only. TRIGGER when the user says which commands for X, what command group runs X, show ECC recipes, list ECC pipelines, or how do I run a workflow with ECC. DO NOT TRIGGER when the user wants the task executed directly, wants a single-command deep doc (use ecc-guide), or wants a draft prompt rewritten (use prompt-optimizer).
    0
    installs
  56. Skill Comply · junmystery bundle
    Visualize whether skills, rules, and agent definitions are actually followed — auto-generates scenarios at 3 prompt strictness levels, runs agents, classifies behavioral sequences, and reports compliance rates with full tool call timelines. Use when checking whether agents actually follow the skills, rules, and definitions they were given, rather than assuming they do.
    0
    installs
  57. Ecc Guide · junmystery
    Guide users through ECC's current agents, skills, commands, hooks, rules, install profiles, and project onboarding by reading the live repository surface before answering.
    0
    installs
  58. Visa Doc Translate · junmystery bundle
    Translate visa application documents (images) to English and create a bilingual PDF with original and translation. Use when visa application document images must be translated to English as a bilingual PDF.
    0
    installs
  59. Continuous Learning · junmystery bundle
    [DEPRECATED - use continuous-learning-v2] Legacy v1 stop-hook skill extractor. v2 is a strict superset with instinct-based, project-scoped, hook-reliable learning. Do not invoke v1: when continuous learning, session learning, or pattern extraction is requested, route to continuous-learning-v2 instead.
    0
    installs
  60. AI Regression Testing · junmystery
    Regression testing strategies for AI-assisted development. Sandbox-mode API testing without database dependencies, automated bug-check workflows, and patterns to catch AI blind spots where the same model writes and reviews code. Use when adding regression coverage to AI-assisted code, or when the same model both wrote and reviewed a change.
    0
    installs
  61. Agent Guidance 2 · junmystery
    Core system standards check and token-optimized codebase context retrieval. Run this skill before performing any tool execution or codebase changes.
    0
    installs
  62. Planning And Task Breakdown · junmystery
    Breaks work into ordered tasks. Use when you have a spec or clear requirements and need to break work into implementable tasks. Use when a task feels too large to start, when you need to estimate scope, or when parallel work is possible.
    0
    installs
  63. C Based Toolchain Hardening Cheat Sheet · junmystery
    C-Based Toolchain Hardening Cheat Sheet
    0
    installs
  64. Mobile Application Security Cheat Sheet · junmystery
    Mobile Application Security Cheat Sheet
    0
    installs
  65. Injection Prevention In Java Cheat Sheet · junmystery
    Injection Prevention Cheat Sheet in Java
    0
    installs
  66. Os Command Injection Defense Cheat Sheet · junmystery
    OS Command Injection Defense Cheat Sheet
    0
    installs
  67. Legacy Application Management Cheat Sheet · junmystery
    Legacy Application Management Cheat Sheet
    0
    installs
  68. Subdomain Takeover Prevention Cheat Sheet · junmystery
    Subdomain Takeover Prevention Cheat Sheet
    0
    installs
  69. Credential Stuffing Prevention Cheat Sheet · junmystery
    Credential Stuffing Prevention Cheat Sheet
    0
    installs
  70. HTTP Strict Transport Security Cheat Sheet · junmystery
    HTTP Strict Transport Security Cheat Sheet
    0
    installs
  71. Prototype Pollution Prevention Cheat Sheet · junmystery
    Prototype Pollution Prevention Cheat Sheet
    0
    installs
  72. Software Supply Chain Security Cheat Sheet · junmystery
    Software Supply Chain Security
    0
    installs
  73. XML External Entity Prevention Cheat Sheet · junmystery
    XML External Entity Prevention Cheat Sheet
    0
    installs
  74. Aml Sanctions AI Agent Payments Cheat Sheet · junmystery
    AML and Sanctions Compliance for AI Agent Payments Cheat Sheet
    0
    installs
  75. Cross Site Scripting Prevention Cheat Sheet · junmystery
    Cross Site Scripting Prevention Cheat Sheet
    0
    installs
  76. Infrastructure As Code Security Cheat Sheet · junmystery
    Infrastructure as Code Security Cheatsheet
    0
    installs
  77. LLM Prompt Injection Prevention Cheat Sheet · junmystery
    LLM Prompt Injection Prevention Cheat Sheet
    0
    installs
  78. Securing Cascading Style Sheets Cheat Sheet · junmystery
    Securing Cascading Style Sheets Cheat Sheet
    0
    installs
  79. Authorization Regression Testing Cheat Sheet · junmystery
    Authorization Regression Testing Cheat Sheet
    0
    installs
  80. Authorization Testing Automation Cheat Sheet · junmystery
    Authorization Testing Automation Cheat Sheet
    0
    installs
  81. Vulnerable Dependency Management Cheat Sheet · junmystery
    Vulnerable Dependency Management Cheat Sheet
    0
    installs
  82. Browser Extension Vulnerabilities Cheat Sheet · junmystery
    Browser Extension Security Vulnerabilities Cheat Sheet
    0
    installs
  83. Email Validation And Verification Cheat Sheet · junmystery
    Email Validation and Verification in Identity Systems Cheat Sheet
    0
    installs
  84. Third Party Javascript Management Cheat Sheet · junmystery
    Third Party JavaScript Management Cheat Sheet
    0
    installs
  85. Bot Management And Anti Automation Cheat Sheet · junmystery
    Bot Management and Anti-Automation Cheat Sheet
    0
    installs
  86. Unvalidated Redirects And Forwards Cheat Sheet · junmystery
    Unvalidated Redirects and Forwards Cheat Sheet
    0
    installs
  87. Choosing And Using Security Questions Cheat Sheet · junmystery
    Choosing and Using Security Questions Cheat Sheet
    0
    installs
  88. Cross Site Request Forgery Prevention Cheat Sheet · junmystery
    Cross-Site Request Forgery Prevention Cheat Sheet
    0
    installs
  89. Microservices Based Security Arch Doc Cheat Sheet · junmystery
    Microservices based Security Arch Doc Cheat Sheet
    0
    installs
  90. Server Side Request Forgery Prevention Cheat Sheet · junmystery
    Server-Side Request Forgery Prevention Cheat Sheet
    0
    installs
  91. Third Party Payment Gateway Integration Cheat Sheet · junmystery
    Secure Integration of Third-Party Payment Gateways Cheat Sheet
    0
    installs
  92. Insecure Direct Object Reference Prevention Cheat Sheet · junmystery
    Insecure Direct Object Reference Prevention Cheat Sheet
    0
    installs
  93. X API · junmystery
    X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically.
    0
    installs
  94. Crosspost · junmystery
    Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.
    0
    installs
  95. Email Ops · junmystery
    Evidence-first mailbox triage, drafting, send verification, and sent-mail-safe follow-up workflow for ECC. Use when the user wants to organize email, draft or send through the real mail surface, or prove what landed in Sent.
    0
    installs
  96. Gateguard · junmystery
    Fact-forcing gate that blocks Edit/Write/Bash (including MultiEdit) and demands concrete investigation (importers, data schemas, user instruction) before allowing the action. Measurably improves output quality by +2.25 points vs ungated agents.
    0
    installs
  97. Exa Search · junmystery
    Neural search via Exa MCP for web, code, and company research. Use when the user needs web search, code examples, company intel, people lookup, or AI-powered deep research with Exa's neural search engine.
    0
    installs
  98. Github Ops · junmystery bundle
    GitHub repository operations, automation, and management. Issue triage, PR management, CI/CD operations, release management, and security monitoring using the gh CLI. Use when the user wants to manage GitHub issues, PRs, CI status, releases, contributors, stale items, or any GitHub operational task beyond simple git commands.
    0
    installs
  99. Codex Vscode · junmystery
    Configure and troubleshoot OpenAI Codex in VS Code and VS Code-compatible IDEs. Use when adding Codex project instructions, installing standards for the Codex VS Code extension, explaining Codex instruction discovery, or aligning Codex with this repository's Agent-Guidance workflow.
    0
    installs
  100. Code Reviewer · junmystery
    Senior code reviewer that evaluates changes across five dimensions — correctness, readability, architecture, security, and performance. Use for thorough code review before merge.
    0
    installs