Pgooone
Community@Pgooone
全栈开发者 · 多 Agent AI 系统 & 实战产品 | Full-stack dev: multi-agent AI systems & real products
Agent Skills by Pgooone
Showing 39 vetted skills indexed across 1 GitHub repositories.
stop-notification
Configure Claude Code Stop hooks to play audio notifications after responses.
github-release
Automates GitHub releases by staging files, committing, tagging, and creating releases via gh CLI.
find-skills
Searches and installs agent skills from the open skills ecosystem using the npx skills CLI.
wordtranslate
Translates Chinese text in Word docx files to English while preserving XML formatting.
spec-to-prd
Converts specifications, tenders, and RFPs into glossaries, translations, and traceable PRDs.
deploy-long-running-agent
Scaffolds autonomous multi-session AI coding workspaces from PRD documents.
docx
Create, edit, and validate Word documents using docx-js and OOXML manipulation.
planning-with-files
Organizes complex tasks using persistent markdown planning files on disk.
planning-with-files-zh
Organizes complex multi-step tasks using persistent Markdown planning files.
planning-with-files-zht
Organizes complex multi-step tasks using persistent Markdown planning files.
pi-planning-with-files
Implements file-based planning with task_plan.md, findings.md, and progress.md for multi-step tasks.
chrome-devtools
Automates browser debugging and interaction through Chrome DevTools MCP tools.
a11y-debugging
Audits web page accessibility using Chrome DevTools MCP snapshots and scripts.
debug-optimize-lcp
Diagnose and optimize Largest Contentful Paint using Chrome DevTools MCP performance traces.
troubleshooting
Diagnose and fix Chrome DevTools MCP server connection and configuration failures.
chrome-devtools-cli
Automate browser tasks and inspect pages via the Chrome DevTools CLI.
memory-leak-debugging
Diagnose JavaScript and Node.js memory leaks using heapsnapshots and memlab analysis.
using-git-worktrees
Creates isolated git worktrees with directory selection, ignore verification, and baseline test validation.
test-driven-development
Enforces red-green-refactor test-driven development workflow before writing implementation code.
systematic-debugging
Diagnose bugs through a four-phase root cause investigation process before proposing fixes.
using-superpowers
Enforces skill discovery and invocation before any AI response or action.
dispatching-parallel-agents
Dispatch concurrent agents to investigate independent failures across separate problem domains.
executing-plans
Executes written implementation plans task-by-task with verification checkpoints and review gates.
finishing-a-development-branch
Guides completion of development branches through test verification, merge, PR, or cleanup options.
Frequently Asked Questions About Pgooone
FAQPage SchemaWhat 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.