clawd-skill

Document the CLI repository structure, key files, and contribution workflow.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/Piyush-Goenka/Clawd --skill clawd-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawd-skill
Source: https://github.com/Piyush-Goenka/Clawd/tree/main
Command: npx skills add https://github.com/Piyush-Goenka/Clawd --skill clawd-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clawd's architecture guide and development conventions help contributors understand the repository structure, intent, and best practices to align their work with the project.

Core Features & Use Cases

  • Detailed directory map, core files, and patterns for adding commands, tools, and skills.
  • Clear guidance for contributors on how to navigate, extend, and maintain the codebase.
  • Real-world examples of how the repository's conventions support scalable development.

Quick Start

Review this Skill's frontmatter and sections to understand how Clawd is organized, and reference the Skill.md content when starting a new contribution.

Frequently Asked Questions about clawd-skill

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

FAQPage Schema
What architecture and conventions does this CLI repository use for TypeScript development?

The repository uses a structured CLI architecture with specific TypeScript conventions, providing a detailed directory map, core files, and patterns for adding commands, tools, and skills to align your work with the project.

How do I navigate the codebase to start a new contribution?

To start a new contribution, review the Skill's frontmatter and sections to understand how the codebase is organized. Reference the Skill.md content to learn the directory map, navigation patterns, and contribution workflow before extending the project.

How do I extend the Skill frontmatter and description to keep discovery accurate?

You extend the Skill frontmatter and description by validating and modifying the metadata according to the repository's guidelines, ensuring the CLI architecture discovery remains accurate and aligned with the project's established conventions.

Does this project provide real-world examples for scalable CLI development?

Yes, the project provides real-world examples of how the repository's conventions support scalable CLI development, helping contributors understand the architecture intent and best practices for maintaining and extending the codebase.

What's the best way to add new commands and tools to this TypeScript architecture?

The best way to add new commands and tools is to follow the detailed directory map and core file patterns outlined in the architecture guide, ensuring your additions match the existing TypeScript conventions and repository structure.