aimhooman

Solid

Keep AI tooling artifacts out of Git. Use whenever staging, committing, or pushing changes: block AI session/state files (.claude/session.json, .codex/history, .copilot, .cursor/session, .aider.*, .specstory, .agent) and unwanted AI attribution in commit messages (Co-authored-by an AI, "Generated with AI"). Also use when the user says "aimhooman", "ship it like a hooman", or asks to clean AI residue before a commit.

AI & Automation 2 stars 0 forks Updated 6 days ago MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
16
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# aimhooman <!-- aimhooman:ruleset-start --> 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 <AI>" lines, no AI-service nor...

Details

Author
rmyndharis
Repository
rmyndharis/aimhooman
Created
1 weeks ago
Last Updated
6 days ago
Language
JavaScript
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category