AgentStack
mega-edo avatar

mega-edo

41 listings · 0 installs

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

↗ github.com/mega-edo
41 results
Self-run
SKILL

Agent Workflow Designer

Agent Workflow Designer

0
16
Free
Self-run
SKILL

Attribution Patching

Gradient-based approximation to activation patching for scalable circuit

0
13
Free
Self-run
SKILL

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…

0
14
Free
Self-run
SKILL

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.…

0
13
Free
Self-run
SKILL

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…

0
16
Free
Self-run
SKILL

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…

0
13
Free
Self-run
SKILL

Debugging Wizard

Parses error messages, traces execution flow through stack traces, correlates

0
18
Free
Self-run
SKILL

Javascript Typescript Jest

Best practices for writing JavaScript/TypeScript tests using Jest, including mocking strategies, test structure, and common patterns.

0
13
Free
Self-run
SKILL

Capability Evolver

A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution.

0
11
Free
Self-run
SKILL

Api Design Reviewer

API Design Reviewer

0
11
Free
Self-run
SKILL

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.

0
14
Free
Self-run
SKILL

Playwright Patterns

Use when writing Playwright automation code, building web scrapers, or

0
10
Free
Self-run
SKILL

Cypress Playwright Setup

Sets up end-to-end testing with Cypress or Playwright including page

0
12
Free
Self-run
SKILL

Code Review Expert

Expert code review of current git changes with a senior engineer lens. Detects SOLID violations, security risks, and proposes actionable improvements.

0
12
Free
Self-run
SKILL

Develop Feature

Pick up and implement the next available feature from /.agent-features/.

0
15
Free
Self-run
SKILL

Langgraph Fundamentals

INVOKE THIS SKILL when writing ANY LangGraph code. Covers StateGraph, state schemas, nodes, edges, Command, Send, invoke, streaming, and error handling.

0
15
Free
Self-run
SKILL

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).

0
17
Free
Self-run
SKILL

Langchain Fundamentals

Create LangChain agents with create_agent, define tools, and use middleware for human-in-the-loop and error handling.

0
15
Free
Self-run
SKILL

Copilot Cli Quickstart

>

0
15
Free
Self-run
SKILL

Delegation Core

Delegate tasks to external LLM services (Gemini, Qwen) with quota, logging,

0
12
Free
Self-run
SKILL

Context Driven Development

>-

0
13
Free
Self-run
SKILL

Changelog Generator

Changelog Generator

0
15
Free
Self-run
SKILL

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.

0
18
Free
Self-run
SKILL

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.

0
20
Free
Self-run
SKILL

Agent Designer

Agent Designer - Multi-Agent System Architecture

0
14
Free
Self-run
SKILL

Env Secrets Manager

Env & Secrets Manager

0
14
Free
Self-run
SKILL

Regex Chess

Guidance for implementing chess move generation using only regular expressions.

0
12
Free
Self-run
SKILL

Secrets Gitleaks

Hardcoded secret detection and prevention in git repositories and codebases

0
19
Free
Self-run
SKILL

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…

0
17
Free
Self-run
SKILL

Deliver Launch Checklist

Auto-discovered skill

0
14
Free
Self-run
SKILL

Api Test Suite Builder

API Test Suite Builder

0
18
Free
Self-run
SKILL

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.

0
16
Free
Self-run
SKILL

Playwright Cli

Automate browser interactions, test web pages and work with Playwright tests.

0
16
Free
Self-run
SKILL

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.

0
16
Free
Self-run
SKILL

Chrome Extension Development

Expert guidelines for Chrome extension development with Manifest V3, covering security, performance, and best practices

0
18
Free
Self-run
SKILL

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…

0
13
Free
Self-run
SKILL

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.

0
19
Free
Self-run
SKILL

Engineering Advanced Skills

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.

0
13
Free
Self-run
SKILL

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.

0
11
Free
Self-run
SKILL

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.

0
13
Free
Self-run
SKILL

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.

0
17
Free
You've reached the end · 41 loaded