← all publishers

aiskillstore

@aiskillstore source repo

2881 published skills · page 14 of 29

  1. Azure AI Document Intelligence TS · aiskillstore bundle
    Extract text, tables, and structured data from documents using Azure Document Intelligence (@azure-rest/ai-document-intelligence). Use when processing invoices, receipts, IDs, forms, or building custom document models.
    4 installs
  2. Azure Resource Manager SQL Dotnet · aiskillstore bundle
    Azure Resource Manager SDK for Azure SQL in .NET. Use for MANAGEMENT PLANE operations: creating/managing SQL servers, databases, elastic pools, firewall rules, and failover groups via Azure Resource Manager. NOT for data plane operations (executing queries) - use Microsoft.Data.SqlClient for that. Triggers: "SQL server", "create SQL database", "manage SQL resources", "ARM SQL", "SqlServerResource", "provision Azure SQL", "elastic pool", "firewall rule".
    4 installs
  3. Azure Security Keyvault Keys Java · aiskillstore bundle
    Azure Key Vault Keys Java SDK for cryptographic key management. Use when creating, managing, or using RSA/EC keys, performing encrypt/decrypt/sign/verify operations, or working with HSM-backed keys.
    4 installs
  4. Wordpress Woocommerce Development · aiskillstore bundle
    WooCommerce store development workflow covering store setup, payment integration, shipping configuration, and customization.
    4 installs
  5. Suggesting Tooling · aiskillstore bundle
    Analyzes a codebase and suggests custom Claude Code skills and subagents to improve development workflow. Use when user wants tooling suggestions, automation ideas, or asks "what skills would help this project".
    4 installs
  6. Backend Dev Guidelines · aiskillstore bundle
    Comprehensive backend development guide for Node.js/Express/TypeScript microservices. Use when creating routes, controllers, services, repositories, middleware, or working with Express APIs, Prisma database access, Sentry error tracking, Zod validation, unifiedConfig, dependency injection, or async patterns. Covers layered architecture (routes → controllers → services → repositories), BaseController pattern, error handling, performance monitoring, testing strategies, and migration from legacy patterns.
    4 installs
  7. Project Planning · aiskillstore bundle
    Generate initial project planning documents (PVS, ADR, Tech Spec, Roadmap) from a project concept description. Use when starting a new project, when docs/planning/ contains placeholder files, or when user requests project planning document generation.
    4 installs
  8. Building Commands · aiskillstore bundle
    Expert at creating and modifying Claude Code slash commands. Auto-invokes when the user wants to create, update, modify, enhance, validate, or standardize slash commands, or when modifying command YAML frontmatter fields (especially 'model', 'allowed-tools', 'description'), needs help designing command workflows, or wants to understand command arguments and parameters. Also auto-invokes proactively when Claude is about to write command files (*/commands/*.md), or implement tasks that involve creating slash command components.
    4 installs
  9. Managing Projects · aiskillstore bundle
    GitHub Projects v2 expertise for creating and managing project boards, fields, views, and items. Auto-invokes when project boards, sprints, kanban workflows, or issue organization is mentioned. Uses GraphQL for advanced project operations.
    4 installs
  10. Writing To Logseq · aiskillstore bundle
    Expert in writing data to Logseq DB graphs via HTTP API. Auto-invokes when users want to create pages, add blocks, update content, set properties, or sync conversation notes to their Logseq graph. Provides CRUD operations with safety guidelines.
    4 installs
  11. Threejs Builder · aiskillstore bundle
    Creates simple Three.js web apps with scene setup, lighting, geometries, materials, animations, and responsive rendering. Use for: "Create a threejs scene/app/showcase" or when user wants 3D web content. Supports ES modules, modern Three.js r150+ APIs.
    4 installs
  12. Pixi Package Manager · aiskillstore bundle
    Fast, reproducible scientific Python environments with pixi - conda and PyPI unified
    4 installs
  13. Test Coverage Analyzer · aiskillstore bundle
    Analyzes test coverage gaps and suggests test cases for untested code paths. Use when user requests test improvements, coverage analysis, or wants to increase test coverage.
    4 installs
  14. Compliance Checker · aiskillstore bundle
    Check code against security compliance standards and best practices.
    4 installs
  15. Dead Code Detector · aiskillstore bundle
    Identify unused code, imports, variables, and functions for safe removal.
    4 installs
  16. Dependency Updater · aiskillstore bundle
    Smart dependency update checker with changelog summaries and breaking change detection.
    4 installs
  17. Deployment Checker · aiskillstore bundle
    Pre-deployment validation checklist and automated readiness assessment.
    4 installs
  18. Refactor Assistant · aiskillstore bundle
    Automated code refactoring suggestions and implementation.
    4 installs
  19. Architectural Analysis · aiskillstore bundle
    Deep architectural audit focused on finding dead code, duplicated functionality, architectural anti-patterns, type confusion, and code smells. Use when user asks for architectural analysis, find dead code, identify duplication, or assess codebase health.
    4 installs
  20. Design Spec Extraction · aiskillstore bundle
    Extract comprehensive JSON design specifications from visual sources including Figma exports, UI mockups, screenshots, or live website captures. Produces W3C DTCG-compliant output with component trees, suitable for code generation, design documentation, and developer handoff.
    4 installs
  21. Deployment Management · aiskillstore bundle
    Track and manage UniFi deployments across your infrastructure. Monitor deployment status, configuration, and progress for coordinated infrastructure updates.
    4 installs
  22. Generating Sorbet · aiskillstore bundle
    Generates Sorbet type signatures in separate RBI files from Ruby source files. Triggers when creating type definitions, adding types to Ruby code, or generating .rbi files for classes/modules without existing Sorbet signatures.
    11 installs
  23. Theater Detection Audit · aiskillstore bundle
    Performs comprehensive audits to detect placeholder code, mock data, TODO markers, and incomplete implementations in codebases. Use this skill when you need to find all instances of "theater" in code such as hardcoded mock responses, stub functions, commented-out production logic, or fake data that needs to be replaced with real implementations. The skill systematically identifies these instances, reads their full context, and completes them with production-quality code.
    4 installs
  24. Functional Patterns · aiskillstore bundle
    Functional programming patterns that promote testability, composability, and maintainability.
    4 installs
  25. Async Patterns Guide · aiskillstore bundle
    Guides users on modern async patterns including native async fn in traits, async closures, and avoiding async-trait when possible. Activates when users work with async code.
    4 installs
  26. Parquet Optimization · aiskillstore bundle
    Proactively analyzes Parquet file operations and suggests optimization improvements for compression, encoding, row group sizing, and statistics. Activates when users are reading or writing Parquet files or discussing Parquet performance.
    4 installs
  27. Gate Exchange Marketanalysis · aiskillstore bundle
    The market analysis function of Gate Exchange — liquidity, momentum, liquidation, funding arbitrage, basis, manipulation risk, order book explainer, slippage simulation. Use when the user asks about liquidity, depth, slippage, buy/sell pressure, liquidation, funding rate arbitrage, basis/premium, manipulation risk, order book explanation, or slippage simulation (e.g. market buy $X slippage). Trigger phrases: liquidity, depth, slippage, momentum, buy/sell pressure, liquidation, squeeze, funding rate, arbitrage, basis, premium, manipulation, order book, spread, slippage simulation.
    4 installs
  28. React Components · aiskillstore bundle
    Converts Stitch designs into modular Vite and React components using system-level networking and AST-based validation.
    4 installs
  29. Ast Grep Rule Crafter · aiskillstore bundle
    Write AST-based code search and rewrite rules using ast-grep YAML. Create linting rules, code modernizations, and API migrations with auto-fix. Use when the user mentions ast-grep, tree-sitter patterns, code search rules, lint rules with YAML, AST matching, or code refactoring patterns.
    4 installs
  30. Fixing Motion Performance · aiskillstore bundle
    Fix animation performance issues.
    4 installs
  31. Pitch Deck Visuals · aiskillstore bundle
    Investor pitch deck structure with slide-by-slide framework, visual design rules, and data presentation. Covers the 12-slide framework, chart types, team slides, and common investor turn-offs. Use for: fundraising decks, investor presentations, startup pitch, demo day, grant proposals. Triggers: pitch deck, investor deck, startup pitch, fundraising deck, demo day, pitch presentation, investor presentation, seed deck, series a deck, pitch slides, startup presentation, vc pitch, investor meeting
    4 installs
  32. Baoyu Danger X To Markdown · aiskillstore bundle
    Convert X (Twitter) tweet or article URL to markdown. Uses reverse-engineered X API (private). Requires user consent before use.
    4 installs
  33. Trade Show Finder · aiskillstore bundle
    Find, compare, and research trade shows, exhibitions, expos, and industry events by vertical, region, date, or audience. Use this skill whenever the user wants to discover which trade shows exist for their industry, compare multiple events side-by-side, decide which shows are worth attending or exhibiting at, look up event dates and venues, research exhibitor counts or visitor profiles, or plan an annual trade show calendar. Also triggers on questions like 'what are the best shows for [industry]', 'when is [show name]', 'should we go to [event] or [event]', 'find me exhibitions in Germany for packaging', 'trade show calendar 2026', 'exhibition calendar Europe', 'B2B trade shows', 'what industry events should I attend', 'upcoming trade fairs', or even vague requests like 'we need to get in front of more buyers — what events should we be at'. If the user mentions any specific trade show by name (CES, MEDICA, Hannover Messe, Interpack, SXSW, Bauma, etc.) and wants information about it, use this skill.
    4 installs
  34. Github Workflow Automation · aiskillstore bundle
    Advanced GitHub Actions workflow automation with AI swarm coordination, intelligent CI/CD pipelines, and comprehensive repository management
    4 installs
  35. Reasoningbank Intelligence · aiskillstore bundle
    Implement adaptive learning with ReasoningBank for pattern recognition, strategy optimization, and continuous improvement. Use when building self-learning agents, optimizing workflows, or implementing meta-cognitive systems.
    4 installs
  36. Reasoningbank With Agentdb · aiskillstore bundle
    Implement ReasoningBank adaptive learning with AgentDB's 150x faster vector database. Includes trajectory tracking, verdict judgment, memory distillation, and pattern recognition. Use when building self-learning agents, optimizing decision-making, or implementing experience replay systems.
    4 installs
  37. Azure AI Contentsafety Py · aiskillstore bundle
    Azure AI Content Safety SDK for Python. Use for detecting harmful content in text and images with multi-severity classification. Triggers: "azure-ai-contentsafety", "ContentSafetyClient", "content moderation", "harmful content", "text analysis", "image analysis".
    4 installs
  38. Azure AI Contentsafety TS · aiskillstore bundle
    Analyze text and images for harmful content using Azure AI Content Safety (@azure-rest/ai-content-safety). Use when moderating user-generated content, detecting hate speech, violence, sexual content, or self-harm, or managing custom blocklists.
    4 installs
  39. Azure AI Textanalytics Py · aiskillstore bundle
    Azure AI Text Analytics SDK for sentiment analysis, entity recognition, key phrases, language detection, PII, and healthcare NLP. Use for natural language processing on text. Triggers: "text analytics", "sentiment analysis", "entity recognition", "key phrase", "PII detection", "TextAnalyticsClient".
    4 installs
  40. Azure AI Voicelive Dotnet · aiskillstore bundle
    Azure AI Voice Live SDK for .NET. Build real-time voice AI applications with bidirectional WebSocket communication. Use for voice assistants, conversational AI, real-time speech-to-speech, and voice-enabled chatbots. Triggers: "voice live", "real-time voice", "VoiceLiveClient", "VoiceLiveSession", "voice assistant .NET", "bidirectional audio", "speech-to-speech".
    4 installs
  41. Azure Appconfiguration Py · aiskillstore bundle
    Azure App Configuration SDK for Python. Use for centralized configuration management, feature flags, and dynamic settings. Triggers: "azure-appconfiguration", "AzureAppConfigurationClient", "feature flags", "configuration", "key-value settings".
    4 installs
  42. Azure Appconfiguration TS · aiskillstore bundle
    Build applications using Azure App Configuration SDK for JavaScript (@azure/app-configuration). Use when working with configuration settings, feature flags, Key Vault references, dynamic refresh, or centralized configuration management.
    4 installs
  43. Azure Keyvault Secrets TS · aiskillstore bundle
    Manage secrets using Azure Key Vault Secrets SDK for JavaScript (@azure/keyvault-secrets). Use when storing and retrieving application secrets or configuration values.
    4 installs
  44. Azure Search Documents Py · aiskillstore bundle
    Azure AI Search SDK for Python. Use for vector search, hybrid search, semantic ranking, indexing, and skillsets. Triggers: "azure-search-documents", "SearchClient", "SearchIndexClient", "vector search", "hybrid search", "semantic search".
    4 installs
  45. Azure Search Documents TS · aiskillstore bundle
    Build search applications using Azure AI Search SDK for JavaScript (@azure/search-documents). Use when creating/managing indexes, implementing vector/hybrid search, semantic ranking, or building agentic retrieval with knowledge bases.
    4 installs
  46. Cc Skill Backend Patterns · aiskillstore bundle
    Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
    4 installs
  47. Cc Skill Coding Standards · aiskillstore bundle
    Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development.
    4 installs
  48. Cloud Penetration Testing · aiskillstore bundle
    This skill should be used when the user asks to "perform cloud penetration testing", "assess Azure or AWS or GCP security", "enumerate cloud resources", "exploit cloud misconfigurations", "test O365 security", "extract secrets from cloud environments", or "audit cloud infrastructure". It provides comprehensive techniques for security assessment across major cloud platforms.
    4 installs
  49. Nerdzao Elite Gemini High · aiskillstore bundle
    Modo Elite Coder + UX Pixel-Perfect otimizado especificamente para Gemini 3.1 Pro High. Workflow completo com foco em qualidade máxima e eficiência de tokens.
    4 installs
  50. Copilot Coding Agent · aiskillstore bundle
    GitHub Copilot Coding Agent automation. Apply the ai-copilot label to an issue → GitHub Actions auto-assigns Copilot via GraphQL → Copilot creates a Draft PR. One-click issue-to-PR pipeline.
    4 installs
  51. Sprint Retrospective · aiskillstore bundle
    Facilitate effective sprint retrospectives for continuous team improvement. Use when conducting team retrospectives, identifying improvements, or fostering team collaboration. Handles retrospective formats, action items, and facilitation techniques.
    4 installs
  52. Verification Hygiene · aiskillstore bundle
    External evidence discipline and search execution routing. Bridges structure_judgment and judgment_hygiene to govern how the model searches, what it retrieves, when to stop, and how to format evidence before internal reasoning. Prevents treating SEO-driven internet as infallible.
    4 installs
  53. Next Cache Components · aiskillstore bundle
    Next.js 16 Cache Components - PPR, use cache directive, cacheLife, cacheTag, updateTag
    4 installs
  54. Master Orchestrator · aiskillstore bundle
    全自动总指挥:串联热点抓取、内容生成与爆款验证的全流程技能。
    4 installs
  55. Stride Analysis Patterns · aiskillstore bundle
    Apply STRIDE methodology to systematically identify threats. Use when analyzing system security, conducting threat modeling sessions, or creating security documentation.
    4 installs
  56. Python Async Patterns · aiskillstore bundle
    Python asyncio patterns for concurrent programming. Triggers on: asyncio, async, await, coroutine, gather, semaphore, TaskGroup, event loop, aiohttp, concurrent.
    4 installs
  57. Github Pr Best Practices · aiskillstore bundle
    Best practices for creating GitHub pull requests including conventional commits, PR formatting, and multi-language support (en/ja). Use when creating PRs, writing PR descriptions, or formatting commit messages.
    4 installs
  58. Firebase Development · aiskillstore bundle
    This skill should be used when working with Firebase projects, including initializing projects, adding Cloud Functions or Firestore collections, debugging emulator issues, or reviewing Firebase code. Triggers on "firebase", "firestore", "cloud functions", "emulator", "firebase auth", "deploy to firebase", "firestore rules".
    4 installs
  59. Architecture Reference · aiskillstore bundle
    Quick reference for Portfolio Buddy 2 project structure. Use when: adding new features, modifying existing components, understanding data flow, or onboarding to the codebase. Contains component hierarchy, hook patterns, and utility functions.
    4 installs
  60. Meta Cognitive Reasoning · aiskillstore bundle
    Meta-cognitive reasoning specialist for evidence-based analysis, hypothesis testing, and cognitive failure prevention. Use when conducting reviews, making assessments, debugging complex issues, or any task requiring rigorous analytical reasoning. Prevents premature conclusions, assumption-based errors, and pattern matching without verification.
    4 installs
  61. Canonical Format Checker · aiskillstore bundle
    This skill should be used when content teaches patterns (skills, subagents, ADRs, PHRs, specifications) that have canonical sources elsewhere. Prevents format drift by ensuring content references and follows the authoritative format from canonical sources. Use before implementing lessons that teach platform patterns, or when reviewing content for format consistency.
    4 installs
  62. Prompt Template Designer · aiskillstore bundle
    Design reusable prompt templates that encode domain-specific patterns for recurring AI tasks. Use when you've executed similar prompts 2+ times and need to capture the pattern as reusable intelligence. NOT for one-off prompts or generic "ask AI a question" patterns.
    4 installs
  63. Tool Selection Framework · aiskillstore bundle
    Design systematic decision frameworks for selecting appropriate AI tools (Claude Code vs Gemini CLI) based on context requirements, codebase size, reasoning depth needs, and task complexity. Use this skill when starting projects with unclear tool requirements, optimizing context-constrained workflows, or designing multi-phase strategies that leverage multiple tools' strengths. This skill helps match tool capabilities to task characteristics, preventing wasted context and ensuring optimal resource allocation.
    4 installs
  64. Replicate Handler · aiskillstore bundle
    Integrate with Replicate AI for running models (image generation, LLMs, etc.).
    4 installs
  65. S3 Upload Handler · aiskillstore bundle
    Handle S3 file uploads including UI components, client-side logic, and server-side processing
    4 installs
  66. Crud With Spec Kit · aiskillstore bundle
    A conceptual skill for implementing CRUD features driven by Spec-Kit and Claude Code
    4 installs
  67. Empathy Ledger Dev · aiskillstore bundle
    Invoke this skill when: - Starting work on any Empathy Ledger feature - Need quick reference to project patterns
    4 installs
  68. Fiftyone Dataset Import · aiskillstore bundle
    Universal dataset import for FiftyOne supporting all media types (images, videos, point clouds, 3D scenes), all label formats (COCO, YOLO, VOC, CVAT, KITTI, etc.), and multimodal grouped datasets. Use when users want to import any dataset regardless of format, automatically detect folder structure, handle autonomous driving data with multiple cameras and LiDAR, or create grouped datasets from multimodal data. Requires FiftyOne MCP server.
    4 installs
  69. Fiftyone Develop Plugin · aiskillstore bundle
    Develop custom FiftyOne plugins (operators and panels) from scratch. Use when user wants to create a new plugin, extend FiftyOne with custom operators, build interactive panels, or integrate external APIs into FiftyOne. Guides through requirements, design, coding, testing, and iteration.
    4 installs
  70. Allra Error Handling · aiskillstore bundle
    Allra 백엔드 에러 핸들링 및 예외 처리 표준. Use when handling errors, creating custom exceptions, or implementing error responses.
    4 installs
  71. Working On Ancplua Plugins · aiskillstore bundle
    Primary instruction manual for working within the ancplua-claude-plugins monorepo. Use when creating, modifying, or debugging plugins in this repository.
    4 installs
  72. Roadmap Planning Expert · aiskillstore bundle
    When the user asks about roadmap planning, sprint planning, milestone estimation, or capacity planning
    4 installs
  73. Architecture Navigator · aiskillstore bundle
    Understand and navigate the DevPrep AI 7-folder architecture. Use this skill when asked about code organization, where to place new features, what modules exist, or when starting development tasks that need architecture context. Auto-triggers on keywords like "where should", "add module", "architecture", "structure", "organize", "place code", "what modules".
    3 installs
  74. Streaming API Patterns · aiskillstore bundle
    Implement real-time data streaming with Server-Sent Events (SSE), WebSockets, and ReadableStream APIs. Master backpressure handling, reconnection strategies, and LLM streaming for 2025+ real-time applications.
    4 installs
  75. Type Safety Validation · aiskillstore bundle
    Achieve end-to-end type safety with Zod runtime validation, tRPC type-safe APIs, Prisma ORM, and TypeScript 5.7+ features. Build fully type-safe applications from database to UI for 2025+ development.
    4 installs
  76. Configuring Better Auth · aiskillstore bundle
    Implement OAuth 2.1 / OIDC authentication using Better Auth with MCP assistance. Use when setting up a centralized auth server (SSO provider), implementing SSO clients in Next.js apps, configuring PKCE flows, or managing tokens with JWKS verification. Uses Better Auth MCP for guided setup. NOT when using simple session-only auth without OAuth/OIDC requirements.
    4 installs
  77. Configuring Dapr Pubsub · aiskillstore bundle
    Configures Dapr pub/sub components for event-driven microservices with Kafka or Redis. Use when wiring agent-to-agent communication, setting up event subscriptions, or integrating Dapr sidecars. Covers component configuration, subscription patterns, publishing events, and Kubernetes deployment. NOT when using direct Kafka clients or non-Dapr messaging patterns.
    4 installs
  78. Streaming LLM Responses · aiskillstore bundle
    Implement real-time streaming UI patterns for AI chat applications. Use when adding response lifecycle handlers, progress indicators, client effects, or thread state synchronization. Covers onResponseStart/End, onEffect, ProgressUpdateEvent, and client tools. NOT when building basic chat without real-time feedback.
    4 installs
  79. Frontend Nextjs App Router · aiskillstore bundle
    Use when working with Next.js App Router tasks - creating pages in /app/, setting up dynamic routes ([id]/page.tsx), implementing nested layouts/templates (layout.tsx), optimizing Server/Client components, or building ERP role-based pages (admin/teacher/student dashboards). Auto-use for all /app/ directory operations, dynamic routing, and App Router-specific features.
    4 installs
  80. Pitfalls Tanstack Query · aiskillstore bundle
    TanStack Query v5 patterns and common pitfalls. Use when implementing data fetching, cache invalidation, or debugging stale data issues. Triggers on: useQuery, useMutation, queryKey, invalidate, TanStack, React Query.
    4 installs
  81. Recovery · aiskillstore bundle
    Recover session state from memory-keeper after context loss.
    4 installs
  82. Document Generation · aiskillstore bundle
    A powerful skill for generating and processing professional documents (Word, PowerPoint, Excel, PDF).
    3 installs
  83. Analyzing Patterns · aiskillstore bundle
    Automatically activated when user asks to "find patterns in...", "identify repeated code...", "analyze the architecture...", "what design patterns are used...", or needs to understand code organization, recurring structures, or architectural decisions
    4 installs
  84. Managing Worktrees · aiskillstore bundle
    Git worktree management expertise for parallel development. Auto-invokes when worktrees, parallel development, multiple branches simultaneously, or isolated development environments are mentioned. Handles worktree creation, listing, and cleanup.
    4 installs
  85. Playwright Testing · aiskillstore bundle
    Automatically activated when user works with Playwright tests, mentions Playwright configuration, asks about selectors/locators/page objects, or has files matching *.spec.ts in e2e or tests directories. Provides Playwright-specific expertise for E2E and integration testing.
    4 installs
  86. Waterfall Development · aiskillstore bundle
    Enforces strict waterfall development workflow with phase gates. Use when (1) features.yml exists in project root, (2) user asks to implement/develop/build a feature, (3) user explicitly requests waterfall workflow. Creates features.yml if missing when invoked.
    4 installs
  87. Planning The Escape · aiskillstore bundle
    逃离计划 - 最终章,Stella必须决定是否修复飞船返回地球,还是留在盖亚,这是艰难的抉择
    4 installs
  88. Surviving The Storm · aiskillstore bundle
    风暴求生 - 盖亚星球遭遇极端天气,Stella必须在双星磁暴和狂风暴雨中保护自己和营地
    4 installs
  89. Configuration Validator · aiskillstore bundle
    Validates environment variables, config files, and ensures all required settings are documented. Use when working with .env files, configs, or deployment settings.
    4 installs
  90. Complexity Analyzer · aiskillstore bundle
    Measure and report code complexity metrics with actionable recommendations.
    4 installs
  91. Migration Generator · aiskillstore bundle
    Create database migrations from model changes, schema diffs, and migration best practices.
    4 installs
  92. Python Venv Manager · aiskillstore bundle
    Python virtual environment management, dependency handling, and project setup automation.
    4 installs
  93. Seed Data Generator · aiskillstore bundle
    Generate realistic test data for database development, testing, and demos.
    4 installs
  94. Error Handling Gate · aiskillstore bundle
    Verify errors are handled gracefully with meaningful user feedback. Issues result in WARNINGS.
    4 installs
  95. Daem0nmcp Protocol · aiskillstore bundle
    Use when Daem0nMCP tools are available - enforces the sacred covenant (commune at session start, seek counsel before changes, inscribe decisions, seal outcomes)
    4 installs
  96. API Integration Specialist · aiskillstore bundle
    Expert in integrating third-party APIs with proper authentication, error handling, rate limiting, and retry logic. Use when integrating REST APIs, GraphQL endpoints, webhooks, or external services. Specializes in OAuth flows, API key management, request/response transformation, and building robust API clients.
    4 installs
  97. Subagent Orchestration · aiskillstore bundle
    This skill should be used when coordinating multiple subagents, implementing orchestrator patterns, or managing parallel agent workflows. Trigger phrases: "orchestrate agents", "coordinate subagents", "parallel agents", "multi-agent workflow", "delegate to agents", "run agents in parallel", "launch multiple agents".
    4 installs
  98. Swift Concurrency Expert · aiskillstore bundle
    Swift Concurrency review and remediation for Swift 6.2+. Use when asked to review Swift Concurrency usage, improve concurrency compliance, or fix Swift concurrency compiler errors in a feature or file.
    4 installs
  99. Pr Description Writer · aiskillstore bundle
    Generates comprehensive, reviewer-friendly PR descriptions with visual diagrams, summary tables, collapsible sections, and structured test plans. Optimized for readability without sacrificing detail.
    4 installs
  100. Research Driven Planning · aiskillstore bundle
    Loop 1 of the Three-Loop Integrated Development System. Research-driven requirements analysis with iterative risk mitigation through 5x pre-mortem cycles using multi-agent consensus. Feeds validated, risk-mitigated plans to parallel-swarm-implementation. Use when starting new features or projects requiring comprehensive planning with <3% failure confidence and evidence-based technology selection.
    4 installs