A.I. Hero, Inc.
Official@ai-hero
A.I. Hero ships a Claude Code skill suite covering the full pull-request lifecycle, project scaffolding, security hardening, and architecture governance for engineering teams.
Agent Skills by A.I. Hero, Inc.
Showing 20 vetted skills indexed across 1 GitHub repositories.
ship-pr
Trigger auto-approve on a GitHub PR, merge on approval, and verify post-merge deployment health.
push-pr
Test, commit, push, and open a draft pull request with CI status reporting.
one-shot
Orchestrates a nine-step pipeline from ticket to merged PR for small changes.
my-humanizer
Rewrite text to remove AI-generated writing patterns and restore natural human voice.
audit-plugin
Audit hero-skills plugin skills for structure, size, DRY violations, and HERO.md field coverage.
handoff
Distills a conversation into a self-contained work-item for downstream agents.
abandon
Stash uncommitted changes and switch away from an unmerged Git branch.
init-hero
Investigates a repository and generates a HERO.md configuration file for all hero skills.
architecture
Creates and converges a root DESIGN.md documenting boundaries, invariants, flows, and decisions.
wayfare
Reconciles source code against design targets into a prioritized roadmap of features and goals.
create-skill
Creates Claude Code skills, subagents, rules, and hooks with validated SKILL.md frontmatter.
setup-dev
Verifies and configures a developer's local environment against HERO.md requirements.
harden
Audits codebases read-only for dependency CVEs, container CVEs, and code-level hardening gaps, emitting execution-ready plan items.
review-pr
Reviews pull requests with parallel review agents and a security pass, applying fixes or posting inline comments.
recomponentize-ui
Refactor UI code into atomic component layers sourced from a design-system registry.
fleet
Create and converge FLEET.md registries mapping sibling repository checkouts, groups, and ports.
think-it-through
Grill vague ideas into dependency-aware work-items through one-question-at-a-time planning interviews.
respond-to-comments
Fixes code issues from GitHub PR review comments and resolves the review threads.
preflight
Runs pre-flight environment checks for the hero-skills pipeline before destructive steps execute.
create-project
Scaffolds new Python, full-stack, or Node.js projects with AGENTS.md and git initialization.
Frequently Asked Questions About A.I. Hero, Inc.
FAQPage SchemaWhat tasks can I automate using A.I. Hero's skills?▼
You can drive the full PR lifecycle (test, commit, push, review, respond to comments, merge), scaffold FastAPI/Next.js/Node.js projects, audit dependencies and containers for CVEs, converge architecture into DESIGN.md, refactor UI into atomic components, and distill sessions into handoff work-items.
Who are A.I. Hero's skills built for?▼
Software engineers and engineering teams using Claude Code who want structured PR pipelines, principal-level planning via think-it-through and wayfare, security hardening, and consistent project scaffolding across standalone repos or monorepos.
How do I install and start using the hero-skills plugin?▼
Run init-hero on a repository to auto-detect the stack and generate HERO.md, then run setup-dev per developer to verify tooling, git config, and CLI auth. Use preflight before push-pr, ship-pr, or one-shot to catch missing tooling, stale config, and busy ports.
Are A.I. Hero's skills open source and what do they cost?▼
The my-humanizer skill is explicitly licensed under MIT (version 2.8.2). Other skills in the manifest do not declare a license, so licensing terms for the full hero-skills plugin should be confirmed via the aihero.studio website or repository.
What prerequisites and dependencies do the skills require?▼
Skills operate inside Claude Code and expect a git repository; init-hero creates the required HERO.md configuration. Security audits use Scout and Trivy for container CVEs, PR features require GitHub access, and UI refactoring uses a design-system registry (default @aihero) or stock shadcn.