Convert videos into timestamped subtitles and structured knowledge artifacts. Two ingestion paths: (1) a native multimodal VLM (at most 4B params, via Ollama) reads sampled video frames into timestamped captions; (2) faster-whisper ASR transcribes the audio into timestamped subtitles. Then refine into a structured…
Generate synonyms for words or phrases. Use this skill when the user needs alternative words with similar meanings, wants to expand vocabulary, or seeks varied expressions for writing.
A read-only audit checklist for Hermit and Claude Code setups, covering how they are structured, used, checked, and improved, including token use and model selection.
Given a careers page URL, uses Playwright browser tools to explore the page, identify reliable scraping patterns (preferring hidden JSON APIs over DOM scraping), then writes a TypeScript Scraper subclass for that company.
Test the Wayfinder agent extension UI by starting the dev environment and visually verifying changes via CDP. Covers the new tab page (left sidebar — Home, Scheduled Tasks, Settings, etc.) and the right side panel (chat interface). Use after making UI changes to apps/agent/.
Use TypeCast to turn LLM output into validated, typed JVM values. Reach for it whenever code calls an LLM and then parses/validates the response by hand: extraction of case classes or Java records from text, classification/routing via sealed traits, constraint enforcement with retry, streaming partial JSON into a UI…
Review code quality with all 18 dimensions. Analyzes diff, gathers deep context, checks Known Gotchas, presents findings grouped by severity. If a PR exists, posts inline comments on GitHub. Use when the user says "code review", "review this PR", "review PR", "review", "pre-review", "check quality", or before opening…
A multi-step local process for understanding images with a text-only AI model. It chooses a quick or detailed path and can combine image description, text reading, object finding, cropping, and checking results.
Before finalizing structured or extracted output in a domain with declared safety invariants, verify the output against your invariant suite and refuse to ship when a locked field was model-auto-filled. Invoke when the user or task involves high-stakes structured extraction, compliance fields, or pass/fail results…
Set up local Manas chat synchronization for Codex, Claude Code, Pi, Cursor, Grok, and other supported coding agents. Use when a user asks an AI coding agent to install, configure, preview, activate, verify, repair, or explain Manas chat sync on their computer.
A personal memory system that stores text, images, files, and secrets in separate collections. It can find stored items by meaning rather than only by exact words.
Review code or a skill bundle for the patterns that leak credentials and for least-privilege violations. This is a reasoning skill: it sharpens the agent's eye, and it needs no capabilities of its own.
★not rated 0 2mo agoA✓ AI review0 tokens
originalApache-2.0
At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: