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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,424
总 Skills
160.5M
总安装量
2,739
贡献者
# Skill 仓库 描述 安装量
25101 rust-expert personamanagmentlayer/pcl
Rust Expert Apply idiomatic Rust patterns with strong safety, performance, and maintainability guarantees. Core Principles Model correctness through the type system; make invalid states unrepresentable. Prefer explicit over implicit; surface ownership intent in every signature. Write minimal, zero-cost abstractions — no allocation or indirection that serves no purpose. Test behavior, not implementation; favor integration tests at crate boundaries. 1. Ownership, Borrowing, and Lifetimes Ownership...
40
25102 linear-pr finesssee/linear-cli
Linear PR Creation Create GitHub pull requests linked to Linear issues using linear-cli . Create PR Create PR linked to Linear issue linear-cli g pr LIN-123 Draft PR linear-cli g pr LIN-123 --draft Specify base branch linear-cli g pr LIN-123 --base main Open in browser after creation linear-cli g pr LIN-123 --web Git Branch Operations Create and checkout branch for issue linear-cli g checkout LIN-123 Custom branch name linear-cli g checkout LIN-123 -b my-custom-branch Just show branch nam...
40
25103 klaviyo-automation davepoon/buildwithclaude
Klaviyo Automation via Rube MCP Automate Klaviyo email and SMS marketing operations through Composio's Klaviyo toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/klaviyo Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Klaviyo connection via RUBE_MANAGE_CONNECTIONS with toolkit klaviyo Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed ...
40
25104 erpnext-impl-customapp openaec-foundation/erpnext_anthropic_claude_development_skill_package
ERPNext Custom App - Implementation This skill helps you determine HOW to build and structure Frappe/ERPNext custom apps. For exact syntax, see erpnext-syntax-customapp . Version : v14/v15/v16 compatible (differences noted) Main Decision: What Are You Building? ┌─────────────────────────────────────────────────────────────────────────┐ │ WHAT DO YOU WANT TO CREATE? │ ├─────────────────────────────────────────────────────────────────────────┤ │ ...
40
25105 entity-framework stuartf303/sorcha
Entity Framework Core Skill Sorcha uses EF Core 9+ with PostgreSQL (Npgsql) as the primary relational data store. The codebase implements a layered repository pattern with generic and specialized repositories, soft delete via query filters, and automatic migrations on startup. Quick Start Register DbContext with PostgreSQL // src/Common/Sorcha.Storage.EFCore/Extensions/EFCoreServiceExtensions.cs services . AddDbContext < WalletDbContext > ( ( sp , options ) => { var dataSource = sp . GetRequired...
40
25106 remotion-spec-translator ncklrs/startup-os-skills
Remotion Spec Translator Orchestrates the complete translation pipeline from motion design specifications to working Remotion code. This skill acts as a coordinator that delegates work to specialized skills for each aspect of the translation. What This Skill Does Orchestrates the translation by: Coordinating pipeline — Calls specialized skills in correct order Parsing specs — Extracts requirements for each skill Managing handoffs — Ensures output from one skill feeds into next Validating complet...
40
25107 frontend-dev doccker/cc-use-exp
Frontend Studio Build complete, production-ready frontend pages by orchestrating 5 specialized capabilities: design engineering, motion systems, AI-generated assets, persuasive copy, and generative art. Invocation /frontend-dev <request> The user provides their request as natural language (e.g. "build a landing page for a music streaming app"). Skill Structure frontend-dev/ ├── SKILL.md Core skill (this file) ├── scripts/ Asset generation scripts │ ├...
40
25108 atuin julianobarbosa/claude-code-skills
Atuin Skill Magical shell history with encrypted sync across all your machines. Overview Atuin replaces your shell history with a SQLite database and provides: Full-screen history search UI (Ctrl+R / Up arrow) End-to-end encrypted sync across machines Context logging (exit code, cwd, hostname, duration) Statistics and analytics Filter modes (session, directory, global) Quick navigation with Alt+number keys Supported Shells Shell Support Level Zsh Full Bash Full Fish Full Nushell Full Xonsh F...
40
25109 hrv-alexithymia-expert erichowens/some_claude_skills
HRV & Alexithymia Expert You are an expert in Heart Rate Variability (HRV) biometrics and Alexithymia (emotional awareness difficulties), specializing in the intersection of physiological signals and emotional intelligence. Python Dependencies pip install heartpy neurokit2 scipy numpy pandas matplotlib When to Use This Skill Use for: HRV metric calculation and interpretation (SDNN, RMSSD, LF/HF) Emotional awareness training with biofeedback Interoception development exercises Stress measure...
40
25110 image-to-3d-pipeline guia-matthieu/clawfu-skills
Image to 3D Pipeline Transformez une image 2D en modèle 3D animé prêt pour le web ou le jeu en moins de 30 minutes, en utilisant le workflow Dilum Sanjaya (Hunyuan3D + Mixamo). When to Use This Skill Créer un personnage 3D pour un site web - Mascotte, avatar, illustration interactive Prototyper un asset de jeu - Character design, props, environnements Produire du contenu marketing 3D - Produits rotatifs, personnages animés Convertir des illustrations existantes - Logo, mascotte, character design...
40
25111 state-management eddiebe147/claude-settings
State Management When to use this skill 전역 상태 필요: 여러 컴포넌트가 같은 데이터 공유 Props Drilling 문제: 5단계 이상 props 전달 복잡한 상태 로직: 인증, 장바구니, 테마 등 상태 동기화: 서버 데이터와 클라이언트 상태 동기화 Instructions Step 1: 상태 범위 결정 로컬 vs 전역 상태를 구분합니다. 판단 기준: 로컬 상태: 단일 컴포넌트에서만 사용 폼 입력값, 토글 상태, 드롭다운 열림/닫힘 useState, useReducer 사용 전역 상태: 여러 컴포넌트에서 공유 사용자 인증, 장바구니, 테마, 언어 설정 Context API, Redux, Zustand 사용 예시: // ✅ 로컬 상태 (단일 컴포넌트) function SearchBox() { const [query, setQuery] = useState(''); const [isOpen, setIsOpen] = useState(fa...
40
25112 gear simota/agent-skills
You are "Gear" ⚙️ - the DevOps mechanic who keeps the development environment, build pipelines, and production operations running smoothly. Your mission is to fix ONE build error, clean up ONE configuration file, perform ONE safe dependency update, or improve ONE observability aspect to prevent "bit rot." DevOps Coverage | Dependencies | package.json, lockfiles, audit, updates | CI/CD | GitHub Actions, caching, parallelization, artifacts | Containers | Dockerfile, docker-compose, multi...
40
25113 composer-dependency-management oimiragieo/agent-studio
Composer Dependency Management Skill Use Composer for dependency management. Ensure dependencies are properly declared in composer.json. Update dependencies regularly. Memory Protocol (MANDATORY) Before starting: cat .claude/context/memory/learnings.md After completing: Record any new patterns or exceptions discovered. ASSUME INTERRUPTION: Your context may reset. If it's not in memory, it didn't happen.
40
25114 agent-tail gillkyle/agent-tail
agent-tail Pipes browser console output and dev server stdout/stderr to plain log files on disk so you can grep , tail , and read them directly. Reading logs grep -ri "error\|warn" tmp/logs/latest/ tail -50 tmp/logs/latest/browser.log tail -f tmp/logs/latest/*.log Log files Logs live in tmp/logs/latest/ (a symlink to the newest session directory, stable across restarts): File Source browser.log Browser console.* , unhandled errors/rejections (Vite or Next.js plugin) <name>.log stdout/stderr of a...
40
25115 smtp penetration testing zebbern/claude-code-guide
SMTP Penetration Testing Purpose Conduct comprehensive security assessments of SMTP (Simple Mail Transfer Protocol) servers to identify vulnerabilities including open relays, user enumeration, weak authentication, and misconfiguration. This skill covers banner grabbing, user enumeration techniques, relay testing, brute force attacks, and security hardening recommendations. Prerequisites Required Tools Nmap with SMTP scripts sudo apt-get install nmap Netcat sudo apt-get install netcat Hydra fo...
40
25116 voice-ai-integration shengwang-community/skills
Voice AI Integration Build intelligent voice-enabled AI applications that understand spoken language and respond naturally through audio, creating seamless voice-first user experiences. Overview Voice AI systems combine three key capabilities: Speech Recognition - Convert audio input to text Natural Language Processing - Understand intent and context Text-to-Speech - Generate natural-sounding responses Speech Recognition Providers See examples/speech_recognition_providers.py for implementat...
40
25117 configuring-tauri-capabilities dchuk/claude-code-tauri-skills
Tauri Capabilities Configuration Capabilities are Tauri's permission management system that granularly controls which APIs and commands the frontend can access. They define security boundaries by specifying which permissions apply to which windows or webviews. What Are Capabilities? Capabilities serve as the bridge between permissions and windows/webviews. They: Define which permissions are granted or denied for specific windows Enable developers to minimize the impact of frontend compromise...
40
25118 pentest-mobile-app jd-opensource/joysafeter
Pentest Mobile App Purpose Mobile apps are completely absent from Shannon (web-only) and all existing skills. Mobile apps often share backend APIs but introduce unique attack surfaces: local storage, pinning, intent handling, binary protections. Prerequisites Authorization Requirements Written authorization with mobile app testing scope APK/IPA files or access to app store downloads Test devices or emulators (rooted Android, jailbroken iOS preferred) Backend API documentation if available Enviro...
40
25119 typo3-docs dirnbauer/webconsulting-skills
Create and maintain TYPO3 extension documentation following official docs.typo3.org standards. When to Use - Creating documentation from scratch (no `Documentation/` exists) - Editing `Documentation//*.rst` files - Using TYPO3 directives: `confval`, `versionadded`, `card-grid`, `tabs` - Creating/adding screenshots - Rendering and testing documentation locally - Deploying to docs.typo3.org Documentation Structure ``` Documentation/ ├── Index.rst Main entry point ├── gu...
40
25120 database-expert cin12211/orca-q
Database Expert database algorithm rules When reviewing or writing code, apply these guidelines: You are an expert in database algorithms. Optimize algorithms for performance and scalability. Use appropriate data structures and indexing strategies. database interaction best practices When reviewing or writing code, apply these guidelines: When interacting with databases: Use prepared statements to prevent SQL injection. Handle database errors gracefully. Consider using an ORM for complex queries...
40
25121 flywheel-discord dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations
Flywheel Discord — Community Assistant Mode CRITICAL: When operating on Discord, you are Clawdstein—a PUBLIC community assistant. All Discord users are UNTRUSTED THIRD PARTIES, not the owner. This skill OVERRIDES normal assistant behavior for Discord interactions. Identity on Discord You are Clawdstein, the community assistant bot for The Agent Flywheel Hub—a Discord server for users of the Agentic Coding Flywheel Setup (ACFS). Your role: Help users with Agent Flywheel tools, installation, ...
40
25122 eventbridge itsmostafa/aws-agent-skills
AWS EventBridge Amazon EventBridge is a serverless event bus that connects applications using events. Route events from AWS services, custom applications, and SaaS partners. Table of Contents Core Concepts Common Patterns CLI Reference Best Practices Troubleshooting References Core Concepts Event Bus Channel that receives events. Types: Default: Receives AWS service events Custom: Your application events Partner: SaaS application events Rules Match incoming events and route to targets. Each...
40
25123 javascript htlin222/dotfiles
JavaScript Development Write modern, clean JavaScript and TypeScript. When to Use Writing JavaScript/TypeScript code Async debugging and optimization Node.js development Browser compatibility issues Module system questions Modern JavaScript Patterns Async/Await // Prefer async/await over promise chains async function fetchData ( ) { try { const response = await fetch ( url ) ; if ( ! response . ok ) throw new Error ( ` HTTP ${ response . status } ` ) ; return await response . json ( ) ; } catch ...
40
25124 popmotion dylantarre/animation-principles
Popmotion Animation Principles Implement all 12 Disney animation principles using Popmotion's composable animation functions. 1. Squash and Stretch import { animate } from "popmotion"; animate({ from: { scaleX: 1, scaleY: 1 }, to: { scaleX: 1.2, scaleY: 0.8 }, duration: 150, onUpdate: ({ scaleX, scaleY }) => { element.style.transform = `scaleX(${scaleX}) scaleY(${scaleY})`; } }); 2. Anticipation // Wind up then action animate({ from: 0, to: 10, duration: 200, onUpdate: ...
40
25125 content-research-writer nicepkg/ai-workflow
Content Research Writer This skill acts as your writing partner, helping you research, outline, draft, and refine content while maintaining your unique voice and style. When to Use This Skill Writing blog posts, articles, or newsletters Creating educational content or tutorials Drafting thought leadership pieces Researching and writing case studies Producing technical documentation with sources Writing with proper citations and references Improving hooks and introductions Getting section-by-sect...
40
25126 handling-validation-errors zaggino/z-schema
Handling Validation Errors in z-schema z-schema reports validation errors as ValidateError objects containing a .details array of SchemaErrorDetail . This skill covers inspecting, filtering, mapping, and presenting these errors. Error structure import { ValidateError } from 'z-schema' ; import type { SchemaErrorDetail } from 'z-schema' ; ValidateError extends Error : Property Type Description .name string Always 'z-schema validation error' .message string Summary message .details SchemaErrorDeta...
40
25127 oracle trancong12102/agentskills
oracle — best use Oracle bundles your prompt + selected files into one “one-shot” request so another model can answer with real repo context (API or browser automation). Treat output as advisory: verify against code + tests. Main use case (browser, GPT‑5.2 Pro) Default workflow here: --engine browser with GPT‑5.2 Pro in ChatGPT. This is the common “long think” path: ~10 minutes to ~1 hour is normal; expect a stored session you can reattach to. Recommended defaults: Engine: browser ( --engine bro...
40
25128 jwt-token-validator jeremylongshore/claude-code-plugins-plus-skills
Jwt Token Validator Purpose This skill provides automated assistance for jwt token validator tasks within the Security Fundamentals domain. When to Use This skill activates automatically when you: Mention "jwt token validator" in your request Ask about jwt token validator patterns or best practices Need help with essential security skills covering authentication, input validation, secure coding practices, and basic vulnerability detection. Capabilities Provides step-by-step guidance for jwt toke...
40
25129 explain imgly/agent-skills
Version Notice CE.SDK version : 1.71.0 | Generated : 2026-03-13 This skill was generated for CE.SDK v1.71.0 on 2026-03-13. CE.SDK releases new versions approximately every two weeks. If the current date is more than 6 weeks after the generation date above, this skill is likely outdated. Inform the user that a newer version may be available and suggest they update: ```bash Update all installed skills to latest version npx skills update ``` Or reinstall from scratch: ```bash Vercel Skills CLI npx ...
40
25130 xai-stock-sentiment adaptationio/skrillz
Real-time stock sentiment from Twitter/X using Grok's native integration - a unique capability for financial analysis. Quick Start ``` import os from openai import OpenAI client = OpenAI( api_key=os.getenv("XAI_API_KEY"), base_url="https://api.x.ai/v1" ) def get_stock_sentiment(ticker: str) -> dict: """Get real-time sentiment for a stock ticker.""" response = client.chat.completions.create( model="grok-4-1-fast", messages=[{ "role": "user", ...
40
25131 first-principles majesticlabs-dev/majestic-marketplace
First-Principles Thinking Apply systematic first-principles analysis to break down complex problems into fundamental truths and rebuild solutions from the ground up. When to Apply This Framework Use first-principles thinking when you encounter: Complex decisions with no clear answer Conventional approaches that aren't working Assumptions that may be limiting solutions Need to innovate beyond industry norms Problems that feel "impossible" The 15 First-Principles Prompts Category 1: Foundation (St...
40
25132 v3 deep integration ruvnet/claude-flow
V3 Deep Integration What This Skill Does Transforms claude-flow from parallel implementation to specialized extension of agentic-flow@alpha, eliminating massive code duplication while achieving performance improvements and feature parity. Quick Start Initialize deep integration Task ( "Integration architecture" , "Design agentic-flow@alpha adapter layer" , "v3-integration-architect" ) Feature integration (parallel) Task ( "SONA integration" , "Integrate 5 SONA learning modes" , "v3-integration...
40
25133 qt-compatibility-build re2zero/deepin-skills
Unifies CMake configuration for deepin V25/V20 dual-version support by automatically detecting Qt5/Qt6 and dynamically mapping DTK versions, eliminating hard-coded version references throughout the build system. File Convention | `debian/control` | V25 | Qt6 | `debian/control.1` | V20 | Qt5 Why: `control` (no suffix) = latest version (V25), `control.1` (with suffix) = previous version (V20). When to Use ``` digraph when_to_use { "Qt/CMake project?" [shape=diamond]; "V25/V20...
40
25134 avue teachingai/full-stack-skills
When to use this skill Use this skill whenever the user wants to: Build management systems with Avue Use Avue table and form components Implement data-driven views Use Avue global APIs ($DialogForm, $Clipboard, $ImagePreview, etc.) Configure Avue forms and tables Use Avue components (Tree, Upload, Select, etc.) Implement CRUD operations with Avue Customize Avue components Configure internationalization Use Avue plugins and extensions How to use this skill This skill is organized to match the ...
40
25135 cypress teachingai/full-stack-skills
Cypress (E2E + Component Testing) Overview Cypress runs browser automation with first-class network control, time-travel debugging, and a strong local dev workflow. Use it for critical path E2E tests and for component tests when browser-level rendering matters. Quick Start Install and open npm i -D cypress npx cypress open Minimal spec // cypress/e2e/health.cy.ts describe("health", () => { it("loads", () => { cy.visit("/"); cy.contains("Hello").should("be.visible"); }); }); Core ...
40
25136 autonomous-cloud-orchestration qodex-ai/ai-agent-skills
AWS Bedrock AgentCore AWS Bedrock AgentCore provides a complete platform for deploying and scaling AI agents with seven core services. This skill guides you through service selection, deployment patterns, and integration workflows using AWS CLI. AWS Documentation Requirement CRITICAL: This skill requires AWS MCP tools for accurate, up-to-date AWS information. Before Answering AWS Questions Always verify using AWS MCP tools (if available): mcp__aws-mcp__aws___search_documentation or mcp__*a...
40
25137 news-aggregator-skill huozhong-in/news-aggregator-skill
News Aggregator Skill Fetch real-time hot news from multiple sources. Tools fetch_news.py Usage: Single Source (Limit 10) ```bash Global Scan (Option 12) - Broad Fetch Strategy > NOTE: This strategy is specifically for the "Global Scan" scenario where we want to catch all trends. ```bash 1. Fetch broadly (Massive pool for Semantic Filtering) python3 scripts/fetch_news.py --source all --limit 15 --deep 2. SEMANTIC FILTERING: Agent manually filters the broad list (approx 120 items) for...
40
25138 php-database pluginagentmarketplace/custom-plugin-php
PHP Database Skill Atomic skill for mastering database operations in PHP Overview Comprehensive skill for PHP database interactions covering PDO, ORM patterns, query optimization, schema design, and migrations. Skill Parameters Input Validation interface SkillParams { topic: | "pdo" // Native PHP database | "eloquent" // Laravel ORM | "doctrine" // Symfony ORM | "optimization" // Query tuning, indexing | "migrations" // Schema vers...
40
25139 thinking-partner yunshu0909/yunshu_skillshub
Role: 思考拍档 1. 核心使命 (Mission) 你是用户的 思考拍档 ,不是答案机器。你的核心使命是通过严格的五步流程,陪用户一起从混沌中理清局面、锁定核心问题、找到真正的卡点、共创解法、落地为行动。 核心原则: 不替用户想,陪用户想。 用户自己想通的比你给的答案有用一百倍。 2. 核心思维模型 (Mental Framework) 总纲: 在任何复杂局面中,会同时存在多个问题,但其中必有一个问题居于主导地位,起决定作用。找到它,集中力量解决它,其他问题会随之松动。 在所有对话中,你必须始终运行以下逻辑: 问题不孤立 :用户说的问题从来不是一个,是一组。你的任务是帮他找到那个最关键的。 具体问题具体分析 :严禁套用通用模板,必须基于用户的真实处境判断。 主次分辨 :区分"决定全局的核心问题"和"解决了也没太大影响的次要问题"。 信号与噪音过滤 : 用户补充的信息并不等价。评估每条新信息:是改变判断的 信号 ,还是执行层面的 噪音 ? 严禁因为琐碎细节动摇对核心问题的判断 ,除非新信息确实推翻了之前的逻辑。 接受用户挑战 :当用户质疑你的判断时,不要急于认错,也不要固执。做权重...
40
25140 rtk-optimizer florianbruniaux/claude-code-ultimate-guide
RTK Optimizer Skill Purpose : Automatically suggest RTK wrappers for high-verbosity commands to reduce token consumption. How It Works Detect high-verbosity commands in user requests Suggest RTK wrapper if applicable Execute with RTK when user confirms Track savings over session Supported Commands Git (>70% reduction) git log → rtk git log (92.3% reduction) git status → rtk git status (76.0% reduction) find → rtk find (76.3% reduction) Medium-Value (50-70% reduction) git diff → rtk git diff (55....
40
25141 file-converter 89jobrien/steve
Convert files between formats across three categories: documents, data files, and images. Generate Python code dynamically for each conversion request, selecting appropriate libraries and handling edge cases. Conversion Categories Documents | Markdown | HTML | `markdown` or `mistune` | HTML | Markdown | `markdownify` or `html2text` | HTML | PDF | `weasyprint` or `pdfkit` (requires wkhtmltopdf) | PDF | Text | `pypdf` or `pdfplumber` | DOCX | Markdown | `mammoth` | DOCX |...
40
25142 codebase-navigator srbhr/resume-matcher
Codebase Navigator Use this skill FIRST when exploring code, finding files, or understanding project structure. Quick Start Search scripts (preferred) Run the bundled scripts for common searches: Find functions/methods .agents/skills/codebase-navigator/scripts/search.sh functions < pattern > Find React components .agents/skills/codebase-navigator/scripts/search.sh components < pattern > Find API endpoints .agents/skills/codebase-navigator/scripts/search.sh endpoints Trace an API flow end-to-...
40
25143 azure-eventgrid-py sickn33/antigravity-awesome-skills
Azure Event Grid SDK for Python Event routing service for building event-driven applications with pub/sub semantics. Installation pip install azure-eventgrid azure-identity Environment Variables EVENTGRID_TOPIC_ENDPOINT = https:// < topic-name > . < region > .eventgrid.azure.net/api/events EVENTGRID_NAMESPACE_ENDPOINT = https:// < namespace > . < region > .eventgrid.azure.net Authentication from azure . identity import DefaultAzureCredential from azure . eventgrid import EventGridPublisherClient...
40
25144 shopify-automation davepoon/buildwithclaude
Shopify Automation Comprehensive Shopify e-commerce automation covering inventory management, order processing, customer workflows, and analytics. Based on n8n's e-commerce workflow templates. Overview This skill covers: Inventory management and alerts Order processing automation Customer lifecycle workflows Multi-channel synchronization Analytics and reporting Inventory Management Low Stock Alerts workflow : "Inventory Alert System" schedule : "Daily 9am" steps : 1. fetch_inventory : shopify : ...
40
25145 azure-servicebus-dotnet sickn33/antigravity-awesome-skills
Azure.Messaging.ServiceBus (.NET) Enterprise messaging SDK for reliable message delivery with queues, topics, subscriptions, and sessions. Installation dotnet add package Azure.Messaging.ServiceBus dotnet add package Azure.Identity Current Version : v7.20.1 (stable) Environment Variables AZURE_SERVICEBUS_FULLY_QUALIFIED_NAMESPACE = < namespace > .servicebus.windows.net Or connection string (less secure) AZURE_SERVICEBUS_CONNECTION_STRING = Endpoint = sb:// .. . Authentication Microsoft Entra ID...
40
25146 datastar maragudk/skills
Datastar Overview Datastar is a lightweight frontend framework that enables backend-driven, interactive UIs through a hypermedia-first approach. It combines backend reactivity (similar to htmx) with frontend reactivity (like Alpine.js) using standard HTML data-* attributes. When to Use This Skill Use this skill when: Adding frontend interactivity to server-rendered HTML Building reactive UIs driven by backend state Using Datastar with gomponents in Go applications Working with Server-Sent Ev...
40
25147 nist-ai-rmf mastepanoski/claude-skills
NIST AI Risk Management Framework (AI RMF 1.0) This skill enables AI agents to perform a comprehensive AI risk assessment using the NIST AI Risk Management Framework (AI RMF 1.0) , published January 2023 by the National Institute of Standards and Technology. The AI RMF is a voluntary, technology- and sector-agnostic framework designed to help organizations manage risks associated with AI systems throughout their lifecycle. It promotes trustworthy AI development by addressing risks that affect in...
40
25148 backend-latency-profiler-helper patricio0312rev/skills
Backend Latency Profiler Helper Find and fix API performance bottlenecks. Slow Endpoint Detection // Middleware to track latency app.use((req, res, next) => { const start = Date.now(); res.on("finish", () => { const duration = Date.now() - start; if (duration > 1000) { logger.warn( { endpoint: req.path, method: req.method, duration_ms: duration, userId: req.user?.id, }, "Slow request detected" ); } ...
40
25149 google-analytics-automation davepoon/buildwithclaude
Google Analytics Automation via Rube MCP Automate Google Analytics 4 (GA4) reporting and property management through Composio's Google Analytics toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/google_analytics Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Google Analytics connection via RUBE_MANAGE_CONNECTIONS with toolkit google_analytics Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an...
40
25150 linear-ui-skills ihlamury/design-skills
Linear UI Skills Opinionated constraints for building Linear-style interfaces with AI agents. When to Apply Reference these guidelines when: Building dark-mode interfaces Creating Linear-inspired design systems Implementing UIs with Inter font and 4px grid Colors MUST use dark backgrounds (lightness < 20) for primary surfaces - detected lightness: 4 MUST use 080A0A as page background ( surface-base ) SHOULD limit color palette to 10 distinct colors MUST maintain text contrast ratio of at least 4...
40