aiskillstore
- 2.9k skills
- 0 followers
- 1 week ago last updated
- ▌ Linear Milestones Read · aiskillstore bundleList Linear project milestones via CLI (read-only operations)
- ▌ Config Auditing · aiskillstore bundleNeovim 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.
- ▌ Omarchy Theming · aiskillstore bundleCreate 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.
- ▌ Pytest Mock Guide · aiskillstore bundleGuide 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.
- ▌ Implementing With Tdd · aiskillstore bundleUse when implementing bug fixes, features, or any code changes where test-first development is appropriate.
- ▌ Data Orchestrator · aiskillstore bundleCoordinates data pipeline tasks (ETL, analytics, feature engineering). Use when implementing data ingestion, transformations, quality checks, or analytics. Applies data-quality-standard.md (95% minimum).
- ▌ Main Orchestrator · aiskillstore bundleDecomposes 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.
- ▌ Test Orchestrator · aiskillstore bundleCoordinates 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.
- ▌ Pr Prepare · aiskillstore bundlePrepare pull request descriptions following project template. Activates on: prepare PR, create PR, pull request, ready for PR, draft PR, write PR
- ▌ Commit Message · aiskillstore bundleFormat git commit messages combining Conventional Commits summary lines with Linux kernel-style bodies. Use when writing, reviewing, or formatting commit messages.
- ▌ Expo Build Deploy · aiskillstore bundleBuilding 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.
- ▌ Py Async Patterns · aiskillstore bundleAsync/await patterns for FastAPI and SQLAlchemy. Use when working with async code, database sessions, concurrent operations, or debugging async issues in Python.
- ▌ React Performance · aiskillstore bundlePerformance optimization for React web applications. Use when optimizing renders, implementing virtualization, memoizing components, or debugging performance issues.
- ▌ React State Flows · aiskillstore bundleComplex 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.
- ▌ Rn Async Patterns · aiskillstore bundleAsync/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.
- ▌
- ▌
- ▌
- ▌ Dependency Sync · aiskillstore bundleDetect 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.
- ▌ Docs Navigation · aiskillstore bundleNavigate 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.
- ▌ Model Discovery · aiskillstore bundleFetch 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.
- ▌ Project Testing · aiskillstore bundleCustom test patterns and fixtures for {project}. Covers E2E, integration, and specialized testing requirements.
- ▌ Siteground Cache · aiskillstore bundleBypass SiteGround caching (SG CachePress + LiteSpeed) for WordPress development. Adds cache-busting code to child themes for real-time development testing.
- ▌ Wp Test Analyzer · aiskillstore bundleAnalyze WordPress theme PHP files to extract testable elements for E2E test generation.
- ▌ Log Analyzer · aiskillstore bundleParse and analyze application logs to identify errors, patterns, and insights.
- ▌ Create MCP Skill · aiskillstore bundleCreate 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.
- ▌ File Name Wizard · aiskillstore bundleAudit 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.
- ▌ Persona Testing · aiskillstore bundleTest 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".
- ▌ Testing Gate · aiskillstore bundleGate 6 - Verify tests exist and cover critical paths. Issues result in WARNINGS (encourages tests, doesn't block).
- ▌ Site Management · aiskillstore bundleManage and monitor UniFi sites across your account. View site details, organization structure, and multi-site overview for centralized infrastructure management.
- ▌ Wifi Management · aiskillstore bundleMonitor, analyze, and optimize WiFi networks and client connections. Track signal strength, analyze channel usage, and optimize band distribution.
- ▌ Plan Feature · aiskillstore bundlePlan a new feature with analysis, design, and implementation steps. Use when the user asks to plan a feature or run /plan-feature.
- ▌ Testing Test Writing · aiskillstore bundleWrite 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.
- ▌ Libreoffice Impress · aiskillstore bundleUse 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.
- ▌ Gh Issue Fix Flow · aiskillstore bundleEnd-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.
- ▌ Plan Directory · aiskillstore bundleCreate 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.
- ▌ Pydanticai Docs · aiskillstore bundleUse this skill for requests related to Pydantic AI framework - building agents, tools, dependencies, structured outputs, and model integrations.
- ▌ Memory Orchestration · aiskillstore bundleAnalyze 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.
- ▌ Multi Agent Analysis · aiskillstore bundleAnalyze 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.
- ▌ Skill Management · aiskillstore bundleCreate, update, test, and manage Agent Skills. Use when creating new skills, debugging existing ones, or organizing skill libraries. Based on official Claude Code documentation.
- ▌ Codeconscious Identity · aiskillstore bundleCodeConscious认知主体性AI助手的核心身份定义和操作命令系统,提供/runtime.*系列命令用于探索、学习、思考、规划和执行,支持宪法治理和记忆管理
- ▌ Marketplace Release · aiskillstore bundleUse 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".
- ▌ Elevenlabs Music · aiskillstore bundleElevenLabs 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
- ▌ Tests Maintenance · aiskillstore bundleMaintains IdeaVim test suite quality. Reviews disabled tests, ensures Neovim annotations are documented, and improves test readability. Use for periodic test maintenance.
- ▌ Baoyu Post To Wechat · aiskillstore bundlePost content to WeChat Official Account (微信公众号). Supports both article posting (文章) and image-text posting (图文).
- ▌ Picture Book Wizard · aiskillstore bundleA 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.
- ▌ Langgraph Docs · aiskillstore bundleUse this skill for requests related to LangGraph in order to fetch relevant documentation to provide accurate, up-to-date guidance.
- ▌ Chatgpt App Builder · aiskillstore bundleDEPRECATED: 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.
- ▌ Liquid Glass · aiskillstore bundleImplement, 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.
- ▌ Simple Brainstorm · aiskillstore bundleInvoke before any creative or architectural work — feature design, component creation, or behavioral changes. A streamlined brainstorming process optimized for fast, focused decision-making.
- ▌ Performance Analysis · aiskillstore bundleComprehensive performance analysis, bottleneck detection, and optimization recommendations for Claude Flow swarms
- ▌ Azure Eventhub Java · aiskillstore bundleBuild 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.
- ▌ Azure Eventhub Rust · aiskillstore bundleAzure 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".
- ▌ Azure Identity Java · aiskillstore bundleAzure Identity Java SDK for authentication with Azure services. Use when implementing DefaultAzureCredential, managed identity, service principal, or any Azure authentication pattern in Java applications.
- ▌ Azure Identity Rust · aiskillstore bundleAzure 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".
- ▌ Azure Servicebus Py · aiskillstore bundleAzure Service Bus SDK for Python messaging. Use for queues, topics, subscriptions, and enterprise messaging patterns. Triggers: "service bus", "ServiceBusClient", "queue", "topic", "subscription", "message broker".
- ▌ Azure Servicebus TS · aiskillstore bundleBuild 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.
- ▌ Azure Web Pubsub TS · aiskillstore bundleBuild 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.
- ▌ Basecamp Automation · aiskillstore bundleAutomate Basecamp project management, to-dos, messages, people, and to-do list organization via Rube MCP (Composio). Always search tools first for current schemas.
- ▌ Calendly Automation · aiskillstore bundleAutomate Calendly scheduling, event management, invitee tracking, availability checks, and organization administration via Rube MCP (Composio). Always search tools first for current schemas.
- ▌ Ddd Context Mapping · aiskillstore bundleMap relationships between bounded contexts and define integration contracts using DDD context mapping patterns.
- ▌ File Path Traversal · aiskillstore bundleThis 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...
- ▌ Frontend UI Dark TS · aiskillstore bundleBuild 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.
- ▌ Hig Project Context · aiskillstore bundleCreate 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.
- ▌ Office Productivity · aiskillstore bundleOffice productivity workflow covering document creation, spreadsheet automation, presentation generation, and integration with LibreOffice and Microsoft Office formats.
- ▌ Sendgrid Automation · aiskillstore bundleAutomate 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.
- ▌ Supabase Automation · aiskillstore bundleAutomate Supabase database queries, table management, project administration, storage, edge functions, and SQL execution via Rube MCP (Composio). Always search tools first for current schemas.
- ▌ Ralph Tui Create JSON · aiskillstore bundleConvert 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.
- ▌ Svelte Code Writer · aiskillstore bundleCLI 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.
- ▌
- ▌ Event Store Design · aiskillstore bundleDesign and implement event stores for event-sourced systems. Use when building event sourcing infrastructure, choosing event store technologies, or implementing event persistence patterns.
- ▌ Saga Orchestration · aiskillstore bundleImplement saga patterns for distributed transactions and cross-aggregate workflows. Use when coordinating multi-step business processes, handling compensating transactions, or managing long-running workflows.
- ▌
- ▌ Deep Reading Analyst · aiskillstore bundleComprehensive 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.
- ▌ Zig Best Practices · aiskillstore bundleProvides 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.
- ▌ SEO Copywriter Pro · aiskillstore bundleAgente 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.
- ▌ Terminal Title · aiskillstore bundleThis 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.
- ▌ Context Management · aiskillstore bundleContext 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.
- ▌ Technical Research · aiskillstore bundleTechnical spike and research investigation specialist. Use when exploring options for a technical decision, conducting timeboxed investigations, or evaluating technology choices.
- ▌ Assessment Builder · aiskillstore bundleCreates 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.
- ▌ Chatkit Botbuilder · aiskillstore bundleGuide 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.
- ▌ Context7 Efficient · aiskillstore bundleToken-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.
- ▌ Prd To Appspec · aiskillstore bundleTransform 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.
- ▌ SEO Handler · aiskillstore bundleManage SEO, sitemaps, and metadata for optimal search engine visibility
- ▌ Backend Fastapi · aiskillstore bundleDocumentation for the FastAPI backend, endpoints, and dependency injection.
- ▌ Completion Integrity · aiskillstore bundlePrevents shortcuts and cheating when completing tasks. Blocks commits with warning suppressions, commented tests, or deleted assertions.
- ▌ Epistemic Checkpoint · aiskillstore bundleForce 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.
- ▌ Ascii Visualizer · aiskillstore bundleCreates 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.
- ▌ Quality Reviewer · aiskillstore bundleAutomatically 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
- ▌ Error Detective · aiskillstore bundleSystematic 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.
- ▌ Context7 Integration · aiskillstore bundleUse 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.
- ▌ Claude Reflect · aiskillstore bundleSelf-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.
- ▌ Prescriptive Actions · aiskillstore bundleUse when the user asks for recommendations, next steps, best approaches, or “what should I do” guidance to achieve a goal or fix a problem.
- ▌ Reasoning Analogical · aiskillstore bundleTransfer 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.
- ▌ Linear Milestones Write · aiskillstore bundleCreate and update Linear project milestones via CLI (write operations)
- ▌ Neovim Debugging · aiskillstore bundleDebug 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.
- ▌ Research Storage · aiskillstore bundleResearch 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.
- ▌ Edn Analyzer · aiskillstore bundleDeep 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.
- ▌ Jest Testing · aiskillstore bundleAutomatically 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.
- ▌ Writing Docs · aiskillstore bundleExpert 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.