Skills and evals migrated from .agents/ to plugins/bin/ plugin directory. Remove .mcp.json, provider-manifest.sh, and skills-lock.json legacy artifacts. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
18 lines
931 B
Markdown
18 lines
931 B
Markdown
# Default topic list
|
|
|
|
Create one file per topic when relevant content is found. Skip topics with no content. Add custom topics when content warrants it.
|
|
|
|
| File | Covers |
|
|
|---|---|
|
|
| `overview.md` | What it is, key concepts, mental model, architecture summary |
|
|
| `installation.md` | Setup, dependencies, prerequisites, version requirements |
|
|
| `configuration.md` | Config files, options, environment variables, defaults |
|
|
| `cli-reference.md` | Commands, subcommands, flags, exit codes |
|
|
| `api-reference.md` | Endpoints, SDK methods, types, request/response shapes |
|
|
| `examples.md` | Common usage patterns, recipes, quickstart walkthroughs |
|
|
| `troubleshooting.md` | Known issues, error codes, gotchas, workarounds |
|
|
|
|
## Custom topics
|
|
|
|
Create additional topic files when content doesn't fit the defaults. Examples: `webhooks.md`, `rate-limits.md`, `authentication.md`, `migrations.md`, `security.md`. Use kebab-case filenames.
|