Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By agentlas-ai
Create, package, and maintain Agentlas agents and teams within Claude Code. Handles full lifecycle from interactive scaffolding (single-agent, multi-role teams) through context persistence, contract generation, and cross-CLI runtime adapters.
npx claudepluginhub agentlas-ai/hephaestus --plugin hephaestusConvert or repair an existing local/external agent or team into Agentlas architecture and prepare local install, Claude adapter, Codex plugin, or open-source release surfaces.
Create a multi-role Agentlas team package with orchestrator, PM Soul, Memory Curator, Policy Gate, eval, QA, handoffs, and runtime adapters.
Create one installable Agentlas worker package with memory, runtime adapters, and proposal-first self-evolution when useful.
Use when the user asks for /meta-agent, single agent builder, multi-agent team builder, or packaging an existing local/external agent into Agentlas architecture.
Use when local runtime continuity should create or maintain .agentlas files for a project folder.
Use when converting or repairing an existing local/external agent or team into Agentlas architecture for install, import, plugin use, or public release.
Use when a meta-agent request lacks details that change package shape, adapters, tools, safety, or public/private boundary.
Use before routing a /meta-agent request to choose single-agent-creator, team-builder, or agentlas-packager.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Mission Planner, Agent Creator, Skill Creator, and Librarian — the complete Forge suite for science-backed AI team assembly
Agent Teams スキルを設計・構築するためのベストプラクティスガイド。サブエージェント定義、SendMessage 通信プロトコル、タスク依存管理、PostToolUse Hook ログ、MCP ツール統合、コンテキストファイル設計を網羅。7つの実績あるチームスキルから抽出したパターン集
Skill for deciding when and how to create agent teams - single agent vs parallel subagents vs coordinated teams, with model selection and communication patterns
Intelligently compose and deploy Claude Code Agent Teams. Auto-selects optimal team composition from 24+ agents and 83+ skills across 5 scopes, generates task dependency graphs, and orchestrates multi-agent workflows with a single command.
The team-architecture factory for Claude Code — a meta-skill that turns a domain description into an agent team and the skills they use, with six pre-defined team-architecture patterns (Pipeline, Fan-out/Fan-in, Expert Pool, Producer-Reviewer, Supervisor, Hierarchical Delegation). Claude Code용 팀 아키텍처 팩토리: 도메인 한 문장을 에이전트 팀과 스킬 세트로 변환하는 메타 스킬.
A single-skill package for generating harness blueprints for agentic systems.
Turn one rough agent idea into an installable Agentlas agent or team repository.
Build one specialist, assemble a multi-agent team, or package an existing Claude/Codex/OpenClaw/Hermes workspace into a public-safe Agentlas repo.
English · 한국어 · 中文 · 日本語 · हिन्दी
Quickstart · Where To Type · Visual Install Guide · What It Builds · Architecture · Compare · Desktop
Figure 1. Request shaping, three builders, generated package contracts, memory curation, skill lifecycle, runtime adapters, and sync boundaries.
Use one of these paths on a new computer. Start with a Claude Code or Codex plugin install unless you only want the package files copied into a normal project folder.
Claude and Codex plugin marketplace commands use git clone. On a fresh Mac,
git requires Apple's Command Line Tools. If you see
xcode-select: note: No developer tools were found, run this once:
xcode-select --install
Finish the Apple installer popup, open a new Terminal window, then verify:
git --version
After git --version works, rerun the Claude or Codex plugin install command.
Run this from your normal OS terminal. It installs or updates the Claude Code
plugin, Codex plugin, and Gemini CLI extension/custom command. It also fixes the
common Already added from a different source marketplace conflict by removing
the old agentlas-core-engine entry and adding it again from this repo.
curl -fsSL https://raw.githubusercontent.com/agentlas-ai/Hephaestus/v0.2.7/scripts/install-all-runtimes.sh | bash
After it finishes, restart any open Claude Code, Codex, or Gemini sessions. Then use:
Claude Code: /reload-plugins, then /hephaestus ontology
Codex: /plugins, then /hephaestus ontology
Gemini CLI: /extensions list or /commands list, then /hephaestus
Use the same command again to update to the packaged ref. To force a different ref:
curl -fsSL https://raw.githubusercontent.com/agentlas-ai/Hephaestus/main/scripts/install-all-runtimes.sh | HEPHAESTUS_REF=main bash
Open your normal OS terminal, not the Claude chat box, and run:
claude plugin marketplace add https://github.com/agentlas-ai/Hephaestus --sparse .claude-plugin claude/plugins
claude plugin install hephaestus@agentlas-core-engine
Then open or restart Claude Code in the project you want to work on and type:
/reload-plugins
/hephaestus ontology
If you already installed the old agentlas-meta-agent plugin and Claude says
hephaestus is not found, refresh the marketplace and replace the old plugin:
curl -fsSL https://raw.githubusercontent.com/agentlas-ai/Hephaestus/v0.2.7/scripts/install-all-runtimes.sh | bash
/hephaestus ontology opens a local SaaS-style ontology dashboard for the
current project. The dashboard has a left navigation rail, an Obsidian-style
knowledge graph, source search, a GraphRAG query builder, a Memory Candidate
Queue, and copyable commands. It creates these files in that project only:
.agentlas/ontology-inbox/
.agentlas/ontology-sources.json
.agentlas/ontology-runtime.sqlite
.agentlas/ontology-gui/index.html
It does not scan your home folder or sibling projects. Put approved company docs
inside .agentlas/ontology-inbox/, then run /hephaestus ontology again to
refresh the dashboard.
To create agents or teams after install: