@noodleseed/agent-kit 0.59.0 → 0.60.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. package/manifest.json +273 -241
  2. package/package.json +1 -1
  3. package/skills/claude-code/SKILL.md +5 -3
  4. package/skills/claude-code/authoring-mcp-servers/SKILL.md +1 -1
  5. package/skills/claude-code/building-mcp-apps/SKILL.md +1 -1
  6. package/skills/claude-code/connecting-apis-to-mcp/SKILL.md +4 -5
  7. package/skills/claude-code/debugging-mcp-delivery/SKILL.md +1 -1
  8. package/skills/claude-code/deploying-mcp-services/SKILL.md +1 -1
  9. package/skills/claude-code/designing-mcp-products/SKILL.md +1 -1
  10. package/skills/claude-code/embedding-mcp-assistants/SKILL.md +1 -1
  11. package/skills/claude-code/examples/customer-auth/README.md +2 -2
  12. package/skills/claude-code/executing-noodle-plans/SKILL.md +1 -1
  13. package/skills/claude-code/publishing-mcp-integrations/SKILL.md +1 -1
  14. package/skills/claude-code/references/examples.md +0 -1
  15. package/skills/claude-code/references/wrap-existing-app.md +65 -0
  16. package/skills/claude-code/reporting-noodle-feedback/SKILL.md +1 -1
  17. package/skills/claude-code/verifying-mcp-delivery/SKILL.md +1 -1
  18. package/skills/claude-code/wrapping-existing-applications/SKILL.md +49 -0
  19. package/skills/codex/SKILL.md +5 -3
  20. package/skills/codex/authoring-mcp-servers/SKILL.md +1 -1
  21. package/skills/codex/building-mcp-apps/SKILL.md +1 -1
  22. package/skills/codex/connecting-apis-to-mcp/SKILL.md +4 -5
  23. package/skills/codex/debugging-mcp-delivery/SKILL.md +1 -1
  24. package/skills/codex/deploying-mcp-services/SKILL.md +1 -1
  25. package/skills/codex/designing-mcp-products/SKILL.md +1 -1
  26. package/skills/codex/embedding-mcp-assistants/SKILL.md +1 -1
  27. package/skills/codex/examples/customer-auth/README.md +2 -2
  28. package/skills/codex/executing-noodle-plans/SKILL.md +1 -1
  29. package/skills/codex/publishing-mcp-integrations/SKILL.md +1 -1
  30. package/skills/codex/references/examples.md +0 -1
  31. package/skills/codex/references/wrap-existing-app.md +65 -0
  32. package/skills/codex/reporting-noodle-feedback/SKILL.md +1 -1
  33. package/skills/codex/verifying-mcp-delivery/SKILL.md +1 -1
  34. package/skills/codex/wrapping-existing-applications/SKILL.md +49 -0
@@ -0,0 +1,49 @@
1
+ ---
2
+ name: wrapping-existing-applications
3
+ description: "Use when an existing application has no stable usable API and needs a read-only, identity-first Noodle Seed integration plan before implementation."
4
+ ---
5
+
6
+ <!-- noodle-skill version:0.60.0 hash:eccc3c158dcafba8 -->
7
+
8
+ # wrapping-existing-applications
9
+
10
+ Produce the smallest safe, repository-grounded existing-application integration plan before any mutation.
11
+
12
+ ## Use when
13
+
14
+ - Plan how to wrap an existing application that has no usable public API.
15
+ - Map internal application capabilities into an approved Noodle Seed implementation plan.
16
+
17
+ ## Do not use when
18
+
19
+ - Do not use when all four API-evidence inputs exist—an API base URL, authentication scheme, representative safe read, and observed response; use `connecting-apis-to-mcp`. Missing, stale, inaccessible, undocumented-only, or otherwise unusable API evidence remains in `wrapping-existing-applications`.
20
+ - Do not use to execute an approved plan, diagnose a concrete failure, or mutate hosted state.
21
+
22
+ ## Required inputs
23
+
24
+ - Repository scope and requested stopping point.
25
+ - Target user jobs.
26
+ - End-user identity provider and caller population.
27
+ - One static preconfigured downstream origin, or a routing blocker and owning-workflow handoff.
28
+
29
+ ## Workflow
30
+
31
+ Read and follow the canonical playbook `references/wrap-existing-app.md` at `../noodle-seed/references/wrap-existing-app.md`. It owns the workflow; do not recreate it here or load the command catalog speculatively.
32
+ Load `references/authoring-workflow.md` at `../noodle-seed/references/authoring-workflow.md` only when the playbook or observed evidence names that concern.
33
+ Load `references/tool-design.md` at `../noodle-seed/references/tool-design.md` only when the playbook or observed evidence names that concern.
34
+
35
+ ## Verification evidence
36
+
37
+ A sanitized capability map and repository-scoped plan state identity, authorization, routing, application changes, tool budget, tests, blockers, and the first unproven layer.
38
+
39
+ ## Recovery paths
40
+
41
+ With a stable origin but no safe stable HTTP boundary, plan the smallest application-owned stable HTTPS adapter over existing business functions. If a safe live verification input or working credential is missing, leave that evidence explicitly unproven and name the exact prerequisite. Only multi-origin routing or no stable HTTP origin blocks and hands off to the existing owning routing workflow.
42
+
43
+ ## Stop conditions
44
+
45
+ Stop after presenting the draft plan and before any file or hosted mutation until the user explicitly authorizes the exact next action and target.
46
+
47
+ ## Handoff contract
48
+
49
+ Pass the selected outcome, explicit target, changed files, commands run, passing evidence, first unproven evidence layer, sanitized failure, remaining authority, and exact next action. The receiving skill continues from that layer; do not restart discovery or discard prior proof.