fundoc is a language agnostic documentation generator. Generate documentation from code comments and structure.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-f25756a1)More formats (shields.io, HTML) on the badges page.
# fundoc - Documentation Generator
## Overview
fundoc is a language agnostic documentation generator. Generate documentation from code comments and structure.
## Quick Start
### Generate documentation
```bash
sc fundoc generate docs <path>
```
### Passthrough to fundoc CLI
```bash
sc fundoc _ <fundoc-args>
```
## Key Features
- **Language Agnostic**: Works with multiple programming languages
- **Code Comments**: Extract documentation from code comments
- **Structure Analysis**: Analyze code structure for docs
- **Plugins**: Extensible via plugins
- **GitHub Action**: Available as GitHub Action
- **Literate Programming**: Supports literate programming style
## Installation
```bash
cargo install fundoc
```
## Usage Examples
### Generate docs from current directory
```bash
fundoc
```
### Generate docs from specific path
```bash
fundoc src/
```
### Specify output format
```bash
fundoc --format markdown src/
```
### Use specific plugin
```bash
fundoc --plugin rust src/
```
## Notes
- Run `fundoc --help` to see all available options
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...