help

Explains CodeClaw skill framework usage with commands and workflows for developers.

10|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/dnviti/codeclaw --skill help-dnviti
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: help
Source: https://github.com/dnviti/codeclaw/tree/main/skills/help
Command: npx skills add https://github.com/dnviti/codeclaw --skill help-dnviti

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill explains how the CodeClaw skill framework works, what skills are available, and how to accomplish tasks with the plugin.

Core Features & Use Cases

  • Read and present dynamic skill metadata from each skill's SKILL.md, keeping the help up to date.
  • Clarify command usage for all skills (setup, idea, task, tests, release, docs, etc.) and guide users through typical workflows.
  • Provide targeted assistance for specific queries, helping users pick the right skill and perform actions confidently.

Quick Start

Ask for an overview with /help to see all skills, or query a topic like how to use /task to get specific guidance.

Frequently Asked Questions about help

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I navigate the CodeClaw skill framework and see available commands?

To navigate the CodeClaw skill framework, use the /help command to see all available skills. The help system reads skill metadata to present an up-to-date overview of commands and task workflows for developers.

What is the best way to get guidance on specific CodeClaw commands like task or release?

The best way to get guidance on specific CodeClaw commands is to query the help skill directly with your topic. It matches user questions to the appropriate skill and provides exact command syntax with actionable examples.

How does the help skill keep its command documentation accurate and up to date?

The help skill keeps command documentation accurate by dynamically reading skill metadata from each skill's SKILL.md file. This ensures the presented overview of the framework and available workflows remains current without manual updates.

Can I use the help skill to find the right plugin workflow for my development task?

Yes, you can use the help skill to find the right plugin workflow. It provides targeted assistance for specific queries, helping you pick the right skill and perform development actions confidently by matching your question to the appropriate skill.

What CodeClaw workflows are available for developers using the skill plugin?

Available CodeClaw workflows for developers using the skill plugin include setup, idea, task, tests, release, and docs. The help skill clarifies command usage for these workflows and guides users through typical development processes.

Do I need any dependencies installed to use the CodeClaw help command?

No dependencies are required to use the CodeClaw help command. The help skill operates independently to read skill metadata and present an accurate overview of the framework, commands, and task workflows without external packages.