Back to authors
majiayu000

majiayu000

2202 Skills published on GitHub.

ADAPTATION_GUIDE

Use when adapting Droidz framework or creating custom workflows. Guide for customizing droids, skills, and commands for specific project needs.

UncategorizedView skill →

adapter-configurator

Activate when users need help setting up, configuring, or troubleshooting LimaCharlie adapters to ingest telemetry from cloud services, identity providers, log sources, or other data sources.

UncategorizedView skill →

adapter-development

Comprehensive guide for AIDB debug adapter development. Covers component-based

UncategorizedView skill →

adapter-expert

|

UncategorizedView skill →

adapter-factory

Guide for creating new CLI or HTTP adapters to integrate AI models into the AI Counsel deliberation system

UncategorizedView skill →

bio-read-qc-adapter-trimming

Remove sequencing adapters from FASTQ files using Cutadapt and Trimmomatic. Supports single-end and paired-end reads, Illumina TruSeq, Nextera, and custom adapter sequences. Use when FastQC shows adapter contamination or before alignment of short reads.

UncategorizedView skill →

patterns/adapter

Adapter (Wrapper) Pattern pattern for C development

UncategorizedView skill →

adapting-transfer-learning-models

|

UncategorizedView skill →

Adaptive Bitrate Streaming

Automatically adjusting video quality based on network conditions using HLS, DASH protocols and player implementation for smooth playback and optimal user experience.

UncategorizedView skill →

adaptive-guardrail-calibrator

Calibrate guardrail thresholds from live hardware telemetry and emit environment presets. Use when thresholds are hand-tuned or drift with hardware changes.

UncategorizedView skill →

adaptive-rejection-sampler

Guidance for implementing adaptive rejection sampling (ARS) algorithms for generating random samples from log-concave probability distributions. This skill should be used when tasks involve implementing ARS, rejection sampling, or Monte Carlo methods that require sampling from custom probability distributions, particularly in R or other statistical computing languages.

UncategorizedView skill →

adaptive-temporal-analysis-integration

Integrate adaptive temporal analysis for drift detection.

UncategorizedView skill →

adaptive-ux-scheduling

Adapt UI scheduling behavior dynamically based on runtime conditions and user context.

UncategorizedView skill →

adaptive-workflows

Self-learning workflow system that tracks what works best for your use cases. Records experiment results, suggests optimizations, creates custom templates, and builds a personal knowledge base. Use to learn from experience and optimize your LLM workflows over time.

UncategorizedView skill →

adaptyv

Cloud laboratory platform for automated protein testing and validation. Use when designing proteins and needing experimental validation including binding assays, expression testing, thermostability measurements, enzyme activity assays, or protein sequence optimization. Also use for submitting experiments via API, tracking experiment status, downloading results, optimizing protein sequences for better expression using computational tools (NetSolP, SoluProt, SolubleMPNN, ESM), or managing protein design workflows with wet-lab validation.

UncategorizedView skill →

add-awesome-tool

This skill should be used when analyzing a link to an AI tool and adding it to the awesome-ai-tools readme with proper categorization

UncategorizedView skill →

admin-infra-oci

|

UncategorizedView skill →

adb-android-control

Comprehensive Android device control via ADB (Android Debug Bridge). Use when user asks about: Android device management, app installation/uninstallation, APK operations, package management, file transfer (push/pull), screenshots, screen recording, input simulation (tap/swipe/text/keyevents), shell commands, logcat viewing, device info (battery/memory/storage), automation scripts, wireless ADB connection, scrcpy mirroring. Keywords: adb, android, phone, tablet, device, apk, install app, uninstall app, screenshot, screen record, tap, swipe, type text, keyevent, logcat, push file, pull file, shell, package, activity, intent, broadcast, dumpsys, getprop, settings, input, sendevent, monkey, am start, pm list, device info, battery status, wireless adb, connect device.

UncategorizedView skill →

adb-bypass

PlayIntegrityFork bypass verification and validation for Play Integrity spoofing detection

UncategorizedView skill →

adb-device-testing

Use when testing Android apps on ADB-connected devices/emulators - UI automation, screenshots, location spoofing, navigation, app management. Triggers on ADB, emulator, Android testing, location mock, UI test, screenshot walkthrough.

UncategorizedView skill →

adb-karrot

Karrot app automation with AI Vision - bypass Play Integrity and LIAPP detection, login, and interaction workflows with Claude Vision API integration

UncategorizedView skill →

adb-magisk-installer

Complete Magisk system installation - from initial app setup to full system integration

UncategorizedView skill →

adb-magisk

Magisk Manager automation - app launching, module installation, Zygisk configuration

UncategorizedView skill →

adb-navigation-base

Base navigation patterns for Android device automation - gestures, waits, and UI interaction

UncategorizedView skill →

adb-screen-detection

Screen understanding with OCR and template matching for Android device automation

UncategorizedView skill →

adb-uiautomator

Semantic UI element detection via uiautomator2

UncategorizedView skill →

adb-workflow-orchestrator

TOON workflow orchestration engine for coordinating ADB automation scripts across phases with error recovery

UncategorizedView skill →

adb

>

UncategorizedView skill →

Add Admin API Endpoint

Add a new endpoint or endpoints to Ghost's Admin API at `ghost/api/admin/**`.

UncategorizedView skill →

add-agent-property

Add a new property to the AI agents database. Use when the user wants to add, create, or introduce a new column, property, field, or feature to track across all agents in the comparison matrix. Handles all four required steps - database updates, groups.json, table display, and GitHub issue templates.

UncategorizedView skill →

add-agent-templates

Add new Agent templates to the meta-agent-skills framework.

UncategorizedView skill →

add-api-endpoint

Create API layer components for a new entity. Includes usecase interactors (internal/usecase/), proto definitions (schema/proto/), gRPC handlers (internal/infrastructure/grpc/), and DI registration. Use when adding CRUD endpoints or Step 3 of CRUD workflow (after add-domain-entity).

UncategorizedView skill →

add-app-config

Use when adding configuration for a new application to the dotfiles, setting up a new tool's config, or when user says "add config for X"

UncategorizedView skill →

add-atom

Add a new Jotai atom to the state system with type definitions, registry, and Store API access

UncategorizedView skill →

add-authorization-methods

Add authorization methods for a new entity to AuthorizationService. Use after creating a resource service. Triggers on "add permissions", "authorization methods", "entity permissions", "add auth methods".

UncategorizedView skill →

add-backend-testing

Add backend integration testing with Vitest to an existing app. Sets up isolated test database schema and writes tests for tRPC routers.

UncategorizedView skill →

add-backend-tool

Add a new tool to the backend OpenAI function calling system. Use when user mentions "new tool", "add tool", "backend function", "agent capability", or wants to extend what the AI agent can do.

UncategorizedView skill →

add-bc-contract

Add Contract for inter-BC communication using Provider pattern. Use when one Bounded Context needs to access data from another BC (e.g., Inventory needs Articles from Admin). Creates Contract interface, Provider implementation, and configuration.

UncategorizedView skill →

add-buyable-item

Add a new one-time shop boost (buyable item) consistent with the app’s cat-petting theme and design-concept-reference.png. Produces the boosts.json entry, icon filename/path, accessible imageDescription, and concise icon generation instructions.

UncategorizedView skill →

add-card

Create a new card part within a section with factory/class pattern, Card wrapper, and proper cleanup

UncategorizedView skill →

add-check

Add a new code quality check to CI, justfile, and pre-commit hooks. Use when adding linters, formatters, type checkers, or other code quality tools to the project.

UncategorizedView skill →

add-component

Create a reusable UI component with factory pattern, theme compatibility, and proper cleanup

UncategorizedView skill →

add-config-field

Guide adding a new config field across types, defaults, config.yaml, and optional state/env wiring.

UncategorizedView skill →

add-content

Create new files in knowledge base with directory governance. Use when user wants to save, create, or add content. Reads RULE.md to understand directory purpose and follows specified rules. Recommends target directory based on content analysis.

UncategorizedView skill →

add-custom-mob

Use when adding new mobs or entities. Covers entity class, model, renderer, client registration, spawn config, loot tables.

UncategorizedView skill →

add-dag-node

>

UncategorizedView skill →

add-database-table

Create database migrations, define table schemas, and manage constant tables (enums). Use when: (1) creating a new database table, (2) running 'make migrate.create', (3) adding enum/status values, (4) modifying table structure. REQUIRED first step before add-domain-entity.

UncategorizedView skill →

add-datalake-consumer

Adds an event consumer that writes to Azure Data Lake (Parquet) following BI_SALES_RISK plan. Creates events/consumers/[Name]DataLakeCollector.ts subscribing to RabbitMQ, building Parquet rows, writing to /path_prefix/year=YYYY/month=MM/day=DD/. Use when adding DataLakeCollector in logging or similar “event to Data Lake” pipelines.

UncategorizedView skill →

add-dataset

Guide for adding a new dataset loader to AReaL. Use when user wants to add a new dataset.

UncategorizedView skill →

add-deferred-debt

Add deferred technical debt items identified during PR review

UncategorizedView skill →

Page 14 of 45 · 2202 results