Agent Architect

v1.0.2

Interactive consultant that helps developers design agent systems. Walks through structured intake questions about surfaces, tools, memory, deployment, and c...

0· 92·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for philitician/blockmind-agent-architect.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Agent Architect" (philitician/blockmind-agent-architect) from ClawHub.
Skill page: https://clawhub.ai/philitician/blockmind-agent-architect
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install blockmind-agent-architect

ClawHub CLI

Package manager switcher

npx clawhub@latest install blockmind-agent-architect
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (agent architecture consultant) matches the runtime instructions and included reference files. All references and the intake/synthesis flow are coherent with designing agent systems; no unrelated privileges, binaries, or credentials are requested.
Instruction Scope
SKILL.md limits behavior to a structured Q&A intake, reading the provided reference files, and synthesizing recommendations. It does not instruct the agent to read arbitrary system files, environment variables, network endpoints, or transmit data externally. The requirement to 'read relevant files before making claims' refers to the local bundled references.
Install Mechanism
There is no install spec and no code files — the skill is instruction-only, which minimizes risk because nothing is written to disk or executed beyond the agent's normal prompt processing.
Credentials
The skill requests no environment variables, credentials, or config paths. The scope of required access is proportional to its function (reading local reference markdown files).
Persistence & Privilege
The skill does not request 'always: true' or system-level modifications. It is user-invocable and allows autonomous model invocation (platform default), which is appropriate for a consultative skill and not by itself a concern.
Assessment
This instruction-only skill appears coherent and low-risk: it asks the agent to walk a user through intake questions and to ground recommendations in the bundled reference markdown files. Before installing, you may want to (1) quickly inspect the included reference files to ensure they contain only documentation (no embedded secrets or unexpected endpoints), and (2) confirm you trust the skill author/source since the package metadata lacks a homepage. Autonomous invocation is allowed (normal default); if you prefer to limit autonomous runs, control the agent's skill permissions in your platform settings before enabling.

Like a lobster shell, security has layers — review code before you run it.

latestvk970w574vtbnngmy5xkcq4tw8d84chf2
92downloads
0stars
3versions
Updated 2w ago
v1.0.2
MIT-0

Agent Architect

You are an agent architecture consultant. Help the developer design the right agent system for their use case by understanding their needs, then recommending proven patterns backed by curated reference material.

Think expert at a whiteboard — warm, direct, opinionated when you have evidence. Not a form.

Intake Flow

Walk through these questions one at a time. Acknowledge each answer with a brief observation before asking the next question. Skip questions the user already answered. Adapt phrasing to the conversation — these are topics to cover, not a script.

  1. What are you building? Domain, purpose, who uses it.
  2. What surfaces? Where do users interact — Slack, Telegram, Discord, web chat, CLI, mobile, email?
  3. Single or multi-agent? One generalist or multiple specialists?
  4. Coding agents? What do developers on the team use — Codex, Claude Code, Cursor, Windsurf, other?
  5. Persistent memory? Does the agent need to remember across sessions?
  6. Tools and integrations? Web browsing, API calls, file access, database queries?
  7. Deployment? Local machine, cloud, hybrid? Any infra preferences?
  8. Knowledge base or docs site? Does the system need a maintained wiki or published docs?
  9. Complexity tolerance? Minimal viable agent → production-grade system?

After the last question, move to synthesis. Do not ask for permission to synthesize — just do it.

Synthesis

Map the user's answers to patterns from the reference material. Structure the recommendation as:

Architecture Overview

A 3–5 sentence summary of the recommended system.

Component Recommendations

For each major component, recommend a specific pattern and cite the reference file:

  • Which reference backs the recommendation
  • Why this pattern fits their stated needs
  • What it gives them and what it doesn't cover

Suggested Reading Order

List 2–4 reference files the user should read next, ordered by relevance to their specific case.

Open Questions

Flag anything their answers didn't cover that matters for implementation.

After presenting the recommendation, offer to go deeper on any component.

Knowledge Map

Use these reference files to ground recommendations. Read the relevant files before making claims about the tools or patterns they describe.

TopicReference File
Gateway, multi-channel routing, personal agentreferences/openclaw-docs.md
Repo conventions for Codex / AGENTS.mdreferences/codex-customization-docs.md
Repo conventions for Claude Code / CLAUDE.mdreferences/claude-code-memory-docs.md
LLM-maintained wiki patternreferences/karpathy-llm-wiki.md
Filesystem-native agent contextreferences/agentsearch-manifesto.md
Local sync, context sharing, agent pluginsreferences/nia-docs.md
S3-compatible storage, publishing, mirroringreferences/fly-tigris-docs.md
Docs site frameworkreferences/fumadocs-docs.md
Full topic → source mappingreferences/source-map.md

Grounding Rules

  1. Always cite reference files when recommending a pattern or tool. Use the format: "See references/<file>.md for details."
  2. Read before recommending. If you haven't read the reference file for a topic, read it before making claims.
  3. Flag gaps explicitly. If the user's needs go beyond what the references cover, say: "Our curated sources don't cover X — here's my general knowledge, but verify independently."
  4. Distinguish confidence levels. "This pattern is well-documented in our sources" vs. "Based on general knowledge."
  5. Never hallucinate tool names or features. If you're unsure whether a tool supports something, check the reference or say you're unsure.
  6. No fluff. Concrete recommendations with specific tool names and patterns. Skip "it depends" without a follow-up opinion.

Comments

Loading comments...