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/procore-pack

v1.0.0

Published

Claude Code skill pack for Procore - 24 skills covering construction management, project tracking, and field operations

Readme

Procore Skill Pack

Claude Code skill pack for Procore — construction management, projects, RFIs, submittals, and project management API (24 skills)

What This Covers

Procore is a construction management platform. This pack covers the Procore REST API for managing projects, RFIs, submittals, daily logs, drawings, and construction workflows. Auth via OAuth2 (client credentials or authorization code).

Key APIs: Companies, Projects, RFIs, Submittals, Documents, Daily Logs, Photos, Observations. Base URL: https://api.procore.com/rest/v1.0/. Auth: OAuth2 Bearer token.

Installation

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

Skills Included

Standard Skills (S01-S12)

| Skill | Description | |-------|-------------| | procore-install-auth | OAuth2 setup (client credentials or authorization code flow) | | procore-hello-world | List companies, get project, create an RFI | | procore-local-dev-loop | Sandbox API testing, mock responses, pytest | | procore-sdk-patterns | Python SDK wrapper, pagination, error handling | | procore-core-workflow-a | RFI workflow: create, assign, respond, close | | procore-core-workflow-b | Submittal workflow: create, review, approve/reject | | procore-common-errors | Fix OAuth errors, 403/404, pagination issues | | procore-debug-bundle | Collect API logs, project state, error traces | | procore-rate-limits | Handle 429 errors with backoff | | procore-security-basics | OAuth credential management, scope control | | procore-prod-checklist | Production deployment checklist | | procore-upgrade-migration | API version migration (v1.0 to v1.1) |

Pro Skills (P13-P18)

| Skill | Description | |-------|-------------| | procore-ci-integration | CI pipeline with sandbox Procore API tests | | procore-deploy-integration | Deploy construction integration service | | procore-webhooks-events | Handle project, RFI, submittal change events | | procore-performance-tuning | Batch operations, efficient project queries | | procore-cost-tuning | Optimize API calls and data sync | | procore-reference-architecture | Construction integration architecture |

Flagship Skills (F19-F24)

| Skill | Description | |-------|-------------| | procore-multi-env-setup | Sandbox/production environment configuration | | procore-observability | Monitoring Procore API health and latency | | procore-incident-runbook | Triage Procore integration failures | | procore-data-handling | Construction document and photo management | | procore-enterprise-rbac | Project-level permissions and role management | | procore-migration-deep-dive | Migrate construction data to/from Procore |

Key Documentation

License

MIT