aimhooman

aimhooman is a skill for Claude Code from rmyndharis/aimhooman. It costs 106 tokens per session (954 once invoked), scanned C, original, MIT.

A Git-safety policy for keeping AI tool files, secrets, and unwanted AI credit out of version history. Git is the system developers use to track and share code changes.

In plain words
What is it for?
Check changes before staging, committing, or pushing; block AI session files, detect protected secret paths, and remove unwanted AI attribution from commit messages.
Why use it?
It helps prevent local session data, credentials, private keys, and AI-generated attribution from being staged or committed.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions CLAUDE.md; mentions AGENTS.md; mentions Codex.

Part of the aimhooman plugin — 1 skill, 2 hooks shipped together

Good fit Check changes before staging, committing, or pushing; block AI session files, detect protected secret paths, and remove unwanted AI attribution from commit messages.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rmyndharis/aimhooman/aimhooman
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add rmyndharis/aimhooman --skill aimhooman
Clone the repo
git clone --depth 1 https://github.com/rmyndharis/aimhooman

Made for: Claude Code.

Or install aimhooman, the plugin that ships this one along with the rest of its 1 skill, 2 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for aimhooman

README.md
[![agentmods](https://agentmods.dev/badge/skills/rmyndharis/aimhooman/aimhooman.svg)](https://agentmods.dev/skills/rmyndharis/aimhooman/aimhooman)
Your own site
<a href="https://agentmods.dev/skills/rmyndharis/aimhooman/aimhooman"><img src="https://agentmods.dev/badge/skills/rmyndharis/aimhooman/aimhooman.svg" alt="Measured on agentmods" height="20"></a>
Per session 106 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 954 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00106 $0.00954
Opus 5 $0.00053 $0.00477
Sonnet 5 $0.00021 $0.00191
Haiku 4.5 $0.00011 $0.00095

Measured 7d ago against content hash b8286db33f41, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade C, and why

aimhooman scanned grade C with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Reaches for credential fileshighPrivilege escalation

SSH keys, cloud credentials, git-credentials, .npmrc, /etc/shadow: reading these is how a config file becomes a credential leak.

(`id_rsa` and files containing a private-key header), `.aws/credentials`,
skills/aimhooman/SKILL.md · 71 lines

What it actually says

aimhooman

This repository uses aimhooman to keep AI tooling artifacts out of Git history. Its policy:

  • Never stage or commit local AI session/state files. Examples include .claude.json, .claude/session*.json, .claude/history*, .claude/todos/*, .claude/shell-snapshots/*, .claude/statsig/*, .claude/projects/*, .claude/logs/*, .codex/sessions/*, .codex/history*, .codex/log/*, .codex/logs/*, .copilot/*, .cursor/session*, .cursor/chats/*, .cursor/logs/*, .aider.*, .specstory/*, .continue/sessions/*, .playwright-mcp/*, .remember/*, .superpowers/*, and .agent/*. The examples are not exhaustive; the packaged rules/paths.json is the detection source of truth for these artifacts. If one is staged, unstage it and keep it out of Git instead.
  • Never commit secrets: a real .env (not .env.example), private keys (id_rsa and files containing a private-key header), .aws/credentials, .claude/.credentials.json, service-account keys, or a provider API key (GitHub, GitLab, npm, Slack, Anthropic, OpenAI, Google, Stripe, Hugging Face, SendGrid). Public certificates are allowed. aimhooman does not scan for secrets — this rule is on you, and a dedicated scanner such as gitleaks is the right backstop for it.
  • Never add AI attribution to commit messages: no Co-authored-by trailer naming an AI (Claude, Copilot, Codex), no "Generated with/by " lines, no AI-service noreply emails. A commit message reads as if a human wrote it.
  • Write in a human voice, not an AI voice. No delve, leverage, utilize, seamless, robust, comprehensive, underscore, foster, pivotal, myriad, tapestry, landscape; no "This PR addresses…", "adversarial self-review", "live-verified", "thoroughly tested with comprehensive examples", "in today's", "let's dive in", "in conclusion"; no bold lead-in on every bullet and no paired em-dash asides. Say what broke or what changed, pick the plain short verb, name the number, and vary sentence length. If the first line could open any PR on any repo, delete it.
  • Treat AGENTS.md, CLAUDE.md, GEMINI.md, and .github/copilot-instructions.md as review-required: they may be intentional team config, so confirm before committing them.

Project map:

  • src/scan.mjs and src/rules.mjs load rules and make policy decisions.
  • src/hook.mjs and src/githooks.mjs enforce them in agent and Git hooks.
  • src/state.mjs owns local policy state. bin/aimhooman.mjs is the CLI.
  • tests/ mirrors the production paths and includes real temporary Git repos.

Use Node.js 22.8 or newer. Before finishing a change, run:

npm run check
npm test
npm run test:coverage

aimhooman also enforces the artifact and attribution rules at commit time, so a blocked commit means a real violation to fix, not a check to bypass. The rule is simple: AI works, hoomans ship.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 71 lines · 106 tokens per session scan C b8286db33f41

Subscribe to this mod's changes

aimhooman is a skill published in the GitHub repository rmyndharis/aimhooman (4 stars, last pushed 26d ago), licensed MIT. It adds 106 tokens to every session and 954 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it C with 1 finding (reaches for credential files). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

repo-audit

Deep analysis of Git history: identify frequently changed hotspot files, analyze code ownership by contributor, and scan for leaked secrets. Triggered when users ask about Git analysis, code hotspots, who owns what code, secret scanning, security audits of commit history, or optimizing code review assignments.

zebbern/claude-code-guide · 60 tokens

github

Git commits, pushes, and GitHub operations using tokenlean. Covers tl push (with multi-file safety guard), tl commit-prep, tl gh (bulk issue/PR/release operations), and when to use tl gh vs gh CLI vs GitHub MCP. Use when committing, pushing, creating/closing/viewing issues, managing PRs, creating releases, or any…

edimuj/tokenlean · 83 tokens

create-pr

Creates a GitHub PR with a Linear-ticket-prefixed title and a decision-led, narrative description for prisma-next. Use when the user wants to create a pull request, open a PR, or submit changes for review.

prisma/orm · 47 tokens

git-commit

Generate well-formatted git commit messages following conventional commit standards.

ThinkInAIXYZ/deepchat · 15 tokens

mcore-split-pr

Split a PR into multiple PRs to reduce the number of required CODEOWNERS reviewer groups.

NVIDIA/skills · 25 tokens

contributing

How to contribute to evlog, covering commit and PR conventions, changesets, the Definition of Done, testing rules, and the authored skills that walk through building a new adapter, enricher, framework integration, or map rule. Load this for any question about contributing, opening a PR, or adding something to the…

HugoRCD/evlog · 68 tokens