一键导入
ei-apply-flow-dryrun
Generate optimization/configuration proposals for an Edge Impulse project and produce a dry-run apply pack (no server mutations).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate optimization/configuration proposals for an Edge Impulse project and produce a dry-run apply pack (no server mutations).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Triage workflow for ei-agentic-claude issues: reproduce, collect logs safely, isolate root cause, propose patch and regression tests.
Regenerate generated API clients/CLI commands, refresh integrity hashes, and run verification tests for ei-agentic-claude.
Release candidate checklist: build, test, docker smoke, and release notes draft for ei-agentic-claude.
Guard-railed operating procedure for using the Edge Impulse MCP server and CLI safely (read-only first, explicit approval before writes).
基于 SOC 职业分类
| name | ei-apply-flow-dryrun |
| description | Generate optimization/configuration proposals for an Edge Impulse project and produce a dry-run apply pack (no server mutations). |
| user-invocable | true |
Do NOT run any command that changes server state (no create/update/delete/train/apply). If the user requests a write action, stop and provide:
Identify the target project (read-only)
Snapshot current configuration (read-only where possible)
Propose changes
Output a “Dry-Run Apply Pack”
outputs/apply-dryrun/<project-id>/before.jsonoutputs/apply-dryrun/<project-id>/proposed.jsonoutputs/apply-dryrun/<project-id>/diff.mdoutputs/apply-dryrun/<project-id>/commands.sh (not executed)This skill is intended to pair with tools that can read project configuration via the Studio API
and the ei-agentic-claude CLI/MCP integration.