con un clic
dotfiles
dotfiles contiene 2 skills recopiladas de drishal, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
Shared cross-session memory with Hermes via the Mnemosyne MCP server (both agents read/write one SQLite DB). Use when past-session context matters: `mnemosyne_recall` at session start and when the user references prior work/decisions; `mnemosyne_remember` durable facts (decisions, preferences, project state, open questions) when finishing work or before context loss — what you store, Hermes sees, and vice versa. Don't remember trivial output or full files. No reflect loop — recall is the retrieval tool; `mnemosyne_sleep` runs consolidation, not reasoning.
Use Obscura — a Rust headless browser with a Chrome DevTools Protocol server — for fast page fetches, JS execution, scraping, and CDP automation. Drop-in CDP replacement for Chrome with Puppeteer or Playwright. Trigger on requests to "open a page", "fetch a URL with JS", "scrape a site", "render this page", "automate browser via CDP", or any task where Chrome would be too heavy. Also use when the user mentions stealth fingerprinting, tracker blocking, `navigator.webdriver` masking, or evading basic bot detection.