Loading...
Loading...
Generate README documentation writing plans and tasks. Use when the user wants to create README files for packages, plan documentation writing, or generate doc tasks for manual or LLM authoring.
npx skill4agent add trkbt10/indexion-skills indexion-plan-readme# Generate README writing plan using a template
indexion plan readme --template=.indexion/state/templates/readme.md <path>
# Output plans to a directory
indexion plan readme --template=readme.md --plans-dir=.indexion/plans <path>
# JSON output
indexion plan readme --template=readme.md --format=json <path>
# Custom KGF specs directory
indexion plan readme --template=readme.md --specs-dir=kgfs <path>
# Output to file
indexion plan readme --template=readme.md -o=readme-plan.md <path>| Option | Default | Description |
|---|---|---|
| (required) | Template file for README generation |
| .indexion/plans | Output directory for plans |
| markdown | Output format: markdown, json |
| kgfs | KGF specs directory |
| stdout | Output file path |
indexion doc init .indexion plan readme --template=.indexion/state/templates/readme.md .