com um clique
memory
Two-layer memory system with grep-based recall.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Two-layer memory system with grep-based recall.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Converts a GitHub project repository or an ArXiv research paper into an engaging, illustrated blog post. Use this skill when the user asks to summarize, explain, or write a blog post about a specific GitHub repo or ArXiv article.
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, or extract information from web pages.
Comprehensive data analysis workflow supporting data cleaning, exploration, visualization, statistical analysis, and report generation. Works with CSV, Excel, JSON, and SQL databases. Use when user needs to analyze datasets, perform statistical tests, create visualizations, or generate data insights.
Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a PPT/PPTX to web, or create slides for a...
Add and manage evaluation results in Hugging Face model cards. Supports extracting eval tables from README content, importing scores from Artificial Analysis API, and running custom model evaluations with vLLM/lighteval. Works with the model-index metadata format.
This skill should be used when users want to run any workload on Hugging Face Jobs infrastructure. Covers UV scripts, Docker-based jobs, hardware selection, cost estimation, authentication with tokens, secrets management, timeout configuration, and result persistence. Designed for general-purpose compute workloads including data processing, inference, experiments, batch jobs, and any Python-based tasks. Should be invoked for tasks involving cloud compute, GPU workloads, or when users mention running jobs on Hugging Face infrastructure without local setup.
| name | memory |
| description | Two-layer memory system with grep-based recall. |
| always | true |
memory/MEMORY.md — Long-term facts (preferences, project context, relationships). Always loaded into your context.memory/HISTORY.md — Append-only event log. NOT loaded into context. Search it with grep.grep -i "keyword" memory/HISTORY.md
Use the exec tool to run grep. Combine patterns: grep -iE "meeting|deadline" memory/HISTORY.md
Write important facts immediately using edit_file or write_file:
Old conversations are automatically summarized and appended to HISTORY.md when the session grows large. Long-term facts are extracted to MEMORY.md. You don't need to manage this.