← ClaudeAtlas

mcpifylisted

Take an existing application through the full MCP lifecycle: analyze capabilities, generate and test a secure server, package or deploy it, connect clients, publish registry metadata, and operate releases. Use for production-oriented MCP work, especially TypeScript and Next.js repositories; do not use to bulk-expose arbitrary functions or bypass release authorization.
apnatvar/web-development-and-online-marketing-skills · ★ 0 · AI & Automation · score 60
Install: claude install-skill apnatvar/web-development-and-online-marketing-skills
# MCPify Turn an existing application's user-level capabilities into a narrow MCP interface, then take the approved server through packaging, deployment, discovery, client integration, publication, and operations. ## Select the mode Infer the mode from the request; if it is genuinely ambiguous, default to `analyze`. - `analyze`: inspect the repository, create or update `mcp-manifest.yaml`, and write an analysis report. Do not change application logic or add MCP runtime code. Read [analysis workflow](references/mode-analyze.md). - `generate`: implement only entries whose manifest status is `approved`. Read [generation workflow](references/mode-generate.md). - `audit`: inspect an existing manifest and MCP implementation without changing it unless the user separately asks for fixes. Read [audit workflow](references/mode-audit.md). - `test`: build and exercise the MCP integration safely. Read [test workflow](references/mode-test.md). - `package`: prepare a reproducible local package, container, MCPB artifact, or public remote-server metadata without publishing it. Read [release lifecycle](references/release-lifecycle.md) and [registry publication](references/registry-publication.md). - `deploy`: prepare or perform an explicitly requested deployment, including remote transport, authorization metadata, health checks, rollback, and gateway controls. Read [deployment](references/deployment.md). - `connect`: generate client/host configuration and verify discovery for a specified M