dev/skills/csa-doc-writing/SKILL.md
Clear, practical documentation for APIs, README, architecture decisions, and changelogs
npx skillsauth add ryderfreeman4logos/cli-sub-agent csa-doc-writingInstall 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.
Clear, practical documentation for APIs, README, architecture decisions, and changelogs.
/// Brief one-line description.
///
/// Detailed explanation including:
/// - Usage scenarios
/// - Important notes
///
/// # Arguments
/// * `param` - Parameter description and valid range
///
/// # Returns
/// Return value description
///
/// # Errors
/// * `ErrorType` - When this error occurs
///
/// # Examples
/// ```rust
/// let result = function(arg);
/// assert!(result.is_ok());
/// ```
pub fn function(param: Type) -> Result<T, E> { ... }
# Project Name
One-line description.
## Features
## Quick Start
### Installation
### Usage
## Configuration
## API Documentation
## Contributing
## License
# ADR-001: Decision Title
## Status
Accepted | Deprecated | Superseded by ADR-XXX
## Context
Why this decision is needed.
## Decision
What we decided and why.
## Consequences
### Positive
### Negative
### Neutral
# Changelog
## [Unreleased]
### Added
### Changed
### Fixed
### Removed
### Security
## [1.0.0] - 2024-01-01
tools
--- name = "csa-setup" version = "0.1.0" description = "Install CSA, Weave, and coding workflow patterns for AI agent bots" homepage = "https://github.com/RyderFreeman4Logos/cli-sub-agent" target = "agent-bots" --- # CSA Setup > Installation guide for AI agent bots (openclaw, Moltis, etc.) to set up > CSA and Weave with optional coding workflow patterns. ## Skill Files | File | Description | |------|-------------| | **skill.md** (this file) | Installation and setup guide | | **skills/AGENTS.
testing
Use when: converting TODO plan or open GitHub issues into deterministic execution checklist
development
Use when: full dev cycle branch->plan->implement->review->PR->merge
development
Use when: running CSA-driven code review, independent model selection