File Ops

File manipulation and management

Showing 2137-2160 of 7492 skills
steveclarke

feature-requirements

by steveclarke

Requirements

Code Gen 35 7mo ago
steveclarke

move-files

by steveclarke

Move files using a two-phase approach that preserves Git history. Phase 1 uses mv commands only, then waits for staging. Phase 2 makes content changes separately. Use when reorganizing files and need clean, trackable diffs. Triggers on "move files", "reorganize structure", "preserve git history".

File Ops 35 7mo ago
steveclarke

skill-creator

by steveclarke

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

Code Gen 35 8mo ago
steveclarke

screenshots

by steveclarke

Generate marketing screenshots of your app using Playwright. Use when the user wants to create screenshots for Product Hunt, social media, landing pages, or documentation.

Auth 35 7mo ago
tenequm

erc-8004

by tenequm

Build with ERC-8004 Trustless Agents - on-chain agent identity, reputation, validation, and discovery on EVM chains. Use when registering AI agents on-chain, building agent reputation systems, searching/discovering agents, working with the Agent0 SDK (agent0-sdk), or implementing the ERC-8004 standard. Triggers on ERC-8004, Agent0, agent identity, agent registry, agent reputation, trustless agents, agent discovery.

Agents 35 6mo ago
steveclarke

real-world-rails

by steveclarke

Research how production Rails apps solve architectural problems using the Real World Rails repository. Use when the user wants to know how other apps handle something, find patterns, or compare approaches. Triggers on "rails patterns", "how do other apps", "real world rails", "research how apps do".

Academic 35 6mo ago
steveclarke

favicon

by steveclarke

Generate favicons from a source image

Docker 35 7mo ago
j-morgan6

ecto-essentials

by j-morgan6

MANDATORY for ALL database work. Invoke before modifying schemas, queries, or migrations.

Database 155 6mo ago
streamlit

creating-streamlit-themes

by streamlit

Creating and customizing Streamlit themes. Use when changing app colors, fonts, or appearance, or aligning apps to brand guidelines. Covers config.toml configuration, design principles, and CSS avoidance.

Design 224 7mo ago
streamlit

organizing-streamlit-code

by streamlit

Organizing Streamlit code for maintainability. Use when structuring apps with separate modules and utilities. Covers separation of concerns, keeping UI code clean, and import patterns.

Processing 224 7mo ago
draco-agent

tech-news-digest

by draco-agent

Generate tech news digests with unified source model, quality scoring, and multi-format output. Five-layer data collection from RSS feeds, Twitter/X KOLs, GitHub releases, Reddit, and web search. Pipeline-based scripts with retry mechanisms and deduplication. Supports Discord, email, and markdown templates.

Email 72 6mo ago
wedsamuel1230

error-message-explainer

by wedsamuel1230

Interprets Arduino/ESP32/RP2040 compiler errors in plain English for beginners. Use when user shares error messages, compilation failures, upload problems, or asks "what does this error mean". Covers common errors like undefined references, type mismatches, missing libraries, and board-specific issues.

Debugging 21 7mo ago
Factory-AI

memory-capture

by Factory-AI

Capture and organize memories, decisions, and learnings to a memories.md file. Use when you want to save context for future sessions.

Docs Gen 11 8mo ago
clawdbrunner

hybrid-memory

by clawdbrunner

Hybrid memory strategy combining OpenClaw's built-in QMD vector memory with Graphiti temporal knowledge graph. Use for all memory recall requests.

Embeddings 103 7mo ago
pinecone-io

pinecone:quickstart

by pinecone-io

Interactive Pinecone quickstart for new developers. Choose between two paths - Database (create an integrated index, upsert data, and query using Pinecone MCP + Python) or Assistant (create a Pinecone Assistant for document Q&A). Use when a user wants to get started with Pinecone for the first time or wants a guided tour of Pinecone's tools.

CLI Tools 68 6mo ago
pinecone-io

pinecone:query

by pinecone-io

Query integrated indexes using text with Pinecone MCP. IMPORTANT - This skill ONLY works with integrated indexes (indexes with built-in Pinecone embedding models like multilingual-e5-large). For standard indexes or advanced vector operations, use the CLI skill instead. Requires PINECONE_API_KEY environment variable and Pinecone MCP server to be configured.

Database 68 6mo ago
pinecone-io

pinecone:assistant

by pinecone-io

Create, manage, and chat with Pinecone Assistants for document Q&A with citations. Handles all assistant operations - create, upload, sync, chat, context retrieval, and list. Recognizes natural language like "create an assistant from my docs", "ask my assistant about X", or "upload my docs to Pinecone".

Code Gen 68 6mo ago
pinecone-io

pinecone:docs

by pinecone-io

Curated documentation reference for developers building with Pinecone. Contains links to official docs organized by topic and data format references. Use when writing Pinecone code, looking up API parameters, or needing the correct format for vectors or records.

Processing 68 6mo ago
pondorasti

swiftui-view-refactor

by pondorasti

Refactor and review SwiftUI view files for consistent structure, dependency injection, and Observation usage. Use when asked to clean up a SwiftUI view's layout/ordering, handle view models safely (non-optional when possible), or standardize how dependencies and @Observable state are initialized and passed.

Code Gen 68 7mo ago
pondorasti

swift-concurrency-expert

by pondorasti

Swift Concurrency review and remediation for Swift 6.2+. Use when asked to review Swift Concurrency usage, improve concurrency compliance, or fix Swift concurrency compiler errors in a feature or file.

Code Review 68 7mo ago
akaszubski

content-allocation

by akaszubski

"One topic, one home. Routes content to its canonical store (CLAUDE.md, PROJECT.md, MEMORY.md, docs/, memory/) and audits for duplication. TRIGGER when: auditing CLAUDE.md/PROJECT.md/MEMORY.md sizes, deduplicating docs, applying the content-allocation pattern to a new repo, running /align --content. DO NOT TRIGGER when: implementing features, writing tests, routine code edits, debugging."

File Ops 33 3mo ago
akaszubski

refactoring-patterns

by akaszubski

"Safe refactoring techniques — extract, inline, rename, move, simplify conditionals, and decompose functions. Use when restructuring code without changing behavior. TRIGGER when: refactor, extract method, rename, inline, simplify, decompose, clean up, code smell. DO NOT TRIGGER when: adding features, fixing bugs, writing tests, documentation."

Comments 33 5mo ago
akaszubski

planning-workflow

by akaszubski

"7-step planning workflow for pre-implementation design. Enforced by plan_gate hook, critiqued by plan-critic agent. Use when creating plans, design documents, or architecture decisions before implementation. TRIGGER when: plan, planning, /plan, design document, architecture decision. DO NOT TRIGGER when: implementation, coding, testing."

Agents 33 4mo ago
akaszubski

research-patterns

by akaszubski

"4-phase research methodology: codebase recon, targeted web search, deep source analysis, and evidence synthesis. Use when investigating patterns, evaluating libraries, or analyzing best practices. TRIGGER when: research, investigate, evaluate options, compare libraries. DO NOT TRIGGER when: implementation tasks, bug fixes, routine code changes."

Academic 33 5mo ago