Skip to main content

206 professional Agent Skills (PRDs, launch plans, postmortems, rubrics, contracts…) as importable building blocks for Python AI agents — LangChain, CrewAI, LlamaIndex, or any framework.

Project description

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.

Project details


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.3.0.tar.gz (699.2 kB 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.3.0-py3-none-any.whl (700.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pm_skills-0.3.0.tar.gz
  • Upload date:
  • Size: 699.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pm_skills-0.3.0.tar.gz
Algorithm Hash digest
SHA256 53f9e650b5129fe0ab8d9a9e9b669f0b11641a82470236b332ac0781f5d2c6c2
MD5 baa681a0fe5e98cf39d8616ef01e7432
BLAKE2b-256 0ab2bb51c7037f879fc4d78109ebdf9ccb33935470ccf2d27e60393da293d951

See more details on using hashes here.

Provenance

The following attestation bundles were made for pm_skills-0.3.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.3.0-py3-none-any.whl.

File metadata

  • Download URL: pm_skills-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 700.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pm_skills-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 abdea3657e5cb16de3b090cb2b8d87fb21810ac04f49323ecf8b1b64cd31ae63
MD5 518f32e53fd555d08023b3d1062e7166
BLAKE2b-256 bf03d2f647e51dcfc0f832c84159314690366d2d67c613ab8cf3b94d07dbda20

See more details on using hashes here.

Provenance

The following attestation bundles were made for pm_skills-0.3.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 Pingdom Monitoring Sentry Error logging StatusPage Status page