文件操作

文件系统与批量文件任务

显示 2185-2208 / 共 7492 个技能
tbdavid2019

openspec-archive-change

tbdavid2019

Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.

自动化 32 5个月前
camoa

project-initializer

camoa

Use when starting a new development project - creates memory folder structure with project_state.md, architecture scaffolding, and registers project

自动化 32 6个月前
openharmonyinsight

compile-analysis

openharmonyinsight

This skill should be used when the user asks to "分析编译效率", "分析编译时间", "查看头文件依赖", "保存编译命令", "提取编译命令", "生成编译脚本", "保存这个文件的编译命令", "单独编译这个文件", "编译单个文件", "单编文件", "独立编译文件", "分析这个文件的头文件依赖", "头文件依赖关系", "这个文件依赖了多少头文件", "analyze compilation", "check header dependencies", "分析文件编译开销", "save compile command", "extract compile command", "generate compile script", "compile single file", "compile individual file", "standalone compile", "analyze header dependencies", "header dependency tree", "how many header files", or mentions analyzing compilation performance, build times, include dependencies, extracting/saving compilation commands, generating standalone compilation scripts, compiling individual files in isolation, or analyzing header file dependency relationships for specific source files in the ace_engine project. Provides comprehensive compilation efficiency analysis including timing, resource usage, dependency tree visualization with automatic saving, the ability to save reusable compilation scripts with performance monitoring, and standalone compilation capabilities using generated scripts.

自动化 32 6个月前
openharmonyinsight

openharmony-build

openharmonyinsight

This skill should be used when the user asks to "编译 OpenHarmony", "build OpenHarmony", "编译完整代码", "执行编译", "编译 OpenHarmony 代码", "快速编译", "跳过gn编译", "fast-build", "编译测试", "编译测试用例", "build ace_engine_test", "编译 sdk", "编译 SDK", "build sdk", "build SDK", "编译 ohos-sdk", "编译测试列表", "build test list", "按列表编译测试", "编译指定测试", or mentions building the full OpenHarmony system, fast rebuild, test compilation, SDK compilation, or building tests from a target list. Handles complete build process including build execution, success verification, and failure log analysis with primary focus on out/{product}/build.log.

CLI 工具 32 6个月前
tbdavid2019

openclaw-docs

tbdavid2019

Find authoritative guidance for installing, configuring, operating, securing, and troubleshooting OpenClaw, including channels, model providers, Gateway operations, tools, plugins, automation, nodes, multi-agent routing, and CLI errors. Use for any question or maintenance task involving an OpenClaw installation, openclaw CLI command, Gateway daemon, configuration key, or integration.

CLI 工具 32 1个月前
camoa

core-pattern-finder

camoa

Use when needing Drupal core implementation examples - searches core modules for specific patterns and returns file path references

向量嵌入 32 7个月前
openharmonyinsight

generate-interface-uml

openharmonyinsight

This skill should be used when user asks to "generate UML", "create sequence diagram", "生成时序图", "生成类图", "generate PlantUML", or discusses generating UML diagrams for new interfaces or API design.

智能体 32 6个月前
openharmonyinsight

code-checker

openharmonyinsight

Scan C/C++ codebases for code quality issues including extra large files/functions and circular dependencies. Use when the user asks to check file sizes, find oversized functions, detect circular dependencies, analyze code complexity, find code smells, or identify maintainability issues in C/C++ code. Supports scanning individual files or entire directories with configurable thresholds.

CLI 工具 32 6个月前
camoa

task-completer

camoa

Use when finishing a task - moves task to completed/, updates project_state.md, suggests next task

自动化 32 6个月前
bhauman

clojure-eval

bhauman

Evaluate Clojure code via nREPL using clj-nrepl-eval. Use this when you need to test code, check if edited files compile, verify function behavior, or interact with a running REPL session.

认证鉴权 188 9个月前
Dianel555

exa

Dianel555

High-precision semantic search and content retrieval via Exa API. Use when: (1) Deep research requiring semantic understanding, (2) Code documentation and examples lookup, (3) Company/professional research, (4) AI-powered comprehensive research tasks, (5) URL content extraction with structured output. Triggers: "research", "find papers", "code examples", "company info", "LinkedIn profiles", "deep analysis". Differentiator: Exa excels at semantic/neural search while grok-search is better for real-time news and general web content.

向量嵌入 65 7个月前
CommandCodeAI

using-git-worktrees

CommandCodeAI

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

代码评审 120 8个月前
muqsitnawaz

mq

muqsitnawaz

Query markdown files efficiently with mq CLI. Use when exploring documentation structure, extracting specific sections, or reducing token usage when reading .md files.

认证鉴权 64 6个月前
geekatron

transcript

geekatron

Parse, extract, and format transcripts (VTT, SRT, plain text) into structured Markdown packets with action items, decisions, questions, and topics. v2.0 uses hybrid Python+LLM architecture for VTT files. Integrates with ps-critic for quality review.

数据处理 31 6个月前
geekatron

ast

geekatron

Markdown AST operations for Jerry documents. Provides structured parse, query, modify, validate, and render operations on Jerry markdown files via the jerry ast CLI.

CLI 工具 31 6个月前
geekatron

bootstrap

geekatron

This skill should be used when the user says "bootstrap", "set up Jerry", "configure guardrails", "initialize Jerry", or asks how to get started with Jerry. Sets up Jerry's context distribution by syncing behavioral rules and patterns.

自动化 31 6个月前
deftai

deft-directive-decompose

deftai

Convert approved specification/phase/epic scope xBRIEFs into swarm-ready story xBRIEFs before concurrent agent allocation.

代码评审 31 2个月前
deftai

deft-directive-sync

deftai

Session-start framework sync and upgrade handoff. Refreshes deposit via npm + directive/deft update, validates xBRIEF lifecycle, detects stale origins (RFC D12), and finishes SCM release handoff in released pr-open blocked:<reason> (#1604).

文件操作 31 8天前
geekatron

worktracker

geekatron

Work item tracking and task management using the Jerry Framework hierarchy (Initiative, Epic, Feature, Story, Task, Enabler, Bug, Impediment). Manages WORKTRACKER.md manifests, tracks progress, and enforces template usage for consistent work decomposition.

智能体 31 6个月前
nitrite

Nitrite Rust — Agent SKILL File

nitrite

Spatial index in memory mode: When using spatial indexes with in-memory backend, R-tree files are created as temp files. Test cleanup should handle these via cleanup_rtree_temp_files().

数据库 15 5个月前
NTCoding

separation-of-concerns

NTCoding

"Enforces code organization using features/ (verticals), platform/ (horizontals), and shell/ (thin wiring). Triggers on: code organization, file structure, where does this belong, new file creation, refactoring."

CLI 工具 340 6个月前
Agent-3-7

yc-advisor

Agent-3-7

This skill should be used when the user asks questions about startups, founding decisions, co-founders, fundraising, product development, growth, hiring, or any entrepreneurial advice. It provides access to Y Combinator's complete library of 443 curated resources including essays by Paul Graham, founder interviews, and startup school lectures. Use this skill to give thorough, research-backed advice on startup decisions.

代码评审 186 8个月前
rawwerks

rlm

rawwerks

Recursive Language Models (RLM) CLI - enables LLMs to recursively process large contexts by decomposing inputs and calling themselves over parts. Use for code analysis, diff reviews, codebase exploration. Triggers on "rlm ask", "rlm complete", "rlm search", "rlm index".

CLI 工具 91 7个月前
damusix

google-zx-scripting

damusix

"Use when writing shell scripts, automation, build tools, file processing, CLI tools, deployment scripts, data pipelines, or batch operations with Google's zx library. Also covers piping, streams, parallel execution, retries, cross-platform scripting, built-in fs utilities, and minimist argument parsing."

自动化 61 6个月前