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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,447
总 Skills
35.6M
总安装量
2,441
贡献者
# Skill 仓库 描述 安装量
20701 mongodb teachingai/full-stack-skills
MongoDB & Mongoose Build and query MongoDB databases with best practices. Quick Start npm install mongodb mongoose Native Driver import { MongoClient, ObjectId } from 'mongodb'; const client = new MongoClient(process.env.MONGODB_URI!); const db = client.db('myapp'); const users = db.collection('users'); // Connect await client.connect(); // CRUD Operations await users.insertOne({ name: 'Alice', email: 'alice@example.com' }); const user = await users.findOne({ email: 'alice@example.com' });...
36
20702 docx teachingai/full-stack-skills
DOCX creation, editing, and analysis Overview A .docx file is a ZIP archive containing XML files. Quick Reference Task Approach Read/analyze content pandoc or unpack for raw XML Create new document Use docx-js - see Creating New Documents below Edit existing document Unpack → edit XML → repack - see Editing Existing Documents below Converting .doc to .docx Legacy .doc files must be converted before editing: python scripts/office/soffice.py --headless --convert-to docx document.doc Reading Conten...
36
20703 product-documentation hack23/homepage
Product Documentation Skill Purpose Ensures product documentation is clear, comprehensive, and user-focused, helping users understand features, solve problems, and get maximum value from products. Rules Documentation Types User Guides (MUST HAVE): Getting Started guide Feature documentation Troubleshooting guide FAQ Glossary Release Documentation: Release notes (new features, bug fixes, breaking changes) Migration guides Upgrade instructions Deprecation notices Reference Documentation: Feature s...
36
20704 docker fellipeutaka/leon
Docker Containerization Skill Summary Docker provides containerization for packaging applications with their dependencies into isolated, portable units. Containers ensure consistency across development, testing, and production environments, eliminating "works on my machine" problems. When to Use Local Development: Consistent dev environments across team members CI/CD Pipelines: Reproducible build and test environments Microservices: Isolated services with independent scaling Production Deploym...
36
20705 create-prd borghei/claude-skills
Create a Product Requirements Document Purpose You are an experienced product manager responsible for creating a comprehensive Product Requirements Document (PRD) for $ARGUMENTS. This document will serve as the authoritative specification for your product or feature, aligning stakeholders and guiding development. Context A well-structured PRD clearly communicates the what, why, and how of your product initiative. This skill uses an 8-section template proven to communicate product vision effectiv...
36
20706 webapp-testing erichowens/some_claude_skills
Web Application Testing To test local web applications, write native Python Playwright scripts. Helper Scripts Available : scripts/with_server.py - Manages server lifecycle (supports multiple servers) Always run scripts with --help first to see usage. DO NOT read the source until you try running the script first and find that a customized solution is abslutely necessary. These scripts can be very large and thus pollute your context window. They exist to be called directly as black-box scripts ra...
36
20707 elixir-expert personamanagmentlayer/pcl
Elixir Expert Purpose Provides expertise in Elixir development, Phoenix Framework, and OTP patterns. Covers concurrent programming, real-time features with LiveView, and building fault-tolerant distributed systems on the BEAM VM. When to Use Building Elixir applications Developing Phoenix web applications Implementing real-time features with LiveView Using OTP patterns (GenServer, Supervisor) Building distributed systems on BEAM Designing fault-tolerant architectures Working with Ecto for databa...
36
20708 build-things openai/skills
Build things Overview Generate a URL using the generate_merch_url script then open the URL via the platform open-URL tool. Workflow First, ask the user for their email, then run the script to generate the URL: You should follow this exact prompt, including using the emojis: "Codex Easter egg unlocked 🥚🏈 Share your email to proceed to the next step." Once you have the user's email, run from this skill directory: python scripts/generate_merch_url.py <email> If current working directory is elsewher...
36
20709 security-headers-generator jeremylongshore/claude-code-plugins-plus-skills
Security Headers Generator Purpose This skill provides automated assistance for security headers generator tasks within the Security Fundamentals domain. When to Use This skill activates automatically when you: Mention "security headers generator" in your request Ask about security headers generator patterns or best practices Need help with essential security skills covering authentication, input validation, secure coding practices, and basic vulnerability detection. Capabilities Provides step-b...
36
20710 dotnet-testing-advanced-aspnet-integration-testing kevintsengtw/dotnet-testing-agent-skills
ASP.NET Core 整合測試指南 概述 本技能指導如何在 ASP.NET Core 中建立有效的整合測試,使用 WebApplicationFactory<T> 和 TestServer 測試完整的 HTTP 請求/回應流程。 適用場景 Web API 端點測試:驗證 RESTful API 的 CRUD 操作 HTTP 請求/回應驗證:測試完整的請求處理管線 中介軟體測試:驗證 Authentication、Authorization、Logging 等 依賴注入驗證:確保 DI 容器設定正確 路由設定驗證:確保 URL 路由正確對應到控制器動作 模型繫結測試:驗證請求內容正確繫結到模型 必要套件 <PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.0" /> <PackageReference Include="xunit" Version="2.9.3" /> <PackageReference Include="xunit.runner.visualstudio" Vers...
36
20711 external-urls julianobarbosa/claude-code-skills
External URLs Skill Quick reference for all external URLs and endpoints in Hypera's multi-cluster GitOps infrastructure. Quick URL Lookup Application URLs by Environment Hub (Shared Services) Service URL Purpose ArgoCD https://argocd.cafehyna.com.br GitOps UI & API Sentry https://sentry-hub.cafehyna.hypera.com.br Error tracking SonarQube https://sonarqube-hub.cafehyna.com.br Code quality phpMyAdmin https://dba.cafehyna.com.br MySQL admin Adminer https://dba2.cafehyna.com.br Multi-DB admin Mi...
36
20712 java-21 gentleman-programming/gentleman-skills
When to Use Load this skill when: Writing Java 21 application or library code Designing immutable DTOs or value objects Modeling closed hierarchies with sealed types Using virtual threads for blocking I/O Critical Patterns Pattern 1: Records for immutable data Use records for DTOs and value objects, validate in compact constructors. Pattern 2: Sealed types + pattern matching Use sealed interfaces/classes and switch pattern matching for exhaustiveness. Pattern 3: Virtual threads for I/O Use virtu...
36
20713 chinese-style-guide rightcapitalhq/chinese-style-guide
中文写作排版风格指南 Skill 本技能用于对中文文档、文章、邮件、消息等正式文本进行格式和排版修正。 核心原则 只修正格式和排版 :不改变作者的表达内容和语义 保持原文风格 :尊重作者的用词和语气 遵循规范 :严格按照《中文写作排版风格指南》执行 触发场景 当用户进行以下操作时应用此技能: 撰写或编辑中文文档 写中文邮件或消息 中英文混排内容的编辑 请求格式检查或排版修正 修正范围 应该修正 中英文之间的空格 全角/半角标点符号 数字格式(千位分隔符等) 日期时间格式 电话号码格式 货币格式 引号类型 括号类型(全角/半角) 不应修改 文章的语义和表达 用词选择(除非明显的错别字) 句子结构 段落组织 快速参考:关键规则 空格规则 场景 规则 正确示例 汉字与英文之间 添加空格 这是 English 文本 汉字与数字之间 添加空格 共 100 个 汉字标点与英文之间 不加空格 在《Book》中 汉字与半角标点之间 不加空格 100 美元/月 格式化内容与汉字之间 不加空格 这是重点内容 标点符号 标点 中文句子使用 Unicode 句号 。 U+3002 逗号 , U+FF0C 问号...
36
20714 docs inkeep/team-skills
Docs Create and maintain project documentation in docs/ with a consistent, lightweight workflow. Parameters --init : Create documentation for the first time. --update : Refresh existing documentation without rewriting from scratch. Outputs Always maintain these files: docs/project-pdr.md — product goals, users, requirements docs/code-standard.md — stack, conventions, development rules docs/codebase.md — codebase map and key files docs/architecture.md — components, interactions, data flow Also ke...
36
20715 laravel:code-review-requests jpcaparas/superpowers-laravel
Focused review requests get actionable feedback. Vague requests get generic advice. Specify Focus Areas Vague "Review this code" Focused "Review OrderService for security and performance: Focus on: - Authorization checks (are we verifying user owns the order?) - SQL injection risks (any raw queries?) - N+1 query problems (eager loading correct?) - Transaction handling (atomic operations?) - Error handling (graceful failures?) Code: ``` class OrderService { public function cre...
36
20716 animation principles - troubleshooting dylantarre/animation-principles
Animation Troubleshooting Guide Something's off. Use this to find and fix it. Symptom-Based Diagnosis "It feels floaty/weightless" Check: Slow in/out - Is spacing too even? Add bunching at start/end Timing - Need more frames for weight? Fewer for snap? Squash/stretch - Impact reaction visible? Follow through - Settling properly or just stopping? Fix: Add 2-4 frames to settle. Increase spacing variation. Add impact squash. "It feels stiff/robotic" Check: Arcs - Are paths too straight? Overlap - I...
36
20717 tooluniverse-single-cell mims-harvard/tooluniverse
Single-Cell Genomics and Expression Matrix Analysis Comprehensive single-cell RNA-seq analysis and expression matrix processing using scanpy, anndata, scipy, and ToolUniverse. When to Use This Skill Apply when users: Have scRNA-seq data (h5ad, 10X, CSV count matrices) and want analysis Ask about cell type identification, clustering, or annotation Need differential expression analysis by cell type or condition Want gene-expression correlation analysis (e.g., gene length vs expression by cell type...
36
20718 file-uploads eddiebe147/claude-settings
File Uploads & Storage Role: File Upload Specialist Careful about security and performance. Never trusts file extensions. Knows that large uploads need special handling. Prefers presigned URLs over server proxying. ⚠️ Sharp Edges Issue Severity Solution Trusting client-provided file type critical CHECK MAGIC BYTES No upload size restrictions high SET SIZE LIMITS User-controlled filename allows path traversal critical SANITIZE FILENAMES Presigned URL shared or cached incorrectly medium CON...
36
20719 argorollouts julianobarbosa/claude-code-skills
Argo Rollouts Skill Comprehensive guide for Argo Rollouts - a Kubernetes controller providing advanced deployment capabilities including blue-green, canary, and experimentation for Kubernetes. Quick Reference Resource Description Rollout Replaces Deployment, adds progressive delivery strategies AnalysisTemplate Defines metrics queries for automated analysis AnalysisRun Instantiated analysis from template Experiment Runs ReplicaSets for A/B testing ClusterAnalysisTemplate Cluster-scoped AnalysisT...
36
20720 hf-model-inference letta-ai/skills
HuggingFace Model Inference Service Overview This skill provides procedural guidance for setting up HuggingFace model inference services. It covers model downloading, caching strategies, Flask API creation, and service deployment patterns. Workflow Phase 1: Environment Setup Verify package manager availability Check for uv , pip , or conda before installing dependencies Prefer uv for faster dependency resolution when available Install required packages Core: transformers , torch (or tensorflow )...
36
20721 web-archiving jamditis/claude-skills-journalism
Web archiving methodology Patterns for accessing inaccessible web pages and preserving web content for journalism, research, and legal purposes. Archive service hierarchy Try services in this order for maximum coverage: ┌─────────────────────────────────────────────────────────────────┐ │ ARCHIVE RETRIEVAL CASCADE │ ├─────────────────────────────────────────────────────────────────┤ │ │ │ 1. ...
36
20722 newsletter-coach nicepkg/ai-workflow
This skill includes supporting documents. Read them when needed during the process: | Idea Development Questions | Phase 1 - When drilling deeper on experiences | `resources/idea-development-questions.md` | Outliner | Phase 5 - When creating subheads for different post types | `resources/outliner.md` | Section Writer | Phase 6 - When expanding sections with the 14 ways | `resources/section-writer.md` | Newsletter Examples | Phase 7 - For style reference and voice matching | `resou...
36
20723 swift-ui-architect pproenca/dot-skills
SwiftUI Modular MVVM-C Architecture Opinionated architecture enforcement for SwiftUI clinic-style apps. This skill aligns to the iOS 26 / Swift 6.2 clinic architecture: modular MVVM-C in local SPM packages, concrete coordinators and route shells in the App target, pure Domain protocols, and Data as the only I/O layer. Mandated Architecture Stack ┌───────────────────────────────────────────────────────────────┐ │ App target: DependencyContainer, Coordinators, Route Shells │ ├───────────────┬───...
36
20724 qwen-delegation athola/claude-night-market
Table of Contents Overview When to Use Prerequisites Delegation Flow Quick Start Using Shared Delegation Executor Direct CLI Usage Save Output Smart Delegation Shared Patterns Qwen-Specific Details Exit Criteria Qwen CLI Delegation Overview This skill implements conjure:delegation-core for the Qwen CLI using shared delegation patterns. It provides Qwen-specific authentication, quota management, and command construction. When to Use After Skill(conjure:delegation-core) determines Qwen is suitab...
36
20725 edge-signal-aggregator tradermonty/claude-trading-skills
Edge Signal Aggregator Overview Combine outputs from multiple upstream edge-finding skills into a single weighted conviction dashboard. This skill applies configurable signal weights, deduplicates overlapping themes, flags contradictions between skills, and ranks composite edge ideas by aggregate confidence score. The result is a prioritized edge shortlist with provenance links to each contributing skill. When to Use After running multiple edge-finding skills and wanting a unified view When cons...
36
20726 dispatch-module-architecture tencentblueking/bk-ci
Dispatch 构建调度模块架构指南 模块定位: Dispatch 是 BK-CI 的构建调度模块,负责接收流水线的构建任务,将任务分发到合适的构建机(第三方构建机、Docker 容器、Kubernetes Pod)上执行。 一、模块整体结构 1.1 子模块划分 src/backend/ci/core/dispatch/ ├── api-dispatch/ API 接口定义层 │ └── src/main/kotlin/com/tencent/devops/dispatch/ │ ├── api/ REST API 接口 │ ├── constants/ 常量定义 │ └── pojo/ 数据对象 │ ├── enums/ 枚举 │ ├── redis/ Redis 数据结构 │ ...
36
20727 brainstorm witooh/skills
Collaborative Brainstorming Structured ideation using the Double Diamond model, grounded in persistent memory. Mined from 100+ real brainstorming sessions across production projects. Core insight: AI excels at divergent phases (volume, cross-domain connections). Humans excel at convergent phases (judgment, selection). This skill separates the two and uses Sibyl as institutional memory to prevent re-exploring solved problems. The Process digraph brainstorm { rankdir = TB ; node [ shape = box ] ; ...
36
20728 prowler-attack-paths-query prowler-cloud/prowler
Overview Attack Paths queries are openCypher queries that analyze cloud infrastructure graphs (ingested via Cartography) to detect security risks like privilege escalation paths, network exposure, and misconfigurations. Queries are written in openCypher Version 9 to ensure compatibility with both Neo4j and Amazon Neptune. Input Sources Queries can be created from: pathfinding.cloud ID (e.g., ECS-001 , GLUE-001 ) The JSON index contains: id , name , description , services , permissions , exploita...
36
20729 tdd inkeep/team-skills
Test-Driven Development Philosophy Core principle : Tests should verify behavior through public interfaces, not implementation details. Code can change entirely; tests shouldn't. Good tests are integration-style: they exercise real code paths through public APIs. They describe what the system does, not how it does it. A good test reads like a specification - "user can checkout with valid cart" tells you exactly what capability exists. These tests survive refactors because they don't care about i...
36
20730 zendesk-automation davepoon/buildwithclaude
Zendesk Automation via Rube MCP Automate Zendesk operations through Composio's Zendesk toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/zendesk Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Zendesk connection via RUBE_MANAGE_CONNECTIONS with toolkit zendesk 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 — just add the endpoint ...
36
20731 ha-energy nodnarbnitram/claude-code-extensions
Home Assistant Energy Skill Configure Home Assistant energy monitoring with dashboards, solar, grid, and device tracking. Before You Start This skill prevents 8 common errors and saves ~45% tokens. Metric Without Skill With Skill Setup Time 45+ min 15 min Common Errors 8 0 Token Usage ~10000 ~5500 Known Issues This Skill Prevents Incorrect state_class values (must be total , total_increasing , or measurement ) Missing device_class: energy on energy sensors Wrong state_class for utility_meter ent...
36
20732 multi-agent-patterns eyadsibai/ltk
Multi-Agent Architecture Patterns Multi-agent architectures distribute work across multiple language model instances, each with its own context window. When designed well, this distribution enables capabilities beyond single-agent limits. When designed poorly, it introduces coordination overhead that negates benefits. The critical insight is that sub-agents exist primarily to isolate context, not to anthropomorphize role division. When to Activate Activate this skill when: Single-agent context l...
36
20733 jj-todo-workflow ypares/agent-skills
JJ TODO Workflow The core idea is to use a DAG of empty revisions as TODO markers, representing tasks to be done, and then come back later to edit these revisions to actually do the tasks. This enables structured development with clear milestones. Revision descriptions (i.e. commit messages) act as specifications for what to implement. JJ makes it easy to create such a structure, and then to fill each revision afterwards. For more information on JJ basics, see the working-with-jj skill. We reuse...
36
20734 gateway joelhooks/joelclaw
You are "Gateway" - an API design specialist who ensures consistent, well-documented, and future-proof APIs. Your mission is to design, review, and document ONE API or endpoint, ensuring it follows best practices, is properly versioned, and has complete specifications. API Design Philosophy Gateway answers five critical questions: | What does this API do? | Clear purpose, resource definition | How should it be used? | Request/response examples, error handling | Is it consistent? | Nam...
36
20735 note-taker luongnv89/skills
Note Taker (Git-managed) This skill maintains a private notes system in a dedicated git-backed notes repository. Setup: The notes repo path must be configured. Look for a NOTES_REPO variable in the project's CLAUDE.md or AGENTS.md, or ask the user for the path on first use. Rule: This skill has side effects (writes + commits + pushes) so it must be user-invoked. Repo Sync Before Edits (mandatory) Before creating/updating/deleting files in an existing repository, sync the current branch with remo...
36
20736 agent-generator-tutor rysweet/amplihack
Agent Generator Tutor Skill Interactive teaching agent for the goal-seeking agent generator and eval system. What This Skill Does Loads the GeneratorTeacher from src/amplihack/agents/teaching/generator_teacher.py and guides users through a structured 14-lesson curriculum with exercises and quizzes. Curriculum (14 Lessons) Lesson Title Topics L01 Introduction to Goal-Seeking Agents Architecture, GoalSeekingAgent interface L02 Your First Agent (CLI Basics) Prompt files, CLI invocation, pipeline L0...
36
20737 feishu-docs m1heng/feishu-doc-cli
Feishu Open Platform Docs Read Feishu developer documentation directly from the terminal via feishu-doc CLI. Prerequisites Install once (requires Node.js >= 18): npm install -g feishu-doc-cli Commands feishu-doc search "<keyword>" Search docs by title feishu-doc read "<path>" Read a document (outputs Markdown) feishu-doc tree --depth 2 Browse the doc tree feishu-doc tree "<path>" Browse a subtree Add --lang en for English. Workflow Start with search to find relevant documents: feishu-doc sea...
36
20738 vercel-composition-patterns guanyang/antigravity-skills
React Composition Patterns Composition patterns for building flexible, maintainable React components. Avoid boolean prop proliferation by using compound components, lifting state, and composing internals. These patterns make codebases easier for both humans and AI agents to work with as they scale. When to Apply Reference these guidelines when: Refactoring components with many boolean props Building reusable component libraries Designing flexible component APIs Reviewing component architecture W...
36
20739 shadcn-hooks debbl/shadcn-hooks
shadcn-hooks This skill is a decision-and-implementation guide for shadcn-hooks in React projects. It maps requirements to the most suitable hook, applies the correct usage pattern, and prefers hook-based solutions over bespoke code to keep implementations concise, maintainable, and performant. When to Apply Apply this skill whenever assisting user development work in React / Next.js. Always check first whether a shadcn-hooks function can fulfill the requirement. Prefer shadcn-hooks over custom ...
36
20740 laravel:internationalization-and-translation jpcaparas/superpowers-laravel
Build your Laravel application with internationalization in mind from the start. Even if you're only supporting one language initially, wrapping strings in translation functions makes future localization much easier. Why Translate From the Start? ``` // BAD: Hardcoded strings are difficult to change later return view('welcome', [ 'message' => 'Welcome to our application!' ]); // GOOD: Translatable from day one return view('welcome', [ 'message' => __('Welcome to our application!') ])...
36
20741 regex-chess letta-ai/skills
This skill provides strategic guidance for implementing chess move generators using only regular expressions. These tasks require transforming board state (typically in FEN notation) through pattern matching and substitution rather than traditional programming constructs. Core Approach Phase 1: Understand the String Representation Before writing any patterns, thoroughly understand the board representation: - Parse the FEN structure: FEN notation encodes rank 8 to rank 1 (top to bottom), wi...
36
20742 vercel-react-best-practices andrelandgraf/fullstackrecipes
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...
36
20743 paper-compilation lingzhi227/agent-research-skills
Paper Compilation Compile a LaTeX paper to PDF with error detection and correction. Input $ARGUMENTS — Path to the main .tex file Scripts Compile paper python ~/.claude/skills/paper-compilation/scripts/compile_paper.py paper/main.tex python ~/.claude/skills/paper-compilation/scripts/compile_paper.py paper/main.tex --check-style python ~/.claude/skills/paper-compilation/scripts/compile_paper.py paper/main.tex --output paper/output.pdf Reports: compilation status, page count, warnings, citation/re...
36
20744 network-tools chaterm/terminal-skills
Network Tools and Diagnostics Overview Linux network diagnostics, port scanning, traffic analysis and other tool usage skills. Network Configuration View Configuration IP address ip addr ip a ifconfig Legacy command Routing table ip route route -n netstat -rn DNS configuration cat /etc/resolv.conf systemd-resolve --status Configure Network Temporary IP configuration ip addr add 192.168 .1.100/24 dev eth0 ip addr del 192.168 .1.100/24 dev eth0 Enable/Disable interface ip link set eth0 up ip...
36
20745 agent-fullstack-developer tony363/superclaude
Fullstack Developer Agent You are a senior fullstack developer specializing in complete feature development with expertise across backend and frontend technologies. Your primary focus is delivering cohesive, end-to-end solutions that work seamlessly from database to user interface. Domain Core Development Tools Primary: Read, Write, MultiEdit, Bash, Docker, database Key Capabilities Database schema aligned with API contracts Type-safe API implementation with shared types Frontend components matc...
36
20746 structured-logging-standardizer patricio0312rev/skills
Structured Logging Standardizer Implement consistent, queryable, correlated logs. Log Schema interface LogEntry { timestamp: string; // ISO 8601 level: "debug" | "info" | "warn" | "error" | "fatal"; message: string; service: string; environment: string; // Request context requestId?: string; traceId?: string; userId?: string; // Additional context [key: string]: any; } Request ID Middleware import { v4 as uuidv4 } from "uuid"; app.use((req, res, next) => { // Genera...
36
20747 excalidraw rnjn/cc-excalidraw-skill
Excalidraw Subagent Delegation Overview Core principle: Main agents NEVER read Excalidraw files directly. Always delegate to subagents to isolate context consumption. Excalidraw files are JSON with high token cost but low information density. Single files range from 4k-22k tokens (largest can exceed read tool limits). Reading multiple diagrams quickly exhausts context budget (7 files = 67k tokens = 33% of budget). The Problem Excalidraw JSON structure: Each shape has 20+ properties (x, y, w...
36
20748 senhasegura-skill julianobarbosa/claude-code-skills
Comprehensive guide for integrating with senhasegura (Segura) Privileged Access Management platform. Covers A2A APIs, DevOps Secrets Management (DSM), MySafe, credential management, SSH key rotation, and Kubernetes integration. Platform Overview Core Modules | PAM Core | Credential vaulting, password rotation, session management | Enterprise credential management | A2A | Application-to-Application API authentication | Programmatic secrets access | DSM | DevOps Secret Manager for CI...
36
20749 m365-agents-dotnet sickn33/antigravity-awesome-skills
Microsoft 365 Agents SDK (.NET) Overview Build enterprise agents for Microsoft 365, Teams, and Copilot Studio using the Microsoft.Agents SDK with ASP.NET Core hosting, agent routing, and MSAL-based authentication. Before implementation Use the microsoft-docs MCP to verify the latest APIs for AddAgent, AgentApplication, and authentication options. Confirm package versions in NuGet for the Microsoft.Agents.* packages you plan to use. Installation dotnet add package Microsoft.Agents.Hosting.AspNetC...
36
20750 building-mechanics bbeierle12/skill-mcp-claude
3D Building Mechanics Complete building system for Three.js games with performance optimization, structural physics, and multiplayer networking. Quick Start import { SpatialHashGrid } from './scripts/spatial-hash-grid.js'; import { HeuristicValidator } from './scripts/heuristic-validator.js'; // Spatial indexing for fast queries const spatialIndex = new SpatialHashGrid(10); spatialIndex.insert(piece, piece.position); const nearby = spatialIndex.queryRadius(position, 15); // Structural valida...
36