con un clic
memory
Two-layer memory system with grep-based recall.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Two-layer memory system with grep-based recall.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Executes tools for AI agents, ensuring correct parameter formats and preventing common execution errors.
Get current weather and forecasts (no API key required). Use the `run_terminal_command` tool for execution.
Use this skill to get documentation for third-party APIs, SDKs or libraries before writing code that uses them to ensure you have the latest, most accurate documentation. This is a better way to find documentation than doing web search. This includes when a user asks for tasks like "use the OpenAI API", "call the Stripe API", "use the Anthropic SDK", "query Pinecone", or any other time the user asks you to write code against an external service and you need current API reference. Fetch the docs with chub before answering, rather than relying on your pre-trained knowledge, which may be outdated because of recent changes to these APIs. Be sure to use this skill when the user asks for the latest docs, latest API behavior, or explicitly mentions chub or Context Hub. Ensure `chub` is available, run `chub --help`, then follow the instructions there.
Summarize public content — articles/text, YouTube videos, or podcasts — by fetching text or transcripts.
Monitor environment health by checking URLs with 'curl -o /dev/null --max-time 5 -s -w "%{http_code}\n"' and analyzing failures with LLM.
| name | memory |
| description | Two-layer memory system with grep-based recall. |
add_memory. Organized in 4 categories:
fact: Verified factual information ("User lives in Paris", "Project uses Bun").preference: Tastes and personal preferences ("Prefers dark mode", "Likes black coffee").rule: Behavioral directives or instructions ("Always reply in French", "Never delete files without asking").summary: Context or conversation summaries ("Project X summary: migrating from React to Vue").search_memory.Use the native search_memory tool:
search_memory(query="keyword")
Combine patterns for broader searches.
Use add_memory immediately for:
category: "preference"category: "fact"category: "fact"category: "rule"category: "summary"Use remove_memory to delete outdated or replaced memories by their ID.
run_terminal_command must NOT contain any prohibited terms or variations of them (e.g., "Points" is not allowed). Always verify the content of commands before execution.Avoid:
echo "| Points | Title ...."
Instead, ensure your command looks like:
echo "| Title | Author | Comments |"
This approach not only avoids blocked commands but also ensures a smoother operational flow.