# mega-edo

> Open-source publisher. Listings imported from github.com/mega-edo — credited to the original author with their license.

- **Listings:** 41
- **Total installs:** 0
- **Profile:** https://agentstack.voostack.com/s/mega-edo
- **Website:** https://github.com/mega-edo

## Published listings

- [Agent Workflow Designer](https://agentstack.voostack.com/l/skill-mega-edo-mega-tron-agent-workflow-designer) — Skill · Free · security-reviewed — `agentstack add skill-mega-edo-mega-tron-agent-workflow-designer`
  Agent Workflow Designer
- [Attribution Patching](https://agentstack.voostack.com/l/skill-mega-edo-mega-tron-attribution-patching) — Skill · Free · security-reviewed — `agentstack add skill-mega-edo-mega-tron-attribution-patching`
  Gradient-based approximation to activation patching for scalable circuit
- [Secret Scanning](https://agentstack.voostack.com/l/skill-mega-edo-mega-tron-secret-scanning) — Skill · Free · security-reviewed — `agentstack add skill-mega-edo-mega-tron-secret-scanning`
  Guide for configuring and managing GitHub secret scanning, push protection, custom patterns, and secret alert remediation. For pre-commit secret scanning in AI coding agents via the GitHub MCP Server, this skill references the Advanced Security plugin (`advanced-security@copilot-plugins`). Use this skill when enabling secret scanning, setting up push protection, defining custom patterns, triaging…
- [Agenthub](https://agentstack.voostack.com/l/skill-mega-edo-mega-tron-agenthub) — Skill · Free · security-reviewed — `agentstack add skill-mega-edo-mega-tron-agenthub`
  Multi-agent collaboration plugin that spawns N parallel subagents competing on the same task via git worktree isolation. Agents work independently, results are evaluated by metric or LLM judge, and the best branch is merged. Use when: user wants multiple approaches tried in parallel — code optimization, content variation, research exploration, or any task that benefits from parallel competition.…
- [Autoresearch Agent](https://agentstack.voostack.com/l/skill-mega-edo-mega-tron-autoresearch-agent) — Skill · Free — `agentstack add skill-mega-edo-mega-tron-autoresearch-agent`
  Autonomous experiment loop that optimizes any file by a measurable metric. Inspired by Karpathy's autoresearch. The agent edits a target file, runs a fixed evaluation, keeps improvements (git commit), discards failures (git reset), and loops indefinitely. Use when: user wants to optimize code speed, reduce bundle/image size, improve test pass rate, optimize prompts, improve content quality (headl…
- [Playwright Best Practices](https://agentstack.voostack.com/l/skill-mega-edo-mega-tron-playwright-best-practices) — Skill · Free · security-reviewed — `agentstack add skill-mega-edo-mega-tron-playwright-best-practices`
  Use when writing Playwright tests, fixing flaky tests, debugging failures, implementing Page Object Model, configuring CI/CD, optimizing performance, mocking APIs, handling authentication or OAuth, testing accessibility (axe-core), file uploads/downloads, date/time mocking, WebSockets, geolocation, permissions, multi-tab/popup flows, mobile/responsive layouts, touch gestures, GraphQL, error handl…
- [Debugging Wizard](https://agentstack.voostack.com/l/skill-mega-edo-mega-tron-debugging-wizard) — Skill · Free · security-reviewed — `agentstack add skill-mega-edo-mega-tron-debugging-wizard`
  Parses error messages, traces execution flow through stack traces, correlates
- [Javascript Typescript Jest](https://agentstack.voostack.com/l/skill-mega-edo-mega-tron-javascript-typescript-jest) — Skill · Free · security-reviewed — `agentstack add skill-mega-edo-mega-tron-javascript-typescript-jest`
  Best practices for writing JavaScript/TypeScript tests using Jest, including mocking strategies, test structure, and common patterns.
- [Capability Evolver](https://agentstack.voostack.com/l/skill-mega-edo-mega-tron-capability-evolver) — Skill · Free · security-reviewed — `agentstack add skill-mega-edo-mega-tron-capability-evolver`
  A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution.
- [Api Design Reviewer](https://agentstack.voostack.com/l/skill-mega-edo-mega-tron-api-design-reviewer) — Skill · Free · security-reviewed — `agentstack add skill-mega-edo-mega-tron-api-design-reviewer`
  API Design Reviewer
- [Jest Generator](https://agentstack.voostack.com/l/skill-mega-edo-mega-tron-jest-generator) — Skill · Free · security-reviewed — `agentstack add skill-mega-edo-mega-tron-jest-generator`
  Generate Jest unit tests for JavaScript/TypeScript with mocking, coverage. Use for JS/TS modules, React components, test generation, or encountering missing coverage, improper mocking, test structure errors.
- [Playwright Patterns](https://agentstack.voostack.com/l/skill-mega-edo-mega-tron-playwright-patterns) — Skill · Free · security-reviewed — `agentstack add skill-mega-edo-mega-tron-playwright-patterns`
  Use when writing Playwright automation code, building web scrapers, or
- [Cypress Playwright Setup](https://agentstack.voostack.com/l/skill-mega-edo-mega-tron-cypress-playwright-setup) — Skill · Free · security-reviewed — `agentstack add skill-mega-edo-mega-tron-cypress-playwright-setup`
  Sets up end-to-end testing with Cypress or Playwright including page
- [Code Review Expert](https://agentstack.voostack.com/l/skill-mega-edo-mega-tron-code-review-expert) — Skill · Free · security-reviewed — `agentstack add skill-mega-edo-mega-tron-code-review-expert`
  Expert code review of current git changes with a senior engineer lens. Detects SOLID violations, security risks, and proposes actionable improvements.
- [Develop Feature](https://agentstack.voostack.com/l/skill-mega-edo-mega-tron-develop-feature) — Skill · Free · security-reviewed — `agentstack add skill-mega-edo-mega-tron-develop-feature`
  Pick up and implement the next available feature from /.agent-features/.
- [Langgraph Fundamentals](https://agentstack.voostack.com/l/skill-mega-edo-mega-tron-langgraph-fundamentals) — Skill · Free · security-reviewed — `agentstack add skill-mega-edo-mega-tron-langgraph-fundamentals`
  INVOKE THIS SKILL when writing ANY LangGraph code. Covers StateGraph, state schemas, nodes, edges, Command, Send, invoke, streaming, and error handling.
- [Langchain Rag](https://agentstack.voostack.com/l/skill-mega-edo-mega-tron-langchain-rag) — Skill · Free · security-reviewed — `agentstack add skill-mega-edo-mega-tron-langchain-rag`
  INVOKE THIS SKILL when building ANY retrieval-augmented generation (RAG) system. Covers document loaders, RecursiveCharacterTextSplitter, embeddings (OpenAI), and vector stores (Chroma, FAISS, Pinecone).
- [Langchain Fundamentals](https://agentstack.voostack.com/l/skill-mega-edo-mega-tron-langchain-fundamentals) — Skill · Free · security-reviewed — `agentstack add skill-mega-edo-mega-tron-langchain-fundamentals`
  Create LangChain agents with create_agent, define tools, and use middleware for human-in-the-loop and error handling.
- [Copilot Cli Quickstart](https://agentstack.voostack.com/l/skill-mega-edo-mega-tron-copilot-cli-quickstart) — Skill · Free — `agentstack add skill-mega-edo-mega-tron-copilot-cli-quickstart`
  >
- [Delegation Core](https://agentstack.voostack.com/l/skill-mega-edo-mega-tron-delegation-core) — Skill · Free · security-reviewed — `agentstack add skill-mega-edo-mega-tron-delegation-core`
  Delegate tasks to external LLM services (Gemini, Qwen) with quota, logging,
- [Context Driven Development](https://agentstack.voostack.com/l/skill-mega-edo-mega-tron-context-driven-development) — Skill · Free · security-reviewed — `agentstack add skill-mega-edo-mega-tron-context-driven-development`
  >-
- [Changelog Generator](https://agentstack.voostack.com/l/skill-mega-edo-mega-tron-changelog-generator) — Skill · Free · security-reviewed — `agentstack add skill-mega-edo-mega-tron-changelog-generator`
  Changelog Generator
- [Secrets Management](https://agentstack.voostack.com/l/skill-mega-edo-mega-tron-secrets-management) — Skill · Free · security-reviewed — `agentstack add skill-mega-edo-mega-tron-secrets-management`
  Implement secure secrets management for CI/CD pipelines using Vault, AWS Secrets Manager, or native platform solutions. Use when handling sensitive credentials, rotating secrets, or securing CI/CD environments.
- [Agent Framework Azure Ai Py](https://agentstack.voostack.com/l/skill-mega-edo-mega-tron-agent-framework-azure-ai-py) — Skill · Free · security-reviewed — `agentstack add skill-mega-edo-mega-tron-agent-framework-azure-ai-py`
  Build Azure AI Foundry agents using the Microsoft Agent Framework Python SDK (agent-framework-azure-ai). Use when creating persistent agents with AzureAIAgentsProvider, using hosted tools (code interpreter, file search, web search), integrating MCP servers, managing conversation threads, or implementing streaming responses. Covers function tools, structured outputs, and multi-tool agents.
- [Agent Designer](https://agentstack.voostack.com/l/skill-mega-edo-mega-tron-agent-designer) — Skill · Free · security-reviewed — `agentstack add skill-mega-edo-mega-tron-agent-designer`
  Agent Designer - Multi-Agent System Architecture
- [Env Secrets Manager](https://agentstack.voostack.com/l/skill-mega-edo-mega-tron-env-secrets-manager) — Skill · Free · security-reviewed — `agentstack add skill-mega-edo-mega-tron-env-secrets-manager`
  Env & Secrets Manager
- [Regex Chess](https://agentstack.voostack.com/l/skill-mega-edo-mega-tron-regex-chess) — Skill · Free · security-reviewed — `agentstack add skill-mega-edo-mega-tron-regex-chess`
  Guidance for implementing chess move generation using only regular expressions.
- [Secrets Gitleaks](https://agentstack.voostack.com/l/skill-mega-edo-mega-tron-secrets-gitleaks) — Skill · Free · security-reviewed — `agentstack add skill-mega-edo-mega-tron-secrets-gitleaks`
  Hardcoded secret detection and prevention in git repositories and codebases
- [Playwright Expert](https://agentstack.voostack.com/l/skill-mega-edo-mega-tron-playwright-expert) — Skill · Free · security-reviewed — `agentstack add skill-mega-edo-mega-tron-playwright-expert`
  Use when writing E2E tests with Playwright, setting up test infrastructure, or debugging flaky browser tests. Invoke to write test scripts, create page objects, configure test fixtures, set up reporters, add CI integration, implement API mocking, or perform visual regression testing. Trigger terms: Playwright, E2E test, end-to-end, browser testing, automation, UI testing, visual testing, Page Obj…
- [Deliver Launch Checklist](https://agentstack.voostack.com/l/skill-mega-edo-mega-tron-deliver-launch-checklist) — Skill · Free · security-reviewed — `agentstack add skill-mega-edo-mega-tron-deliver-launch-checklist`
  Auto-discovered skill
- [Api Test Suite Builder](https://agentstack.voostack.com/l/skill-mega-edo-mega-tron-api-test-suite-builder) — Skill · Free · security-reviewed — `agentstack add skill-mega-edo-mega-tron-api-test-suite-builder`
  API Test Suite Builder
- [Langgraph Persistence](https://agentstack.voostack.com/l/skill-mega-edo-mega-tron-langgraph-persistence) — Skill · Free · security-reviewed — `agentstack add skill-mega-edo-mega-tron-langgraph-persistence`
  INVOKE THIS SKILL when your LangGraph needs to persist state, remember conversations, travel through history, or configure subgraph checkpointer scoping. Covers checkpointers, thread_id, time travel, Store, and subgraph persistence modes.
- [Playwright Cli](https://agentstack.voostack.com/l/skill-mega-edo-mega-tron-playwright-cli) — Skill · Free · security-reviewed — `agentstack add skill-mega-edo-mega-tron-playwright-cli`
  Automate browser interactions, test web pages and work with Playwright tests.
- [Neon Vercel Postgres](https://agentstack.voostack.com/l/skill-mega-edo-mega-tron-neon-vercel-postgres) — Skill · Free · security-reviewed — `agentstack add skill-mega-edo-mega-tron-neon-vercel-postgres`
  Neon + Vercel serverless Postgres for edge and serverless environments. Use for Cloudflare Workers, Vercel Edge, Next.js apps with HTTP/WebSocket connections, database branching (git-like), Drizzle/Prisma ORM integration, migrations, PITR backups, or encountering connection pool exhausted errors, TCP connection issues, SSL config problems.
- [Chrome Extension Development](https://agentstack.voostack.com/l/skill-mega-edo-mega-tron-chrome-extension-development) — Skill · Free · security-reviewed — `agentstack add skill-mega-edo-mega-tron-chrome-extension-development`
  Expert guidelines for Chrome extension development with Manifest V3, covering security, performance, and best practices
- [Deep Research](https://agentstack.voostack.com/l/skill-mega-edo-mega-tron-deep-research) — Skill · Free · security-reviewed — `agentstack add skill-mega-edo-mega-tron-deep-research`
  Conducts enterprise-grade research with multi-source synthesis, citation tracking, and verification. Produces citation-backed reports through a structured pipeline with source credibility scoring. Triggers on "deep research", "comprehensive analysis", "research report", "compare X vs Y", "analyze trends", or "state of the art". Not for simple lookups, debugging, or questions answerable with 1-2 s…
- [Langgraph Human In The Loop](https://agentstack.voostack.com/l/skill-mega-edo-mega-tron-langgraph-human-in-the-loop) — Skill · Free · security-reviewed — `agentstack add skill-mega-edo-mega-tron-langgraph-human-in-the-loop`
  INVOKE THIS SKILL when implementing human-in-the-loop patterns, pausing for approval, or handling errors in LangGraph. Covers interrupt(), Command(resume=...), approval/validation workflows, and the 4-tier error handling strategy.
- [Engineering Advanced Skills](https://agentstack.voostack.com/l/skill-mega-edo-mega-tron-engineering) — Skill · Free · security-reviewed — `agentstack add skill-mega-edo-mega-tron-engineering`
  25 advanced engineering agent skills and plugins for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw. Agent design, RAG, MCP servers, CI/CD, database design, observability, security auditing, release management, platform ops.
- [Cs Senior Engineer](https://agentstack.voostack.com/l/skill-mega-edo-mega-tron-cs-senior-engineer) — Skill · Free · security-reviewed — `agentstack add skill-mega-edo-mega-tron-cs-senior-engineer`
  Senior Engineer agent for architecture decisions, code review, DevOps, and API design. Orchestrates engineering and engineering-team skills for technical implementation work. Spawn when users need system design, code quality review, CI/CD pipeline setup, or infrastructure decisions.
- [Distributed Tracing](https://agentstack.voostack.com/l/skill-mega-edo-mega-tron-distributed-tracing) — Skill · Free · security-reviewed — `agentstack add skill-mega-edo-mega-tron-distributed-tracing`
  Implement distributed tracing with Jaeger and Tempo to track requests across microservices and identify performance bottlenecks. Use when debugging microservices, analyzing request flows, or implementing observability for distributed systems.
- [Langchain Architecture](https://agentstack.voostack.com/l/skill-mega-edo-mega-tron-langchain-architecture) — Skill · Free · security-reviewed — `agentstack add skill-mega-edo-mega-tron-langchain-architecture`
  Design LLM applications using LangChain 1.x and LangGraph for agents, memory, and tool integration. Use when building LangChain applications, implementing AI agents, or creating complex LLM workflows.

---
Seller on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Install any with `agentstack add <slug>`.
