Back to categories
Category

Agent Skills in category: Uncategorized

72295 skills match this category. Browse curated collections and explore related Agent Skills.

knack-devops

Manages automated build, deployment, environment sync, and monitoring for HTI's Knack-Vercel integration. Ensures dashboard uptime, data sync relia...

willsigmon
willsigmon
91

knack-exporter

Creates shareable and compliant stakeholder reports in multiple formats (PDF, CSV, JSON, Excel, HTML). Supports NCDIT submissions, board presentati...

willsigmon
willsigmon
91

knack-filter-sort

Dynamic filtering, sorting, and query optimization for HTI dashboards and compliance reports. Reduces API payload size and improves dashboard perfo...

willsigmon
willsigmon
91

knack-goal-tracker

Tracks HTI's performance against both grant and business development goals in real-time. Provides early warning system for goal attainment risks an...

willsigmon
willsigmon
91

knack-pagination

Manages full data retrieval while respecting Knack's 1,000-record-per-page limit. Essential for HTI's 3,500+ laptop inventory and compliance report...

willsigmon
willsigmon
91

knack-reader

REST-based access to Knack Objects and Views for data extraction and transformation. Primary skill for reading HTI operational data from Knack data...

willsigmon
willsigmon
91

knack-realtime

Simulates live updates between Knack backend and Vercel dashboards. Enables near-real-time synchronization of HTI operational data without constant...

willsigmon
willsigmon
91

knack-reporting-sync

Automates Digital Champion Grant and internal quarterly reporting. Ensures NCDIT compliance and generates stakeholder-ready reports from HTI operat...

willsigmon
willsigmon
91

leavn-build-diagnostics

You are the build system health expert for the Leavn iOS app.

willsigmon
willsigmon
91

leavn-commit-machine

Create clean, descriptive git commits for Leavn app following emoji prefix convention with comprehensive change summaries

willsigmon
willsigmon
91

leavn-final-build-push

Fix last few build errors aggressively, get clean build, commit everything, and prepare for ship in Leavn iOS app

willsigmon
willsigmon
91

leavn-language-ux-verify

Systematically test language switching, localization, RTL support, and content rendering across all supported languages in the Leavn iOS app. Gener...

willsigmon
willsigmon
91

leavn-ops-aso

Use this skill when optimizing Leavn's App Store presence, researching keywords, or responding to reviews.

willsigmon
willsigmon
91

leavn-ops-content

Use this skill when creating devotional content, social media posts, or video scripts for Leavn marketing.

willsigmon
willsigmon
91

leavn-ops-release

Use this skill when preparing releases, generating changelogs, or creating release announcements.

willsigmon
willsigmon
91

leavn-ops-research

Use this skill when conducting competitor analysis, sentiment monitoring, or user research for Leavn.

willsigmon
willsigmon
91

localization-helper

Find hardcoded strings in Leavn app, add I18n.str() calls, create localization keys for all 6 supported languages (en, es, de, zh-Hans, ar, he)

willsigmon
willsigmon
91

manus-ai-agent

Use this skill when delegating complex autonomous tasks to Manus AI - an AI agent that can browse the web, execute code, generate files, and comple...

willsigmon
willsigmon
91

modal-sheet-debugger

Fix SwiftUI sheet presentation issues in Leavn - competing sheets, dismissal patterns, binding synchronization, enum-based consolidation

willsigmon
willsigmon
91

multi-agent-coordinator

Spawn 10-20 parallel agents for Leavn codebase audits, systematic fixes, comprehensive analysis across multiple domains simultaneously

willsigmon
willsigmon
91

n8n-ai-features

AI capabilities in n8n - agents, LangChain, vector stores, LLM providers, RAG, AI workflows

willsigmon
willsigmon
91

n8n-api-integration

Programmatic n8n control - REST API, workflow management, executions, credentials, automation

willsigmon
willsigmon
91

check-claude-md

检查本次对话的改动是否需要更新项目 CLAUDE.md。分析代码变更,识别新模式和约定,建议更新内容。

howell5
howell5
0

frontend-i18n-orchestrator

End-to-end i18n orchestration for frontend repositories. Use when a user wants to internationalize React/Vue/Next/Nuxt/Vite projects with minimal questions: auto-detect stack and current i18n state, ask only unresolved business decisions, migrate hardcoded strings to locale keys, localize formatting and routing/SEO, and enforce CI quality gates.

howell5
howell5
0

social-polish

从核心观点生成优质社媒长文。运用 4D 框架深度分析选题,去除 AI 味,6 维度评审确保质量。

howell5
howell5
0

vitepress-tutorial

Generate VitePress documentation sites for source code learning and analysis. Use when creating tutorials that explain how a codebase is implemented internally.

howell5
howell5
0

jest-rtl-testing

Use when writing, reviewing, or debugging Jest + React Testing Library tests, before writing test code or when tests fail

lanamaysu
lanamaysu
1

taiwan-traditional-chinese

Use when the user requests Chinese or Traditional Chinese output for responses, comments, docs, or localization, following Taiwan terminology (zh-Hant-TW/zh-TW/zh_TW).

lanamaysu
lanamaysu
1

layui-vue3

Provides comprehensive guidance for Layui Vue component library including components, layer dialogs, and utilities. Use when the user asks about Layui Vue, needs to use Layui components in Vue 3, or implement UI components.

partme-ai
partme-ai
25040

tauri-app-cli

Configure the Tauri v2 CLI plugin to parse command-line arguments using a JSON schema and route them to app behavior. Use when defining CLI argument schemas, handling startup arguments, or integrating CLI with single-instance mode.

partme-ai
partme-ai
25040

tauri-app-clipboard

Read and write text and images to the system clipboard using the Tauri v2 clipboard plugin. Use when implementing copy/paste functionality, clipboard monitoring, or restricting clipboard access to user-initiated actions only.

partme-ai
partme-ai
25040

tauri-app-creator

Create new Tauri v2 projects using create-tauri-app with frontend template selection and minimal boot verification. Use when bootstrapping a new Tauri app, choosing between npm/pnpm/bun/cargo installation methods, or verifying first-run dev mode.

partme-ai
partme-ai
25040

tauri-app-deep-linking

Configure Tauri v2 deep-linking plugin to handle custom URL schemes (e.g., myapp://) and route external URLs into the app. Use when registering custom protocols, routing deep link parameters to frontend views, or validating external input for security.

partme-ai
partme-ai
25040

tauri-app-develop

Guide the daily Tauri v2 development workflow including dev server configuration, Rust+WebView debugging, sidecar management, and testing strategies. Use when setting up dev workflow, debugging both Rust and frontend, managing resources/sidecars, or choosing testing approaches.

partme-ai
partme-ai
25040

tauri-app-dialog

Display native file open/save dialogs, alerts, and confirmation prompts using the Tauri v2 dialog plugin. Use when showing file pickers, alert/confirm dialogs, or building a unified dialog service layer across platforms.

partme-ai
partme-ai
25040

tauri-app-file-system

Read and write local files using the Tauri v2 file-system plugin with scoped directory access. Use when implementing file read/write operations, configuring safe directory scopes, or building import/export file workflows.

partme-ai
partme-ai
25040

tauri-app-frontend-selection

Select and configure a frontend framework for Tauri v2 with static export compatibility. Use when choosing between Vite, Next.js, Nuxt, SvelteKit, or other frameworks, configuring SSG/static export, or aligning output paths with Tauri asset loading.

partme-ai
partme-ai
25040

tauri-app-geolocation

Access device location using the Tauri v2 geolocation plugin with permission handling and privacy controls. Use when adding location tracking, configuring accuracy/frequency, or implementing privacy-safe opt-out defaults.

partme-ai
partme-ai
25040

tauri-app-global-shortcut

Register system-wide keyboard shortcuts using the Tauri v2 global-shortcut plugin. Use when adding global hotkeys that work outside app focus, handling shortcut conflicts, or triggering app focus/commands via keyboard shortcuts.

partme-ai
partme-ai
25040

tauri-app-haptics

Trigger tactile feedback on mobile devices using the Tauri v2 haptics plugin with vibration patterns and graceful fallback. Use when adding haptic feedback to touch interactions, selecting vibration patterns, or handling unsupported devices silently.

partme-ai
partme-ai
25040

tauri-app-http-client

Make HTTP requests from the Rust side using the Tauri v2 http-client plugin, bypassing WebView CORS restrictions. Use when sending API requests with domain allowlists, configuring secure transport, or handling request timeouts and retries.

partme-ai
partme-ai
25040

tauri-app-localhost

Serve your Tauri v2 frontend via a localhost server using the localhost plugin for frameworks requiring a server. Use when your frontend framework needs a local HTTP server, separating dev/production localhost behavior, or controlling port exposure.

partme-ai
partme-ai
25040

tauri-app-logging

Add unified logging across Rust and frontend using the Tauri v2 logging plugin with configurable levels, filtering, and file output. Use when setting up app-wide logging, configuring log levels for dev vs release, or implementing safe diagnostics without leaking secrets.

partme-ai
partme-ai
25040

tauri-app-nfc

Read and write NFC tags using the Tauri v2 NFC plugin with session lifecycle management. Use when adding NFC read/write features, managing NFC scan sessions, or handling NFC availability on mobile devices.

partme-ai
partme-ai
25040

tauri-app-notification

Send system notifications using the Tauri v2 notification plugin with permission handling and click callbacks. Use when displaying native notifications, requesting notification permissions, or routing notification clicks to specific app views.

partme-ai
partme-ai
25040

tauri-app-opener

Open external URLs and files in the default system application using the Tauri v2 opener plugin with protocol allowlisting. Use when opening links in the browser, launching files in their default app, or restricting which protocols and paths can be opened.

partme-ai
partme-ai
25040

tauri-app-os-info

Retrieve OS version, architecture, locale, and platform information using the Tauri v2 os-info plugin. Use when collecting system diagnostics, checking platform compatibility, or displaying system info in the app with data minimization.

partme-ai
partme-ai
25040

tauri-app-persisted-scope

Persist file system and other plugin scopes across app restarts using the Tauri v2 persisted-scope plugin. Use when retaining user-granted file access between sessions, implementing scope expiration policies, or managing scope revocation flows.

partme-ai
partme-ai
25040

tauri-app-planning

Plan and architect Tauri 2.0 applications from requirements to implementation, including plugin selection, capability design, and state management. Use when starting a new Tauri project, creating a technical roadmap, or mapping features to specific tauri-app-* plugins.

partme-ai
partme-ai
25040

tauri-app-plugin-permissions

Author and audit Tauri v2 plugin permissions, generate capability files, and handle cross-platform permission differences. Use when writing plugin permission schemas, generating capabilities/default.json, or auditing permissions across Windows/macOS/Linux/mobile.

partme-ai
partme-ai
25040

Page 441 of 1446 · 72295 results