axint.project.pack
Generates a project-start pack for new Apple apps, returning configuration files like AGENTS.md and CLAUDE.md to bootstrap agent-based development. Read-only, writes no files.
Instructions
Generate the Axint project-start pack for a new Apple app without writing files. Returns .mcp.json, AGENTS.md, CLAUDE.md, .axint/AXINT_MEMORY.md, .axint/project.json, and .axint/README.md so an Xcode/Codex/Claude agent can install the... Use: use to bootstrap an Apple project with Axint instructions; not to inspect an existing project. Effects: read-only generated file pack; writes no files and uses no network.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectName | No | Project name to embed in the generated instructions. | |
| targetDir | No | Project directory label to embed in the report. | |
| agent | No | Agent target. Defaults to all. | |
| mode | No | MCP mode. local uses npx stdio; remote uses mcp.axint.ai. | |
| format | No | Output format. Defaults to markdown. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Primary Axint tool response text, matching the first text content block. | |
| isError | No | Whether Axint marked the tool response as an error. |