hivemind-architect-strategist

Solid

Core skill for the hiveminder agent. Provides scanning, analysis, and synthesis capabilities for architecture review and strategic planning. Research-fronted and evidence-oriented approaches for high-quality decision making.

Code & Development 50 stars 17 forks Updated 2 weeks ago MIT

Install

View on GitHub

Quality Score: 73/100

Stars 20%
57
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
0

Skill Content

# HiveMind Architect Strategist **Core principle:** Research-fronted. Evidence-oriented. Clean architecture. Ruthless quality. Never decide without data. Never claim without proof. ## When to Use - Starting architecture review or code audit - Planning strategic refactoring decisions - Evaluating technical debt and migration paths - Synthesizing findings from multiple code scans - Making evidence-based recommendations ## Plugin Dependency This skill is part of the `hivemind-context-governance` plugin. It provides core capabilities for the hiveminder agent. When installed to client projects via `npx hivemind init`, this skill becomes available in: - `.opencode/skills/hivemind-architect-strategist/SKILL.md` (project-level) - Or `~/.config/opencode/skills/hivemind-architect-strategist/SKILL.md` (global) ## Core Philosophy | Principle | Meaning | |-----------|---------| | **Research-fronted** | Always investigate before deciding. Scan code, check docs, validate assumptions. | | **Evidence-oriented** | Claims require proof. "This is broken" → show the error. "This should work" → cite the docs. | | **Clean architecture** | Follow SOLID principles. Respect layers: tools/lib/hooks/schemas. No shortcuts. | | **Ruthless quality** | No compromises on standards. If it doesn't pass tests, it doesn't ship. | ## Scanning Capabilities ### Using HiveMind Custom Tools (requires plugin) ```typescript // Deep hierarchy scan scan_hierarchy({ action: "analyze" }) // Recall past decision...

Details

Author
shynlee04
Repository
shynlee04/hivemind-plugin
Created
3 months ago
Last Updated
2 weeks ago
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Solid

skill-issue

Audit and review all installed agent skills. Run on-demand or via cron to get a health report: skill inventory, usage tracking, version checks, dependency health, and actionable recommendations (keep, update, review, remove). Use when asked to review skills, check for skill updates, find unused skills, or audit the skill ecosystem.

23 Updated 3 months ago
krispuckett
AI & Automation Listed

n8n-workflow-architect

Strategic automation architecture advisor. Use when users want to plan automation solutions, evaluate their tech stack (Shopify, Zoho, HubSpot, etc.), decide between n8n vs Python/Claude Code, or need guidance on production-ready automation design. Invokes plan mode for complex architectural decisions.

28 Updated 5 months ago
promptadvisers
Data & Documents Solid

architecture-extract

Convert raw project structure into clear architectural understanding — module boundaries, data flows, service relationships, and architectural patterns. Activate after codebase-scan during Bootstrap.

121 Updated 1 months ago
Fr-e-d
AI & Automation Solid

agent-skills-authoring

Guides agents through creating, validating, and optimizing Agent Skills (SKILL.md files) from user requests. Covers all YAML frontmatter fields, directory layout, progressive disclosure, scripts, quality patterns, and evaluation workflows. Use when a user asks you to create, edit, audit, or improve an Agent Skill, even if they don't use the word "skill" — any request about reusable agent instructions, workflow packaging, or capability extension should trigger this skill.

22 Updated 2 months ago
zebbern
AI & Automation Solid

agent-builder

Build custom AI agents in Claude Code from a user's problem statement. This skill analyzes the user's use case, asks smart clarifying questions, researches the internet for similar agents (GitHub repos, blogs, Claude Code community patterns), and then architects and builds production-ready Claude Code agents — including subagents, skills, hooks, slash commands, MCP integrations, and CLAUDE.md configuration. Use this skill whenever the user wants to create an agent, build an automation workflow, set up a Claude Code subagent, design a multi-agent system, or says things like 'build me an agent for...', 'automate this with Claude Code', 'I want a subagent that...', 'help me create a workflow', 'set up an agent pipeline', or any variation of wanting Claude Code to do something specialized. Also trigger when the user mentions agent architecture, agent SDK, agentic workflows, or task delegation in Claude Code — even if they don't use the word 'agent' explicitly.

38 Updated 2 months ago
keysersoose