pua
A skill package for enhancing the functionality of AI agents within development environments
GraphCanon updated today · GitHub synced today · 30 views this month
Decision brief
Decision-critical facts for pua, a skill package for enhancing the functionality of AI agents within development environments.
Good fit when
- A high performative AI agent is needed to improve code productivity and quality in development tools like Claude Code where P8 engineers' expertise is valued.
- PUA can be effectively utilized if you are leveraging TypeScript in your projects since that's the primary language it supports.
Avoid when
- This package may not fit well if your project management style does not align with PUA's specific operational environment requirements for various code editor platforms and scope settings (user-level,
- project-level).
- Requirements:
- Manual registration in `~/.claude/plugins/installed_plugins.json` to complete user-level installation.; The package supports various install methods, and manually registering its presence can integrate it with the user or project environment effectively.; For using bare command alias features, an additional setup is required.
Observed Jul 11, 2026 · Source: enrich:decision_facts
Verify the decision
Adoption
Package downloads where a registry match exists. GitHub stars (19,454) are secondary evidence.
- npm downloads (30d)
- 44·npm downloads API·today
Maintenance and security
Full trust report- Maintenance
- Steady (34d since push)
- As of today
- Provenance
- Not a fork · Personal account
- As of today
- Security (OSV)
- No lockfile
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
npm install pua npmHow it fits your stack(10)
Typed graph edges - alternatives, integrations, successors, and dependencies. Ranked by relationship type, not raw GitHub stars.
Integrates
Related
Relationship graph
Optional deeper exploration of typed edges and category neighbours.
Similar tools
Same-category neighbours not already linked as typed edges.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
This repository provides a set of skills and commands to enhance an AI agent's capabilities, particularly within development tools like Claude Code. It includes methods for installation in various scopes (user-level, project-level) and integration into multiple code editor platforms.
Capability facts
- Languages
- typescript
Source: github.language · Aug 19, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Aug 19, 2026)
mkdir -p .cursor/rulesSource link
Tags
README
Refresh marketplace cache first, then update (skipping the first step may install an old cached version)
claude plugin marketplace update claude plugin update pua@pua-skills
**Developer install (source):**
```bash
git clone https://github.com/tanweai/pua ~/.claude/plugins/pua
Then manually register in ~/.claude/plugins/installed_plugins.json:
{
"version": 2,
"plugins": {
"pua@pua-skills": [
{
"scope": "user",
"installPath": "/Users/<you>/.claude/plugins/pua",
"version": "2.9.0"
}
]
}
}
Windows: use
C:/Users/<you>/.claude/plugins/puaasinstallPath.
Restart Claude Code. To update: git pull inside ~/.claude/plugins/pua.
Optional: bare command alias (requires plugin installed above — adds /pua without prefix):
curl -o ~/.claude/commands/pua.md \
https://raw.githubusercontent.com/tanweai/pua/main/commands/pua.md
Adds a bare /pua alias on top of the plugin. Sub-commands route through the installed plugin's skills — the plugin must be installed first for anything beyond on/off to work:
| Bare form | Equivalent plugin command |
|---|---|
/pua on | /pua:on |
/pua off | /pua:off |
/pua p7 | /pua:p7 |
/pua p9 | /pua:p9 |
/pua p10 | /pua:p10 |
/pua pro | /pua:pro |
/pua yes | /pua:yes |
/pua mama | /pua:mama |
/pua loop | /pua:pua-loop |
/pua kpi | /pua:kpi |
/pua survey | /pua:survey |
/pua flavor | /pua:flavor |
Project-level install (recommended)
mkdir -p .cursor/rules
curl -o .cursor/rules/pua.mdc
https://raw.githubusercontent.com/tanweai/pua/main/cursor/rules/pua.mdc
---
# Option 1: Install via marketplace
codebuddy plugin marketplace add tanweai/pua
codebuddy plugin install pua@pua-skills
---
# Option 2: Manual install (global)
mkdir -p ~/.codebuddy/skills/pua
curl -o ~/.codebuddy/skills/pua/SKILL.md \
https://raw.githubusercontent.com/tanweai/pua/main/codebuddy/pua/SKILL.md
Project-level install (current project only):
mkdir -p .codebuddy/skills/pua
curl -o .codebuddy/skills/pua/SKILL.md \
https://raw.githubusercontent.com/tanweai/pua/main/codebuddy/pua/SKILL.md
Install via ClawHub
clawhub install pua
Or manual install
mkdir -p ~/.openclaw/skills/pua
curl -o ~/.openclaw/skills/pua/SKILL.md
https://raw.githubusercontent.com/tanweai/pua/main/skills/pua/SKILL.md
Project-level install (current project only):
```bash
mkdir -p skills/pua
curl -o skills/pua/SKILL.md \
https://raw.githubusercontent.com/tanweai/pua/main/skills/pua/SKILL.md
Global install (all projects)
mkdir -p ~/.gemini/antigravity/skills/pua
curl -o ~/.gemini/antigravity/skills/pua/SKILL.md
https://raw.githubusercontent.com/tanweai/pua/main/skills/pua/SKILL.md
Project-level install (current project only):
```bash
mkdir -p .agent/skills/pua
curl -o .agent/skills/pua/SKILL.md \
https://raw.githubusercontent.com/tanweai/pua/main/skills/pua/SKILL.md
Global install (all projects)
mkdir -p ~/.config/opencode/skills/pua
curl -o ~/.config/opencode/skills/pua/SKILL.md
https://raw.githubusercontent.com/tanweai/pua/main/skills/pua/SKILL.md
Project-level install (current project only):
```bash
mkdir -p .opencode/skills/pua
curl -o .opencode/skills/pua/SKILL.md \
https://raw.githubusercontent.com/tanweai/pua/main/skills/pua/SKILL.md
For agents
This page has a .md twin and JSON over the API.