- Home
- /
- Categories
- /
- File Ops
File Ops
File manipulation and management
granola-auth
by skippednote
Authenticate with Granola and save OAuth tokens to .env
using-git-worktrees
by Cygnusfear
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
google-workspace
by geziel16
Manage Google Workspace via the gws CLI — Drive, Gmail, Calendar, Sheets, Docs, Chat, Admin, Tasks, Meet, Slides, Forms, Contacts, and every other Workspace API. Use when: (1) listing, uploading, downloading, or sharing files on Google Drive, (2) reading, sending, labeling, or filtering Gmail messages, (3) creating, updating, or querying Google Calendar events, (4) reading or writing Google Sheets data, (5) creating or editing Google Docs, (6) sending Google Chat messages, (7) managing Google Tasks, (8) any other Google Workspace operation. Wraps the official gws CLI which dynamically discovers all Workspace APIs. Outputs structured JSON suitable for agent pipelines.
skill-creator
by wiztral
Create and validate new AI agent skills. This skill provides standards, templates, and validation tools to ensure high-quality, interoperable skills across different AI agents.
alpaca-docs
by adamelliotfields
Fetch Alpaca documentation pages. Use when you need information from Alpaca's official docs site on the platform or API.
rollback
by pmco23
Use to undo a completed build. Reads .pipeline/plan.md to identify which files were created or modified by each task group, presents a checklist for confirmation, removes or restores confirmed files, and resets .pipeline/build.complete. Requires .pipeline/build.complete.
vercel-composition-patterns
by pm-minji
React composition patterns that scale. Use when refactoring components with
package-managing
by ingpdw
Guides the agent through Python project management with uv, the fast Rust-based package and project manager. Triggered when users say "create a Python project", "init a Python project with uv", "add a dependency", "manage Python packages", "sync dependencies", "lock dependencies", "run a Python script", "set up pyproject.toml", or mention uv, package management, virtual environments, or Python project initialization.
ad-arena
by tonyflo79
Multi-persona adversarial evaluation of complete ad concepts using 7 ad-specific personas across 3 competitive rounds. Use after visual direction (A05) is complete and you need to stress-test ad concepts before production. Evaluates the COMPLETE concept (hook + script + visual as an atomic unit) — never isolated elements. Seven personas provide adversarial critique, and quality peaks in Round 3. Human selects the winners; the Arena recommends with transparent scoring. Produces AD-ARENA- RESULTS.md with scored candidates and synthesis. Trigger when users mention ad testing, concept evaluation, Arena for ads, ad review, or stress-testing ad creative. Requires A04 scripts and A05 visual direction as complete concepts.
wp-plugin-tag
by Tmeister
Create, verify, list, or delete WordPress plugin version tags safely.
museum-semantic-search
by derekphilipau
AI-powered semantic search for museum collections.
setup-artist
by recoupable
Set up the workspace for a new artist inside a sandbox. Creates the directory structure, context files, memory system, and placeholder content so agents can immediately start working. Use after setup-sandbox has created the org/artist folders, when RECOUP.md has status not-setup. Triggers on "set up artist", "create artist workspace", "initialize artist", or "onboard new artist".
tools
by Alicoder001
Dynamic tool selection, composition, and error handling patterns for AI agents. Use when you need to efficiently leverage available tools and handle failures gracefully.
youtube-interview-shorts-zh
by chuanyin888
Use when the user wants to turn a long YouTube interview, talk, or podcast into 5 to 8 short clips with Chinese hard subtitles. This skill downloads the source video and subtitles, analyzes the transcript, selects strong standalone moments, cuts clips under 3 minutes, prepares Chinese packaging copy, and burns subtitles plus a first-second title into the exported videos.
Docker & Containers
by tachfineamnay
Docker containerization, multi-stage builds, Docker Compose, and container best practices.
file-system
by cuba6112
Safe filesystem operations for agents, including path normalization vs resolution, temp file handling, atomic replacement, and spooled buffers. Use when reading/writing user-supplied paths, staging outputs, or managing temporary files; triggers: filesystem, os.path, tempfile, path normalization, realpath, atomic write.
clerk-custom-auth-ui-nextjs
by nicolas-angelo
Clerk + Next.js patterns that extend the official skills with custom auth flows, UI component configuration and routing strategies.
manage-campaign
by feed-mob
Retrieve and manage advertising campaign state throughout the campaign lifecycle. Use when checking campaign status, retrieving campaign data by ID, understanding campaign completion progress, or determining next steps in the campaign workflow. Triggers on requests to get campaign details, check campaign status, view campaign progress, or retrieve stored campaign data.
media-mgmt
by wenrouXN
"搜索媒体资源、转存 115 分享、订阅 MoviePilot、解锁 HDHive、下载 Telegram 音乐。"
ast-grep
by SomtoUgeh
Guide for writing ast-grep rules to perform structural code search and analysis. Use when users need to search codebases using Abstract Syntax Tree (AST) patterns, find specific code structures, or perform complex code queries that go beyond simple text search. This skill should be used when users ask to search for code patterns, find specific language constructs, or locate code with particular structural characteristics.
planning-with-files
by CodingHeader
Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requiring >5 tool calls.
qwen3-tts
by takashi728
Qwen3-TTS CLI — generate speech from text using Qwen3-TTS models on local GPU. Supports voice design (describe any voice in natural language), voice clone (clone from reference audio), and custom voice (9 preset speakers) across 10 languages (Chinese, English, Japanese, Korean, German, French, Russian, Portuguese, Spanish, Italian). Trigger with "generate speech", "text to speech", "tts", "voice design", "voice clone", "qwen3-tts", "speak this", "read aloud", "clone this voice", "design a voice", or any request to turn text into spoken audio.
macpilot-dialog-handler
by adhikjoshi
Handle macOS file dialogs (Open, Save, Print) with MacPilot. Navigate folders, select files, set filenames, and dismiss dialogs programmatically in any application.
design
by pmco23
Use after /brief to transform a brief into a formal design document. Performs first-principles analysis, classifies constraints, grounds all recommendations in live library docs via Context7 and web search, then iterates until alignment. Writes .pipeline/design.md.