Skip to main content
zedarvates
GitHub creator profile

zedarvates

Repository-level view of 63 collected skills across 2 GitHub repositories.

skills collected
63
repositories
2
updated
2026-07-14
repository explorer

Repositories and representative skills

auto-memory
software-developers

Memory as a learnable skill — store, recall, compress, and consolidate agent memories. Inspired by Stanford AutoMem.

2026-07-14
auto-router
software-developers

Auto-decide whether a task runs on a LOCAL model or a CLOUD model (DeepSeek, GLM, Nemotron, Grok, Gemma, …) from an automatic effort estimate, and run multi-model fusion (cascade, draft→refine, vote). Use when the user wants automatic local-vs-cloud routing, to add cloud LLM providers, to make local and cloud models collaborate, or mentions effort-based routing, model fusion/ensemble, OpenRouter, DeepSeek, GLM, Nemotron, or Grok.

2026-07-14
context-windows
software-developers

Fenêtres de contexte pour boucles rétroactives — charge seulement les deltas.

2026-07-14
dag-optimizer
software-developers

Optimisations DAG/RAG — waves, pruning, memoization, routing.

2026-07-14
dashboard
software-developers

Generate one self-contained, timestamped HTML dashboard of the system's cost picture — routing savings (control loop), metric trends, current metrics, and the cost of outstanding fixes. Also renders as a live ANSI terminal view (--tui, --watch) and serves a live HTTP API (api.py). Use when the user wants a single visual view of cost/savings/health over time, or a live terminal view they don't have to open a browser for.

2026-07-14
events
software-developers

Append-only JSONL decision log (.botte/events.jsonl) that every filter in the belt writes to — routing, cache hits, escalations, micro-NN outputs. The single source of truth demo mode, the live dashboard, and session replay all read from. Use when you want to see or emit a live feed of routing/cache/escalation decisions, or when building a tool that needs to watch the belt work in real time.

2026-07-14
harness-delta
software-quality-assurance-analysts-and-testers

Vérification différentielle — ne vérifie que les sections modifiées.

2026-07-14
llm-mcp
software-developers

MCP server that lets Claude Code (or any MCP client) discover and call local LLM servers (LM Studio, Ollama, …) as tools, to offload cheap tasks off the cloud. Use when the user wants to wire local models into their agent, register an MCP server, or have the agent automatically route simple tasks to local hardware.

2026-07-14
Showing top 8 of 57 collected skills in this repository.
url-shortener
software-developers

Raccourcir des URLs via is.gd ou v.gd. Use when: l'utilisateur demande de raccourcir une URL, créer un lien court, ou simplifier une URL longue. NOT for: URLs nécessitant une authentification, liens personnalisés avec domaine propre, analytics avancés.

2026-05-06
qr-generator
software-developers

Générer des QR codes à partir de texte ou URLs. Use when: l'utilisateur demande de créer un QR code, générer un code-barres 2D, encoder des données en QR. NOT for: codes-barres 1D, NFC tags, encryption de données sensibles.

2026-05-06
json-formatter
software-developers

Formater, valider et transformer des données JSON. Use when: l'utilisateur demande de formater du JSON, valider une structure JSON, convertir entre JSON et autres formats, minifier/beautifier JSON. NOT for: manipulation de bases de données, traitement de fichiers XML complexes.

2026-05-06
note-taker
software-developers

Système de prise de notes avec organisation, recherche et export. Use when: l'utilisateur demande de créer une note, rechercher dans ses notes, organiser des notes par catégorie, exporter des notes, lister ses notes. NOT for: édition collaborative en temps réel, synchronisation cloud, gestion de documents complexes.

2026-05-06
n8n-automation
network-and-computer-systems-administrators

Manage n8n workflows and trigger automations. Use when: (1) triggering external webhooks, (2) listing workflows, (3) creating new automation logic in n8n. NOT for: internal StoryCore animations.

2026-05-06
hello-world
software-developers

Un skill simple pour commencer avec OpenClaw. Use when: vous voulez apprendre comment créer un skill, vous avez besoin d'un exemple minimal, vous testez le système de skills. NOT for: fonctionnalités de production, tâches complexes.

2026-02-26
Showing 2 of 2 repositories
All repositories loaded