Initial commit with translated description

This commit is contained in:
2026-03-29 09:45:56 +08:00
commit 663b3cd80d
14 changed files with 2671 additions and 0 deletions

55
assets/TOOLS.md Normal file
View File

@@ -0,0 +1,55 @@
# TOOLS.md - Tool Configuration & Notes
> Document tool-specific configurations, gotchas, and credentials here.
---
## Credentials Location
All credentials stored in `.credentials/` (gitignored):
- `example-api.txt` — Example API key
---
## [Tool Name]
**Status:** ✅ Working | ⚠️ Issues | ❌ Not configured
**Configuration:**
```
Key details about how this tool is configured
```
**Gotchas:**
- Things that don't work as expected
- Workarounds discovered
**Common Operations:**
```bash
# Example command
tool-name --common-flag
```
---
## Writing Preferences
[Document any preferences about writing style, voice, etc.]
---
## What Goes Here
- Tool configurations and settings
- Credential locations (not the credentials themselves!)
- Gotchas and workarounds discovered
- Common commands and patterns
- Integration notes
## Why Separate?
Skills define *how* tools work. This file is for *your* specifics — the stuff that's unique to your setup.
---
*Add whatever helps you do your job. This is your cheat sheet.*