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

md-viewer: A Live-Reloading Markdown Viewer for Claude Code Workflows
md-viewer is a lightweight Rust tool that provides live-reloading markdown viewing for files generated by Claude Code. It runs independently of editors, supports Mermaid diagrams, and installs via AUR, Snap, or Cargo.

80-line Python script uses Claude to auto-generate internal link suggestions, cuts linking time from 2 hours to 8 minutes
A Reddit user built an 80-line Python script that feeds an article draft and sitemap to Claude, returning relevant internal link targets with suggested anchor text — reducing manual linking time from 2 hours to 8 minutes per article.

context-link v1.0.0: Local MCP server reduces Claude Code token usage by 91%
context-link v1.0.0 is a local MCP server that indexes codebases with Tree-sitter to serve Claude only the exact symbols, dependencies and structure needed, reducing token usage by 91% in specific cases and 70-80% across full tasks.

Codex Chrome Extension Adds Background Browser Automation Across Tabs
Codex's new Chrome extension on macOS/Windows enables parallel browser task execution in background tabs without taking over the browser — covering debugging flows, dashboards, research, and CRM updates.