stackpack
v1.0.0Stackpack v1.0.0 — generic tech-stack reference skills (Next.js, NestJS, API-gateway patterns, MySQL, PostgreSQL, Redis, Docker) spun out of Loomwright; 18 skills, no agents/commands/hooks. Install alongside loomwright@atelier.
By vikash ruhilLicense: MIT5 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 17 skill or MCP entries
- Source updated
- Sep 23, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install stackpack for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install stackpack@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/vikashruhilgit/loomwrightClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is stackpack/.
Plugin files
├── .claude-plugin/plugin.json├── skills/docker/SKILL.md├── skills/gateway-auth-middleware/SKILL.md├── skills/gateway-correlation/SKILL.md├── skills/gateway-proxy-patterns/SKILL.md├── skills/gateway-rate-limiting/SKILL.md├── skills/mysql/SKILL.md├── skills/nestjs-controllers/SKILL.md├── skills/nestjs-guards/SKILL.md├── skills/nestjs-services/SKILL.md├── skills/nestjs-typeorm/SKILL.md├── skills/nextjs-api-routes/SKILL.md├── skills/nextjs-auth/SKILL.md├── skills/nextjs-components/SKILL.md├── skills/nextjs-data-fetching/SKILL.md├── skills/nextjs-routing/SKILL.md├── skills/postgresql/SKILL.md└── skills/redis-caching/SKILL.md
Included Skills17
Docker best practices for containerized applications. Covers multi-stage builds, docker-compose, health checks, .dockerignore, and image optimization. Use when containerizing services.
Implement authentication and authorization middleware for API Gateway. Use when implementing JWT validation, API key auth, or role-based access control in API Gateway.
Implement request correlation IDs for tracing across microservices. Use when implementing request tracing, logging, or distributed system debugging.
Implement microservice proxying in API Gateway following gateway patterns. Use when routing requests to backend services, load balancing, or implementing gateway patterns.
Implement request rate limiting to prevent abuse and ensure fair resource usage. Use when implementing rate limiting, throttling, or API quota management.
MySQL database patterns and best practices. Covers connection setup, query optimization, indexing, and common pitfalls. Use when working with MySQL databases.
Build REST controllers following NestJS and API Gateway patterns. Use when implementing HTTP endpoints, route handlers, or REST APIs with decorators.
Implement authentication and authorization guards following NestJS patterns. Use when implementing auth guards, role-based access control, or permission checks.
Implement business logic using the Provider pattern in NestJS. Use when creating services with dependency injection, business logic, or database interactions.
Implement repository patterns with TypeORM in NestJS. Covers entities, repositories, CRUD, relations, transactions, and migrations. Use when building data access layers.
Implement RESTful API endpoints using route.ts handler functions. Use when creating API endpoints, handling HTTP requests, or building REST APIs in Next.js.
Implement authentication with NextAuth.js, session management, and protected routes. Use when implementing user authentication in Next.js applications.
Implement Server and Client components with proper boundaries, Suspense, and state management. Use when building React components with Next.js App Router.
Fetch data with caching, revalidation, and rendering strategies (SSR, SSG, ISR). Use when implementing data fetching patterns in Next.js.
Implement routes using Next.js 14+ App Router with file-based routing. Use when creating pages, layouts, dynamic routes, or implementing Next.js routing patterns.
PostgreSQL patterns for schema design, migrations, query optimization, indexing, and connection pooling. Use when working with PostgreSQL databases.
Redis caching patterns including cache-aside, write-through, invalidation strategies, session storage, and pub/sub. Use when implementing caching or reviewing cache logic.
Plugin manifests1
{
"name": "stackpack",
"version": "1.0.0",
"description": "Stackpack v1.0.0 — generic tech-stack reference skills (Next.js, NestJS, API-gateway patterns, MySQL, PostgreSQL, Redis, Docker) spun out of Loomwright; 18 skills, no agents/commands/hooks. Install alongside loomwright@atelier.",
"author": {
"name": "vikash ruhil"
},
"license": "MIT",
"keywords": [
"skills",
"nextjs",
"nestjs",
"gateway",
"mysql",
"postgresql",
"redis",
"docker",
"reference"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[stackpack on Agent Plugins Marketplace](https://pluginsmp.com/plugins/stackpack)