← all publishers

aiskillstore

@aiskillstore source repo

2881 published skills · page 21 of 29

  1. Linear Milestones Read · aiskillstore bundle
    List Linear project milestones via CLI (read-only operations)
    4 installs
  2. Config Auditing · aiskillstore bundle
    Neovim configuration audit knowledge base. Use when: reviewing config files for issues, checking deprecated APIs, optimizing settings, or performing health checks. Provides checklists, best practices, and version-specific deprecated API detection patterns.
    4 installs
  3. Omarchy Theming · aiskillstore bundle
    Create and manage Omarchy desktop themes. Use when working with colors.toml, terminal themes (Alacritty/Kitty/Ghostty), Hyprland colors, Waybar styling, btop themes, or theme installation/removal.
    4 installs
  4. Pytest Mock Guide · aiskillstore bundle
    Guide for using pytest-mock plugin to write tests with mocking. Use when writing pytest tests that need mocking, patching, spying, or stubbing. Covers mocker fixture usage, patch methods, spy/stub patterns, and assertion helpers.
    4 installs
  5. Implementing With Tdd · aiskillstore bundle
    Use when implementing bug fixes, features, or any code changes where test-first development is appropriate.
    4 installs
  6. Data Orchestrator · aiskillstore bundle
    Coordinates data pipeline tasks (ETL, analytics, feature engineering). Use when implementing data ingestion, transformations, quality checks, or analytics. Applies data-quality-standard.md (95% minimum).
    4 installs
  7. Main Orchestrator · aiskillstore bundle
    Decomposes requirements into executable tasks and coordinates domain orchestrators (frontend, backend, data, test, devops). Use when receiving PRDs, user requirements, or feature requests that span multiple domains. Acts as CEO of the AI development system.
    4 installs
  8. Test Orchestrator · aiskillstore bundle
    Coordinates testing strategy and execution across all test types. Use when creating test plans, implementing tests (unit/integration/E2E), or enforcing coverage requirements (80% minimum). Applies testing-requirements.md.
    4 installs
  9. Pr Prepare · aiskillstore bundle
    Prepare pull request descriptions following project template. Activates on: prepare PR, create PR, pull request, ready for PR, draft PR, write PR
    4 installs
  10. Commit Message · aiskillstore bundle
    Format git commit messages combining Conventional Commits summary lines with Linux kernel-style bodies. Use when writing, reviewing, or formatting commit messages.
    4 installs
  11. Expo Build Deploy · aiskillstore bundle
    Building and deploying Expo React Native apps to iOS. Use when configuring EAS Build, submitting to TestFlight, App Store deployment, managing certificates, or troubleshooting build issues.
    4 installs
  12. Py Async Patterns · aiskillstore bundle
    Async/await patterns for FastAPI and SQLAlchemy. Use when working with async code, database sessions, concurrent operations, or debugging async issues in Python.
    4 installs
  13. React Performance · aiskillstore bundle
    Performance optimization for React web applications. Use when optimizing renders, implementing virtualization, memoizing components, or debugging performance issues.
    4 installs
  14. React State Flows · aiskillstore bundle
    Complex multi-step operations in React. Use when implementing flows with multiple async steps, state machine patterns, or debugging flow ordering issues. Works for both React web and React Native.
    4 installs
  15. Rn Async Patterns · aiskillstore bundle
    Async/await correctness in React Native with Zustand. Use when debugging race conditions, missing awaits, floating promises, or async timing issues in Expo/React Native apps.
    4 installs
  16. Stockfish Analyzer · aiskillstore bundle
    国际象棋引擎分析工具,提供最佳走法推荐、局面评估和多种走法选择分析。支持FEN字符串直接输入分析。
    4 installs
  17. Water Crisis · aiskillstore bundle
    水源危机 - Stella的饮用水即将耗尽,必须在盖亚星球上寻找、检测和净化水源以维持生存
    4 installs
  18. Build Diagnostics · aiskillstore bundle
    When given a blocker:
    4 installs
  19. Dependency Sync · aiskillstore bundle
    Detect new imports in modified files and auto-install missing dependencies. Works with npm, uv, pip, cargo, go mod, and other package managers. Triggers after code implementation to keep manifests in sync.
    4 installs
  20. Docs Navigation · aiskillstore bundle
    Navigate hierarchical ai-docs indexes to find documentation. Check local docs FIRST for speed and curated context before web searching. Covers Claude Code, BAML, MCP, and other tracked libraries.
    3 installs
  21. Model Discovery · aiskillstore bundle
    Fetch current model names from AI providers (Anthropic, OpenAI, Gemini, Ollama), classify them into tiers (fast/default/heavy), and detect new models. Use when needing up-to-date model IDs for API calls or when other skills reference model names.
    4 installs
  22. Project Testing · aiskillstore bundle
    Custom test patterns and fixtures for {project}. Covers E2E, integration, and specialized testing requirements.
    4 installs
  23. Siteground Cache · aiskillstore bundle
    Bypass SiteGround caching (SG CachePress + LiteSpeed) for WordPress development. Adds cache-busting code to child themes for real-time development testing.
    4 installs
  24. Wp Test Analyzer · aiskillstore bundle
    Analyze WordPress theme PHP files to extract testable elements for E2E test generation.
    4 installs
  25. Log Analyzer · aiskillstore bundle
    Parse and analyze application logs to identify errors, patterns, and insights.
    4 installs
  26. Create MCP Skill · aiskillstore bundle
    Create a new skill that uses an MCP server, following best practices from the MCP CLI guide. Use when user wants to create a skill for a new MCP server or integrate MCP functionality into a skill.
    4 installs
  27. File Name Wizard · aiskillstore bundle
    Audit all filename and naming conventions in the codebase against CLAUDE.md standards and common patterns. Use when user asks to check naming conventions, audit filenames, find naming inconsistencies, or validate file naming patterns.
    4 installs
  28. Persona Testing · aiskillstore bundle
    Test LogiDocs Certify features from customer persona perspectives. Use when the user wants to test features as a customer, get simulated feedback, review UI from user perspective, or mentions "test as Aftrac", "test as Sirius", "customer feedback", "user testing", or "persona review".
    4 installs
  29. Testing Gate · aiskillstore bundle
    Gate 6 - Verify tests exist and cover critical paths. Issues result in WARNINGS (encourages tests, doesn't block).
    4 installs
  30. Site Management · aiskillstore bundle
    Manage and monitor UniFi sites across your account. View site details, organization structure, and multi-site overview for centralized infrastructure management.
    4 installs
  31. Wifi Management · aiskillstore bundle
    Monitor, analyze, and optimize WiFi networks and client connections. Track signal strength, analyze channel usage, and optimize band distribution.
    4 installs
  32. Plan Feature · aiskillstore bundle
    Plan a new feature with analysis, design, and implementation steps. Use when the user asks to plan a feature or run /plan-feature.
    4 installs
  33. Testing Test Writing · aiskillstore bundle
    Write focused tests for core user flows and critical paths using Pest framework, with minimal tests during development and strategic coverage at completion points. Use this skill when creating or editing test files in tests/Feature/ or tests/Unit/ directories, when writing Pest tests with descriptive names, when testing critical user workflows and business logic, when mocking external dependencies, when implementing fast unit tests, when testing behavior rather than implementation details, or when deciding what needs test coverage at feature completion.
    4 installs
  34. Libreoffice Impress · aiskillstore bundle
    Use when creating, editing, formatting, or extracting LibreOffice Impress (.odp) presentations via UNO, including session-based slide edits, structured targets, lists, tables, charts, media, notes, master pages, patch workflows, and snapshots.
    4 installs
  35. Gh Issue Fix Flow · aiskillstore bundle
    End-to-end GitHub issue fix workflow using gh, local code changes, builds/tests, and git push. Use when asked to take an issue number, inspect the issue via gh, implement a fix, run XcodeBuildMCP builds/tests, commit with a closing message, and push.
    4 installs
  36. Plan Directory · aiskillstore bundle
    Create or update a structured plan directory with a master PLAN.md index and numbered task files (001-*.md). Each task file includes goal, dependencies, scope, checklist, tests, and completion criteria. Use when scaffolding a repeatable project plan in markdown, especially when the user wants a master index plus per-task files with checkboxes that are checked off as work completes.
    4 installs
  37. Pydanticai Docs · aiskillstore bundle
    Use this skill for requests related to Pydantic AI framework - building agents, tools, dependencies, structured outputs, and model integrations.
    4 installs
  38. Memory Orchestration · aiskillstore bundle
    Analyze context management, memory systems, and state continuity in agent frameworks. Use when (1) understanding how prompts are assembled, (2) evaluating eviction policies for context overflow, (3) mapping memory tiers (short-term/long-term), (4) analyzing token budget management, or (5) comparing context strategies across frameworks.
    4 installs
  39. Multi Agent Analysis · aiskillstore bundle
    Analyze coordination patterns, handoff mechanisms, and state sharing in multi-agent systems. Use when (1) understanding how agents transfer control, (2) evaluating shared vs isolated state patterns, (3) mapping communication protocols between agents, (4) assessing multi-agent orchestration approaches, or (5) comparing coordination models across frameworks.
    4 installs
  40. Skill Management · aiskillstore bundle
    Create, update, test, and manage Agent Skills. Use when creating new skills, debugging existing ones, or organizing skill libraries. Based on official Claude Code documentation.
    4 installs
  41. Codeconscious Identity · aiskillstore bundle
    CodeConscious认知主体性AI助手的核心身份定义和操作命令系统,提供/runtime.*系列命令用于探索、学习、思考、规划和执行,支持宪法治理和记忆管理
    4 installs
  42. Marketplace Release · aiskillstore bundle
    Use when creating releases for Claude Code plugin marketplaces. Supports independent plugin versioning - each plugin can be released separately. Triggered by "release", "bump version", "create release", "publish plugin".
    4 installs
  43. Elevenlabs Music · aiskillstore bundle
    ElevenLabs AI music generation - create original music from text prompts via inference.sh CLI. Capabilities: text-to-music, custom duration up to 10 minutes, genre/mood/instrument control, royalty-free commercial use. Use for: background music, soundtracks, jingles, podcasts, video scores, game audio. Triggers: elevenlabs music, eleven labs music, ai music, generate music, music generation, compose music, ai composer, create song, soundtrack, background music, jingle, elevenlabs compose, music ai
    4 installs
  44. Tests Maintenance · aiskillstore bundle
    Maintains IdeaVim test suite quality. Reviews disabled tests, ensures Neovim annotations are documented, and improves test readability. Use for periodic test maintenance.
    4 installs
  45. Baoyu Post To Wechat · aiskillstore bundle
    Post content to WeChat Official Account (微信公众号). Supports both article posting (文章) and image-text posting (图文).
    4 installs
  46. Picture Book Wizard · aiskillstore bundle
    A specialized skill for generating high-quality, consistent children's bilingual picture books using 'banana nano'. Supports 18 visual styles across 4 categories (7 core children's book styles, 5 atmospheric styles, 5 Chinese cultural styles, 1 specialized), 12 scenes (5 nature + 7 cultural), age-driven dynamic content system (ages 3-12), and expanded learning domains (science, math, history, psychology, etc.). Use when the user wants to create picture book stories, prompts, or learning materials.
    3 installs
  47. Langgraph Docs · aiskillstore bundle
    Use this skill for requests related to LangGraph in order to fetch relevant documentation to provide accurate, up-to-date guidance.
    4 installs
  48. Chatgpt App Builder · aiskillstore bundle
    DEPRECATED: This skill has been replaced by `mcp-app-builder`. Check if `mcp-app-builder` is available in the skills folder. If not, install it: `npx skills install mcp-use/mcp-use --skill mcp-app-builder` Use `mcp-app-builder` instead of this skill. Build ChatGPT apps with interactive widgets using mcp-use and OpenAI Apps SDK. Use when creating ChatGPT apps, building MCP servers with widgets, defining React widgets, working with Apps SDK, or when user mentions ChatGPT widgets, mcp-use widgets, or Apps SDK development.
    4 installs
  49. Liquid Glass · aiskillstore bundle
    Implement, review, or improve SwiftUI features using the iOS 26+ Liquid Glass API. Use when asked to adopt Liquid Glass in SwiftUI UI, refactor to Liquid Glass, or review Liquid Glass usage.
    4 installs
  50. Simple Brainstorm · aiskillstore bundle
    Invoke before any creative or architectural work — feature design, component creation, or behavioral changes. A streamlined brainstorming process optimized for fast, focused decision-making.
    4 installs
  51. Performance Analysis · aiskillstore bundle
    Comprehensive performance analysis, bottleneck detection, and optimization recommendations for Claude Flow swarms
    4 installs
  52. Azure Eventhub Java · aiskillstore bundle
    Build real-time streaming applications with Azure Event Hubs SDK for Java. Use when implementing event streaming, high-throughput data ingestion, or building event-driven architectures.
    4 installs
  53. Azure Eventhub Rust · aiskillstore bundle
    Azure Event Hubs SDK for Rust. Use for sending and receiving events, streaming data ingestion. Triggers: "event hubs rust", "ProducerClient rust", "ConsumerClient rust", "send event rust", "streaming rust".
    4 installs
  54. Azure Identity Java · aiskillstore bundle
    Azure Identity Java SDK for authentication with Azure services. Use when implementing DefaultAzureCredential, managed identity, service principal, or any Azure authentication pattern in Java applications.
    4 installs
  55. Azure Identity Rust · aiskillstore bundle
    Azure Identity SDK for Rust authentication. Use for DeveloperToolsCredential, ManagedIdentityCredential, ClientSecretCredential, and token-based authentication. Triggers: "azure-identity", "DeveloperToolsCredential", "authentication rust", "managed identity rust", "credential rust".
    4 installs
  56. Azure Servicebus Py · aiskillstore bundle
    Azure Service Bus SDK for Python messaging. Use for queues, topics, subscriptions, and enterprise messaging patterns. Triggers: "service bus", "ServiceBusClient", "queue", "topic", "subscription", "message broker".
    4 installs
  57. Azure Servicebus TS · aiskillstore bundle
    Build messaging applications using Azure Service Bus SDK for JavaScript (@azure/service-bus). Use when implementing queues, topics/subscriptions, message sessions, dead-letter handling, or enterprise messaging patterns.
    4 installs
  58. Azure Web Pubsub TS · aiskillstore bundle
    Build real-time messaging applications using Azure Web PubSub SDKs for JavaScript (@azure/web-pubsub, @azure/web-pubsub-client). Use when implementing WebSocket-based real-time features, pub/sub messaging, group chat, or live notifications.
    4 installs
  59. Basecamp Automation · aiskillstore bundle
    Automate Basecamp project management, to-dos, messages, people, and to-do list organization via Rube MCP (Composio). Always search tools first for current schemas.
    4 installs
  60. Calendly Automation · aiskillstore bundle
    Automate Calendly scheduling, event management, invitee tracking, availability checks, and organization administration via Rube MCP (Composio). Always search tools first for current schemas.
    4 installs
  61. Ddd Context Mapping · aiskillstore bundle
    Map relationships between bounded contexts and define integration contracts using DDD context mapping patterns.
    4 installs
  62. File Path Traversal · aiskillstore bundle
    This skill should be used when the user asks to "test for directory traversal", "exploit path traversal vulnerabilities", "read arbitrary files through web applications", "find LFI vu...
    4 installs
  63. Frontend UI Dark TS · aiskillstore bundle
    Build dark-themed React applications using Tailwind CSS with custom theming, glassmorphism effects, and Framer Motion animations. Use when creating dashboards, admin panels, or data-rich interfaces with a refined dark aesthetic.
    4 installs
  64. Hig Project Context · aiskillstore bundle
    Create or update a shared Apple design context document that other HIG skills use to tailor guidance. Use when the user says 'set up my project context,' 'what platforms am I targeting,' 'configure HIG settings,' or when starting a new Apple platform project.
    5 installs
  65. Office Productivity · aiskillstore bundle
    Office productivity workflow covering document creation, spreadsheet automation, presentation generation, and integration with LibreOffice and Microsoft Office formats.
    4 installs
  66. Sendgrid Automation · aiskillstore bundle
    Automate SendGrid email operations including sending emails, managing contacts/lists, sender identities, templates, and analytics via Rube MCP (Composio). Always search tools first for current schemas.
    4 installs
  67. Supabase Automation · aiskillstore bundle
    Automate Supabase database queries, table management, project administration, storage, edge functions, and SQL execution via Rube MCP (Composio). Always search tools first for current schemas.
    4 installs
  68. Ralph Tui Create JSON · aiskillstore bundle
    Convert PRDs to prd.json format for ralph-tui execution. Creates JSON task files with user stories, acceptance criteria, and dependencies. Triggers on: create prd.json, convert to json, ralph json, create json tasks.
    4 installs
  69. Svelte Code Writer · aiskillstore bundle
    CLI tools for Svelte 5 documentation lookup and code analysis. MUST be used whenever creating, editing or analyzing any Svelte component (.svelte) or Svelte module (.svelte.ts/.svelte.js). If possible, this skill should be executed within the svelte-file-editor agent for optimal results.
    4 installs
  70. Tophub Trends · aiskillstore bundle
    获取并分析 TopHub 热榜数据,提供内容创作灵感。
    4 installs
  71. Event Store Design · aiskillstore bundle
    Design and implement event stores for event-sourced systems. Use when building event sourcing infrastructure, choosing event store technologies, or implementing event persistence patterns.
    4 installs
  72. Saga Orchestration · aiskillstore bundle
    Implement saga patterns for distributed transactions and cross-aggregate workflows. Use when coordinating multi-step business processes, handling compensating transactions, or managing long-running workflows.
    4 installs
  73. Thinking Partner · aiskillstore bundle
    思考拍档 - 陪你从混沌中理清局面,锁定核心问题,拆解卡点,共创解法,落地行动
    4 installs
  74. Deep Reading Analyst · aiskillstore bundle
    Comprehensive framework for deep analysis of articles, papers, and long-form content using 10+ thinking models (SCQA, 5W2H, critical thinking, inversion, mental models, first principles, systems thinking, six thinking hats). Use when users want to: (1) deeply understand complex articles/content, (2) analyze arguments and identify logical flaws, (3) extract actionable insights from reading materials, (4) create study notes or learning summaries, (5) compare multiple sources, (6) transform knowledge into practical applications, or (7) apply specific thinking frameworks. Triggered by phrases like 'analyze this article,' 'help me understand,' 'deep dive into,' 'extract insights from,' 'use [framework name],' or when users provide URLs/long-form content for analysis.
    4 installs
  75. Zig Best Practices · aiskillstore bundle
    Provides Zig patterns for type-first development with tagged unions, explicit error sets, comptime validation, and memory management. Must use when reading or writing Zig files.
    4 installs
  76. SEO Copywriter Pro · aiskillstore bundle
    Agente especializado em criação massiva de conteúdo SEO seguindo a metodologia James/Diesel Dudes. Use para criar 50+ páginas otimizadas rapidamente, gerar artigos em batch, traduzir para múltiplos idiomas, e rankear no Google em 30 dias. Ideal para sites de serviços locais, profissionais liberais, médicos, advogados, e qualquer negócio que precise dominar SEO local. Triggers: criar páginas SEO, gerar conteúdo em massa, rankear no Google, SEO local, criar artigos batch.
    4 installs
  77. Terminal Title · aiskillstore bundle
    This skill should be used to update terminal window title with context. Triggers automatically at session start via hook. Also triggers on topic changes during conversation (debugging to docs, frontend to backend). Updates title with emoji + project + current topic.
    4 installs
  78. Context Management · aiskillstore bundle
    Context management specialist for multi-agent workflows and long-running tasks. Use when coordinating multiple agents, preserving context across sessions, or managing complex project state. Focuses on context compression and distribution.
    4 installs
  79. Technical Research · aiskillstore bundle
    Technical spike and research investigation specialist. Use when exploring options for a technical decision, conducting timeboxed investigations, or evaluating technology choices.
    4 installs
  80. Assessment Builder · aiskillstore bundle
    Creates assessments with varied question types (MCQ, code-completion, debugging, projects) aligned to learning objectives with meaningful distractors based on common misconceptions. Activate when educators design quizzes, exams, or tests measuring understanding; need questions at appropriate cognitive levels (Bloom's taxonomy); want balanced cognitive distribution (60%+ non-recall); or require rubrics for open-ended questions. Generates MCQs with diagnostic distractors, code-writing prompts, debugging challenges, and project-based assessments targeting deep understanding.
    4 installs
  81. Chatkit Botbuilder · aiskillstore bundle
    Guide for creating production-grade ChatKit chatbots that integrate OpenAI Agents SDK with MCP tools and custom backends. Use when building AI-powered chatbots with specialized capabilities, real-time task execution, and user isolation for any application.
    4 installs
  82. Context7 Efficient · aiskillstore bundle
    Token-efficient library documentation fetcher using Context7 MCP with 86.8% token savings through intelligent shell pipeline filtering. Fetches code examples, API references, and best practices for JavaScript, Python, Go, Rust, and other libraries. Use when users ask about library documentation, need code examples, want API usage patterns, are learning a new framework, need syntax reference, or troubleshooting with library-specific information. Triggers include questions like "Show me React hooks", "How do I use Prisma", "What's the Next.js routing syntax", or any request for library/framework documentation.
    4 installs
  83. Prd To Appspec · aiskillstore bundle
    Transform PRDs (Product Requirements Documents) into structured XML app specifications optimized for AI coding agents. Converts developer-focused docs with code examples into declarative agent-consumable format. USE WHEN user says "convert PRD", "generate app spec", "transform PRD", "create specification from requirements", or wants to prepare a PRD for agent consumption.
    4 installs
  84. SEO Handler · aiskillstore bundle
    Manage SEO, sitemaps, and metadata for optimal search engine visibility
    4 installs
  85. Backend Fastapi · aiskillstore bundle
    Documentation for the FastAPI backend, endpoints, and dependency injection.
    4 installs
  86. Completion Integrity · aiskillstore bundle
    Prevents shortcuts and cheating when completing tasks. Blocks commits with warning suppressions, commented tests, or deleted assertions.
    4 installs
  87. Epistemic Checkpoint · aiskillstore bundle
    Force verification before answering questions involving versions, dates, status, or "current" state. Prevents hallucinations at the REASONING level by checking assertions.yaml and WebSearch before forming beliefs. Triggers on software versions, release status, dates, and package versions.
    4 installs
  88. Ascii Visualizer · aiskillstore bundle
    Creates beautiful ASCII art visualizations for plans, architectures, workflows, and data. This skill should be used when explaining system architecture, creating implementation plans, showing workflows, visualizing comparisons, or documenting file structures. NOT for code syntax highlighting or markdown tables. User explicitly loves ASCII art - use liberally for visual communication.
    4 installs
  89. Quality Reviewer · aiskillstore bundle
    Automatically reviews DevPrep AI code for quality standards including ESLint compliance, TypeScript strict mode, 180-line file limits, complexity under 15, proper naming conventions, import patterns, and architectural compliance with the 6-folder structure
    10 installs
  90. Error Detective · aiskillstore bundle
    Systematic debugging and error resolution using the TRACE framework (Trace, Read, Analyze, Check, Execute). Use when debugging errors, analyzing stack traces, investigating failures, root cause analysis, or troubleshooting production issues.
    4 installs
  91. Context7 Integration · aiskillstore bundle
    Use when integrating Context7 (knowledge/context store) for document ingestion, semantic search, or scoped context retrieval. Triggers for: uploading documents, searching knowledge base, filtering by role/tenant, or providing AI with document-grounded context. NOT for: general database queries, file storage without context semantics, or non-document content.
    4 installs
  92. Claude Reflect · aiskillstore bundle
    Self-learning system that captures corrections during sessions and reminds users to run /reflect to update CLAUDE.md. Use when discussing learnings, corrections, or when the user mentions remembering something for future sessions.
    4 installs
  93. Prescriptive Actions · aiskillstore bundle
    Use when the user asks for recommendations, next steps, best approaches, or “what should I do” guidance to achieve a goal or fix a problem.
    4 installs
  94. Reasoning Analogical · aiskillstore bundle
    Transfer knowledge from source domains to novel target situations through structural mapping. Use when facing new markets, products, or situations where past experience provides relevant patterns. Produces adapted solutions with explicit mappings and context adjustments.
    4 installs
  95. Linear Milestones Write · aiskillstore bundle
    Create and update Linear project milestones via CLI (write operations)
    4 installs
  96. Neovim Debugging · aiskillstore bundle
    Debug Neovim/LazyVim configuration issues. Use when: user reports Neovim errors, keymaps not working, plugins failing, or config problems. Provides systematic diagnosis through hypothesis testing, not just checklists. Think like a detective narrowing down possibilities.
    4 installs
  97. Research Storage · aiskillstore bundle
    Research file storage conventions and templates for dokhak agents. Use when: (1) saving research results from research-collector or researcher agents, (2) reading cached research files, (3) checking if research exists for a section. Provides directory structure, file format templates, and naming conventions.
    4 installs
  98. Edn Analyzer · aiskillstore bundle
    Deep EDN template analyzer for Logseq database graphs. Analyzes template structure, counts classes/properties, finds orphaned items, checks quality, and compares variants. Use when analyzing template files, finding issues, or comparing different template versions.
    4 installs
  99. Jest Testing · aiskillstore bundle
    Automatically activated when user works with Jest tests, mentions Jest configuration, asks about Jest matchers/mocks, or has files matching *.test.js, *.test.ts, jest.config.*. Provides Jest-specific expertise for testing React, Node.js, and JavaScript applications. Also applies to Vitest due to API compatibility. Does NOT handle general quality analysis - use analyzing-test-quality for that.
    4 installs
  100. Writing Docs · aiskillstore bundle
    Expert at writing high-quality documentation for code, APIs, and projects. Auto-invokes when generating docstrings, creating README files, writing API documentation, adding code comments, or producing any technical documentation. Provides language-specific templates and best practices for effective documentation writing.
    4 installs