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

@intentsolutionsio/veeva-pack

v1.0.0

Published

Claude Code skill pack for Veeva - 24 skills covering life sciences CRM, regulatory compliance, and clinical operations

Downloads

37

Readme

Veeva Skill Pack

24 production-ready Claude Code skills for Veeva Vault -- real REST API, VQL queries, and VAPIL SDK code for life sciences.

What This Is

A complete skill pack for integrating with Veeva Vault. Every skill contains real Vault REST API code: session authentication, VQL queries, document CRUD, lifecycle management, and clinical operations patterns. Built for life sciences teams working with regulatory documents, clinical trials, and quality management.

Installation

/plugin install veeva-pack@claude-code-plugins-plus

Skills

Standard Skills (S01-S12)

| # | Skill | What It Does | |---|-------|-------------| | S01 | veeva-install-auth | Session auth, VAPIL setup, VQL connection test | | S02 | veeva-hello-world | Document CRUD, VQL queries, file upload | | S03 | veeva-local-dev-loop | Sandbox environment, mock responses, VQL testing | | S04 | veeva-sdk-patterns | VAPIL patterns, typed responses, session management | | S05 | veeva-core-workflow-a | Document lifecycle, state transitions, approvals | | S06 | veeva-core-workflow-b | Object CRUD, relationships, bulk operations | | S07 | veeva-common-errors | Session expiry, VQL errors, permission issues | | S08 | veeva-debug-bundle | Session diagnostics, API version check, VQL validation | | S09 | veeva-rate-limits | API burst limits, bulk operation throttling | | S10 | veeva-security-basics | Security profiles, session management, data access | | S11 | veeva-prod-checklist | Validation, compliance checks, go-live requirements | | S12 | veeva-upgrade-migration | API version migration, VQL changes, VAPIL updates |

Pro + Flagship Skills (P13-F24)

| # | Skill | What It Does | |---|-------|-------------| | P13 | veeva-ci-integration | Automated VQL validation, deployment pipelines | | P14 | veeva-deploy-integration | Multi-vault deployment, configuration management | | P15 | veeva-webhooks-events | Vault notifications, event-driven processing | | P16 | veeva-performance-tuning | VQL optimization, bulk API, pagination | | P17 | veeva-cost-tuning | API call optimization, bulk vs single operations | | P18 | veeva-reference-architecture | Integration hub, ETL pipelines, clinical data flow |

Key Concepts

  • Auth: Session-based (POST /auth with username/password)
  • VQL: SQL-like query language for Vault data retrieval
  • VAPIL: Open-source Java SDK for all Platform APIs
  • Lifecycle: Documents flow through regulated states
  • API Versioning: v24.1, v24.2, etc. (versioned per release)

License

MIT