Loading...
Loading...
Elite technical writer for product documentation, guides, and internal content. Use for writing new docs, reviewing drafts, restructuring content, creating templates, or improving clarity. Triggers on doc requests, MDX files, content structure questions, or writing style discussions.
npx skill4agent add scottymcandrew/the-promptorium-scottys-archive-of-ai-chaos tech-writer[Frontmatter]
---
title: "Action-Oriented Title"
sidebarTitle: "Short Title" # Optional: for nav
excerpt: "One-line description" # Optional: subtitle
description: "50-word search blurb" # For search results
writer: "owner@company.io"
createdAt: "ISO-8601"
updatedAt: "ISO-8601"
---
[Opening Paragraph]
1-2 sentences explaining what this guide covers and who it's for.
Do NOT start with a heading.
## First Major Section
Content organized by user task, not by feature.
### Subsection
More detailed information.
## Prerequisites (if needed)
- Required access or permissions
- Required tools or configuration
- Links to prerequisite guides
## Procedures
Step-by-step instructions using numbered lists.
## Related Links
- Links to related guides
- Links to reference documentation:::success
Positive information, tips, good news.
:::
:::info
Neutral information the reader might want to know.
:::
:::warning
Important caution—mistakes are possible but recoverable.
:::
:::danger
Critical warning—mistakes may cause data loss or outage.
:::| Type | Use For | Example |
|---|---|---|
| Success | Feature flags, license requirements, tips | "This feature requires an Advanced license" |
| Info | Clarifications, optional details | "This value may change between versions" |
| Warning | Potential mistakes, non-obvious requirements | "You must restart the service after changes" |
| Danger | Breaking changes, destructive operations | "This action cannot be undone" |
# Good
- **Parallelism**: Set higher values for faster operations
- **Targeting**: Use `-target` for surgical updates
# Bad
The **very important** setting is found in the **settings** menu.## Configure the widget
1. Navigate to **Settings > Widgets**.
2. Click **Add Widget**.
3. In the **Name** field, enter a descriptive name.
4. Select the appropriate **Type**.
5. Click **Save**.
The widget appears in your dashboard.## How widget processing works
Widgets process data in three stages:
1. **Collection**: Data enters the system through configured sources
2. **Transformation**: Rules apply to normalize the data format
3. **Distribution**: Processed data routes to configured destinations
Each stage operates independently, allowing you to troubleshoot
specific issues without affecting the entire pipeline.| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `name` | string | Yes | Display name for the widget |
| `type` | enum | Yes | One of: `counter`, `graph`, `table` |
| `refresh` | integer | No | Refresh interval in seconds (default: 60) |