Skip to main content

이 저장소의 skills

jeremylongshore/claude-code-plugins-plus-skills - 17페이지

SkillsMP는 jeremylongshore/claude-code-plugins-plus-skills에서 3,426개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

jeremylongshore/claude-code-plugins-plus-skills

수집된 skill 3,426개 중 40개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

Implement access control for multi-user Apple Notes automation. Trigger: "apple notes access control".

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Create, read, and list Apple Notes using JXA and AppleScript. Use when learning Notes automation, creating your first automated note, or testing read/write access to Apple Notes from scripts. Trigger: "apple notes hello world", "create apple note", "read…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Incident response runbook for Apple Notes automation failures. Trigger: "apple notes incident".

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Set up macOS automation access for Apple Notes via AppleScript, JXA, and Shortcuts. Use when configuring accessibility permissions, setting up osascript access, or initializing Apple Notes automation on macOS. Trigger: "setup apple notes", "apple notes…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Set up local development workflow for Apple Notes automation with JXA hot reload. Trigger: "apple notes dev loop".

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Migrate notes between Apple Notes, Obsidian, Notion, and other platforms. Trigger: "apple notes migration".

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Configure Apple Notes automation for multiple accounts and environments. Trigger: "apple notes multi account".

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Monitor Apple Notes automation health and performance metrics. Trigger: "apple notes monitoring".

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Optimize Apple Notes automation performance for large note collections. Trigger: "apple notes performance".

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Production checklist for Apple Notes automation deployments. Trigger: "apple notes production checklist".

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Handle Apple Notes automation rate limits and iCloud sync throttling. Trigger: "apple notes rate limit".

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Reference architecture for Apple Notes automation systems. Trigger: "apple notes architecture".

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Apply production-ready patterns for Apple Notes JXA/AppleScript automation. Trigger: "apple notes patterns".

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Apply security best practices for Apple Notes automation scripts. Trigger: "apple notes security".

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Migrate Apple Notes automation scripts between macOS versions. Trigger: "apple notes upgrade migration".

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Monitor Apple Notes changes using file system events and Shortcuts triggers. Trigger: "apple notes events".

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Configure AssemblyAI CI/CD integration with GitHub Actions and testing. Use when setting up automated testing, configuring CI pipelines, or integrating AssemblyAI transcription tests into your build process. Trigger with phrases like "assemblyai CI",…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Diagnose and fix AssemblyAI common errors and exceptions. Use when encountering AssemblyAI errors, debugging failed transcriptions, or troubleshooting streaming and LeMUR issues. Trigger with phrases like "assemblyai error", "fix assemblyai", "assemblyai not…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Execute AssemblyAI primary workflow: async transcription with audio intelligence. Use when transcribing audio/video files, enabling speaker diarization, sentiment analysis, entity detection, PII redaction, or content moderation. Trigger with phrases like…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Execute AssemblyAI streaming transcription and LeMUR workflows. Use when implementing real-time speech-to-text, live captions, voice agents, or LLM-powered audio analysis with LeMUR. Trigger with phrases like "assemblyai streaming", "assemblyai real-time",…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Optimize AssemblyAI costs through model selection, feature budgeting, and usage monitoring. Use when analyzing AssemblyAI billing, reducing transcription costs, or implementing usage monitoring and budget alerts. Trigger with phrases like "assemblyai cost",…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Collect AssemblyAI debug evidence for support tickets and troubleshooting. Use when encountering persistent issues, preparing support tickets, or collecting diagnostic information for AssemblyAI problems. Trigger with phrases like "assemblyai debug",…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Deploy AssemblyAI integrations to Vercel, Cloud Run, and Fly.io platforms. Use when deploying AssemblyAI-powered transcription services to production, configuring platform-specific secrets, or setting up webhook endpoints. Trigger with phrases like "deploy…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Create a minimal working AssemblyAI transcription example. Use when starting a new AssemblyAI integration, testing your setup, or learning basic transcription patterns. Trigger with phrases like "assemblyai hello world", "assemblyai example", "assemblyai…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Install and configure AssemblyAI SDK authentication. Use when setting up a new AssemblyAI integration, configuring API keys, or initializing the assemblyai npm package in your project. Trigger with phrases like "install assemblyai", "setup assemblyai",…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Configure AssemblyAI local development with hot reload and testing. Use when setting up a development environment, configuring test workflows, or establishing a fast iteration cycle with AssemblyAI. Trigger with phrases like "assemblyai dev setup",…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Optimize AssemblyAI API performance with caching, parallel processing, and model selection. Use when experiencing slow transcriptions, implementing caching strategies, or optimizing throughput for batch transcription workloads. Trigger with phrases like…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Execute AssemblyAI production deployment checklist and rollback procedures. Use when deploying AssemblyAI integrations to production, preparing for launch, or implementing go-live procedures for transcription services. Trigger with phrases like "assemblyai…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement AssemblyAI rate limiting, backoff, and queue-based throttling. Use when handling rate limit errors, implementing retry logic, or managing concurrent transcription throughput. Trigger with phrases like "assemblyai rate limit", "assemblyai…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement AssemblyAI reference architecture with best-practice project layout. Use when designing new AssemblyAI transcription services, reviewing project structure, or building production-grade speech-to-text applications. Trigger with phrases like…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Apply production-ready AssemblyAI SDK patterns for TypeScript and Python. Use when implementing AssemblyAI integrations, refactoring SDK usage, or establishing team coding standards for transcription workflows. Trigger with phrases like "assemblyai SDK…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Apply AssemblyAI security best practices for API keys, PII, and access control. Use when securing API keys, implementing PII redaction, or configuring temporary tokens for browser-side streaming. Trigger with phrases like "assemblyai security", "assemblyai…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Analyze, plan, and execute AssemblyAI SDK upgrades with breaking change detection. Use when upgrading the assemblyai npm package, migrating from the old SDK, or switching between speech models (Best, Nano, Universal). Trigger with phrases like "upgrade…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement AssemblyAI webhook handling for transcription completion events. Use when setting up webhook endpoints, handling transcription callbacks, or processing async transcription results via webhooks. Trigger with phrases like "assemblyai webhook",…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Configure CI/CD pipelines for Attio integrations with GitHub Actions, mock-based unit tests, and live API integration tests. Trigger: "attio CI", "attio GitHub Actions", "attio automated tests", "CI attio", "attio pipeline", "test attio in CI".

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Diagnose and fix the top Attio REST API errors by HTTP status code. Real error response formats, actual error codes, and proven fixes. Trigger: "attio error", "fix attio", "attio not working", "attio 429", "attio 403", "attio 422", "debug attio".

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Full CRUD on Attio records -- create, read, update, delete, and search across people, companies, deals, and custom objects. Trigger: "attio records", "attio CRUD", "create attio record", "update attio person", "search attio companies", "attio objects".

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Manage Attio lists, entries, notes, and tasks via the REST API. Use when working with sales pipelines, kanban boards, CRM notes, or task assignments in Attio. Trigger: "attio lists", "attio entries", "attio pipeline", "attio notes", "attio tasks", "add to…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Optimize Attio API usage costs -- reduce request volume, select the right plan, monitor usage, and implement budget alerts. Trigger: "attio cost", "attio billing", "reduce attio costs", "attio pricing", "attio expensive", "attio budget", "attio usage".

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Collect Attio integration diagnostic evidence -- API health, scopes, object schema, and rate limit status -- for debugging or support tickets. Trigger: "attio debug", "attio support bundle", "attio diagnostic", "collect attio logs", "attio not working debug".

원문 언어: 영어

업데이트
수집된 skill 3,426개 중 40개를 표시합니다.