mohitagw15856/pm-claude-skills

1098 professional Agent Skills for Claude, ChatGPT, Gemini, Cursor & Codex — from PRDs and postmortems to appealing a disability benefit, building a go-bag, and settling into a new country. Plain-markdown, MIT, in Anthropic's official plugin directory. Free in-browser or 'npx pm-claude-skills add'.

About the project

PM Skills is a collection of plain-Markdown instructions that teach AI assistants structured methods for handling professional, personal, and life-admin tasks. People use it with Claude, ChatGPT, Gemini, Cursor, Codex, and other supported agents for work such as writing product requirements, reviewing documents, or planning difficult situations.

This repository also configures its own agents. See what pm-claude-skills tells them →

1.4kStars on the repository
204Mods indexed here, across every type
todayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

spot-ai-mistakes

73

mohitagw15856/pm-claude-skills

Cursor rule Cursor

Learn to recognize where and how AI tends to go wrong — the specific failure patterns — so you catch its mistakes on sight instead of getting burned by confident errors. Use when asked how do I know when AI is wrong, what are AI's common mistakes, how do I catch AI errors, or where does AI mess up. Produces the…

not rated 1.4k +16 today A 139 tokens original MIT

agent-design-review

74

mohitagw15856/pm-claude-skills

Cursor rule Cursor

Review an LLM agent design and find where it will be unreliable, expensive, or unsafe. Use when asked to review an agent architecture, critique a multi-step/tool-using agent, debug an agent that loops or goes off-task, or harden an agent before launch. Produces a structured review — task fit, control flow, tools…

not rated 1.4k +16 today A 87 tokens original MIT

agent-spec

75

mohitagw15856/pm-claude-skills

Cursor rule Cursor

Specify an autonomous or tool-using AI agent before building it. Use when asked to design an AI agent, define an agent's tools and guardrails, scope what an agent is allowed to do, or write an agent spec/PRD. Produces an agent spec — goal & scope, tools with permissions, the control loop, guardrails & approval gates…

not rated 1.4k +16 today A 85 tokens original MIT

ai-eval-plan

76

mohitagw15856/pm-claude-skills

Cursor rule Cursor

Design an evaluation plan for an LLM or AI feature before shipping it. Use when asked how to evaluate a prompt/model/agent, set up an eval harness, define quality metrics for an AI feature, or build a regression gate. Produces an eval plan — task definition, datasets, metrics & rubrics, baselines, automated + human…

not rated 1.4k +16 today A 81 tokens original MIT

ai-feature-prd

77

mohitagw15856/pm-claude-skills

Cursor rule Cursor

Write a PRD for an AI-powered feature, covering the things normal PRDs miss. Use when asked to spec an AI/LLM feature, write a PRD for a feature that uses a model, or plan an AI capability (assistant, summarizer, generator, classifier). Produces an AI feature PRD — problem & UX of uncertainty, model approach, eval…

not rated 1.4k +16 today A 95 tokens original MIT

dataset-datasheet

78

mohitagw15856/pm-claude-skills

Cursor rule Cursor

Document a dataset so others know what it is, how it was made, and when not to use it. Use when asked to write a datasheet for a dataset, document training/eval data, or assess whether a dataset is fit for a use. Produces a datasheet — motivation, composition, collection process, preprocessing, recommended uses &…

not rated 1.4k +16 today A 76 tokens original MIT

mohitagw15856/pm-claude-skills

Cursor rule Cursor

Design a scoring rubric and LLM-as-judge prompt to evaluate the quality of an AI feature's output. Use when asked to create an eval rubric, define quality dimensions, build an LLM judge, or decide how to measure whether AI output is good. Produces a rubric with weighted dimensions and concrete 1–5 anchors, a…

not rated 1.4k +16 today A 85 tokens original MIT

mohitagw15856/pm-claude-skills

Cursor rule Cursor

Model the cost and latency of an LLM feature before it ships and surprises the bill. Use when asked to estimate LLM API costs, set a latency/token budget, decide which model tier to use, or bring down the cost of an AI feature. Produces a cost & latency budget — token math per request, monthly cost projection, model…

not rated 1.4k +16 today A 92 tokens original MIT

llm-guardrails-spec

81

mohitagw15856/pm-claude-skills

Cursor rule Cursor

Specify the safety and reliability guardrails for an LLM feature before it ships. Use when asked to define LLM guardrails, add safety controls to an AI feature, prevent prompt injection or jailbreaks, or harden a chatbot/agent against misuse. Produces a guardrails spec — threats, input/output controls, refusal and…

not rated 1.4k +16 today A 85 tokens original MIT

model-card

82

mohitagw15856/pm-claude-skills

Cursor rule Cursor

Document a deployed ML/AI model so others can use it responsibly. Use when asked to write a model card, document a model's intended use and limitations, or prepare an AI model for review/launch. Produces a complete model card — intended use, training data, evaluation metrics across slices, limitations, ethical…

not rated 1.4k +16 today A 70 tokens original MIT

mohitagw15856/pm-claude-skills

Cursor rule Cursor

Choose the right LLM for a task by trading off quality, cost, latency, and constraints. Use when asked which model to use, whether to upgrade/downgrade a model, how to cut LLM costs without hurting quality, or to justify a model choice. Produces a recommendation with the decision criteria, a per-option comparison, a…

not rated 1.4k +16 today A 91 tokens original MIT

prompt-optimizer

84

mohitagw15856/pm-claude-skills

Cursor rule Cursor

Diagnose and rewrite an underperforming LLM prompt so it produces reliable, well-structured output. Use when asked to improve a prompt, fix a prompt that gives inconsistent or wrong results, reduce hallucination/refusals, or make output follow a format. Produces a rewritten prompt with a diagnosis of what was failing…

not rated 1.4k +16 today A 82 tokens original MIT

mohitagw15856/pm-claude-skills

Cursor rule Cursor

Review an existing Retrieval-Augmented Generation system and find why it underperforms. Use when asked to review or audit a RAG pipeline, diagnose wrong/ungrounded answers from a 'chat with your docs' feature, or improve an already-built knowledge assistant. Produces a staged review — ingestion, chunking, retrieval…

not rated 1.4k +16 today A 84 tokens original MIT

rag-design-doc

86

mohitagw15856/pm-claude-skills

Cursor rule Cursor

Design a Retrieval-Augmented Generation system end to end. Use when asked to design a RAG pipeline, a 'chat with your docs' feature, a knowledge assistant, or to debug why a RAG system gives wrong/ungrounded answers. Produces a RAG design doc — ingestion & chunking, embeddings & index, retrieval & reranking, the…

not rated 1.4k +16 today A 88 tokens original MIT

mohitagw15856/pm-claude-skills

Cursor rule Cursor

Evaluate performance fairly when output is AI-assisted — what still measures the human, what now measures the tooling, and how to run the review conversation. Use when reviewing someone whose work is heavily AI-assisted, when output volume stopped meaning anything, when calibrating a team with uneven AI adoption, or…

not rated 1.4k +16 today A 117 tokens original MIT

ai-content-audit

88

mohitagw15856/pm-claude-skills

Cursor rule Cursor

Audit a content library, docs site, or blog for AI-generated filler that's eroding trust and search performance — and triage what to fix, rewrite, or delete. Use when asked to find slop in a content library, audit AI-written content quality, explain why content engagement or rankings dropped after scaling with AI, or…

not rated 1.4k +16 today A 132 tokens original MIT

ai-roi-audit

89

mohitagw15856/pm-claude-skills

Cursor rule Cursor

Audit whether the organisation's AI spend actually paid — measured against baselines, not vendor math or vibes. Use when a CFO asks what the AI tools returned, when renewing AI contracts, when consolidating overlapping AI subscriptions, or to build the measurement plan before the next spend. Produces an ROI audit with…

not rated 1.4k +16 today A 112 tokens original MIT

ai-usage-policy

90

mohitagw15856/pm-claude-skills

Cursor rule Cursor

Write an AI usage policy people can actually follow — approved tools, data rules, disclosure duties, and review obligations, in one page instead of legal fog. Use when asked for a company AI policy, acceptable-use rules for ChatGPT/Claude/Copilot at work, guidance on what data may go into AI tools, or to fix a policy…

not rated 1.4k +16 today A 112 tokens original MIT

mohitagw15856/pm-claude-skills

Cursor rule Cursor

Redesign a job role that AI now does a large part of — deliberately, instead of quietly expecting the same headcount to absorb 140% output. Use when AI has changed what a role spends time on, when writing a revised role charter or job description post-AI, when a team asks 'what is my job now', or when planning…

not rated 1.4k +16 today A 133 tokens original MIT

mohitagw15856/pm-claude-skills

Cursor rule Cursor

Structure a product data analysis, metric deep-dive, funnel analysis, or cohort study. Use when asked to analyse product metrics, investigate a drop in conversion, explain a data change to stakeholders, or find the root cause of a metric movement. Produces a structured analysis with question, root cause, confidence…

not rated 1.4k +16 today A 67 tokens original MIT

mohitagw15856/pm-claude-skills

Cursor rule Cursor

Interpret product metrics against goals and surface actionable signals. Use when asked to analyse product health, review key metrics, investigate a performance issue, produce a health report, or assess product-market fit signals. Produces a structured health report with RAG status, trend analysis, root cause…

not rated 1.4k +16 today A 62 tokens original MIT

retention-analysis

94

mohitagw15856/pm-claude-skills

Cursor rule Cursor

Structure a retention analysis, churn investigation, or engagement deep-dive for any product team. Use when asked to analyse user retention, investigate churn, measure DAU/MAU, or build a retention improvement plan. Produces a retention snapshot with root cause hypotheses, aha-moment correlation, and prioritised…

not rated 1.4k +16 today A 63 tokens original MIT

mohitagw15856/pm-claude-skills

Cursor rule Cursor

Turn a client's wishes into an architectural brief that can actually be designed against — the accommodation schedule, the adjacencies, the budget reality, and the constraints named before they become change orders. Use when asked to write an architectural brief, prepare a project brief for a building, run a client…

not rated 1.4k +16 today A 102 tokens original MIT

mohitagw15856/pm-claude-skills

Cursor rule Cursor

Write a specification section that a contractor can price accurately and a site can build from — performance stated, products defined, workmanship and tolerances given, and the coordination with the drawings made explicit. Use when asked to write a specification, spec a material or system, prepare an NBS-style…

not rated 1.4k +16 today A 101 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: