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 the task is to understand an unfamiliar codebase, locate key entry points, or summarize architecture before editing.
$ npx -y skills add yeaight7/agent-powerups --skill repo-map --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/repo-mapContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when the task is to understand an unfamiliar codebase, locate key entry points, or summarize architecture before editing.
name: repo-map description: Use when the task is to understand an unfamiliar codebase, locate key entry points, or summarize architecture before editing.
Produce a structured overview of an unfamiliar codebase before making changes. Prevents wasted effort caused by misunderstanding project layout or entry points.
Do not edit code during this skill. Observation only.
1. Identify project root, package manager, and language(s). 2. Find main entry points (executables, API handlers, CLI commands). 3. Read the smallest set of files needed to explain the architecture. 4. Map major modules, their responsibilities, and how data flows between them. 5. Flag risky or complex areas (high churn, missing tests, tangled dependencies).
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,…