- Home
- /
- Categories
- /
- File Ops
File Ops
File manipulation and management
project-task-migrations
by lucascmelo
Manage project state using append-only, time-based Markdown files under /project/. Use when managing multi-epic projects, tracking decisions over time, maintaining audit trails, coordinating distributed teams, or requiring rollback visibility. Forces context loading, explicit confirmation gates, and immutable history preservation.
private-writing
by blkphil-crypto
'Sermon prep, fraternity and community speeches, personal journaling, and early-stage creative work. Built to protect the spark on ideas that are not ready for anyone else to see yet. Use when the work is still becoming.'
article-title-generator
by rustcrazy
Generate engaging article titles for WeChat public accounts
navigation-architect
by dtsvetkov1
Designs and implements navigation flows using Expo Router (file-based routing). Use when adding new screens, handling deep links, or restructuring the app's layout.
electron-desktop-builds
by gamerforgood469-art
Expert helper for planning, configuring and troubleshooting Electron desktop builds. Use when packaging or distributing a desktop app with Electron, when an electron-builder or electron-forge build fails, when there are errors related to Electron versions, Node versions, native modules, code signing, installer configuration (NSIS), cross-platform builds (Windows/macOS/Linux), asar packaging, preload scripts, or app icons. Covers Node.js, React, and Expo projects. Do NOT use for pure web frontend without Electron.
skill-optimizer
by jovermier
Refactors Claude Code skills to reduce token usage 80-95% using Progressive Disclosure Architecture (PDA). Splits monolithic skills into orchestrator + reference files, extracts scripts, creates reference/ directories. Use when optimizing skills, improving skill efficiency, refactoring large/bloated skills, reducing token costs, applying PDA, modularizing skills, breaking down skills, or converting encyclopedia-style skills to orchestrator pattern.
tailwind-css
by EnderPuentes
Set up and use Tailwind CSS v4 only with Next.js (App Router), Vite, or CLI; no tailwind.config.js—theme via @theme in CSS. Use when styling with Tailwind, configuring Tailwind, installing Tailwind, utility classes, @theme, @layer, @utility, or when the user mentions Tailwind CSS or Tailwind v4.
clawddocs
by cgk-platform
Clawdbot documentation expert with decision tree navigation, search scripts, doc fetching, version tracking, and config snippets for all Clawdbot features
jc
by zhongjis
Converts CLI output to JSON for structured processing and analysis. Use when parsing ps, dig, netstat, ls, or other command output into machine-readable format for piping to jq or scripts.
setup
by Alexu0317-FATHER
"Cold-start initialization: generate Core Profile, Domain State, and Extract Buffer files, inject CLAUDE.md monitoring instructions. Run once per user, or to reset."
sourcesage-cli
by Sunwood-ai-labs
Generate AI-friendly repository documentation with the SourceSage CLI. Use when Codex needs to run sage or sourcesage to create .SourceSageAssets/Repository_summary.md, analyze the current repository or another local repository, switch the output language between English and Japanese, use --lite to keep the summary small, change the output directory, or optionally create a deprecated tag-diff release report with --diff.
inspect-claude-source
by gswangg
Extract, prettify, and inspect Claude Code source from its Bun-compiled binary. Use when the user wants to understand Claude Code internals or find how a feature works.
running-tests
by straub
Use ANY TIME running tests (npm test, node --test, pytest, etc.) to capture output and prevent context overflow.
seekdb-docs
by ofx-labs
Provide SeekDB official docs (built-in en-US/zh-CN content + menu maps). Use for docs lookup across SQL/SDK APIs, vector/hybrid search, deployment/ops, integrations (MCP/plugins), etc.
clean-code
by jkappers
Cleans up code files by removing dead code, simplifying structure, and eliminating redundancy without changing behavior. Use when (1) cleaning up code after implementation, (2) reducing complexity in a file or function, (3) removing dead code and unused imports, (4) simplifying control flow and expressions, (5) applying modern language idioms to legacy patterns, or (6) improving readability of dense or convoluted code.
monitor-stakeholders
by christopheryeo
Scans Gmail for recent emails from tracked stakeholders and presents an executive digest grouped by stakeholder category. Reads each AI workforce member's own Knowledge/Stakeholder_Monitoring.md file to discover who to monitor, then searches Gmail for all matching email addresses. Use this skill whenever the user says "monitor stakeholders", "check stakeholder emails", "stakeholder digest", "stakeholder update", "any emails from stakeholders", or any similar request to review communications from tracked contacts. Also trigger when the user asks about emails from a specific stakeholder group (e.g., "any emails from NKF?", "what did Cap Vista send?") if a stakeholder list exists.
atomic-design
by NCMcClure
Build new UIs from scratch or refactor existing UIs using Brad Frost's Atomic Design methodology. Use this skill whenever the user mentions atomic design, design systems, component hierarchies, UI component architecture, or asks to organize/restructure/refactor UI components into a systematic hierarchy. Also trigger when the user wants to create a component library, establish a pattern library, break a monolithic UI into reusable parts, or audit an existing interface for consistency. Works with any language or framework — React, Vue, Angular, Svelte, Flutter, SwiftUI, Jetpack Compose, vanilla HTML/CSS, or any component-based UI system.
code-intelligence
by rzyns
CLI-first code intelligence for authoring, editing, and reasoning about TypeScript/JavaScript codebases. Use this skill whenever working with an unfamiliar codebase, searching for code by meaning or pattern, planning a refactor, assessing blast radius before changing a symbol, planning features from a PRD, or auditing code quality. Also use proactively any time the task involves navigating, understanding, or modifying a non-trivial TS/JS codebase — even if the user doesn't explicitly ask for code intelligence tools.
claudeception
by DanTo228
Claudeception is a continuous learning system that extracts reusable knowledge from work sessions. Triggers: (1) /claudeception command to review session learnings, (2) "save this as a skill" or "extract a skill from this", (3) "what did we learn?", (4) After any task involving non-obvious debugging, workarounds, or trial-and-error discovery. Creates new Claude Code skills when valuable, reusable knowledge is identified.
implement-with-remote-feedback
by Xalior
Git-centric implementation workflow. Enforces clean checkout, creates a properly named branch, tracks progress in a WIP markdown file, and commits/pushes continuously so remote git logs serve as the primary monitoring channel. Use when starting any plan-based implementation task.
obsidian-vault
by ylt
Maintain an Obsidian vault with clean graph structure, hierarchical indexes, and lifecycle-based classification. Use when: (1) creating or editing Obsidian vault notes, (2) organizing or classifying content into vault categories, (3) maintaining folder indexes and navigation, (4) checking vault graph health or finding orphaned notes, (5) working with any Obsidian MCP tools (mcp__obsidian__*), or (6) the user mentions their vault, notes, or Obsidian.
copywriting
by alexwelcing
Generate conversion-focused copy for marketing pages, ads, and campaigns
pub-package-explorer
by exaby73
Find and read source code for Dart or Flutter package dependencies installed in a project. Use when asked to inspect code from a package on pub.dev, trace implementation details in dependencies, or locate package files from package names by resolving .dart_tool/package_config.json.
ace-search
by PandAddKai
'Use when the task is read-only codebase discovery/search (查找/搜索/定位): find files, functions, classes, call sites, tests, or "where is X implemented" questions; prefer Augment Context Engine MCP (augment-context-engine) codebase retrieval over grep/rg.'