skills/conductor-dev/SKILL.md
Professional project orchestration and workflow management. Initialize the Conductor directory to manage tracks, specifications, and implementation plans.
npx skillsauth add imansmallapple/agent-skills conductor-devInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill provides the boilerplate files and structure for the Conductor project orchestration framework. It initializes a conductor/ directory with essential documentation and workflow definitions according to the Universal File Resolution Protocol. It supports both standard linear workflows and advanced cycle-based development (V4 Supercharged).
Scaffolds the conductor/ directory in the current project.
conductor/ directory at the project root if it doesn't exist.artifacts/snapshots/ directory at the project root if it doesn't exist.artifacts/logs/ directory at the project root if it doesn't exist.assets/conductor-template/ to the conductor/ directory using PowerShell-compatible commands.Executes a structured task cycle defined in conductor/workflows/cycle.md.
TASKS.md, SESSION_STATE.json (runtime), artifacts/logs/When implementing tracks or tasks under Conductor:
figma extension to fetch and analyze the relevant design files. Extract precise values for dimensions, colors, and typography to ensure pixel-perfect implementation.codelinter on all modified files immediately after editing.codelinter to save tokens.hdc list targets.artifacts/snapshots/ directory exists.hdc shell snapshot_display /data/local/tmp/snapshot.png to capture the screen.hdc file recv /data/local/tmp/snapshot.png "artifacts/snapshots/[task_id].png".learning.md or log.hvigorw test) and capture the final state or results as an additional snapshot.artifacts/snapshots/[task_id].png or artifacts/snapshots/[task_id]_test.png.replace tool, you MUST use read_file to verify the current content. Ensure that new_string is DIFFERENT from the existing text to avoid "No changes to apply" errors.conductor/learning.md. If it does not exist, create it with a # Learning Log header.conductor/learning.md.conductor/learning.md is updated or after resolving errors or complex tasks.product-guidelines.md and prioritize UI performance ("Premium Design" and "Robustness").build-profile.json5 for SDK versions and cross-reference with API mapping.plan.md are completed, you MUST execute hvigorw assembleHap as a final verification step to ensure the entire project is in a stable, buildable state before completing the track. Do not execute this command after individual tasks or phases.CRITICAL: When performing analysis or file operations, you MUST distinguish between available agent tools (e.g., read_file, grep_search) and shell commands. NEVER attempt to execute an agent tool name as a shell command within run_shell_command.
When performing project analysis or file operations, you MUST use commands compatible with the user's operating system.
Get-ChildItem, New-Item -ItemType Directory -Force (for mkdir -p), and avoid Unix-specific pipes like xargs.$HOME over ~ for literal path strings.Contains the template files for the Conductor directory structure:
index.md: The entry point and file resolution index.product.md: Product definition and goals.tech-stack.md: Technology stack and architectural decisions.workflow.md: Development workflow and lifecycle.tracks.md: Registry for development tracks.product-guidelines.md: Design and implementation guidelines.setup_state.json: Initial state configuration for setup tracking.code_styleguides/: Directory for language-specific style guides (e.g., arkts.md).workflows/: Detailed workflow patterns (e.g., cycle.md for V4 Supercharged cycle).| Version | API Level | | :--- | :--- | | 4.0 | 10 | | 4.1 | 11 | | 5.0.0 | 12 | | 5.0.1 | 13 | | 5.0.2 | 14 | | 5.0.3 | 15 | | 5.1.0 | 18 | | 5.1.1 | 19 | | 6.0 | 20 |
Note: If the version string in build-profile.json5 includes a number in parentheses, such as 6.0.0(20), the number in the parentheses is the API Level.
development
Develop, build, deploy, and validate OpenHarmony / HarmonyOS applications on a connected device. Use for the inner dev loop (lint → build → deploy → run → inspect logs → UI validation) on an existing project. For project scaffolding use `harmonyos-dev` instead.
development
Initialize HarmonyOS project templates (Standard ArkTS or Native C++) and perform initial build verification.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.