- Home
- /
- Categories
- /
- File Ops
File Ops
File manipulation and management
checkpoint
by Nomik94
Use when: 리팩토링, 삭제, 마이그레이션, 대규모 변경, 위험한 작업, 파일 삭제, 코어 변경, 스키마 변경, 구조 변경. NOT for: 단순 수정, 새 파일 추가, 테스트 추가.
verified-search
by ljchg12-hue
Expert verified search with source validation, credibility scoring, and fact-checking
UK Green Book on Immunisation
by Team-Good-Machine
For the latest version, check the official Green Book collection.
granola
by moldable-ai
Read and analyze Granola.ai local meeting cache on macOS (search meetings, details, transcripts, documents, and pattern analysis) via a local TypeScript script.
active-directory-attacks
by yunaamelia
"This skill should be used when the user asks to "attack Active Directory", "exploit AD", "Kerberoasting", "DCSync", "pass-the-hash", "BloodHound enumeration", "Golden Ticket", "Silver Ticket", "AS-..."
skill-creator
by kimasplund
Guide for manually creating custom skills from scratch with templates and validation. Use when designing NEW skills with specific requirements. For auto-generating skills from existing git repos, use /generate-skills instead.
drift-check
by pmco23
Use to detect drift between a source-of-truth document and a target document or implementation. Dispatches drift-verifier (Sonnet) and path-verifier (Sonnet) in parallel — semantic claim analysis and structural path/symbol verification. Requires .pipeline/plan.md. Used internally by /build and available standalone.
algorithmic-art
by zhongjis
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Knowledge Base Search
by srsubramanian
Search and retrieve information from the vector knowledge base (RAG)
ralph-script
by petestewart
Add a Ralph Wiggum autonomous loop to the current project. Creates ralph-loop.sh and prompt.md files that enable Claude to autonomously work through a PLAN.md task list. Use when the user says "/ralph-script", "add ralph loop", "set up ralph script", "add autonomous loop", or wants to bootstrap the Ralph Wiggum loop files into a project. Supports a --force flag to skip interactive checks.
pnote
by thevertexlab
pnote - The PromptNote CLI for managing prompts, notes, and snippets
resy-mcp
by chrischall
Manage Resy restaurant reservations via MCP — search venues, book tables, list and cancel reservations, manage favorites, and subscribe to Priority Notify. Triggers on phrases like "book a table at", "find me a reservation", "what reservations do I have", "cancel my Resy", "add to my Resy hit list", or any request involving restaurant reservations on Resy. Requires resy-mcp installed and the resy server registered (see Setup below).
zafer-skills
by mrshrey007
Expo React Native mobile app development with RevenueCat payments, AdMob ads, i18n localization, onboarding flow, paywall, and NativeTabs navigation
codify
by ddaanet
Consolidate learnings into permanent documentation. Triggers on "codify", "consolidate learnings", or when learnings.md approaches its soft limit. Transforms session learnings into CLAUDE.md fragments, decision files, and skill references.
agent-share
by dctongsheng
Interact with the Agent Share platform — a community for sharing AI agent conversations. Use when the user wants to (1) upload or share a conversation/session to Agent Share, (2) browse or search shared conversations and skills, (3) like, bookmark, comment on, or follow users on Agent Share, (4) check credit balance or transfer credits, (5) register an account on Agent Share, or (6) get details of a specific conversation. Triggers on phrases like "share this conversation", "upload to agent-share", "find conversations about X", "browse agent share", "check my credits", "search skills".
auditor
by anthonyjlee
"QA auditor that examines completed pipeline executions, detects regressions, scores lesson effectiveness with a graduated model, and generates risk-tiered meta-improvement proposals through a forge loop."
semantic-explore
by adilasif
This skill should be used when the user asks to understand code behavior, explore how something works, find where functionality is implemented, or asks questions like "how does X work", "where is Y handled", "what does Z do", "show me the code that", "find the implementation of", or "trace the flow of". Also use for exploring unfamiliar codebases or when grep/glob returns too many irrelevant results. Use BEFORE or ALONGSIDE keyword search.
willys-cli
by ErikHellman
Manages grocery shopping at Willys.se. Search for products, browse categories, and manage a shopping cart. Use when the user wants to find groceries, add/remove items from their Willys cart, or view their cart.
data-engineering-storage-remote-access-libraries-fsspec
by legout
"Comprehensive guide to fsspec: the universal filesystem interface for Python. Covers S3, GCS, Azure via s3fs, gcsfs, adlfs; protocol chaining, caching, async operations, and integration with the data ecosystem."
algorithmic-art
by arielperez82
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
prd
by kelvinz
"Create, update, or list PRDs for features, fixes, and chores. Handles project setup (first PRD) and ongoing PRD management. Each PRD is a self-contained spec with status, priority, and acceptance criteria. Triggers: prd, new feature, write prd, plan feature, create spec, list prds, update prd, add feature."
Hyperparameter Search
by sovr610
This skill should be used when the user asks to "tune hyperparameters", "find optimal learning rate", "run grid search", "run random search", "Bayesian optimization", "learning rate finder", "hyperparameter sweep", "tune model", "search space", "parameter optimization", "Optuna", "Ray Tune", "hyperband", "population based training", or needs guidance on hyperparameter search strategies, search space definition, trial management, or automated tuning for the brain_ai system.
devops-engineer
by simplerick0
DevOps specialist focused on containerization, infrastructure, monitoring, and operational excellence. Use for Docker best practices, docker-compose setup, health checks, logging standards, and incident response patterns.
xlsx
by TheWatcher01
"Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like \"the xlsx in my downloads\") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved."