@hacxy/skills

AI agent skills collection for pi

Packages

Package details

skill

Install @hacxy/skills from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@hacxy/skills
Package
@hacxy/skills
Version
0.1.0
Published
Jul 28, 2026
Downloads
55/mo · 9/wk
Author
hacxy
License
MIT
Types
skill
Size
50.8 KB
Dependencies
0 dependencies · 0 peers
Pi manifest JSON
{
  "skills": [
    "./skills"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

Skills Repository

中文

A collection of AI agent skills.

Skills

Skill Description
create-cli CLI UX/spec: args, flags, help, output, errors, config, dry-run.
frontend-design Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.
kick-list List all available project templates for scaffolding new applications.
kick-new Create a new project when user wants to start, scaffold, or initialize a new application from a template.
grilling Grill the user relentlessly about a plan or design. Use when the user wants to stress-test a plan...
research Investigate a question against high-trust primary sources and capture the findings as a Markdown file. Use when the user wants a topic researched, docs or API facts gathered, or reading legwork delegated to a background agent.
tdd Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.

Usage

# Install a skill
npx skills add hacxy/skills --skill <skill-name>

# List available skills
npx skills list

# Examples
npx skills add hacxy/skills --skill grilling
npx skills add hacxy/skills --skill tdd
npx skills add hacxy/skills --skill research
npx skills add hacxy/skills --skill create-cli
npx skills add hacxy/skills --skill frontend-design
npx skills add hacxy/skills --skill kick-list
npx skills add hacxy/skills --skill kick-new

Pi Package Usage

This repository is also a pi package. You can install it as a pi extension:

# Install from local path
pi install /path/to/skills

# Install from npm (after publishing)
pi install npm:@hacxy/skills

# Install from git
pi install git:github.com/hacxy/skills

After installation, all skills will be available in your pi environment.

License

MIT