evaluate-repository

Repository Evaluation Prompt (Awesome-Claude-Code · Full Version)

Content Preview
# Repository Evaluation Prompt (Awesome-Claude-Code · Full Version)

## Evaluation Context (Claude Code Ecosystem)

You are evaluating a repository intended for use in or alongside **Claude Code**, where certain features (such as hooks, commands, scripts, or automation) may execute implicitly or with elevated trust once enabled by a user.

In this ecosystem, risk commonly arises not from overtly malicious code, but from implicit execution surfaces, including:
- Hooks that execute automatically b
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/evaluate-repository.md \
  https://raw.githubusercontent.com/hesreallyhim/awesome-claude-code/main/.claude/commands/evaluate-repository.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/hesreallyhim/awesome-claude-code

Then reference at .claude/commands/evaluate-repository.md

Related Skills