Overview
- Skill Key
- beyound87/coding-lead
- Author
- beyound87
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/beyound87/coding-lead
- Latest Commit SHA
- eff8da9c1f1594f485a84e4c5abed15e38a0da90
Smart coding skill that routes tasks by complexity. Simple→direct, Medium/Complex→ACP with auto-fallback. Integrates with qmd and smart-agent-memory when available. Pure agent tools as baseline.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 coding-lead 技能。 若已安装,则直接安装 coding-lead 技能。
# Coding Lead > This skill supersedes inline coding rules in agent SOUL.md files. Route by complexity. ACP fails → auto-fallback to direct execution. ## Task Classification | Level | Criteria | Action | |-------|----------|--------| | **Simple** | Single file, <60 lines | Direct: read/write/edit/exec | | **Medium** | 2-5 files, clear scope | ACP → fallback direct | | **Complex** | Architecture, multi-module | Plan → ACP → fallback chunked direct | When in doubt, go one level up. ## Tech Stack (New Projects) | Layer | Preferred | Fallback | |-------|-----------|----------| | Backend | PHP (Laravel/ThinkPHP) | Python | | Frontend | Vue.js | React | | Mobile | Flutter | UniApp-X | | CSS | Tailwind | - | | DB | MySQL | PostgreSQL | Existing projects: follow current stack. New: propose first, wait for confirmation. ## Tool Detection & Fallback All tools are **optional**. Detect once per session: | Tool | Available? | Fallback | |------|-----------|----------| | **smart-agent-memory** | `node ~/.openclaw/skills/smart-agent-memory/scripts/memory-cli.js stats` ok? | `memory_search` + manual `.md` writes | | **qmd** | `qmd --version` ok? | `grep` (Linux/macOS) / `Select-String` (Windows) / `find` | | **ACP** | `sessions_spawn` succeeds? | Direct read/write/edit/exec | Notation: `[memory]` `[qmd]` `[acp]` = use if available, fallback if not. ## ACP Agent Routing **ACP access**: `sessions_spawn(runtime="acp")` may not be available (platform limitation). Use **acpx CLI** as the reliable path: ```bash # One-shot execution via acpx (works from any session type) cmd /c "C:\Users\beyou\AppData\Roaming\npm\node_modules\openclaw\extensions\acpx\node_modules\.bin\acpx.cmd --verbose --agent \"node C:/Users/beyou/AppData/Roaming/npm/node_modules/@zed-industries/claude-agent-acp/dist/index.js\" exec \"<your prompt>\" 2>&1" ``` If `sessions_spawn(runtime="acp")` is available in your session, use it. Otherwise fall back to acpx CLI via `exec`. Check `acp.allowedAgents` in...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.