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

v1.0.3

Published

Claude Code skill pack for building with the Claude API and Anthropic SDK — 32 hand-written skills

Readme

Claude Skill Pack

Claude Code skill pack for building with the Claude API and Anthropic SDK (32 skills)

Installation

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

Skills Included

Standard Skills (S01-S12)

| Skill | Description | |-------|-------------| | clade-install-auth | Install and configure the Anthropic SDK for Claude API access | | clade-hello-world | First Claude API call — messages, streaming, and basic parameters | | clade-local-dev-loop | Local development workflow with hot reload and request logging | | clade-sdk-patterns | Production SDK patterns — retries, timeouts, TypeScript types | | clade-model-inference | Model selection, parameters, and inference optimization | | clade-embeddings-search | Embeddings generation and semantic search with Voyage AI | | clade-common-errors | Diagnose and fix common Anthropic API errors | | clade-debug-bundle | Collect diagnostic data for Anthropic support tickets | | clade-rate-limits | Understand and handle rate limits (RPM, TPM, TPD) | | clade-security-basics | API key security, secret rotation, and access controls | | clade-prod-checklist | Production readiness checklist for Claude deployments | | clade-upgrade-migration | Migrate between SDK versions and API changes |

Pro Skills (P13-P18)

| Skill | Description | |-------|-------------| | clade-ci-integration | CI/CD pipeline integration with Claude API | | clade-deploy-integration | Deploy Claude-powered apps to production | | clade-webhooks-events | Handle Anthropic webhooks and event streams | | clade-performance-tuning | Optimize latency, throughput, and token usage | | clade-cost-tuning | Token cost optimization and budget management | | clade-reference-architecture | Reference architectures for Claude-powered systems |

Flagship Skills (F19-F24)

| Skill | Description | |-------|-------------| | clade-multi-env-setup | Multi-environment configuration (dev/staging/prod) | | clade-observability | Logging, tracing, and monitoring for Claude API calls | | clade-incident-runbook | Incident response runbooks for Claude API outages | | clade-data-handling | Data privacy, PII handling, and content filtering | | clade-enterprise-rbac | Enterprise RBAC and workspace management | | clade-migration-deep-dive | Complex migration scenarios and data transformation |

Flagship+ Skills (X25-X30)

| Skill | Description | |-------|-------------| | clade-advanced-troubleshooting | Advanced debugging for complex API issues | | clade-load-scale | Load testing and horizontal scaling patterns | | clade-reliability-patterns | Circuit breakers, fallbacks, and resilience patterns | | clade-policy-guardrails | Content policy, guardrails, and safety configuration | | clade-architecture-variants | Architecture patterns — RAG, agents, tool use, multi-turn | | clade-known-pitfalls | Known pitfalls and anti-patterns to avoid |

Bonus Skills

| Skill | Description | |-------|-------------| | clade-core-workflow-a | Core API workflow — messages, streaming, system prompts | | clade-core-workflow-b | Advanced workflow — tool use, vision, and structured output |

Usage

Skills trigger automatically when you discuss Claude API topics. For example:

  • "Help me set up the Claude API" → triggers clade-install-auth
  • "Debug this Anthropic error" → triggers clade-common-errors
  • "Deploy my Claude integration" → triggers clade-deploy-integration

License

MIT