.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/ramziddin/ccplugins
home/skills/ramziddin/ccplugins
ramziddin avatar

ramziddin/ccplugins

28 skills

View on GitHub
$npx skills add ramziddin/ccplugins
SkillInstalls
authenticationNestJS authentication with JWT, Passport, local/JWT strategies, and auth guards.—authorizationNestJS authorization with role-based access control (RBAC), permission-based authorization, custom guards, and CASL integration.—basicsNestJS setup, installation, and first steps. Use when starting a new NestJS project, setting up the development environment, or explaining NestJS fundamentals.—cachingNestJS caching with cache module, in-memory caching, Redis integration, cache interceptor, and TTL management.—cliNestJS CLI for generating resources, managing workspaces, building applications, and development commands.—configurationNestJS configuration management using @nestjs/config module, environment variables, configuration validation, and custom configuration files.—controllersNestJS controllers for handling HTTP requests, routing, route parameters, query parameters, request payloads, and responses.—custom-decoratorsNestJS custom decorators for extracting request data, setting metadata, composing decorators, and creating reusable parameter/method decorators.—databaseNestJS database integration with TypeORM, Prisma, and MongoDB (Mongoose).—dependency-injectionNestJS dependency injection fundamentals, custom providers, factory providers, async providers, and injection tokens.—exception-filtersNestJS exception filters for handling errors, customizing error responses, logging exceptions, and providing consistent error formatting across your…—graphqlNestJS GraphQL integration with Code First and Schema First approaches, resolvers, queries, mutations, subscriptions, and GraphQL modules.—guardsNestJS guards for authentication, authorization, and route protection.—interceptorsNestJS interceptors for transforming responses, handling exceptions, logging, caching, and adding cross-cutting concerns before/after route handlers.—lifecycleNestJS lifecycle events and hooks for modules and providers. Use when implementing OnModuleInit, OnModuleDestroy, OnApplicationBootstrap,…—microservicesNestJS microservices with multiple transport layers (TCP, Redis, NATS, Kafka, gRPC), message patterns, request-response and event-based communication, and…—middlewareNestJS middleware for request/response preprocessing, logging, authentication, and cross-cutting concerns.—modulesNestJS modules for organizing application structure, feature modules, shared modules, global modules, and dynamic modules.—nestjsComprehensive NestJS framework skills covering controllers, providers, modules, middleware, guards, interceptors, pipes, validation, authentication, GraphQL,…—openapiNestJS OpenAPI/Swagger integration for API documentation, decorators, types, parameters, security, and automatic schema generation.—pipesNestJS pipes for data validation and transformation. Use when validating request data, transforming input types, providing default values, or sanitizing user…—providersNestJS providers, services, dependency injection, and the IoC container.—queuesNestJS queues with Bull integration for background job processing, job processors, queue events, producers and consumers, job retries, and queue management.—securityNestJS security best practices including CORS, CSRF protection, Helmet for HTTP headers, rate limiting, encryption, and hashing.—task-schedulingNestJS task scheduling using @nestjs/schedule for cron jobs, intervals, timeouts, and dynamic scheduling.—testingNestJS unit and E2E testing with Test.createTestingModule(), mocking dependencies, testing best practices, and integration testing strategies.—validationNestJS validation using ValidationPipe with class-validator decorators, auto-validation, transform options, whitelist properties, and custom validators.—websocketsNestJS WebSockets integration with gateways, Socket.io, event handling, and WebSocket guards/interceptors.—