Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"metadata": {
"description": "e2a plugins for Claude Code — authenticated email for AI agents",
"version": "0.4.0"
"version": "0.4.1"
},
"plugins": [
{
Expand Down
2 changes: 1 addition & 1 deletion .cursor-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"metadata": {
"description": "e2a — authenticated email gateway for AI agents (MCP server + operate-well skill).",
"version": "0.4.0"
"version": "0.4.1"
},
"plugins": [
{
Expand Down
2 changes: 1 addition & 1 deletion plugins/e2a/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "e2a",
"displayName": "e2a",
"version": "0.4.0",
"version": "0.4.1",
"description": "Authenticated email gateway for AI agents — per-agent inboxes, HITL approval, SPF/DKIM verification, and a queryable, replayable event log. 37 MCP tools over hosted streamable HTTP with OAuth.",
"author": {
"name": "Mnexa AI",
Expand Down
2 changes: 1 addition & 1 deletion plugins/e2a/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "e2a",
"displayName": "e2a",
"version": "0.4.0",
"version": "0.4.1",
"description": "Authenticated email gateway for AI agents — per-agent inboxes, HITL approval, SPF/DKIM verification, and a queryable, replayable event log. 37 MCP tools over hosted streamable HTTP with OAuth.",
"author": {
"name": "Mnexa AI"
Expand Down
2 changes: 1 addition & 1 deletion plugins/e2a/.cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "e2a",
"displayName": "e2a",
"version": "0.4.0",
"version": "0.4.1",
"description": "Authenticated email gateway for AI agents — per-agent inboxes, HITL approval, SPF/DKIM verification, and a queryable, replayable event log. 37 MCP tools over hosted streamable HTTP with OAuth.",
"author": {
"name": "Mnexa AI",
Expand Down
5 changes: 4 additions & 1 deletion plugins/e2a/skills/agentify/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
---
name: agentify
description: Deploy the autonomous-repo feedback loop into a GitHub repo. Scaffolds the lane workflows, the runtime skill, and one config file as a reviewed PR, then prints the one-time identity/secret setup checklist. Turns a repo into one that triages incoming feedback into issues and prepares human-gated fix PRs. Use when someone wants to make a repo self-managing / "agentify" it / install the feedback loop.
description: Beta — Deploy the autonomous-repo feedback loop into a GitHub repo. Scaffolds the lane workflows, the runtime skill, and one config file as a reviewed PR, then prints the one-time identity/secret setup checklist. Turns a repo into one that triages incoming feedback into issues and prepares human-gated fix PRs. Use when someone wants to make a repo self-managing / "agentify" it / install the feedback loop.
---

# agentify — deploy the autonomous-repo feedback loop

> **Beta.** This skill is under active development; the setup flow may
> change and a lower-friction "express" onboarding is being explored.

`/agentify` installs the framework into a target repo: feedback in →
triaged GitHub issue → human-gated fix PR → filer notified. It **bundles the
framework as templates**, so installing this plugin is grabbing the
Expand Down
Loading