File Ops

File manipulation and management

Showing 1057-1080 of 7527 skills
cursor

maintain-verification-skill

by cursor

"Periodic pass that keeps a project's verification skill and feature map honest: parallel source readers per feature, one live session driving every feature, at most one PR of proven corrections. Use for /maintain-verification-skill or \"audit the verify skill\"."

Code Review 5.4K 1mo ago
cursor

show-me-your-work

by cursor

"Keep a reviewable decision trail for long-running or unattended work: a TSV log with one row per decision (what, why, evidence, result). Local by default; commit it when a reviewer needs the trail to trust the result. Use for /show-me-your-work, autonomous or multi-phase runs, or work a human reviews after stepping away."

Code Review 5.4K 3mo ago
cursor

unslop

by cursor

Cut AI tells from any writing. Must always apply.

Database 5.4K 1mo ago
cursor

recall

by cursor

"Reconstruct your recent working context from your own chat history, live state, and the shared record (user reports, prior fixes, incidents), then hand back a tight current-state brief. Use for 'recall my work on X', 'catch me up', 'what have I been working on', 'where did I leave off', before starting or resuming work."

Debugging 5.4K 2mo ago
partme-ai

canvas-design

by partme-ai

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

Code Gen 637 7mo ago
partme-ai

ascii-cli-logo-banner-python

by partme-ai

Generate copy-pastable ASCII banners with a built-in font (no external font deps), including compact fallback and optional ANSI 256 coloring for the logo.

CLI Tools 637 7mo ago
partme-ai

avue-crud

by partme-ai

Provides comprehensive guidance for Avue CRUD component including table operations, form handling, and data management. Use when the user asks about Avue CRUD, needs to implement table CRUD operations, or build data management interfaces.

API Dev 637 7mo ago
partme-ai

algorithmic-art

by partme-ai

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.

Code Gen 637 7mo ago
rstackjs

rsdoctor-analysis

by rstackjs

Analyze Rspack/Webpack bundles from local Rsdoctor build data without MCP. Zero-dependency JS CLI for chunk/module/package/loader insights.

CLI Tools 90 7mo ago
boshu2

standards

by boshu2

'Language-specific coding standards and validation rules. Provides Python, Go, Rust, TypeScript, Shell, YAML, JSON, and Markdown standards. Auto-loaded by /vibe, /implement, /doc, /bug-hunt, /complexity based on file types.'

Docs Gen 430 6mo ago
rstackjs

rspress-v2-upgrade

by rstackjs

Migrate Rspress projects from v1 to v2. Use when a user asks to upgrade Rspress, follow the v1-to-v2 guide, update configs/themes, or validate the upgrade.

Code Review 90 7mo ago
kdcokenny

code-review

by kdcokenny

Comprehensive code review methodology with severity classification and confidence thresholds

Code Review 577 8mo ago
kdcokenny

code-review

by kdcokenny

Comprehensive code review methodology with severity classification and confidence thresholds

Code Review 577 7mo ago
VibiumDev

vibe-check

by VibiumDev

Browser automation for AI agents. Use when the user needs to navigate websites, read page content, fill forms, click elements, take screenshots, or manage browser tabs.

Code Review 2.9K 6mo ago
SubframeApp

develop

by SubframeApp

Implement Subframe designs with business logic. Use after designing with /subframe:design or when given a Subframe URL/page ID.

Processing 427 6mo ago
itsmostafa

s3

by itsmostafa

AWS S3 object storage for bucket management, object operations, and access control. Use when creating buckets, uploading files, configuring lifecycle policies, setting up static websites, managing permissions, or implementing cross-region replication.

CLI Tools 1.1K 8mo ago
Innei

chat-export-report

by Innei

Use when user provides exported chat history (WeChat / Telegram / iMessage / QQ exports as .md / .txt / .json) and asks "我和 X 聊了啥"、"看完整个 md"、"细说 XX"、"是不是有 Y"、"what did I and X talk about", wants topical breakdown, requests detail on specific themes (relationships / work / health / events), or seeks honest interpretation of conversation dynamics. Triggers on large chat dumps (>1000 lines) where direct full read is impractical.

Analytics 78 4mo ago
Innei

vless-reality-aws-lightsail

by Innei

Use when deploying VLESS+Reality+Vision on AWS Lightsail and bridging it to Surge (or similar TUN clients) with an Alpine LXC SOCKS5 bridge on the LAN plus a brew sing-box on the laptop for off-LAN use. Triggers on "set up vless reality on aws", "tokyo lightsail proxy", "surge doesn't support vless", "vless when away from home lan", "alpine lxc client for vless".

Code Gen 78 3mo ago
Innei

codebase-value-audit

by Innei

Use when asked whether a codebase's size is justified — "is 800k lines reasonable?", "audit our LOC", "are we bloated?", "值不值" — or when a LOC number is being used in an argument and nobody agrees what it measures. Produces a defensible per-sub-product accounting: strict line counts, a product-surface inventory, every line attributed to exactly one sub-product, and a worth verdict per block.

Code Review 78 1mo ago
Innei

session-to-skill-and-blog

by Innei

Convert a completed engineering session into a narrative blog and zero or more reusable operational skills. Use when Innei explicitly asks to productize, document, or publish a finished session ("写成 skill 再写一篇 blog", "沉淀一下这次的折腾", "productize this session", or "publish this as a skill and a writeup"). Classify project-local facts separately.

File Ops 78 26d ago
Innei

electron-native-lib-extraction

by Innei

Use when extracting an in-app Electron native-module integration (N-API addon + build scripts + packaging config + release CI) into a standalone, source-distributed npm library — or when authoring such a library from scratch. Covers the ABI/install-script traps, node-gyp rebuild semantics, macOS rpath depth, electron-builder packaging excludes, composite GitHub Action hygiene, and the dogfood migration back into the source app.

CLI Tools 78 1mo ago
Innei

session-handoff

by Innei

Produce a self-contained handoff prompt for another agent (Codex, a fresh Claude session, a teammate) when the user wants to delegate continued work. Triggers on: "写一个 prompt 给 codex"、"交接一下"、"让 xxx 跟进"、"summary 一下再写个 prompt"、"handoff to another agent"、"write a prompt so X can continue", or any request to capture the current session state for continuation elsewhere.

File Ops 78 4mo ago
vercel

flags-sdk

by vercel

Set up and use feature flags and A/B tests with the Flags SDK (flags npm package) and Vercel Flags. Use when installing or configuring the SDK, adding a new or existing flag, wiring vercelAdapter (OIDC or SDK keys), declaring flags with flag(), using the vercel flags CLI (create, inspect, list, enable, disable, set, update, split, rollout, rules, segments, use-targeting, evaluations, versions, open, archive, unarchive, rm, sdk-keys, override, prepare), setting up providers/adapters (Vercel, Statsig, LaunchDarkly, PostHog, GrowthBook, Global Config, OpenFeature, Split, Flagsmith, Reflag, Optimizely, or custom), precompute, identify/dedupe, Flags Explorer/Toolbar, Next.js or SvelteKit, or encrypting flag values. Triggers: feature flags, feature gates, A/B testing, experimentation, gradual rollout, traffic split, targeting rules, flag overrides, precompute, Flags Explorer, Vercel Flags, vercel flags CLI, flags/next, flags/sveltekit, flags/react, @flags-sdk/*.

CLI Tools 621 6d ago
studyzy

openspec-continue-change

by studyzy

通过创建下一个产出物继续处理 OpenSpec 变更。当用户想要推进其变更、创建下一个产出物或继续其工作流程时使用。

Database 10.3K 7mo ago