feat: add comprehensive skills and agents for Rust development (#1573)

This commit is contained in:
安正超
2026-01-21 20:45:39 +08:00
committed by GitHub
parent 47ec125589
commit 0320508f8d
113 changed files with 16838 additions and 284 deletions
+26
View File
@@ -0,0 +1,26 @@
# browser-fetcher
Generic web content fetcher.
## Fetch
Use available tools:
- agent-browser (preferred)
- WebFetch (fallback)
## Output
```markdown
## Fetched Content
**URL:** <url>
**Title:** <title>
<content>
```
## Validation
1. Content is not empty
2. Not an error page (403, 429, blocked)
3. On failure: report reason