Product Manager Shares 70+ Claude Skills for Automating PM Workflows

A product manager with approximately 20 years of experience has systematically replaced recurring work with Claude skills over the last six months, creating a collection of 70+ skills covering the full PM workflow.
Key Skills Available
/prd-generator— turns messy feature ideas into structured PRDs/user-interview-analyzer— extracts opportunities and quotes from raw interview transcripts/competitive-profile-builder— researches competitors and outputs strategic profiles/roadmap-builder— links initiatives to business objectives with measurable outcomes/weekly-metrics— pulls PostHog data and generates PM-ready reviews/win-loss-analysis— analyzes deal patterns to improve positioning/experiment-designer— structures product experiments beyond basic A/B tests
Additional skills cover go-to-market strategies, pricing strategy, OKR setting, stakeholder updates, and decision frameworks.
Technical Implementation
Each skill is packaged as a SKILL.md file designed for Claude Code. These files work out of the box but can be customized for specific contexts. The creator has made all skills available for free download at mysecond.ai/skills, though multi-agent workflows are a paid feature. Access requires providing an email address.
The creator is also willing to share the SKILL.md format for others who want to build their own skills.
📖 Read the full source: r/ClaudeAI
👀 See Also

SIDJUA V1.0: Self-Hosted Governance Platform for AI Agents
SIDJUA V1.0 is a free, self-hosted governance platform for AI agents that runs on Docker, including Raspberry Pi. It provides mandatory checkpoints for agent tasks, encrypted credential storage, network isolation, and granular budget controls.

Clawmates: OpenClaw, but for Teams
New project brings multi-user OpenClaw deployment with shared knowledge, cost visibility, and admin controls.

Auto-Fix System Uses Claude Code Headless to Detect and Fix Production Errors
A developer built an automated production error-fixing system using Claude Code CLI in headless mode. The system detects errors from logs, creates isolated git worktrees for each issue, prompts Claude to write fixes, and requires manual approval via Telegram before creating PRs.

LumaBrowser: Electron Browser Offloads DOM Parsing to Local LLMs for AI Agents
LumaBrowser is an Electron browser that offloads DOM parsing to local LLMs via OpenAI-compatible endpoints, helping autonomous agents avoid processing raw HTML. It uses models like Qwen 2.5 variants to identify UI elements and returns CSS selectors.