docs: add Scarf usage-analytics pixel to docs + README

Co-Authored-By: Alex Schapiro <bearsyankees@gmail.com>
This commit is contained in:
Devin AI
2026-06-30 18:15:08 +00:00
parent f342808d2b
commit 1099eefedd
27 changed files with 112 additions and 0 deletions
+4
View File
@@ -3,6 +3,10 @@ title: "Configuration"
description: "Environment variables for Strix"
---
import { ScarfPixel } from "/snippets/scarf-pixel.mdx";
<ScarfPixel />
Configure Strix using environment variables or a config file.
## LLM Configuration
+4
View File
@@ -3,6 +3,10 @@ title: "Skills"
description: "Specialized knowledge packages that enhance agent capabilities"
---
import { ScarfPixel } from "/snippets/scarf-pixel.mdx";
<ScarfPixel />
Skills are structured knowledge packages that give Strix agents deep expertise in specific vulnerability types, technologies, and testing methodologies.
## The Idea