Pgooone avatar

Pgooone

Community

@Pgooone

2Followers
|
34Public Repos
|
39Published Skills

全栈开发者 · 多 Agent AI 系统 & 实战产品 | Full-stack dev: multi-agent AI systems & real products

Skills Distribution
DomainDeveloper To...Developer Tooling .. (40%)UI/UX & Creative M.. (25%)AI Models & Machin.. (15%)Growth, Marketing .. (10%)

Agent Skills by Pgooone

Showing 39 vetted skills indexed across 1 GitHub repositories.

PgooonePgooone

stop-notification

Configure Claude Code Stop hooks to play audio notifications after responses.

Community
Basic
PgooonePgooone

github-release

Automates GitHub releases by staging files, committing, tagging, and creating releases via gh CLI.

Community
Intermediate
PgooonePgooone

find-skills

Searches and installs agent skills from the open skills ecosystem using the npx skills CLI.

Community
Basic
PgooonePgooone

wordtranslate

Translates Chinese text in Word docx files to English while preserving XML formatting.

Community
Intermediate
PgooonePgooone

spec-to-prd

Converts specifications, tenders, and RFPs into glossaries, translations, and traceable PRDs.

Community
Advanced
PgooonePgooone

deploy-long-running-agent

Scaffolds autonomous multi-session AI coding workspaces from PRD documents.

Community
Advanced
PgooonePgooone

docx

Create, edit, and validate Word documents using docx-js and OOXML manipulation.

Community
Advanced
PgooonePgooone

planning-with-files

Organizes complex tasks using persistent markdown planning files on disk.

Community
Intermediate
PgooonePgooone

planning-with-files-zh

Organizes complex multi-step tasks using persistent Markdown planning files.

Community
Advanced
PgooonePgooone

planning-with-files-zht

Organizes complex multi-step tasks using persistent Markdown planning files.

Community
Advanced
PgooonePgooone

pi-planning-with-files

Implements file-based planning with task_plan.md, findings.md, and progress.md for multi-step tasks.

Community
Intermediate
PgooonePgooone

chrome-devtools

Automates browser debugging and interaction through Chrome DevTools MCP tools.

Community
Intermediate
PgooonePgooone

a11y-debugging

Audits web page accessibility using Chrome DevTools MCP snapshots and scripts.

Community
Intermediate
PgooonePgooone

debug-optimize-lcp

Diagnose and optimize Largest Contentful Paint using Chrome DevTools MCP performance traces.

Community
Intermediate
PgooonePgooone

troubleshooting

Diagnose and fix Chrome DevTools MCP server connection and configuration failures.

Community
Intermediate
PgooonePgooone

chrome-devtools-cli

Automate browser tasks and inspect pages via the Chrome DevTools CLI.

Community
Intermediate
PgooonePgooone

memory-leak-debugging

Diagnose JavaScript and Node.js memory leaks using heapsnapshots and memlab analysis.

Community
Intermediate
PgooonePgooone

using-git-worktrees

Creates isolated git worktrees with directory selection, ignore verification, and baseline test validation.

Community
Intermediate
PgooonePgooone

test-driven-development

Enforces red-green-refactor test-driven development workflow before writing implementation code.

Community
Intermediate
PgooonePgooone

systematic-debugging

Diagnose bugs through a four-phase root cause investigation process before proposing fixes.

Community
Advanced
PgooonePgooone

using-superpowers

Enforces skill discovery and invocation before any AI response or action.

Community
Intermediate
PgooonePgooone

dispatching-parallel-agents

Dispatch concurrent agents to investigate independent failures across separate problem domains.

Community
Intermediate
PgooonePgooone

executing-plans

Executes written implementation plans task-by-task with verification checkpoints and review gates.

Community
Intermediate
PgooonePgooone

finishing-a-development-branch

Guides completion of development branches through test verification, merge, PR, or cleanup options.

Community
Intermediate

Frequently Asked Questions About Pgooone

FAQPage Schema
What tasks can I accomplish with Pgooone's skill collection?▼

You can run file-based project planning with session recovery, automate GitHub releases with tagging, debug browser performance and memory leaks via Chrome DevTools MCP, translate and edit DOCX files, convert specifications into PRDs, and generate UI designs, banners, slides, and brand assets.

Who is the target audience for these skills?▼

Full-stack developers and Claude Code power users building multi-agent coding pipelines, plus frontend engineers needing DevTools debugging, TDD, code review, and git worktree discipline, and designers or product teams producing UI systems, presentations, and requirement documents.

How do the planning-with-files skills work at runtime?▼

They create task_plan.md, findings.md, and progress.md, then use UserPromptSubmit, PreToolUse, PostToolUse, and Stop hooks to inject plan state into sessions. A check-complete script runs on Stop, and plans automatically recover after /clear. Available in English, Simplified Chinese, and Traditional Chinese.

Are Pgooone's skills open source and what do they cost?▼

Licensing varies per skill. The claudekit design skills (design, banner-design, ui-styling, design-system) are MIT licensed, while the docx skill is proprietary with terms in its LICENSE.txt. Other skills carry no explicit license declaration in their frontmatter.

What prerequisites do these skills require?▼

Most skills require a Claude Code or Cursor environment with skill support. Chrome DevTools skills need the Chrome DevTools MCP server, planning skills need Read/Write/Edit/Bash/Glob/Grep permissions plus PowerShell or sh for hook scripts, and github-release requires git tooling.