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

v1.0.3

Published

Claude Code skill pack for Anthropic - 30 skills covering Claude API, prompt engineering, and AI model integration

Readme

Anthropic Skill Pack

Claude Code skill pack for Anthropic Claude API integration (30 skills)

Build production Claude API integrations with the Messages API, tool use, streaming, Message Batches, prompt caching, and multi-model routing. Real code examples using the official Python (anthropic) and TypeScript (@anthropic-ai/sdk) SDKs.

Installation

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

What You Can Build

  • Chatbots & assistants with multi-turn conversations and streaming
  • AI agents with tool use (function calling) and agentic loops
  • Batch processing pipelines with 50% cost savings via Message Batches API
  • Multi-model routers that select Haiku/Sonnet/Opus per task complexity
  • Production services with prompt caching, rate limiting, and observability

Skills Included

Standard Skills (S01-S12)

| Skill | Description | |-------|-------------| | anth-install-auth | Install SDK (Python/TS) and configure API key authentication | | anth-hello-world | First Messages API call: text, vision, and streaming examples | | anth-local-dev-loop | Dev environment with hot-reload, mocks, and cost tracking | | anth-sdk-patterns | Typed wrappers, conversation manager, structured output, multi-tenant | | anth-core-workflow-a | Tool use (function calling) with agentic loops | | anth-core-workflow-b | SSE streaming and Message Batches API (50% cheaper bulk) | | anth-common-errors | All error types by HTTP code with diagnostic commands | | anth-debug-bundle | Collect request IDs, rate limit headers, and API diagnostics | | anth-rate-limits | Token-bucket rate limiting, RPM/TPM management, queue-based control | | anth-security-basics | API key rotation, prompt injection defense, output scanning | | anth-prod-checklist | Production deployment checklist with alerting thresholds | | anth-upgrade-migration | SDK upgrades, Text Completions to Messages migration |

Pro Skills (P13-P18)

| Skill | Description | |-------|-------------| | anth-ci-integration | GitHub Actions with mock tests and prompt regression tests | | anth-deploy-integration | Docker, Cloud Run, Kubernetes deployment with secret management | | anth-webhooks-events | SSE event handling, batch callbacks, async processing patterns | | anth-performance-tuning | Prompt caching (90% savings), model selection, streaming optimization | | anth-cost-tuning | Pricing calculator, model routing, spend tracking, budget alerts | | anth-reference-architecture | Sync gateway, async queue, multi-model router architectures |

Flagship Skills (F19-F24)

| Skill | Description | |-------|-------------| | anth-multi-env-setup | Dev/staging/prod with Workspaces and per-env configuration | | anth-observability | Prometheus metrics, structured logging, cost dashboards | | anth-incident-runbook | Triage, diagnostic commands, graceful degradation, postmortem | | anth-data-handling | PII redaction, audit logging, GDPR/CCPA compliance | | anth-enterprise-rbac | Workspaces, Console roles, application-level access control | | anth-migration-deep-dive | OpenAI-to-Claude migration with side-by-side code mapping |

Flagship+ Skills (X25-X30)

| Skill | Description | |-------|-------------| | anth-advanced-troubleshooting | Context overflow, tool use failures, streaming issues | | anth-load-scale | Load testing, capacity planning, horizontal scaling patterns | | anth-reliability-patterns | Circuit breaker, graceful degradation, idempotency | | anth-policy-guardrails | Input/output validation, content policy, cost governance | | anth-architecture-variants | Serverless, microservice, queue-based, orchestrator patterns | | anth-known-pitfalls | Top 10 mistakes: wrong imports, missing max_tokens, response access |

Key APIs Covered

| API | Endpoint | Use Case | |-----|----------|----------| | Messages | POST /v1/messages | Text generation, vision, tool use | | Streaming | POST /v1/messages (stream) | Real-time SSE responses | | Message Batches | POST /v1/messages/batches | Bulk processing (50% cheaper) | | Token Counting | POST /v1/messages/count_tokens | Pre-flight token estimation |

Resources

License

MIT