Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,443
总 Skills
161.7M
总安装量
2,742
贡献者
# Skill 仓库 描述 安装量
5401 benchmark-methodology affaan-m/ecc
Benchmark Methodology Use this skill to turn a scoped competitor set into comparable, defensible scores . Each competitor is assessed on the same nine dimensions, with explicit 1–5 rubrics, then captured in a uniform profile card. Consistency is the point: scores are only useful if the same evidence would earn the same number for any competitor. When to Activate A scoped, tiered competitor set from competitive-platform-analysis is ready to score. Need comparable, evidence-anchored scores across ...
2.4K
5402 vendor-review anthropics/knowledge-work-plugins
/vendor-review If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Evaluate a vendor with structured analysis covering cost, risk, performance, and fit. Usage /vendor-review $ARGUMENTS What I Need From You Vendor name : Who are you evaluating? Context : New vendor evaluation, renewal decision, or comparison? Details : Contract terms, pricing, proposal document, or current performance data Evaluation Framework Cost Analysis (Total Cost of Ownership) ...
2.4K
5403 capacity-plan anthropics/knowledge-work-plugins
/capacity-plan If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Analyze team capacity and plan resource allocation. Usage /capacity-plan $ARGUMENTS What I Need From You Team size and roles : Who do you have? Current workload : What are they working on? (Upload from project tracker or describe) Upcoming work : What's coming next quarter? Constraints : Budget, hiring timeline, skill requirements Planning Dimensions People Available headcount and sk...
2.4K
5404 adattributionkit dpearson2699/swift-ios-skills
AdAttributionKit Privacy-preserving ad attribution for iOS 17.4+ / Swift 6.3. AdAttributionKit lets ad networks measure conversions (installs and re-engagements) without exposing user-level data. It supports the App Store and alternative marketplaces, and interoperates with SKAdNetwork. Three roles exist in the attribution flow: the ad network (signs impressions, receives postbacks), the publisher app (displays ads), and the advertised app (the app being promoted). Contents Overview and Privacy ...
2.4K
5405 sentiment-analysis phuryn/pm-skills
Sentiment Analysis Purpose Analyze large-scale user feedback data to identify market segments, measure satisfaction, and uncover product improvement opportunities. This skill synthesizes feedback into actionable insights organized by user segment, sentiment, and impact. Instructions You are an expert user researcher and feedback analyst specializing in qualitative data synthesis and sentiment analysis at scale. Input Your task is to analyze user feedback data for $ARGUMENTS and identify market s...
2.4K
5406 paperkit dpearson2699/swift-ios-skills
PaperKit Beta-sensitive. PaperKit is new in iOS/iPadOS 26, macOS 26, and visionOS 26. API surface may change. Verify details against current Apple documentation before shipping. PaperKit provides a unified markup experience — the same framework powering markup in Notes, Screenshots, QuickLook, and Journal. It combines PencilKit drawing with structured markup elements (shapes, text boxes, images, lines) in a single canvas managed by PaperMarkupViewController . Requires Swift 6.3 and the iOS 26+ S...
2.4K
5407 passkit dpearson2699/swift-ios-skills
PassKit Accept Apple Pay payments for physical goods and services, and add passes to the user's Wallet. Covers payment buttons, payment requests, authorization, Wallet passes, and merchant configuration. Targets Swift 6.3 / iOS 26+. Contents Setup Displaying the Apple Pay Button Creating a Payment Request Presenting the Payment Sheet Handling Payment Authorization Wallet Passes Checking Pass Library Common Mistakes Review Checklist References Setup Project Configuration Enable the Apple Pay capa...
2.4K
5408 mcp-vods aahl/skills
追剧/追番技能 通过 npx -y mcporter 连接 mcp-vods 在多个源站中搜索影视、动漫、短剧、综艺等节目信息或更新进度。 并支持通过配置可选的电视IP环境变量,实现投屏到电视上播放。 搜索工具 该工具需要在多个源站搜索,比较耗时,需要更多的超时时间,如果遇到超时,可以重新尝试。 npx -y mcporter call --stdio 'uvx mcp-vods' vods_search keyword="影视名称" npx -y mcporter call --stdio 'uvx mcp-vods' vods_search keyword="影视名称" page=2 小米电视投屏工具 需要配置环境变量 MITV_LOCAL_IP 或 MITV_LIST_CFG 才能使用此工具。 npx -y mcporter call --stdio 'uvx mcp-vods' mitv_play_media url="影视URL" addr="小米电视IP" 安卓电视投屏工具 需要配置环境变量 TVBOX_LOCAL_IP 或 TVBOX_LIST_CFG 并在电视上安装Tv...
2.4K
5409 mcp-deepwiki aahl/skills
DeepWiki The DeepWiki MCP server provides programmatic access to DeepWiki’s public repository documentation and search capabilities (Ask Devin). MCP Server URL : https://mcp.deepwiki.com/mcp Ask Question (Recommended) The tool's results are generated by AI, requiring at least 1 minute or more of timeout time. npx -y mcporter call "${MCP_URL}.ask_question" repoName:owner/repo question:"User's questions" Read wiki structure npx -y mcporter call "${MCP_URL}.read_wiki_structure" repoName:owner/repo ...
2.4K
5410 frontend-skill nexu-io/open-design
frontend-skill Curated from OpenAI's skills repository. What it does Create visually strong landing pages, websites, and app UIs with restrained composition. OpenAI's production frontend playbook. Source Upstream: https://github.com/openai/skills Category: design-systems How to use This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scripts, and references, install the upstream bundle into...
2.4K
5411 slack-cli paymog/slack-cli
Slack CLI Invoke the slack-cli binary (install via brew install paymog/tap/slack-cli ). Source of truth is paymog/slack-cli . It wraps the korotovsky/slack-mcp-server engine for behavior, but prints JSON by default (the underlying MCP server emits CSV) so output pipes cleanly into jq . Output Every command prints JSON by default . List/table commands (channels, messages, users, saved items, user groups) emit a JSON array of objects, so pipe straight into jq : slack-cli channels list | jq -r '.[]...
2.4K
5412 aiq-deploy nvidia/skills
AIQ Deploy Skill Purpose Use this skill to get a local or self-hosted NVIDIA AI-Q Blueprint server running and verified for use by aiq-research . This skill owns setup, deployment, operational checks, troubleshooting, and shutdown. It does not run deep research itself. After deployment is healthy, hand off the verified server URL to aiq-research . The workflow stays explicit so deployment validation and handoff are repeatable across supported agent clients. Prerequisites Users need: Show more In...
2.4K
5413 audioaccessorykit dpearson2699/swift-ios-skills
AudioAccessoryKit Automatic audio switching and intelligent audio routing for third-party audio accessories. Enables companion apps to register audio accessories with the system, report device placement, and declare capabilities so the system can seamlessly switch audio output. Available iOS 26.4+ / Swift 6.3. Beta-sensitive. AudioAccessoryKit is new in iOS 26.4 and may change before GM. Re-check current Apple documentation before relying on specific API details. AudioAccessoryKit builds on top ...
2.4K
5414 cryptotokenkit dpearson2699/swift-ios-skills
CryptoTokenKit Access security tokens and the cryptographic assets they store using the CryptoTokenKit framework. Covers token driver extensions, smart card communication, token sessions, keychain integration, and certificate-based authentication. Targets Swift 6.3. Platform availability: CryptoTokenKit is primarily a macOS framework. Smart card reader access ( TKSmartCard , TKSmartCardSlotManager ) requires macOS. Token extension APIs ( TKTokenDriver , TKToken , TKTokenSession ) are macOS-only....
2.4K
5415 react-three-fiber freshtechbro/claudedesignskills
React Three Fiber Overview React Three Fiber (R3F) is a React renderer for Three.js that brings declarative, component-based 3D development to React applications. Instead of imperatively creating and managing Three.js objects, you build 3D scenes using JSX components that map directly to Three.js objects. When to Use This Skill : Building 3D experiences within React applications Creating interactive product configurators or showcases Developing 3D portfolios, galleries, or storytelling experienc...
2.4K
5416 spring-boot-crud-patterns giuseppe-trisciuoglio/developer-kit
Spring Boot CRUD Patterns Overview Deliver feature-aligned CRUD services that separate domain, application, presentation, and infrastructure layers while preserving Spring Boot 3.5+ conventions. This skill distills the essential workflow and defers detailed code listings to reference files for progressive disclosure. When to Use Implement REST endpoints for create/read/update/delete workflows backed by Spring Data JPA. Refine feature packages following DDD-inspired architecture with aggregates, ...
2.4K
5417 competitive-platform-analysis affaan-m/ecc
Competitive Platform Analysis Use this skill to decide who to benchmark and where to find them before any scoring begins. A competitive analysis is only as good as its frame: the wrong set makes the client look either unbeatable or doomed. The goal is a defensible, decision-relevant set — not an exhaustive census. When to Activate About to start a competitive benchmarking project and need to define the competitor set first. Unsure which companies belong in Direct / Adjacent / Aspirational tiers....
2.4K
5418 understand-explain egonex-ai/understand-anything
/understand-explain Provide a thorough, in-depth explanation of a specific code component. Graph Structure Reference The knowledge graph JSON has this structure: project — {name, description, languages, frameworks, analyzedAt, gitCommitHash} nodes[] — each has {id, type, name, filePath?, summary, tags[], complexity, languageNotes?} Code node types: file, function, class, module, concept Non-code node types: config, document, service, table, endpoint, pipeline, schema, resource Domain/knowledge n...
2.4K
5419 chunking-strategy giuseppe-trisciuoglio/developer-kit
Chunking Strategy for RAG Systems Overview Implement optimal chunking strategies for Retrieval-Augmented Generation (RAG) systems and document processing pipelines. This skill provides a comprehensive framework for breaking large documents into smaller, semantically meaningful segments that preserve context while enabling efficient retrieval and search. When to Use Use this skill when building RAG systems, optimizing vector search performance, implementing document processing pipelines, handling...
2.4K
5420 audit-speed calm-north/seojuice-skills
Audit Speed Deep Core Web Vitals audit with root-cause analysis trees and resource optimization recommendations. Core Web Vitals Thresholds Metric Good Needs Improvement Poor LCP (Largest Contentful Paint) < 2.5s 2.5s - 4.0s > 4.0s CLS (Cumulative Layout Shift) < 0.1 0.1 - 0.25 > 0.25 INP (Interaction to Next Paint) < 200ms 200ms - 500ms > 500ms FCP (First Contentful Paint) < 1.8s 1.8s - 3.0s > 3.0s TTFB (Time to First Byte) < 800ms 800ms - 1800ms > 1800ms Before You Start Gather this context: W...
2.4K
5421 skill-lookup f/prompts.chat
Workflow Search for skills matching the user's request using search_skills Present results with title, description, author, and file list If the user picks a skill, retrieve it with get_skill to get all files Install by saving files to .claude/skills/{slug}/ and verify the SKILL.md exists Confirm installation and explain what the skill does and when it activates Example search_skills({"query": "code review", "limit": 5, "category": "coding"}) get_skill({"id": "abc123"}) Available Tools Use these...
2.4K
5422 rust-learner actionbook/rust-skills
Rust Learner Version: 2.1.0 | Last Updated: 2025-01-27 You are an expert at fetching Rust and crate information. Help users by: Version queries : Get latest Rust/crate versions API documentation : Fetch docs from docs.rs Changelog : Get Rust version features from releases.rs Primary skill for fetching Rust/crate information. Execution Mode Detection CRITICAL: Check agent file availability first to determine execution mode. Try to read the agent file for your query type. The execution mode depend...
2.4K
5423 dockkit dpearson2699/swift-ios-skills
DockKit Framework for integrating with motorized camera stands and gimbals that physically track subjects by rotating the iPhone. DockKit handles motor control, subject detection, and framing so camera apps get 360-degree pan and 90-degree tilt tracking with no additional code. Apps can override system tracking to supply custom observations, control motors directly, or adjust framing. iOS 17+, Swift 6.3. Contents Setup Discovering Accessories System Tracking Custom Tracking Framing and Region of...
2.4K
5424 chakra-ui-builder chakra-ui/chakra-ui
Chakra UI Builder You are building UI with Chakra UI v3 and helping developers set up Chakra UI in their projects. Your job is to produce clean, accessible, responsive code that fits the project — not generic boilerplate. Read the project context first, then build or set up. Step 1 — Read the project context Check package.json if available. Look for: Chakra UI version (use v3 patterns by default; only use v2 if explicitly on v2) Framework: Next.js App Router, Pages Router, Vite, plain React Type...
2.4K
5425 d3-visualization nexu-io/open-design
d3-visualization Curated from @chrisvoncsefalvay. What it does Teaches the agent to produce D3 charts and interactive data visualizations. Useful for editorial dashboards, reports, and explanatory graphics. Source Upstream: https://github.com/chrisvoncsefalvay/d3-claude-skill Category: diagrams How to use This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scripts, and references, install ...
2.4K
5426 pixijs-html-source pixijs/pixijs-skills
HTMLSource and ElementImageSource turn a DOM element into a TextureSource you can use anywhere a normal texture works: on a Sprite , as a Texture frame, or mapped onto a Mesh . HTMLSource mirrors a live element's pixels into the GPU (the element stays editable and clickable in the browser); ElementImageSource wraps an immutable snapshot that never repaints. Both require a side-effect import 'pixi.js/html-source' to register their extensions. These sources rely on the experimental HTML-in-Canvas ...
2.4K
5427 agent-self-evaluation affaan-m/ecc
Agent Self-Evaluation After completing a complex task, the agent pauses to rate its own output against a structured 5-axis rubric. This is NOT a pass/fail gate — it's a deliberate reflection step that catches omissions, flags overconfidence, and surface areas for improvement before the user has to. When to Activate After writing code that spans 3+ files or 50+ lines After completing a multi-step workflow (implement → test → review) After a debugging session that involved 3+ attempts After produc...
2.4K
5428 rds-db2 aws/agent-toolkit-for-aws
Amazon RDS for Db2 Overview Amazon RDS for Db2 is a managed IBM Db2 LUW service. RDS for Db2 is managed — you cannot SSH to the host, install agents, or run unfenced external stored procedures in C/COBOL. Java stored procedures work via sqlj.install_jar . This skill covers the operator lifecycle: provisioning with IBM licensing, client install and TLS connectivity, migration from self-managed Db2 on Linux/AIX/Windows/z/OS/AS400, S3 backup and restore, Multi-AZ and cross-region standby replicas, ...
2.4K
5429 migrate-to-msk aws/agent-toolkit-for-aws
Migrating to MSK Express Overview This skill helps customers migrate self-managed Apache Kafka workloads to Amazon MSK Express. It provides three phases — Discovery , Assessment , and an optional Simulation — that can be run end-to-end or individually depending on the customer's needs. Scope This skill covers migrations from self-managed Apache Kafka (on-premises, EC2, Docker, Kubernetes, or other non-MSK deployments) to MSK Express. Migrations from MSK Standard (Provisioned) to MSK Express are ...
2.4K
5430 appmigrationkit dpearson2699/swift-ios-skills
AppMigrationKit One-time cross-platform data transfer for app resources. Enables apps to export data from one platform (e.g., Android) and import it on iOS during device setup or onboarding. iOS 26+ / iPadOS 26+ / Swift 6.3. Beta-sensitive. AppMigrationKit is new in iOS 26 and may change before GM. Re-check current Apple documentation before relying on specific API details. AppMigrationKit uses an app extension model. The system orchestrates the transfer between devices. The app provides an exte...
2.4K
5431 sensorkit dpearson2699/swift-ios-skills
SensorKit Collect research-grade sensor data from iOS and watchOS devices for approved research studies. SensorKit provides access to ambient light, motion, device usage, keyboard metrics, visits, phone/messaging usage, speech metrics, face metrics, wrist temperature, heart rate, ECG, and PPG data. Targets Swift 6.3 / iOS 26+. SensorKit is restricted to Apple-approved research studies. Apps must submit a research proposal to Apple and receive the com.apple.developer.sensorkit.reader.allow entitl...
2.4K
5432 relevancekit dpearson2699/swift-ios-skills
RelevanceKit Provide on-device contextual clues that increase a widget's visibility in the Smart Stack on Apple Watch. RelevanceKit tells the system when a widget is relevant -- by time, location, fitness state, sleep schedule, or connected hardware -- so the Smart Stack can surface the right widget at the right moment. Targets Swift 6.3 / watchOS 26+. Beta-sensitive. RelevanceKit shipped with watchOS 26. Re-check Apple documentation before making strong claims about API availability or behavior...
2.4K
5433 design-md nexu-io/open-design
Stitch DESIGN.md Skill You are an expert Design Systems Lead. Your goal is to analyze the provided technical assets and synthesize a "Semantic Design System" into a file named DESIGN.md . Overview This skill helps you create DESIGN.md files that serve as the "source of truth" for prompting Stitch to generate new screens that align perfectly with existing design language. Stitch interprets design through "Visual Descriptions" supported by specific color values. Prerequisites Access to the Stitch ...
2.4K
5434 unit-test-service-layer giuseppe-trisciuoglio/developer-kit
Unit Testing Service Layer with Mockito Overview This skill provides patterns for unit testing @Service classes using Mockito. It covers mocking all injected dependencies, verifying business logic, testing complex workflows, argument capturing, verification patterns, and testing async/reactive services without starting the Spring container. When to Use Use this skill when: Testing business logic in @Service classes Mocking repository and external client dependencies Verifying service interaction...
2.4K
5435 spring-boot-cache giuseppe-trisciuoglio/developer-kit
Spring Boot Cache Abstraction Overview Spring Boot ships with a cache abstraction that wraps expensive service calls behind annotation-driven caches. This abstraction supports multiple cache providers (ConcurrentMap, Caffeine, Redis, Ehcache, JCache) without changing business code. The skill provides a concise workflow for enabling caching, managing cache lifecycles, and validating behavior in Spring Boot 3.5+ services. When to Use Add @Cacheable , @CachePut , or @CacheEvict to Spring Boot servi...
2.4K
5436 uv astral-sh/claude-code-plugins
uv uv is an extremely fast Python package and project manager. It replaces pip, pip-tools, pipx, pyenv, virtualenv, poetry, etc. When to use uv Always use uv for Python work , especially if you see: The uv.lock file uv headers in requirements* files, e.g., "This file was autogenerated by uv" Don't use uv in projects managed by other tools: Poetry projects (identifiable by poetry.lock file) PDM projects (identifiable by pdm.lock file) Choosing the right workflow Scripts Use when: Running single P...
2.4K
5437 redis-core redis/agent-skills
Redis Core Foundational guidance for modeling data in Redis. Covers data-type selection and key-name conventions — the two decisions that most directly drive memory, performance, and maintainability. When to apply Caching objects, sessions, or per-user state. Counters, leaderboards, recent-items lists, unique-membership sets. Reviewing or refactoring Redis key names. Deciding between a Redis Hash and a JSON document for an entity. 1. Choose the right data structure Pick the type that matches the...
2.4K
5438 game-feel gamedev-skills/awesome-gamedev-agent-skills
Game feel (juice) The difference between a mechanic that works and one that feels good is feedback: the layered, slightly-exaggerated response an action provokes. This skill covers the engine- neutral techniques — screen shake, hit-stop, easing, squash & stretch, knockback, and stacked feedback — and tells you how to apply them without burying the underlying simulation. It adds polish on top of an existing mechanic; it does not implement the mechanic. When to use Use when an action (hit, jump, d...
2.4K
5439 browserenginekit dpearson2699/swift-ios-skills
BrowserEngineKit Framework for building web browsers with alternative (non-WebKit) rendering engines on iOS and iPadOS. Provides process isolation, XPC communication, capability management, and system integration for browser apps that implement their own HTML/CSS/JavaScript engine. Targets Swift 6.3 / iOS 26+. BrowserEngineKit is a specialized framework. Alternative browser engines are currently supported for distribution in the EU. Japan requires Memory Integrity Enforcement (MIE) for alternati...
2.4K
5440 infra-clickhouse clickhouse/agent-skills
ClickHouse with clickhousectl clickhousectl manages ClickHouse in two environments: Local — ClickHouse installed and running on the user's machine, for development. Cloud — managed ClickHouse Cloud services, for production: fully managed, automatic scaling, backups, and upgrades. This file routes to the right reference. The step-by-step workflows live in ref/local.md and ref/cloud.md — read the one that matches the user's situation before running commands. Which reference to use The user wants t...
2.4K
5441 spring-ai-mcp-server-patterns giuseppe-trisciuoglio/developer-kit
Spring AI MCP Server Implementation Patterns Implement Model Context Protocol (MCP) servers with Spring AI to extend AI capabilities with standardized tools, resources, and prompt templates using Spring's native AI abstractions. Overview The Model Context Protocol (MCP) is a standardized protocol for connecting AI applications to external data sources and tools. Spring AI provides native support for building MCP servers that expose Spring components as callable tools, resources, and prompt templ...
2.4K
5442 spring-boot-resilience4j giuseppe-trisciuoglio/developer-kit
Spring Boot Resilience4j Patterns Overview Resilience4j is a lightweight fault tolerance library designed for Java 8+ and functional programming. It provides patterns for handling failures in distributed systems including circuit breakers, rate limiters, retry mechanisms, bulkheads, and time limiters. This skill demonstrates how to integrate Resilience4j with Spring Boot 3.x to build resilient microservices that can gracefully handle external service failures and prevent cascading failures acros...
2.4K
5443 connect-recommend stripe/ai
Connect Recommend Recommend the right Stripe Connect integration shape. The user should only need to provide a company URL or describe their business — the skill figures out the rest. Interaction Model AskUserQuestion is the primary interaction tool. Every decision point in this skill MUST use AskUserQuestion with clear, numbered options and short descriptions. One question at a time — never overwhelm the user. Auto-act on low-cost actions. Never ask permission for: Generating the markdown recom...
2.4K
5444 unit-test-wiremock-rest-api giuseppe-trisciuoglio/developer-kit
Unit Testing REST APIs with WireMock Overview This skill provides comprehensive patterns for unit testing external REST API integrations using WireMock. It covers stubbing HTTP responses, verifying requests, testing error scenarios (4xx/5xx responses), and ensuring fast, reliable tests without real network dependencies. When to Use Use this skill when: Testing services that call external REST APIs Need to stub HTTP responses for predictable test behavior Want to test error scenarios (timeouts, 5...
2.4K
5445 spring-boot-event-driven-patterns giuseppe-trisciuoglio/developer-kit
Spring Boot Event-Driven Patterns Overview Implement Event-Driven Architecture (EDA) patterns in Spring Boot 3.x using domain events, ApplicationEventPublisher, @TransactionalEventListener, and distributed messaging with Kafka and Spring Cloud Stream. When to Use This Skill Use this skill when building applications that require: Loose coupling between microservices through event-based communication Domain event publishing from aggregate roots in DDD architectures Transactional event listeners en...
2.4K
5446 competitive-report-structure affaan-m/ecc
Competitive Report Structure Use this skill to assemble scored competitor cards into a decision-grade report. The report must answer three questions for the client: who do we compete with, how do we compete, and where is our defensible white-space? Every section earns its place by moving toward those answers — cut anything that doesn't. When to Activate All competitor profile cards from benchmark-methodology are complete and ready to assemble. Need to present competitive findings to a founder, l...
2.4K
5447 content-marketing refoundai/lenny-skills
Content Marketing Help the user build effective content marketing using frameworks from 23 product leaders who have built content engines at companies like Notion, First Round, and The Pragmatic Engineer. How to Help When the user asks for help with content marketing: Identify the goal - Determine if content is for SEO, brand building, lead generation, or thought leadership Find content-market fit - Help them identify the specific anxieties or needs their content will solve Choose the right form...
2.4K
5448 spring-boot-actuator giuseppe-trisciuoglio/developer-kit
Spring Boot Actuator Skill Overview Deliver production-ready observability for Spring Boot services using Actuator endpoints, probes, and Micrometer integration. Standardize health, metrics, and diagnostics configuration while delegating deep reference material to references/ . Support platform requirements for secure operations, SLO reporting, and incident diagnostics. When to Use Trigger: "enable actuator endpoints" – Bootstrap Actuator for a new or existing Spring Boot service. Trigger: "secu...
2.4K
5449 wayfinder vinvcn/mattpocock-skills-zh-cn
A loose idea has arrived — too big for one agent session, and wrapped in fog: the route from here to a plan isn't visible yet. This skill charts it: stand up a map, then work its tickets one at a time until the way to the goal is clear. The map is domain-agnostic — engineering work, course content, whatever fits the shape. The Map The map is a single compact Markdown file, one per wayfinding effort, git-tracked alongside the project. It is the canonical artifact — the whole map is loaded as cont...
2.4K
5450 nestjs-best-practices giuseppe-trisciuoglio/developer-kit
NestJS Best Practices Comprehensive best practices guide for NestJS applications. Contains 40 rules across 10 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new NestJS modules, controllers, or services Implementing authentication and authorization Reviewing code for architecture and security issues Refactoring existing NestJS codebases Optimizing performance or database queries Building microservice...
2.4K