Skip to main content

pm-skills (Python)

206 professional Agent Skills — PRDs, launch plans, postmortems, rubrics, contracts, pitch decks and more, across 21 professions — as importable building blocks for Python AI agents. The skills are bundled with the package, so there's no network call and no API key to read them.

pip install pm-skills                 # core
pip install "pm-skills[langchain]"    # + LangChain tools
pip install "pm-skills[crewai]"       # + CrewAI tools

Core (no dependencies)

import pm_skills

pm_skills.search_skills("customer churn")          # -> [skill dicts]
pm_skills.get_skill("prd-template")["description"]  # -> "..."
pm_skills.bundles()                                  # -> ['pm-creator', 'pm-engineering', ...]

# A ready-to-send prompt for any model:
prompt = pm_skills.skill_prompt("incident-postmortem", task="API outage, 42 min, bad deploy")

As LangChain tools

from langchain.agents import create_react_agent
from pm_skills import as_langchain_tools

tools = as_langchain_tools()   # [search_pm_skills, get_pm_skill]
# give `tools` to your agent — it can search the library and pull a skill's framework on demand

As CrewAI tools

from crewai import Agent
from pm_skills import as_crewai_tools

analyst = Agent(role="Product Analyst", tools=as_crewai_tools(), goal="...", backstory="...")

Any other framework works too — skill_prompt(name, task) returns plain text you can drop into any LLM call. Same skills run live in the browser playground, over MCP, or via npx pm-claude-skills.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pm_skills-0.45.0.tar.gz (2.2 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pm_skills-0.45.0-py3-none-any.whl (2.3 MB view details)

Uploaded Python 3

File details

Details for the file pm_skills-0.45.0.tar.gz.

File metadata

  • Download URL: pm_skills-0.45.0.tar.gz
  • Upload date:
  • Size: 2.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pm_skills-0.45.0.tar.gz
Algorithm Hash digest
SHA256 e3168fd5dbd4da61e3977c7ef5acd7aeb7dd35bf500c4491991975f3bd8993d4
MD5 1b0e57ef88f529a097f68cd8981be5a0
BLAKE2b-256 441cccbeda92a51f4e86500d4a47de7eed59b0d68f60d675aee392ca06ae864b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pm_skills-0.45.0.tar.gz:

Publisher: publish-python.yml on mohitagw15856/pm-claude-skills

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pm_skills-0.45.0-py3-none-any.whl.

File metadata

  • Download URL: pm_skills-0.45.0-py3-none-any.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pm_skills-0.45.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5dd88b4eb038bf09a67ee24c8ab7711738dab408e01b619bc33d91030f4fe0be
MD5 b96e135e7b7ef6b10d0496785cb5bbe7
BLAKE2b-256 433825b518b01b3f3e134a19f86dc724c12ebbe8ec8bbec62dce00dd545b5b3d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pm_skills-0.45.0-py3-none-any.whl:

Publisher: publish-python.yml on mohitagw15856/pm-claude-skills

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page