npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@theyahia/mcp-skills

v1.0.0

Published

40+ AI skills for @theyahia MCP servers — ready-to-use workflows for e-commerce, payments, HR, marketing, logistics

Downloads

22

Readme

@theyahia/mcp-skills

40+ AI skills for @theyahia MCP servers -- ready-to-use workflows for e-commerce, payments, HR, marketing, logistics, and more.

Each skill is a .md file with YAML frontmatter and step-by-step instructions that reference real tool names from actual MCP servers. Drop a skill into your AI assistant's context and it knows exactly which tools to call.

Skill Catalog

E-commerce (6)

| Skill | File | Servers | Complexity | |-------|------|---------|------------| | Полный цикл e-com заказа | ecommerce/order-payment-delivery.md | moysklad + cdek + yookassa + sms-ru | multi-server | | Проверка остатков и резервов | ecommerce/stock-check-reserve.md | moysklad | single-server | | Сравнение тарифов курьерских служб | ecommerce/courier-compare.md | cdek + boxberry + delovye-linii + pochta-russia | multi-server | | Массовое создание заказов СДЭК | ecommerce/bulk-shipments.md | cdek | single-server | | Оформление возврата товара | ecommerce/return-flow.md | cdek + moysklad + yookassa + sms-ru | multi-server | | Мультитрекинг посылок | ecommerce/package-tracking.md | cdek + pochta-russia + sms-ru | multi-server |

Finance (6)

| Skill | File | Servers | Complexity | |-------|------|---------|------------| | Проверка контрагента по ИНН | finance/counterparty-check.md | dadata + kontur-focus | multi-server | | Нормализация и очистка адресов | finance/address-normalize.md | dadata | single-server | | Сверка банковской выписки с 1С | finance/1c-bank-reconciliation.md | sber + 1c-rest | multi-server | | Создание счёта на оплату в 1С | finance/1c-create-invoice.md | 1c-rest + dadata | multi-server | | Загрузка курсов ЦБ в 1С | finance/cbr-rates-1c.md | cbr + 1c-rest | multi-server | | Маркировка товаров Честный ЗНАК | finance/marking-chestnyznak.md | chestnyznak + moysklad | multi-server |

Marketing (planned)

Coming soon: Yandex Direct campaigns, email automation, analytics dashboards.

HR (planned)

Coming soon: Vacancy posting, candidate pipeline, salary benchmarks.

Communications (planned)

Coming soon: Yandex 360 onboarding, bulk SMS, VK community management.

Logistics (planned)

Coming soon: Route optimization, warehouse transfers, fleet management.

Data (planned)

Coming soon: Company research, map analytics, legal document workflows.

AI (planned)

Coming soon: YandexGPT classification, text summarization, embeddings.

CIS (planned)

Coming soon: ZarinPal payments, Asaas invoicing, regional payment gateways.

How to use

  1. Install the MCP servers referenced in the skill
  2. Configure environment variables listed in env_required
  3. Copy the skill .md into your AI assistant's context (Claude, Cursor, etc.)
  4. Ask a question matching the skill's use case

Skill format

Each skill follows the SKILL_TEMPLATE.md format:

---
id: unique-skill-id
name: "Human-readable name"
version: 1.0.0
category: ecommerce | finance | marketing | ...
persona: [who-benefits]
servers: [required-mcp-servers]
env_required: [environment-variables]
tags: [searchable-tags]
complexity: single-server | multi-server
time_saving: "before → after"
premium: false
---

MCP Servers

All skills reference tools from published @theyahia MCP servers:

| Server | npm | Tools | |--------|-----|-------| | moysklad-mcp | @theyahia/moysklad-mcp | 21 | | cdek-mcp | @theyahia/cdek-mcp | 14 | | yookassa-mcp | @theyahia/yookassa-mcp | 20 | | dadata-mcp | @theyahia/dadata-mcp | 31 | | kontur-focus-mcp | @theyahia/kontur-focus-mcp | 8 | | cbr-mcp | @theyahia/cbr-mcp | 5 | | sber-mcp | @theyahia/sber-mcp | 2 | | 1c-rest-mcp | @theyahia/1c-rest-mcp | 3 | | chestnyznak-mcp | @theyahia/chestnyznak-mcp | 2 | | sms-ru-mcp | @theyahia/sms-ru-mcp | 3 | | boxberry-mcp | @theyahia/boxberry-mcp | 4 | | delovye-linii-mcp | @theyahia/delovye-linii-mcp | 3 | | pochta-russia-mcp | @theyahia/pochta-russia-mcp | 3 |

License

MIT