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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,105
总 Skills
70.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
9651 publish-skill camacho/ai-skills
When to invoke User says "publish skill", "update skill", "push skill changes", "/publish-skill" After editing a skill locally in .agents/skills/ Steps 1. Pre-flight Locate ai-skills path (in order): $AI_SKILLS_REPO env var ~/projects/camacho/ai-skills Ask user Then check it's clean: git -C " $AI_SKILLS_PATH " status --porcelain If non-empty: STOP. Tell user to commit or stash ai-skills changes first. Show more
338
9652 openclaw-mission-control 0xindiebruh/openclaw-mission-control-skill
Mission Control Coordinate a team of AI agents using a Kanban-style task board with HTTP API. Overview Mission Control lets you run multiple AI agents that collaborate on tasks: Team Lead : Creates and assigns tasks, reviews completed work Worker Agents : Poll for tasks via heartbeat, execute work, log progress Kanban Board : Visual task management at http://localhost:8080 HTTP API : Agents interact via REST endpoints Local Storage : All data stored in JSON files — no external database needed Qu...
338
9653 frontend-testing aj-geddes/useful-ai-prompts
Dify Frontend Testing Skill This skill enables Claude to generate high-quality, comprehensive frontend tests for the Dify project following established conventions and best practices. ⚠️ Authoritative Source: This skill is derived from web/testing/testing.md. Use Vitest mock/timer APIs (vi.*). When to Apply This Skill Apply this skill when the user: Asks to write tests for a component, hook, or utility Asks to review existing tests for completeness Mentions Vitest, React Testing Library, RT...
338
9654 repoprompt parcadei/continuous-claude-v3
RepoPrompt Skill When to Use Explore codebase structure (tree, codemaps) Search code with context lines Get code signatures without full file content (token-efficient) Read file slices (specific line ranges) Build context for tasks Token Optimization RepoPrompt is more token-efficient than raw file reads: structure → signatures only (not full content) read --start-line --limit → slices instead of full files search --context-lines → relevant matches with context CLI Usage If installed to PATH ...
338
9655 less-best-practices mindrally/skills
Less CSS Best Practices You are an expert in Less (Leaner Style Sheets), CSS architecture, and maintainable stylesheet development. Key Principles Write modular, reusable Less that leverages variables, mixins, and functions Follow consistent naming conventions and file organization Keep specificity low and avoid overly complex selectors Prioritize readability and maintainability File Organization Project Structure less/ ├── abstracts/ │ ├── variables.less Global variables │ ├── mixin...
338
9656 dart-drift madteacher/mad-agents-skills
Dart Drift Comprehensive guide for using drift database library in Dart applications. Overview Dart Drift skill provides complete guidance for implementing persistent storage in Dart applications (CLI tools, backend services, non-Flutter desktop apps) using the drift library. Drift is a reactive persistence library for Dart built on SQLite, with optional PostgreSQL support, offering type-safe queries, auto-updating streams, schema migrations, and cross-platform database connections. Quick St...
338
9657 vercel-react-best-practices davila7/claude-code-templates
Vercel React Best Practices Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 62 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new React components or Next.js pages Implementing data fetching (client or server-side) Reviewing code for performance issues Refactoring existing React/Next.js code Optimizing bundle size or load tim...
338
9658 test-driven-development davila7/claude-code-templates
Test-Driven Development (TDD) Overview Write the test first. Watch it fail. Write minimal code to pass. Core principle: If you didn't watch the test fail, you don't know if it tests the right thing. Violating the letter of the rules is violating the spirit of the rules. When to Use Always: New features Bug fixes Refactoring Behavior changes Exceptions (ask your human partner): Throwaway prototypes Generated code Configuration files Thinking "skip TDD just this once"? Stop. That's rationalization...
338
9659 executing-plans davila7/claude-code-templates
Executing Plans Overview Load plan, review critically, execute all tasks, report when complete. Announce at start: "I'm using the executing-plans skill to implement this plan." Note: Tell your human partner that Superpowers works much better with access to subagents. The quality of its work will be significantly higher if run on a platform with subagent support (such as Claude Code or Codex). If subagents are available, use superpowers:subagent-driven-development instead of this skill. The Proce...
338
9660 crewai davila7/claude-code-templates
CrewAI Role: CrewAI Multi-Agent Architect You are an expert in designing collaborative AI agent teams with CrewAI. You think in terms of roles, responsibilities, and delegation. You design clear agent personas with specific expertise, create well-defined tasks with expected outputs, and orchestrate crews for optimal collaboration. You know when to use sequential vs hierarchical processes. Capabilities Agent definitions (role, goal, backstory) Task design and dependencies Crew orchestration Pr...
338
9661 quiz readwiseio/readwise-skills
You are quizzing the user on documents they've recently read in Readwise Reader. Follow this process carefully. Readwise Access Check if Readwise MCP tools are available (e.g. mcp__readwise__reader_list_documents ). If they are, use them throughout. If not, use the equivalent readwise CLI commands instead (e.g. readwise list , readwise read <id> , readwise search <query> ). The instructions below reference MCP tool names — translate to CLI equivalents as needed. Setup Check for persona file. Rea...
338
9662 vercel-blob jezweb/claude-skills
Vercel Blob Last Updated: 2026-01-21 Version: @vercel/blob@2.0.0 Skill Version: 2.1.0 Quick Start Create Blob store: Vercel Dashboard → Storage → Blob vercel env pull .env.local Creates BLOB_READ_WRITE_TOKEN npm install @vercel/blob Server Upload: 'use server'; import { put } from '@vercel/blob'; export async function uploadFile(formData: FormData) { const file = formData.get('file') as File; const blob = await put(file.name, file, { access: 'public' }); return blob.url; } CRITI...
337
9663 alicloud-ai-multimodal-qwen-vl cinience/alicloud-skills
Category: provider Model Studio Qwen VL (Image Understanding) Validation mkdir -p output/alicloud-ai-multimodal-qwen-vl python -m py_compile skills/ai/multimodal/alicloud-ai-multimodal-qwen-vl/scripts/analyze_image.py && echo "py_compile_ok" > output/alicloud-ai-multimodal-qwen-vl/validate.txt Pass criteria: command exits 0 and output/alicloud-ai-multimodal-qwen-vl/validate.txt is generated. Output And Evidence Save raw model responses and normalized extraction results to output/alicloud-ai-mult...
337
9664 integrate-file-viewer cognitedata/dune-skills
Integrate CogniteFileViewer Add CogniteFileViewer to this Dune app to preview CDF files (PDF, image, text). Your job Complete these steps in order. Read each file before modifying it. Step 1 — Understand the app Read these files before touching anything: package.json — detect package manager ( packageManager field or lock file) and existing deps vite.config.ts — understand current Vite setup The component where the viewer should be added Step 2 — Install dependencies pnpm → pnpm add "github:cogn...
337
9665 reveal-3d cognitedata/dune-skills
Reveal 3D Viewer Add a Cognite Reveal 3D viewer to a Dune app by copying the bundled source into the target app. Renders CAD models from CDF, with support for model browsing, direct model/revision IDs, or FDM-linked assets. FDM instance to visualize: $ARGUMENTS Use This When The user wants to embed an interactive Cognite Reveal viewer for CDF 3D/CAD content in a Dune app. Do not use this skill for static diagrams, graph visualizations, or unrelated custom Three.js scenes. Prerequisites The app u...
337
9666 setup-python-tools cognitedata/dune-skills
Set Up Python Tool Execution Add client-side Python tool execution via Pyodide to this Dune app. Target: $ARGUMENTS Background Atlas agents can have Python tools defined in their CDF config ( type: "runPythonCode" ). When the agent calls one, it arrives as a toolConfirmation (auto-allowed) followed by a clientTool action. The library fetches the tool's Python code from the agent config automatically and executes it via the provided pythonRuntime . You only need to: Set up usePyodideRuntime to ge...
337
9667 nemo-curator davila7/claude-code-templates
NeMo Curator - GPU-Accelerated Data Curation NVIDIA's toolkit for preparing high-quality training data for LLMs. When to use NeMo Curator Use NeMo Curator when: Preparing LLM training data from web scrapes (Common Crawl) Need fast deduplication (16× faster than CPU) Curating multi-modal datasets (text, images, video, audio) Filtering low-quality or toxic content Scaling data processing across GPU cluster Performance: 16× faster fuzzy deduplication (8TB RedPajama v2) 40% lower TCO vs CPU al...
337
9668 umap-learn k-dense-ai/scientific-agent-skills
UMAP-Learn Overview UMAP (Uniform Manifold Approximation and Projection) is a dimensionality reduction technique for visualization and general non-linear dimensionality reduction. Apply this skill for fast, scalable embeddings that preserve local and global structure, supervised learning, and clustering preprocessing. Quick Start Installation uv pip install umap-learn Basic Usage UMAP follows scikit-learn conventions and can be used as a drop-in replacement for t-SNE or PCA. Show more
337
9669 api-design-reviewer alirezarezvani/claude-skills
API Design Reviewer Tier: POWERFUL Category: Engineering / Architecture Maintainer: Claude Skills Team Overview The API Design Reviewer skill provides comprehensive analysis and review of API designs, focusing on REST conventions, best practices, and industry standards. This skill helps engineering teams build consistent, maintainable, and well-designed APIs through automated linting, breaking change detection, and design scorecards. Core Capabilities 1. API Linting and Convention Analysis Resou...
337
9670 codebase-onboarding alirezarezvani/claude-skills
Codebase Onboarding Systematically analyze an unfamiliar codebase and produce a structured onboarding guide. Designed for developers joining a new project or setting up Claude Code in an existing repo for the first time. When to Use First time opening a project with Claude Code Joining a new team or repository User asks "help me understand this codebase" User asks to generate a CLAUDE.md for a project User says "onboard me" or "walk me through this repo" How It Works Phase 1: Reconnaissance Gath...
337
9671 gitea-workflow jwynia/agent-skills
Gitea Workflow Orchestrator A skill that guides agents through structured agile development workflows for Gitea repositories by intelligently invoking commands in sequence. Uses checkpoint-based flow control to auto-progress between steps while pausing at key decision points. When to Use This Skill Use this skill when: Working with a Gitea-hosted repository Starting work for the day ("run morning standup", "start my day") Working on a task ("implement next task", "continue working") Completing a...
337
9672 ghost mindrally/skills
Ghost CMS Theme Development You are an expert in Ghost CMS theme development, Handlebars templating, and modern frontend technologies. Core Principles Write semantic, accessible HTML Use Handlebars helpers effectively Optimize for performance and SEO Follow Ghost theme development best practices Create responsive, mobile-first designs Project Structure theme/ ├── assets/ │ ├── css/ │ │ └── screen.css │ ├── js/ │ │ └── main.js │ └── images/ ├── partials/ │ ├── header.hbs │ ├──...
337
9673 anthropic-claude-development mindrally/skills
Anthropic Claude API Development You are an expert in Anthropic Claude API development, including the Messages API, tool use, prompt engineering, and building production-ready applications with Claude models. Key Principles Write concise, technical responses with accurate Python examples Use type hints for all function signatures Follow Claude's usage policies and guidelines Implement proper error handling and retry logic Never hardcode API keys; use environment variables Setup and Configurati...
337
9674 laravel mindrally/skills
Laravel You are an expert in Laravel and PHP development with deep knowledge of modern web application patterns. Core Principles Write concise, technical responses with accurate PHP examples Follow Laravel best practices and conventions Emphasize SOLID principles and object-oriented programming Prefer modular design over code duplication Use descriptive naming conventions throughout PHP/Laravel Standards Utilize PHP 8.1+ capabilities (typed properties, match expressions) Follow PSR-12 coding sta...
337
9675 dotnet mindrally/skills
.NET Development Guidelines You are an expert in .NET backend development with deep knowledge of C, ASP.NET Core, Entity Framework Core, and modern .NET practices. Code Style and Structure Write concise, idiomatic C code with accurate examples Follow .NET conventions and best practices Use object-oriented programming with proper encapsulation Prefer LINQ for collection operations Structure code according to Clean Architecture principles Project Structure src/ Domain/ Entities, val...
337
9676 supermemory-cli supermemoryai/skills
The Supermemory CLI is the complete interface to Supermemory from the terminal. It lets you add memories, search, manage documents, configure projects, connect external data sources, and administer teams — all programmatically. Installation & Auth Install globally npm install -g @supermemory/cli Authenticate (opens browser OAuth flow) supermemory login Or use an API key directly supermemory login --api-key sm_abc_xxx Check auth status supermemory whoami Configuration The CLI supports three c...
337
9677 error-diagnostics-smart-debug sickn33/antigravity-awesome-skills
Use this skill when Working on error diagnostics smart debug tasks or workflows Needing guidance, best practices, or checklists for error diagnostics smart debug Do not use this skill when The task is unrelated to error diagnostics smart debug You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open res...
337
9678 hyva-cms-custom-field hyva-themes/hyva-ai-tools
Hyvä CMS Custom Field Type Creator Overview This skill guides the creation of custom field types and field handlers for Hyvä CMS components. Custom field types extend the built-in field types (text, textarea, select, etc.) with specialized input controls for the CMS editor interface. Two types of custom fields: Basic Custom Field Type : Custom input control with direct data entry (e.g., date range, color picker, custom validation) Field Handler : Enhanced UI with complex interactions (e.g., prod...
337
9679 amap-lbs-skill amap-web/amap-lbs-skill
高德地图综合服务 Skill 高德地图综合服务向开发者提供完整的地图数据服务,包括地点搜索、路径规划、旅游规划和数据可视化等功能。 功能特性 🔍 POI(地点)搜索功能 🏙️ 支持关键词搜索、城市限定、类型筛选 📍 支持周边搜索(基于坐标和半径) 🛣️ 路径规划(步行、驾车、骑行、公交) 🗺️ 智能旅游规划助手 🔥 热力图数据可视化 🔗 地图可视化链接生成 💾 配置本地持久化存储 🎯 自动管理高德 Web Service Key 首次配置 首次使用时需要配置高德 Web Service Key: 访问 高德开放平台 创建应用并获取 Key 设置环境变量: export AMAP_WEBSERVICE_KEY=your_key 或运行时自动提示输入并保存到本地配置文件 当用户想要搜索地址、地点、周边信息(如美食、酒店、景点等)、规划路线或可视化数据时,使用此 skill。 触发条件 用户表达了以下意图之一: 搜索某类地点或某个确定地点(如"搜美食"、"找酒店"、"天安门在哪") 基于某个位置搜索周边(如"西直门周边美食"、"北京南站附近酒店") 规划路线(如"从天安门到故宫怎么走"、"规...
337
9680 deployment-automation aj-geddes/useful-ai-prompts
Deployment Automation When to use this skill New Projects : Set up automated deployment from scratch Manual Deployment Improvement : Automate repetitive manual tasks Multi-Environment : Separate dev, staging, and production environments Scaling : Introduce Kubernetes to handle traffic growth Instructions Step 1: Docker Containerization Package the application as a Docker image. Dockerfile (Node.js app): Multi-stage build for smaller image size FROM node:18-alpine AS builder WORKDIR /app Copy p...
337
9681 accessibility-compliance aj-geddes/useful-ai-prompts
Accessibility Compliance Master accessibility implementation to create inclusive experiences that work for everyone, including users with disabilities. When to Use This Skill Implementing WCAG 2.2 Level AA or AAA compliance Building screen reader accessible interfaces Adding keyboard navigation to interactive components Implementing focus management and focus trapping Creating accessible forms with proper labeling Supporting reduced motion and high contrast preferences Building mobile accessibil...
337
9682 web-performance-optimization aj-geddes/useful-ai-prompts
Web Performance Optimization Overview Help developers optimize website and web application performance to improve user experience, SEO rankings, and conversion rates. This skill provides systematic approaches to measure, analyze, and improve loading speed, runtime performance, and Core Web Vitals metrics. When to Use This Skill Use when website or app is loading slowly Use when optimizing for Core Web Vitals (LCP, FID, CLS) Use when reducing JavaScript bundle size Use when improving Time to In...
337
9683 autogen-development mindrally/skills
AutoGen Multi-Agent Development You are an expert in Microsoft AutoGen, a framework for building multi-agent AI systems with Python, focusing on agent orchestration, tool integration, and scalable AI applications. Key Principles Write concise, technical responses with accurate Python examples Use async/await patterns for agent communication Implement proper error handling and logging Follow event-driven architecture patterns Use type hints for all function signatures Setup and Installation Env...
337
9684 image-enhancer davila7/claude-code-templates
Image Enhancer This skill takes your images and screenshots and makes them look better—sharper, clearer, and more professional. When to Use This Skill Improving screenshot quality for blog posts or documentation Enhancing images before sharing on social media Preparing images for presentations or reports Upscaling low-resolution images Sharpening blurry photos Cleaning up compressed images What This Skill Does Analyzes Image Quality : Checks resolution, sharpness, and compression artifacts Enhan...
337
9685 workos-widgets workos/skills
WorkOS Widgets Workflow Overview Identify widget target from the user request ( user-management , user-profile , admin-portal-sso-connection , admin-portal-domain-verification ). Scan project files in this order: package/dependency manifests framework/router entrypoints auth/token utilities styling/component patterns Detect stack, data-layer style, styling, component system, and package manager using references/detection.md . Check for AuthKit/WorkOS presence: if detected, continue; if not detec...
337
9686 paid-ads davila7/claude-code-templates
Paid Ads You are an expert performance marketer with direct access to ad platform accounts. Your goal is to help create, optimize, and scale paid advertising campaigns that drive efficient customer acquisition. Before Starting Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task....
337
9687 openai-knowledge openai/openai-agents-python
OpenAI Knowledge Overview Use the OpenAI Developer Documentation MCP server to search and fetch exact docs (markdown), then base your answer on that text instead of guessing. Workflow 1) Check whether the Docs MCP server is available If the mcp__openaiDeveloperDocs__* tools are available, use them. If you are unsure, run codex mcp list and check for openaiDeveloperDocs. 2) Use MCP tools to pull exact docs Search first, then fetch the specific page or pages. mcp__openaiDeveloperDocs__search_...
337
9688 resume-handoff parcadei/continuous-claude-v3
Resume work from a handoff document You are tasked with resuming work from a handoff document through an interactive process. These handoffs contain critical context, learnings, and next steps from previous work sessions that need to be understood and continued. Initial Response When this command is invoked: If the path to a handoff document was provided: If a handoff document path was provided as a parameter, skip the default message Immediately read the handoff document FULLY Immediately ...
337
9689 proxmox-admin bastos/skills
Proxmox VE Administration Overview Proxmox VE is a server virtualization platform built on Debian. It manages KVM virtual machines and LXC containers through a web UI or CLI tools. This skill covers CLI-based administration using qm (VMs), pct (containers), and supporting utilities. When to Use Creating, configuring, or managing KVM virtual machines Spawning and administering LXC containers Managing Proxmox storage, networking, or clustering Automating VM/container provisioning via scripts Troub...
337
9690 undocs hairyf/skills
Undocs is a minimal Documentation Theme and CLI built with Nuxt, Nuxt Content, and Nuxt UI. It provides zero-config documentation sites with elegant CLI wrapper, automatic content transformations, and built-in components for common documentation needs. The skill is based on undocs v0.4.15, generated at 2026-01-31. Core References Topic Description Reference Getting Started Quick start guide for creating documentation sites core-getting-started CLI Commands Development and build commands for undo...
336
9691 p-video inference-sh/skills
Pruna P-Video Generation Generate videos with Pruna's optimized video models via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run pruna/p-video --input '{"prompt": "drone shot flying over a forest at sunset"}' Pruna Video Models Pruna optimizes AI models for speed without sacrificing quality. Model App ID Best For P-Video pruna/p-video Text-to-video, image-to-video, with audi...
336
9692 setup-dune-auth cognitedata/dune-skills
Set Up Dune Authentication Wire a React app for Dune auth so it can talk to CDF inside Fusion. Two flows exist; pick one based on app.json . Pick the flow Read app.json if present: app.json infra Flow Auth source Extra package "appsApi" Apps API (new Fusion app host) connectToHostApp from @cognite/app-sdk @cognite/app-sdk missing / other Classic (legacy Files API) DuneAuthProvider + useDune() from @cognite/dune — No app.json ? Ask the user. Default to Apps API — it's the default for npx @cognite...
336
9693 dm-limits-and-best-practices cognitedata/dune-skills
CDF Data Modeling: Limits, Concurrency & Best Practices This is a reference skill. When writing or reviewing code that calls CDF Data Modeling APIs, apply the patterns below. DMS Limits Reference For the latest concurrency limits, resource limits, and property value limits, see the official documentation: https://docs.cognite.com/cdf/dm/dm_reference/dm_limits_and_restrictions Key things to be aware of: Instance apply , delete , and query operations each have their own concurrent request limits E...
336
9694 voice-ai-development davila7/claude-code-templates
Voice AI Development Role: Voice AI Architect You are an expert in building real-time voice applications. You think in terms of latency budgets, audio quality, and user experience. You know that voice apps feel magical when fast and broken when slow. You choose the right combination of providers for each use case and optimize relentlessly for perceived responsiveness. Capabilities OpenAI Realtime API Vapi voice agents Deepgram STT/TTS ElevenLabs voice synthesis LiveKit real-time infrastructur...
336
9695 requesting-code-review camacho/ai-skills
Requesting Code Review Dispatch superpowers:code-reviewer subagent to catch issues before they cascade. The reviewer gets precisely crafted context for evaluation — never your session's history. This keeps the reviewer focused on the work product, not your thought process, and preserves your own context for continued work. Core principle: Review early, review often. When to Request Review Mandatory: After each task in subagent-driven development After completing major feature Before merge to mai...
336
9696 tracking-crypto-prices jeremylongshore/claude-code-plugins-plus-skills
Tracking Crypto Prices Overview Foundation skill providing real-time and historical cryptocurrency price data. This skill is the data layer for the crypto plugin ecosystem - 10+ other skills depend on it for price information. Key Capabilities: Real-time prices for 10,000+ cryptocurrencies Historical OHLCV data (1 day to all-time) Multi-currency support (USD, EUR, GBP, 30+ currencies) Intelligent caching to minimize API calls Predefined and custom watchlists Export to CSV/JSON for analysis Depen...
336
9697 terraform mindrally/skills
Terraform You are an expert in Terraform and infrastructure-as-code with deep knowledge of cloud providers and deployment patterns. Core Principles Write concise, well-structured Terraform code with accurate examples Organize infrastructure into reusable modules Use versioned modules and provider version locks for consistent deployments Avoid hardcoded values; leverage variables for flexibility Code Structure Structure configurations into logical sections: main.tf - Primary resource definitions ...
336
9698 openclaw-complete-deployment-guide nathansteelqoder/openclaw-config-qoder-integration
在阿里云上部署 OpenClaw 完整指南 覆盖阿里云百炼模型配置、飞书 / 钉钉(传统机器人 + DEAP 高级方案)/ QQ / Discord 全平台接入、Qoder CLI 集成,以及高级配置与运维。 ⚠️ 安全警告 在开始之前,请务必阅读以下注意事项: 切勿在个人主力电脑上部署 OpenClaw ——它具有高文件系统和命令执行权限 务必使用云服务器 (如阿里云 ECS)进行部署,与本地环境隔离 保护好你的 API 密钥 ——使用环境变量或安全保险箱,不要硬编码在代码中 使用强随机令牌 限制 Gateway 访问,避免使用简单密码 定期轮换凭证 ——特别是钉钉/飞书/QQ 等平台的应用密钥 使用场景 在阿里云 ECS 服务器上从零部署 OpenClaw AI 助手 通过钉钉(Stream 机器人或 DEAP 高级方案)与 AI 对话 通过飞书、QQ 或 Discord 接入 OpenClaw 配置阿里云百炼 Coding Plan 作为 AI 推理后端 将 Qoder CLI 注册为 ACP Agent,实现钉钉/飞书中的代码开发 示例 安装 OpenClaw curl -f...
336
9699 angular-best-practices-ngrx alfredoperez/angular-best-practices
Angular NgRx Best Practices NgRx state management rules for global state with actions, reducers, effects, and selectors. Use with the core angular-best-practices skill for comprehensive Angular coverage. Links Core Skill: angular-best-practices Browse All Skills GitHub Repository When to Apply Adding or modifying NgRx stores, reducers, or effects Writing selectors for state selection in components Managing collections with @ngrx/entity Rules Rule Impact Description Keep Reducers Pure HIGH No sid...
336
9700 blockchain mindrally/skills
Blockchain Development You are an expert in blockchain development, smart contracts, and distributed systems. Core Principles Prioritize security and correctness over premature optimization Design for immutability and deterministic execution Implement comprehensive testing and auditing practices Follow established patterns for the target blockchain ecosystem CosmWasm Development (Cosmos) Rust Best Practices Use Rust's type system for safety guarantees Leverage CosmWasm's contract model for sta...
336