mirror of
https://github.com/awizemann/scarf.git
synced 2026-05-10 18:44:45 +00:00
51 lines
3.4 KiB
HTML
51 lines
3.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Scarf Templates</title>
|
|
<meta name="description" content="Community catalog of Scarf project templates — pre-configured AI-agent projects with dashboards, cron jobs, and agent instructions.">
|
|
<link rel="stylesheet" href="styles.css">
|
|
<link rel="icon" type="image/png" href="assets/icon.png">
|
|
</head>
|
|
<body>
|
|
<header class="site-header">
|
|
<a class="brand" href=".">
|
|
<img src="assets/icon.png" alt="" width="40" height="40">
|
|
<span class="brand-name">Scarf Templates</span>
|
|
</a>
|
|
<nav class="site-nav">
|
|
<a href="https://github.com/awizemann/scarf">GitHub</a>
|
|
<a href="https://github.com/awizemann/scarf/blob/main/templates/CONTRIBUTING.md">Contribute</a>
|
|
</nav>
|
|
</header>
|
|
|
|
<section class="hero">
|
|
<h1>Pre-packaged projects for Scarf</h1>
|
|
<p>
|
|
Browse 3 community templates — each ships with a
|
|
ready-to-install Scarf dashboard, a cross-agent <code>AGENTS.md</code>, optional
|
|
cron jobs and skills. Click a template to see what it does; one click installs
|
|
it into Scarf.
|
|
</p>
|
|
</section>
|
|
|
|
<main class="catalog">
|
|
<div class="grid">
|
|
<a class="card" href="awizemann-hackernews-digest/"><h3>HackerNews Daily Digest</h3><p class="desc">A daily digest of HackerNews top stories. Pulls Hacker News' Firebase API, filters by minimum score and optional topics, prepends a markdown digest to digest.md, and keeps the dashboard's top stories list current. No API keys required.</p><div class="meta"><span class="author">Alan Wizemann</span><span class="version">v1.0.0</span></div><div class="tags"><span class="tag">news</span><span class="tag">digest</span><span class="tag">hackernews</span><span class="tag">cron</span><span class="tag">starter</span><span class="tag">configurable</span></div></a>
|
|
<a class="card" href="awizemann-site-status-checker/"><h3>Site Status Checker</h3><p class="desc">A daily uptime check for a list of URLs you configure on install. Writes status to status-log.md and updates the dashboard with current counts.</p><div class="meta"><span class="author">Alan Wizemann</span><span class="version">v1.1.0</span></div><div class="tags"><span class="tag">monitoring</span><span class="tag">uptime</span><span class="tag">cron</span><span class="tag">starter</span><span class="tag">configurable</span></div></a>
|
|
<a class="card" href="awizemann-template-author/"><h3>Scarf Template Author</h3><p class="desc">Install this to give your agent a skill that scaffolds new Scarf projects — dashboards, optional configuration schemas, cron jobs, and AGENTS.md — from a short conversational interview. Scaffolded projects are usable locally and cleanly exportable as .scarftemplate bundles.</p><div class="meta"><span class="author">Alan Wizemann</span><span class="version">v1.0.0</span></div><div class="tags"><span class="tag">meta</span><span class="tag">authoring</span><span class="tag">skill</span><span class="tag">scaffolding</span></div></a>
|
|
</div>
|
|
</main>
|
|
|
|
<footer class="site-footer">
|
|
<p>
|
|
Scarf is open source:
|
|
<a href="https://github.com/awizemann/scarf">github.com/awizemann/scarf</a>.
|
|
Want to add your own template? See the
|
|
<a href="https://github.com/awizemann/scarf/blob/main/templates/CONTRIBUTING.md">contribution guide</a>.
|
|
</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|