autograph-app-builder
v0.2.1Design and create apps with Autograph App Builder.
By AutographLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Agent Plugins
- Parsed components
- 2 skill or MCP entries
- Source updated
- Aug 28, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add autograph-app-builder@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/withAutograph/autograph-app-builderClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── plugin.json├── skills/autograph-app-builder/SKILL.md└── .mcp.json
Included Skills1
Use Autograph App Builder to design, plan, create, and validate supported apps through its five durable tools.
MCP servers1
- url
- http://127.0.0.1:3000/mcp
Plugin manifests2
{
"name": "autograph-app-builder",
"version": "0.2.1",
"description": "Design and create apps with Autograph App Builder.",
"author": {
"name": "Autograph",
"url": "https://github.com/withAutograph"
},
"homepage": "https://github.com/withAutograph/autograph-app-builder",
"repository": "https://github.com/withAutograph/autograph-app-builder",
"license": "MIT",
"keywords": [
"autograph",
"agent",
"mcp",
"agent-plugins",
"app-builder"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Autograph App Builder",
"shortDescription": "Design and create apps with Autograph",
"longDescription": "Use Autograph App Builder to design, plan, create, validate, and separately publish apps in explicitly supported repositories.",
"developerName": "Autograph",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"composerIcon": "./assets/autograph-icon.png",
"logo": "./assets/autograph-icon.png",
"websiteURL": "https://github.com/withAutograph/autograph-app-builder",
"defaultPrompt": [
"Create a polished personal finance dashboard",
"Build an event planning app for coordinating guests, schedules, and tasks",
"Design a customer feedback app with a clear review workflow"
],
"brandColor": "#111827",
"screenshots": []
}
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "autograph-app-builder",
"version": "0.2.1",
"description": "Design and create apps with Autograph App Builder.",
"author": {
"name": "Autograph",
"url": "https://github.com/withAutograph"
},
"homepage": "https://github.com/withAutograph/autograph-app-builder",
"repository": "https://github.com/withAutograph/autograph-app-builder",
"license": "MIT",
"keywords": [
"autograph",
"agent",
"mcp",
"agent-plugins",
"app-builder"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[autograph-app-builder on Agent Plugins Marketplace](https://pluginsmp.com/plugins/autograph-app-builder)