claude-code-architecture基于 Claude Code 源码分析提炼的 AI Agent 架构设计模式。当你需要设计/重构 Agent 工具系统、安全门控、上下文压缩、任务编排时使用。
Install via ClawdBot CLI:
clawdbot install wudi488/claude-code-architectureGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 12, 2026
A company builds an internal AI coding assistant that plans tasks and executes them via separate agents. The system can read files concurrently and serialize write operations, ensuring safe and efficient code generation and refactoring.
Using the Master-Worker pattern, a Master Agent schedules and delegates tasks like deployment checks and log analysis to specialized Worker Agents. This enables 24/7 automated monitoring and incident response with parallel read operations.
An enterprise adopts a plugin-based AI tool with fail-closed security. Each tool has its own permission model and verification logic, preventing unauthorized write operations and ensuring compliance with internal policies.
A development team uses an AI assistant that applies five-level context compression to manage long conversations without losing critical information. It reads source code directly to avoid outdated memory, reducing hallucinations in large codebases.
A startup leverages the hidden voice command mode to allow developers to dictate coding tasks. The AI interprets voice commands, plans execution, and uses tool on-demand loading to conserve tokens and speed up prototyping.
Offer a free tier with basic tool access and limited token budgets. Premium plans unlock advanced features like multi-agent orchestration, voice commands, and higher token limits. Revenue comes from subscription fees and pay-as-you-go token top-ups.
Sell annual enterprise licenses that include on-premises deployment, custom tool plugins, and dedicated support. The fail-closed security and plugin architecture appeal to compliance-heavy industries. Revenue from license fees and consulting services.
Provide a cloud-hosted AI coding assistant with per-user monthly pricing. Include features like context compression and task delegation. Additional revenue from premium add-ons (e.g., 24/7 background agent, browser automation).
💬 Integration Tip
Start by implementing the read-write separation pattern and plugin architecture to ensure safety and extensibility before adding advanced features like multi-agent orchestration.
Scored Jul 6, 2026
Control desktop applications on Windows — launch, close, focus, resize, move windows, simulate keyboard/mouse input, manage processes, control VSCode, read clipboard, and capture screen info. Use when the user wants to interact with any running program, switch windows, type text, press shortcuts, open files in VSCode, manage running processes, or get system display information.
Conduct rigorous, adversarial code reviews with zero tolerance for mediocrity. Use when users ask to "critically review" my code or a PR, "critique my code", "find issues in my code", or "what's wrong with this code". Identifies security holes, lazy patterns, edge case failures, and bad practices across Python, R, JavaScript/TypeScript, SQL, and front-end code. Scrutinizes error handling, type safety, performance, accessibility, and code quality. Provides structured feedback with severity tiers (Blocking, Required, Suggestions) and specific, actionable recommendations.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.
Pragmatic coding standards for writing clean, maintainable code — naming, functions, structure, anti-patterns, and pre-edit safety checks. Use when writing new code, refactoring existing code, reviewing code quality, or establishing coding standards.
Claude Code integration for OpenClaw. This skill provides interfaces to: - Query Claude Code documentation from https://code.claude.com/docs - Manage subagents and coding tasks - Execute AI-assisted coding workflows - Access best practices and common workflows Use this skill when users want to: - Get help with coding tasks - Query Claude Code documentation - Manage AI-assisted development workflows - Execute complex programming tasks
Plan, draft, version, and refine written content with enforced versioning and quality audits.