agentsclimarketplace

Architect

Skill sumitake/agent-collab/plugins/agent-collab/skills/architect

Request read-only architecture consultation for codebase analysis, system design, implementation planning, decomposition, or long-horizon coding strategy. Use when the user says "ask the architect," "have Grok design this," "architecture consultation," "plan this implementation," "decompose this build," "analyze the system design," or "/agent-collab:architect." Also offer this proactively before a substantial multi-system or long-horizon implementation where an independent architecture pass can reduce rework. This role never edits files, runs shell commands or tests, mutates a worktree, opens PRs, merges, or deploys.From its SKILL.md

Install
npx -y skills add sumitake/agent-collab --skill architect

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

3.5 KB, 600 tokens by cl100k_base, as published. Nobody here has run it

Unified runtime invocation

Resolve the plugin root from this loaded file: SKILL.md is at <plugin-root>/skills/<skill-name>/SKILL.md. Invoke only python3 "<plugin-root>/coordinator.py" and send one bounded JSON request on stdin. Before constructing it, read the Coordinator request schema in <plugin-root>/README.md; never invent fields or route/action pairs. The public coordinator re-observes the active host/model, captures artifact provenance, excludes same-family routes, and verifies the co-packaged native manifest. It runs standalone from the installed plugin. Never discover a provider executable or reconstruct a raw command. Frontmatter tier is a routing recommendation, never a coordinator request field. For a review, cross-check, tiebreaker, or fallback over an authored artifact, capture its exact UTF-8 content and observed author model in the optional artifact object even when governance is false; never paste it into the prompt as a provenance substitute.

Architecture consultation

Use the unified coordinator's sealed architecture action for read-only analysis and planning. Grok 4.5 is eligible only through this action (or the separately sealed governance action); generic advisory, brainstorm, debate, QA, and worker requests can never reach Grok.

Workflow

Resolve the plugin root from this loaded file and read the exact request schema in <plugin-root>/README.md. Submit either:

  • route=auto, action=architecture, governance=false, with exact Gemini, Codex, and Grok candidate rows; or
  • route=grok, action=architecture, governance=false, with the exact Grok architecture row for an explicit target=grok request.

Use operation=execute, a bounded prompt, and the observed primary snapshot. When consulting on an authored design or plan, include its exact content and observed author model in the optional artifact snapshot so that family is also excluded. A frontmatter tier is not a coordinator field.

Scope

Eligible work includes:

  • read-only codebase structure and dependency analysis;
  • system and interface design;
  • implementation sequencing and milestone plans;
  • decomposition into bounded work units;
  • risk, failure-mode, and tradeoff analysis;
  • long-horizon coding strategy.

The architecture result is advice or a plan only. The trusted primary owns edits, shell/tests, integration, commits, PRs, merges, releases, deploys, and secrets. Never reinterpret "worker" language as execution authority.

Output contract

Ask for:

  1. recommended architecture;
  2. key invariants and threat boundaries;
  3. implementation decomposition and dependency order;
  4. verification plan;
  5. unresolved decisions or assumptions.

If no eligible independent route is advertised, return typed unavailable. Do not reconstruct a raw Grok command or silently reuse a same-family reviewer.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.