File Ops

File manipulation and management

Showing 1801-1824 of 7492 skills
TerminalSkills

agent-memory

by TerminalSkills

Add persistent memory to AI coding agents — file-based, vector, and semantic search memory systems that survive between sessions. Use when a user asks to "remember this", "add memory to my agent", "persist context between sessions", "build a knowledge base for my agent", "set up agent memory", or "make my AI remember things". Covers file-based memory (MEMORY.md), SQLite with embeddings, vector databases (ChromaDB, Pinecone), semantic search, memory consolidation, and automatic context injection.

Embeddings 140 6mo ago
TerminalSkills

archiver

by TerminalSkills

Create ZIP and TAR archives programmatically with Archiver — bundle files, directories, and streams into compressed archives with progress tracking. Use when tasks involve generating downloadable bundles, backing up directories, creating deployment packages, or building export features that zip multiple files together.

Code Gen 140 6mo ago
ihlamury

copy-ai-ui-skills

by ihlamury

Copy Ai's UI design system. Use when building interfaces inspired by Copy Ai's aesthetic - light mode, Inter font, 4px grid.

Design 84 7mo ago
edmundmiller

pi-nix-syntax

by edmundmiller

Use when converting Pi config/extension/skill setup (Pi settings.json packages, ~/.pi/agent/extensions, git:... sources) into this dotfiles repo's Nix representation (skills-catalog/agent-skills-nix, modules/agents/pi/default.nix home.file links), or converting the other direction.

Code Gen 79 5mo ago
edmundmiller

simplify

by edmundmiller

Review changed code for reuse, quality, and efficiency, then fix worthwhile issues.

Debugging 79 27d ago
edmundmiller

done

by edmundmiller

Lands finished Git worktrees or jj workspaces, publishes, proves remote equality, and cleans up.

File Ops 79 27d ago
edmundmiller

ast-grep

by edmundmiller

Structural code search, refactoring, and repository lint-rule setup with ast-grep. Use when searching by syntax shape, writing or testing ast-grep rules, configuring sgconfig.yml, enforcing coding standards, selecting rule severity, or adding ast-grep to project checks and CI.

Code Review 79 1mo ago
edmundmiller

defragmenting-memory

by edmundmiller

Decomposes and reorganizes agent memory files into focused, single-purpose components. Use when memory has large multi-topic blocks, redundancy, or poor organization. Trigger phrases: "defrag memory", "reorganize memory", "clean up memory files", "split memory blocks".

Code Gen 79 3mo ago
edmundmiller

code-search

by edmundmiller

Use when searching code by unknown means or choosing between text and structural search tools. Owns ast-grep vs ripgrep selection and text-search guidance.

CLI Tools 79 1mo ago
edmundmiller

Searching Memory

by edmundmiller

Preserve frontmatter schema (description, limit, optional protected read_only).

File Ops 79 3mo ago
edmundmiller

fork-bead-threads

by edmundmiller

Fork one isolated Codex worktree thread per Beads issue and start each with a dependency-aware completion contract. Use when the user asks to start, fork, split, parallelize, or create separate chats for beads, tickets, issues, or a backlog with the goal of fixing them all.

Automation 79 1mo ago
CommandCodeAI

docx

by CommandCodeAI

"Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks"

Automation 120 8mo ago
groeimetai

mcp-tool-discovery

by groeimetai

This skill should be used when the user asks about "available tools", "what tools", "how to find tools", "tool search", "MCP servers", "list tools", "discover tools", "which tools", or needs guidance on discovering and using Snow-Flow MCP tools.

Database 78 6mo ago
intellectronica

anki-connect

by intellectronica

This skill is for interacting with Anki through AnkiConnect, and should be used whenever a user asks to interact with Anki, including to read or modify decks, notes, cards, models, media, or sync operations.

API Dev 286 7mo ago
intellectronica

youtube-transcript

by intellectronica

Extract transcripts from YouTube videos. Use when the user asks for a transcript, subtitles, or captions of a YouTube video and provides a YouTube URL (youtube.com/watch?v=, youtu.be/, or similar). Supports output with or without timestamps.

CLI Tools 286 7mo ago
intellectronica

mgrep-code-search

by intellectronica

Semantic code search using mgrep for efficient codebase exploration. This skill should be used when searching or exploring codebases with more than 30 non-gitignored files and/or nested directory structures. It provides natural language semantic search that complements traditional grep/ripgrep for finding features, understanding intent, and exploring unfamiliar code.

Embeddings 286 7mo ago
intellectronica

mgrep-code-search

by intellectronica

Semantic code search using mgrep for efficient codebase exploration. This skill should be used when searching or exploring codebases with more than 30 non-gitignored files and/or nested directory structures. It provides natural language semantic search that complements traditional grep/ripgrep for finding features, understanding intent, and exploring unfamiliar code.

Embeddings 286 7mo ago
intellectronica

anki-connect

by intellectronica

This skill is for interacting with Anki through AnkiConnect, and should be used whenever a user asks to interact with Anki, including to read or modify decks, notes, cards, models, media, or sync operations.

API Dev 286 7mo ago
intellectronica

youtube-transcript

by intellectronica

Extract transcripts from YouTube videos. Use when the user asks for a transcript, subtitles, or captions of a YouTube video and provides a YouTube URL (youtube.com/watch?v=, youtu.be/, or similar). Supports output with or without timestamps.

CLI Tools 286 7mo ago
thim81

openapi-format

by thim81

Configure and run openapi-format CLI workflows for OpenAPI/AsyncAPI documents. Use when you need to sort fields, filter operations/tags/flags/content, change casing, generate operationIds, apply overlays, convert OpenAPI versions (3.0/3.1 to 3.1/3.2), rename titles, split specs, bundle refs, or manage .openapiformatrc/--configFile driven formatting pipelines with minimal config overrides.

CLI Tools 176 7mo ago
coinbase

search-for-service

by coinbase

Search and browse the x402 bazaar marketplace for paid API services. Use when you or the user want to find available services, see what's available, discover APIs, or need an external service to accomplish a task. Also use as a fallback when no other skill clearly matches — search the bazaar to see if a paid service exists. Covers "what can I do?", "find me an API for...", "what services are available?", "search for...", "browse the bazaar".

Embeddings 126 6mo ago
philschmid

mcp-cli

by philschmid

Interface for MCP (Model Context Protocol) servers via CLI. Use when you need to interact with external tools, APIs, or data sources through MCP servers.

CLI Tools 1.3K 7mo ago
SalesforceCommerceCloud

b2c-querying-data

by SalesforceCommerceCloud

Best practices for querying products, orders, customers, and system objects in B2C Commerce. Use when writing product searches, order queries, customer/profile lookups, replacing database-intensive APIs, improving search performance, or diagnosing slow category/search pages. Covers ProductSearchModel, OrderMgr, CustomerMgr, SystemObjectMgr, index-friendly vs database-intensive APIs, and query performance pitfalls. For order lifecycle and status management, use b2c-ordering instead. For custom object CRUD, use b2c-custom-objects instead.

Embeddings 52 6mo ago
SalesforceCommerceCloud

b2c-docs

by SalesforceCommerceCloud

Search and read B2C Commerce (SFCC/Demandware) Script API documentation and XSD schemas with the b2c cli. Always reference when using the CLI to search or read Script API documentation, look up dw.* classes, or browse XSD schemas. Also use when writing B2C scripts, answering "how do I" questions about URLs/products/orders, or verifying class methods and properties.

CLI Tools 52 6mo ago