← all publishers

aiskillstore

@aiskillstore source repo

2881 published skills · page 23 of 29

  1. Antipattern Catalog · aiskillstore bundle
    Document technical debt, anti-patterns, and patterns to avoid from analyzed frameworks. Use when (1) creating a "Do Not Repeat" list from framework analysis, (2) categorizing observed code smells and issues, (3) assessing severity of architectural problems, (4) generating remediation suggestions, or (5) synthesizing lessons learned across multiple frameworks.
    4 installs
  2. Resilience Analysis · aiskillstore bundle
    Assess error handling, isolation boundaries, and recovery mechanisms in agent frameworks. Use when (1) tracing error propagation paths, (2) evaluating sandboxing for code execution, (3) understanding retry and fallback mechanisms, (4) assessing production readiness, or (5) identifying failure modes and recovery patterns.
    4 installs
  3. Algorithmic Art · aiskillstore bundle
    Create generative art using p5.js with seeded randomness. Use this when creating procedural art, interactive visualizations, or algorithmic designs.
    4 installs
  4. Voice Agent Expert · aiskillstore bundle
    This skill is a practical, 'use-it-while-debugging' reference for getting a LiveKit + Letta voice agent working reliably.
    3 installs
  5. Ghe Thread Manager · aiskillstore bundle
    Use this skill when the user expresses ANY intent related to issue/thread management: - Switching issues: "let's work on X", "switch to #Y", "go to the auth issue" - Checking status: "what are we working on?", "current issue?", "status?" - Background work: "what's in background?", "any features ready?", "check progress" - Starting development: "implement X", "add feature", "fix bug Y", "build a..." - Joining reviews: "let me see the review", "check that feature", "join #X" - Pausing/resuming: "pause this", "come back later", "resume #X" - Stopping transcription: "stop tracking", "don't record this", "private mode" - Resuming last session: "what were we working on?", "resume last issue", "continue where we left off" - Any natural expression of wanting to change focus or check work status This skill interprets natural language - users should NOT memorize commands. For the full GHE workflow protocol, see skill: github-elements-tracking
    4 installs
  6. Command Management · aiskillstore bundle
    Use PROACTIVELY this skill when you need to create or update custom commands following best practices
    4 installs
  7. Gate Exchange Futures · aiskillstore bundle
    The USDT perpetual futures trading function of Gate Exchange: open position, close position, cancel order, amend order. Trigger phrases: open position, close position, cancel order, amend order, reverse, close all.
    4 installs
  8. Research Grants · aiskillstore bundle
    Write competitive research proposals for NSF, NIH, DOE, DARPA, and Taiwan NSTC. Agency-specific formatting, review criteria, budget preparation, broader impacts, significance statements, innovation narratives, and compliance with submission requirements.
    4 installs
  9. Research Lookup · aiskillstore bundle
    Look up current research information using Perplexity Sonar Pro Search or Sonar Reasoning Pro models through OpenRouter. Automatically selects the best model based on query complexity. Search academic papers, recent studies, technical documentation, and general research information with citations.
    4 installs
  10. Treatment Plans · aiskillstore bundle
    Generate concise (3-4 page), focused medical treatment plans in LaTeX/PDF format for all clinical specialties. Supports general medical treatment, rehabilitation therapy, mental health care, chronic disease management, perioperative care, and pain management. Includes SMART goal frameworks, evidence-based interventions with minimal text citations, regulatory compliance (HIPAA), and professional formatting. Prioritizes brevity and clinical actionability.
    4 installs
  11. Venue Templates · aiskillstore bundle
    Access comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
    4 installs
  12. Add Malli Schemas · aiskillstore bundle
    Efficiently add Malli schemas to API endpoints in the Metabase codebase with proper patterns, validation timing, and error handling
    3 installs
  13. Swarm Orchestration · aiskillstore bundle
    Orchestrate multi-agent swarms with agentic-flow for parallel task execution, dynamic topology, and intelligent coordination. Use when scaling beyond single agents, implementing complex workflows, or building distributed AI systems.
    4 installs
  14. Analytics Tracking · aiskillstore bundle
    Design, audit, and improve analytics tracking systems that produce reliable, decision-ready data. Use when the user wants to set up, fix, or evaluate analytics tracking (GA4, GTM, product analytics, events, conversions, UTMs). This skill focuses on measurement strategy, signal quality, and validation— not just firing events.
    4 installs
  15. AWS Cost Optimizer · aiskillstore bundle
    Comprehensive AWS cost analysis and optimization recommendations using AWS CLI and Cost Explorer
    4 installs
  16. AWS Security Audit · aiskillstore bundle
    Comprehensive AWS security posture assessment using AWS CLI and security best practices
    4 installs
  17. Azure Cosmos DB Py · aiskillstore bundle
    Build Azure Cosmos DB NoSQL services with Python/FastAPI following production-grade patterns. Use when implementing database client setup with dual auth (DefaultAzureCredential + emulator), service layer classes with CRUD operations, partition key strategies, parameterized queries, or TDD patterns for Cosmos. Triggers on phrases like "Cosmos DB", "NoSQL database", "document store", "add persistence", "database service layer", or "Python Cosmos SDK".
    4 installs
  18. Azure Eventgrid Py · aiskillstore bundle
    Azure Event Grid SDK for Python. Use for publishing events, handling CloudEvents, and event-driven architectures. Triggers: "event grid", "EventGridPublisherClient", "CloudEvent", "EventGridEvent", "publish events".
    4 installs
  19. Burp Suite Testing · aiskillstore bundle
    This skill should be used when the user asks to "intercept HTTP traffic", "modify web requests", "use Burp Suite for testing", "perform web vulnerability scanning", "test with Burp ...
    4 installs
  20. Clickup Automation · aiskillstore bundle
    Automate ClickUp project management including tasks, spaces, folders, lists, comments, and team operations via Rube MCP (Composio). Always search tools first for current schemas.
    4 installs
  21. Dropbox Automation · aiskillstore bundle
    Automate Dropbox file management, sharing, search, uploads, downloads, and folder operations via Rube MCP (Composio). Always search tools first for current schemas.
    4 installs
  22. Hubspot Automation · aiskillstore bundle
    Automate HubSpot CRM operations (contacts, companies, deals, tickets, properties) via Rube MCP using Composio integration.
    4 installs
  23. Infinite Gratitude · aiskillstore bundle
    Multi-agent research skill for parallel research execution (10 agents, battle-tested with real case studies).
    4 installs
  24. M365 Agents Dotnet · aiskillstore bundle
    Microsoft 365 Agents SDK for .NET. Build multichannel agents for Teams/M365/Copilot Studio with ASP.NET Core hosting, AgentApplication routing, and MSAL-based auth. Triggers: "Microsoft 365 Agents SDK", "Microsoft.Agents", "AddAgentApplicationOptions", "AgentApplication", "AddAgentAspNetAuthentication", "Copilot Studio client", "IAgentHttpAdapter".
    4 installs
  25. Pydantic Models Py · aiskillstore bundle
    Create Pydantic models following the multi-model pattern with Base, Create, Update, Response, and InDB variants. Use when defining API request/response schemas, database models, or data validation in Python applications using Pydantic v2.
    4 installs
  26. React Flow Node TS · aiskillstore bundle
    Create React Flow node components with TypeScript types, handles, and Zustand integration. Use when building custom nodes for React Flow canvas, creating visual workflow editors, or implementing node-based UI components.
    4 installs
  27. Todoist Automation · aiskillstore bundle
    Automate Todoist task management, projects, sections, filtering, and bulk operations via Rube MCP (Composio). Always search tools first for current schemas.
    4 installs
  28. Webflow Automation · aiskillstore bundle
    Automate Webflow CMS collections, site publishing, page management, asset uploads, and ecommerce orders via Rube MCP (Composio). Always search tools first for current schemas.
    4 installs
  29. Wireshark Analysis · aiskillstore bundle
    This skill should be used when the user asks to "analyze network traffic with Wireshark", "capture packets for troubleshooting", "filter PCAP files", "follow TCP/UDP streams", "dete...
    3 installs
  30. Xss HTML Injection · aiskillstore bundle
    This skill should be used when the user asks to "test for XSS vulnerabilities", "perform cross-site scripting attacks", "identify HTML injection flaws", "exploit client-side injection...
    4 installs
  31. Youtube Summarizer · aiskillstore bundle
    Extract transcripts from YouTube videos and generate comprehensive, detailed summaries using intelligent analysis frameworks
    4 installs
  32. Skywork Document · aiskillstore bundle
    Generate professional documents in multiple formats (docx, pdf, html, md) from scratch or based on user files. Supports web search for up-to-date content. Use when the expected output is longer than a short answer and benefits from structure and formatting. Do NOT use for short plain-text answers, code files, or casual Q&A.
    4 installs
  33. Patchright Skill · aiskillstore bundle
    Patchright-based browser automation with bot detection bypass. Use when Claude needs to interact with local web applications, test localhost/dev servers, take screenshots, or perform UI interactions on private networks. Ideal for QA automation, frontend debugging, E2E testing, and pre-deployment verification on local development environments.
    4 installs
  34. Data Analysis · aiskillstore bundle
    Analyze datasets to extract insights, identify patterns, and generate reports. Use when exploring data, creating visualizations, or performing statistical analysis. Handles CSV, JSON, SQL queries, and Python pandas operations.
    4 installs
  35. Git Submodule · aiskillstore bundle
    Manage Git submodules for including external repositories within a main repository. Use when working with external libraries, shared modules, or managing dependencies as separate Git repositories.
    4 installs
  36. Task Planning · aiskillstore bundle
    Plan and organize software development tasks effectively. Use when breaking down features, creating user stories, or planning sprints. Handles task breakdown, user stories, acceptance criteria, and backlog management.
    4 installs
  37. Routeros Netinstall · aiskillstore bundle
    MikroTik netinstall-cli for automated RouterOS device flashing. Use when: automating netinstall, writing scripts that invoke netinstall-cli, building netinstall tooling, understanding etherboot/BOOTP/TFTP protocols, working with RouterOS package files (.npk), using modescript or configure script, or when the user mentions netinstall, etherboot, or device flashing.
    4 installs
  38. Data Storytelling · aiskillstore bundle
    Transform data into compelling narratives using visualization, context, and persuasive structure. Use when presenting analytics to stakeholders, creating data reports, or building executive presentations.
    4 installs
  39. Mobile IOS Design · aiskillstore bundle
    Master iOS Human Interface Guidelines and SwiftUI patterns for building native iOS apps. Use when designing iOS interfaces, implementing SwiftUI views, or ensuring apps follow Apple's design principles.
    4 installs
  40. Responsive Design · aiskillstore bundle
    Implement modern responsive layouts using container queries, fluid typography, CSS Grid, and mobile-first breakpoint strategies. Use when building adaptive interfaces, implementing fluid layouts, or creating component-level responsive behavior.
    4 installs
  41. X Article Publisher · aiskillstore bundle
    Publish Markdown articles to X (Twitter) Articles editor with proper formatting. Use when user wants to publish a Markdown file/URL to X Articles, or mentions "publish to X", "post article to Twitter", "X article", or wants help with X Premium article publishing. Handles cover image upload and converts Markdown to rich text automatically.
    3 installs
  42. Backlog Manager · aiskillstore bundle
    需求池管理。用户随时抛出想法/痛点,AI 负责追问、整理、合并、归档到需求池文件。用户准备开新版本时,协助从池中筛选。痛点驱动,不做提前排期。
    4 installs
  43. Image Assistant · aiskillstore bundle
    配图助手 - 把文章/模块内容转成统一风格、少字高可读的 16:9 信息图提示词;先定“需要几张图+每张讲什么”,再压缩文案与隐喻,最后输出可直接复制的生图提示词并迭代。
    4 installs
  44. Version Planner · aiskillstore bundle
    帮助用户把产品需求拆解成渐进式版本规划。当用户说"拆版本"、"版本规划"、"MVP怎么做"、"分阶段实现"时触发。
    4 installs
  45. Obsidian Helper · aiskillstore bundle
    Obsidian 智能笔记助手。当用户提到 obsidian、日记、笔记、知识库、capture、review 时激活。 【激活后必须执行】: 1. 先完整阅读本 SKILL.md 文件 2. 理解 AI 写入三条硬规矩(00_Inbox/AI/、追加式、白名单字段) 3. 按 STEP 0 → STEP 1 → ... 顺序执行 4. 不要跳过任何步骤,不要自作主张 【禁止行为】: - 禁止不读 SKILL.md 就开始工作 - 禁止跳过用户确认步骤 - 禁止在非 00_Inbox/AI/ 位置创建新笔记(除非用户明确指定)
    4 installs
  46. Jira Safe · aiskillstore bundle
    Implement SAFe methodology in Jira. Use when creating Epics, Features, Stories with proper hierarchy, acceptance criteria, and parent-child linking.
    4 installs
  47. Axe IOS Simulator · aiskillstore bundle
    iOS Simulator automation using AXe CLI for touch gestures, text input, hardware buttons, screenshots, video recording, and accessibility inspection. Use when automating iOS Simulator interactions, writing UI tests, capturing screenshots/video, or inspecting accessibility elements. Triggers on iOS Simulator automation, AXe CLI usage, simulator tap/swipe/gesture commands, or accessibility testing tasks.
    4 installs
  48. Go Best Practices · aiskillstore bundle
    Provides Go patterns for type-first development with custom types, interfaces, functional options, and error handling. Must use when reading or writing Go files.
    4 installs
  49. Markdown Pro · aiskillstore bundle
    Professional Markdown documentation skill for creating polished README files, changelogs, contribution guides, and technical documentation. Use for: (1) README generation with badges and sections, (2) Automated changelog from git history, (3) Table of contents generation, (4) Contribution guidelines, (5) Technical documentation formatting, (6) Code documentation with syntax highlighting
    4 installs
  50. Mobile Debugging · aiskillstore bundle
    Debug React Native apps including metro bundler issues, native errors, performance problems, and crash analysis. Use when troubleshooting errors or investigating issues.
    4 installs
  51. Pitfalls React · aiskillstore bundle
    React component patterns, forms, accessibility, and responsive design. Use when building React components, handling forms, or ensuring accessibility. Triggers on: React component, useEffect, form validation, a11y, responsive, Error Boundary.
    6 installs
  52. Wap Ingestion · aiskillstore bundle
    Ingest data from S3 into bauplan using the Write-Audit-Publish pattern for safe data loading. Use when loading new data from S3, performing safe data ingestion, or when the user mentions WAP, data ingestion, importing parquet/csv/jsonl files, or needs to safely load data with quality checks.
    4 installs
  53. Diagnostic Action · aiskillstore bundle
    Use when the user asks why something happened, what’s wrong, root cause analysis, debugging, or incident explanation.
    4 installs
  54. Firecrawl Web · aiskillstore bundle
    Fetch web content, take screenshots, extract structured data, search the web, and crawl documentation sites. Use when the user needs current web information, asks to scrape a URL, wants a screenshot, needs to extract specific data from a page, or wants to learn about a framework or library.
    4 installs
  55. Linear Projects Read · aiskillstore bundle
    List and get Linear projects via CLI (read-only operations)
    4 installs
  56. Microsoft Graph API · aiskillstore bundle
    This skill should be used when the user asks to "read my emails", "send an email", "compose email", "check my calendar", "get calendar events", "create a meeting", "schedule an event", "add calendar event", "search emails", "list mail folders", "show unread messages", "what meetings do I have", "fetch emails from Microsoft", "access Outlook", or mentions Microsoft Graph, Office 365 email, or Outlook calendar integration.
    4 installs
  57. Docker Workflow · aiskillstore bundle
    Comprehensive Docker containerization workflow covering multi-stage builds, docker-compose orchestration, image optimization, debugging, and production best practices. Use when containerizing applications, setting up development environments, or deploying with Docker.
    3 installs
  58. Chipsec · aiskillstore bundle
    Static analysis of UEFI/BIOS firmware dumps using Intel's chipsec framework. Decode firmware structure, detect known malware and rootkits (LoJax, ThinkPwn, HackingTeam, MosaicRegressor), generate EFI executable inventories with hashes, extract NVRAM variables, and parse SPI flash descriptors. Use when analyzing firmware .bin/.rom/.fd/.cap files offline without requiring hardware access.
    4 installs
  59. Security · aiskillstore bundle
    Security validation, vulnerability scanning, and compliance checking.
    4 installs
  60. Feature File · aiskillstore bundle
    Manage features.yml for tracking requirements and progress; use proactively ONLY when features.yml already exists, or invoke manually to create one; complements TodoWrite for persistent project state.
    4 installs
  61. Run Linters · aiskillstore bundle
    Run linters after code changes to verify code quality. Use this skill after completing code modifications to catch and fix any linting issues.
    4 installs
  62. Explore Codebase · aiskillstore bundle
    Pattern for efficiently exploring codebases using parallel subagents. Use when you need to understand code structure, find patterns, or gather context.
    4 installs
  63. Orchestration · aiskillstore bundle
    Skills for orchestrating tasks across multiple AI providers and execution environments. Parent skill category containing native-invoke and related delegation patterns.
    4 installs
  64. Wp Performance · aiskillstore bundle
    WordPress performance optimization - Core Web Vitals, image/video compression, caching, asset optimization, and speed testing. Use when optimizing site speed or diagnosing performance issues.
    4 installs
  65. Develop Frontend · aiskillstore bundle
    Develop Frontend
    4 installs
  66. Guard Regression · aiskillstore bundle
    デグレーション監視スキル(リファクタリング前後の品質比較、ロールバック判断)
    4 installs
  67. Pre Commit Check · aiskillstore bundle
    コミット前品質チェックスキル(Lint、テスト、ビルドの高速検証)
    3 installs
  68. API Tester · aiskillstore bundle
    Quick API endpoint testing with comprehensive request/response validation.
    4 installs
  69. NPM Helper · aiskillstore bundle
    NPM and Node.js package management, project configuration, and dependency troubleshooting.
    4 installs
  70. 4 Step Program · aiskillstore bundle
    Coordinator workflow for orchestrating dockeragents through fix-review-iterate-present loop. Use when delegating any task that produces code changes. Ensures agents achieve 10/10 quality before presenting to human.
    4 installs
  71. Review Changes · aiskillstore bundle
    Code review of current git changes, compare to related plan if exists, identify bad engineering, over-engineering, or suboptimal solutions. Use when user asks to review changes, check git diff, validate implementation quality, or assess code changes.
    4 installs
  72. AI Partner Chat · aiskillstore bundle
    基于用户画像和向量化笔记提供个性化对话。当用户需要个性化交流、上下文感知的回应,或希望 AI 记住并引用其之前的想法和笔记时使用。
    4 installs
  73. Backend Migrations · aiskillstore bundle
    Create reversible, focused database migrations with proper naming, version control practices, and zero-downtime deployment considerations. Use this skill when creating or editing migration files in database/migrations/, when writing schema changes (creating/modifying tables, columns, indexes, foreign keys), when implementing migration rollback methods, when managing database version control, when adding or modifying indexes on large tables, or when separating schema changes from data migrations for safer deployments.
    4 installs
  74. Global Conventions · aiskillstore bundle
    Follow consistent project structure, version control practices, environment configuration, code review processes, and development conventions across the entire application. Use this skill when organizing project files and directories, when writing commit messages or creating pull requests, when managing environment variables and configuration, when participating in code reviews, when defining testing requirements, when using feature flags, when maintaining changelogs, when documenting setup instructions, or when establishing consistent development practices across the team.
    4 installs
  75. Ghostty · aiskillstore bundle
    Control Ghostty terminal emulator via CLI. Manage windows, tabs, splits, and configuration.
    4 installs
  76. Wezterm · aiskillstore bundle
    Control WezTerm terminal emulator via CLI. Manage panes, tabs, workspaces, and execute commands in running terminals.
    4 installs
  77. Prisma V7 · aiskillstore bundle
    Expert guidance for Prisma ORM v7 (7.0+). Use when working with Prisma schema files, migrations, Prisma Client queries, database setup, or when the user mentions Prisma, schema.prisma, @prisma/client, database models, or ORM. Covers ESM modules, driver adapters, prisma.config.ts, Rust-free client, and migration from v6.
    4 installs
  78. I18N Automation · aiskillstore bundle
    Automate internationalization and localization workflows for web applications with translation, key generation, and library setup
    4 installs
  79. Intent Analyzer · aiskillstore bundle
    Advanced intent interpretation system that analyzes user requests using cognitive science principles and extrapolates logical volition. Use when user requests are ambiguous, when deeper understanding would improve response quality, or when helping users clarify what they truly need. Applies probabilistic intent mapping, first principles decomposition, and Socratic clarification to transform vague requests into well-understood goals.
    4 installs
  80. Comparative Matrix · aiskillstore bundle
    Generate structured comparisons and decision matrices across analyzed frameworks. Use when (1) comparing multiple frameworks or approaches side-by-side, (2) making architectural decisions between alternatives, (3) creating best-of-breed selection documentation, (4) synthesizing findings from multiple analysis skills into actionable decisions, or (5) producing recommendation reports for technical stakeholders.
    4 installs
  81. Report Writing · aiskillstore bundle
    Report Writing
    4 installs
  82. Defense In Depth · aiskillstore bundle
    Use when invalid data causes failures deep in execution, requiring validation at multiple system layers - validates at every layer data passes through to make bugs structurally impossible
    4 installs
  83. Create New Skills · aiskillstore bundle
    Creates new Agent Skills for Claude Code following best practices and documentation. Use when the user wants to create a new skill, extend Claude's capabilities, or package domain expertise into a reusable skill.
    4 installs
  84. Global Tech Stack · aiskillstore bundle
    Understand and apply project-specific technology choices including frameworks, languages, databases, testing tools, and third-party services to maintain consistency across the stack. Use this skill when making technology decisions, adding new dependencies, choosing libraries/frameworks, configuring build tools, setting up databases, implementing authentication, or integrating third-party services. Apply when working with framework-specific code, package managers, ORM configurations, testing setups, deployment configurations, or any task that requires knowledge of the project's chosen technologies to ensure architectural consistency and avoid introducing conflicting tools or patterns.
    4 installs
  85. Global Validation · aiskillstore bundle
    Implement comprehensive server-side validation with allowlists, type checking, input sanitization, and consistent error messages, while using client-side validation for user experience. Use this skill when validating user input, form data, API requests, implementing security checks, preventing injection attacks, checking data types/formats/ranges, or providing validation feedback. Apply when working with form validation, API endpoint validation, input sanitization, business rule enforcement, or any code that accepts and validates external data to ensure security, data integrity, and proper user feedback across all entry points.
    4 installs
  86. Skill From Masters · aiskillstore bundle
    Help users create high-quality skills by discovering and incorporating proven methodologies from domain experts. Use this skill BEFORE skill-creator when users want to create a new skill - it enhances skill-creator by first identifying expert frameworks and best practices to incorporate. Triggers on requests like "help me create a skill for X" or "I want to make a skill that does Y". This skill guides methodology selection, then hands off to skill-creator for the actual skill generation.
    4 installs
  87. Remotion · aiskillstore bundle
    Generate walkthrough videos from Stitch projects using Remotion with smooth transitions, zooming, and text overlays
    4 installs
  88. Elevenlabs Tts · aiskillstore bundle
    ElevenLabs text-to-speech with 22+ premium voices, multilingual support, and voice tuning via inference.sh CLI. Models: eleven_multilingual_v2 (highest quality), eleven_turbo_v2_5 (low latency), eleven_flash_v2_5 (ultra-fast). Capabilities: text-to-speech, voice selection, stability/style control, 32 languages. Use for: voiceovers, audiobooks, video narration, podcasts, accessibility, IVR. Triggers: elevenlabs, eleven labs, elevenlabs tts, premium tts, professional voice, ai voice, high quality tts, multilingual tts, eleven labs voice, voice generation, natural speech, realistic voice, voice over, speech synthesis
    2 installs
  89. Javascript Sdk · aiskillstore bundle
    JavaScript/TypeScript SDK for inference.sh - run AI apps, build agents, integrate 150+ models. Package: @inferencesh/sdk (npm install). Full TypeScript support, streaming, file uploads. Build agents with template or ad-hoc patterns, tool builder API, skills, human approval. Use for: JavaScript integration, TypeScript, Node.js, React, Next.js, frontend apps. Triggers: javascript sdk, typescript sdk, npm install, node.js api, js client, react ai, next.js ai, frontend sdk, @inferencesh/sdk, typescript agent, browser sdk, js integration
    4 installs
  90. Agent Framework · aiskillstore bundle
    Create AI agents and workflows using Microsoft Agent Framework SDK. Supports single-agent and multi-agent workflow patterns. USE FOR: create agent, build agent, scaffold agent, new agent, agent framework, workflow pattern, multi-agent, MCP tools, create workflow. DO NOT USE FOR: deploying agents (use deploy), evaluating agents (use agent/evaluate), Azure AI Foundry agents without Agent Framework SDK.
    4 installs
  91. Clawlabor · aiskillstore bundle
    The autonomous marketplace where AI agents discover, purchase, and sell specialized AI capabilities. Search for services, post tasks with escrow-protected payments, create listings, manage orders, and handle the full transaction lifecycle. Use when the user needs to find, hire, buy, or sell AI capabilities.
    4 installs
  92. Github Code Review · aiskillstore bundle
    Comprehensive GitHub code review with AI-powered swarm coordination
    4 installs
  93. Hive Mind Advanced · aiskillstore bundle
    Advanced Hive Mind collective intelligence system for queen-led multi-agent coordination with consensus mechanisms and persistent memory
    4 installs
  94. API Documentation · aiskillstore bundle
    API documentation workflow for generating OpenAPI specs, creating developer guides, and maintaining comprehensive API documentation.
    4 installs
  95. Audio Transcriber · aiskillstore bundle
    Transform audio recordings into professional Markdown documentation with intelligent summaries using LLM integration
    4 installs
  96. Azure Cosmos Java · aiskillstore bundle
    Azure Cosmos DB SDK for Java. NoSQL database operations with global distribution, multi-model support, and reactive patterns. Triggers: "CosmosClient java", "CosmosAsyncClient", "cosmos database java", "cosmosdb java", "document database java".
    4 installs
  97. Azure Cosmos Rust · aiskillstore bundle
    Azure Cosmos DB SDK for Rust (NoSQL API). Use for document CRUD, queries, containers, and globally distributed data. Triggers: "cosmos db rust", "CosmosClient rust", "container", "document rust", "NoSQL rust", "partition key".
    4 installs
  98. Azure Eventhub Py · aiskillstore bundle
    Azure Event Hubs SDK for Python streaming. Use for high-throughput event ingestion, producers, consumers, and checkpointing. Triggers: "event hubs", "EventHubProducerClient", "EventHubConsumerClient", "streaming", "partitions".
    4 installs
  99. Azure Eventhub TS · aiskillstore bundle
    Build event streaming applications using Azure Event Hubs SDK for JavaScript (@azure/event-hubs). Use when implementing high-throughput event ingestion, real-time analytics, IoT telemetry, or event-driven architectures with partitioned consumers.
    4 installs
  100. Azure Postgres TS · aiskillstore bundle
    Connect to Azure Database for PostgreSQL Flexible Server from Node.js/TypeScript using the pg (node-postgres) package. Use for PostgreSQL queries, connection pooling, transactions, and Microsoft Entra ID (passwordless) authentication. Triggers: "PostgreSQL", "postgres", "pg client", "node-postgres", "Azure PostgreSQL connection", "PostgreSQL TypeScript", "pg Pool", "passwordless postgres".
    4 installs