A.I. Hero, Inc. avatar

A.I. Hero, Inc.

Official

@ai-hero

0Followers
|
5Public Repos
|
20Published Skills

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.

Skills Distribution
DomainDeveloper To...Pull Request Lifec.. (35%)Project Scaffoldin.. (20%)Architecture & Roa.. (20%)Security Hardening.. (15%)

Agent Skills by A.I. Hero, Inc.

Showing 20 vetted skills indexed across 1 GitHub repositories.

ai-heroai-hero
5

ship-pr

Trigger auto-approve on a GitHub PR, merge on approval, and verify post-merge deployment health.

Official
Advanced
ai-heroai-hero
5

push-pr

Test, commit, push, and open a draft pull request with CI status reporting.

Official
Advanced
ai-heroai-hero
5

one-shot

Orchestrates a nine-step pipeline from ticket to merged PR for small changes.

Official
Advanced
ai-heroai-hero
5

my-humanizer

Rewrite text to remove AI-generated writing patterns and restore natural human voice.

Official
Intermediate
ai-heroai-hero
5

audit-plugin

Audit hero-skills plugin skills for structure, size, DRY violations, and HERO.md field coverage.

Official
Intermediate
ai-heroai-hero
5

handoff

Distills a conversation into a self-contained work-item for downstream agents.

Official
Advanced
ai-heroai-hero
5

abandon

Stash uncommitted changes and switch away from an unmerged Git branch.

Official
Intermediate
ai-heroai-hero
5

init-hero

Investigates a repository and generates a HERO.md configuration file for all hero skills.

Official
Advanced
ai-heroai-hero
5

architecture

Creates and converges a root DESIGN.md documenting boundaries, invariants, flows, and decisions.

Official
Advanced
ai-heroai-hero
5

wayfare

Reconciles source code against design targets into a prioritized roadmap of features and goals.

Official
Advanced
ai-heroai-hero
5

create-skill

Creates Claude Code skills, subagents, rules, and hooks with validated SKILL.md frontmatter.

Official
Intermediate
ai-heroai-hero
5

setup-dev

Verifies and configures a developer's local environment against HERO.md requirements.

Official
Intermediate
ai-heroai-hero
5

harden

Audits codebases read-only for dependency CVEs, container CVEs, and code-level hardening gaps, emitting execution-ready plan items.

Official
Advanced
ai-heroai-hero
5

review-pr

Reviews pull requests with parallel review agents and a security pass, applying fixes or posting inline comments.

Official
Advanced
ai-heroai-hero
5

recomponentize-ui

Refactor UI code into atomic component layers sourced from a design-system registry.

Official
Advanced
ai-heroai-hero
5

fleet

Create and converge FLEET.md registries mapping sibling repository checkouts, groups, and ports.

Official
Advanced
ai-heroai-hero
5

think-it-through

Grill vague ideas into dependency-aware work-items through one-question-at-a-time planning interviews.

Official
Advanced
ai-heroai-hero
5

respond-to-comments

Fixes code issues from GitHub PR review comments and resolves the review threads.

Official
Advanced
ai-heroai-hero
5

preflight

Runs pre-flight environment checks for the hero-skills pipeline before destructive steps execute.

Official
Intermediate
ai-heroai-hero
5

create-project

Scaffolds new Python, full-stack, or Node.js projects with AGENTS.md and git initialization.

Official
Advanced

Frequently Asked Questions About A.I. Hero, Inc.

FAQPage Schema
What 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.