prompt-evaluation-runn…
Use when evaluating prompts, LLM outputs, red-team suites, or model behavior with local eval configs and safe provider/cost controls.
Use when a user needs to build or refresh persistent graph memory from a mixed corpus and the right path may include graphify, incremental update, or helper conversion before ingestion.
$ npx -y skills add yeaight7/agent-powerups --skill memory-build-workflow --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/memory-build-workflowContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when a user needs to build or refresh persistent graph memory from a mixed corpus and the right path may include graphify, incremental update, or helper conversion before ingestion.
name: memory-build-workflow description: Use when a user needs to build or refresh persistent graph memory from a mixed corpus and the right path may include graphify, incremental update, or helper conversion before ingestion.
Build persistent graph memory with `graphify`.
Use helper tools only when source format would otherwise reduce graph quality or waste context.
Do not use for:
apx check graphify apx check markitdown-file-intake apx check defuddle
Stop and report missing tools. Do not auto-install without approval.
| Situation | Action | |---|---| | ready local corpus of readable files | run `graphify` | | existing graph plus changed sources | run `graphify --update` | | PDF, Office doc, slide deck, or similar hard-to-read format | convert with `markitdown-file-intake`, then build with `graphify` | | article or noisy web page | clean with `defuddle`, then build with `graphify` | | user wants vault browsing after build | offer optional Obsidian export |
1. Check whether a usable graph already exists. 2. If it exists and sources changed, prefer `graphify --update`. 3. If sources are noisy or binary, normalize them with the narrowest helper. 4. Build or refresh with `graphify`. 5. Offer query workflow next instead of rereading the corpus.
Curated power-ups for coding agents: skills, slash commands, MCP configs, hooks, AGENTS.md templates, and workflows for serious software engineering. Claude Code, Codex, Antigravity CLI, Cursor and more
Repo: yeaight7/agent-powerups
Use when evaluating prompts, LLM outputs, red-team suites, or model behavior with local eval configs and safe provider/cost controls.
Use when creating or reviewing red-team eval plugins, attack templates, grader rubrics, safety fixtures, or model-risk test metadata.
Use when designing, running, debugging, or hardening deterministic eval suites for agent skills, prompts, tool workflows, or MCP-backed cases.
Use when designing tool definitions for a new agent or subagent, an agent shows high retry rates, ambiguous tool invocations, or silent failures, or an…
Use when routing a prompt to a local provider CLI for a second opinion, review, or plan -- you are about to call a provider directly, need the response saved…
Use when starting work in an unfamiliar area of a codebase, spawning a subagent that needs targeted file context, a first search pass missed the relevant file,…