Trending Skills

The hottest skills gaining momentum in the community right now.

Showing 481-504 of 561 skills
luongnv89

code-review-specialist

by luongnv89

Comprehensive code review with security, performance, and quality analysis. Use when users ask to review code, analyze code quality, evaluate pull requests, or mention code review, security analysis, or performance optimization.

Templates 41.4K 1mo ago
AtomiCloud

documenting-processor

by AtomiCloud

Document this CyanPrint processor into README.MD. Use when the user asks to document the processor, write a README, explain processor configuration, or describe file transformations. Reads cyan.yaml and entry point code to extract config schema and file handling.

File Ops 0 5mo ago
AtomiCloud

writing-plugin-typescript

by AtomiCloud

Write or modify CyanPrint plugin code in TypeScript. Use when the user asks to add validation rules, change plugin behavior, modify the entry point, run commands from a plugin, or mutate files. Covers entry point (StartPluginWithLambda), native filesystem I/O (fs), and command execution (child_process). Plugins receive { directory, config } and use native OS operations.

File Ops 0 5mo ago
DonArtkins

flutter-testing

by DonArtkins

"Flutter widget + integration tests for the Griot mobile app: widget tests for key screens, integration_test for device flows, Docker-pinned runner in CI."

Testing 0 4d ago
AtomiCloud

writing-processor-typescript

by AtomiCloud

Write or modify CyanPrint processor code in TypeScript. Use when the user asks to change file transformations, modify the entry point, handle file processing, or change output generation. Covers entry point (StartProcessorWithLambda), CyanFileHelper (read/write/copy/resolveAll), and VirtualFile (content/read/write). Processor lambda receives (input, fileHelper) as two parameters.

File Ops 0 5mo ago
zebbern

design-system-builder

by zebbern

Extract design systems from reference UI images and generate implementation-ready UI design prompts. Use when users provide UI screenshots/mockups and want to create consistent designs, generate design systems, or build MVP UIs matching reference aesthetics.

Design 4.6K 3mo ago
zebbern

pdf

by zebbern

Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill.

CLI Tools 4.6K 3mo ago
AtomiCloud

testing-resolver

by AtomiCloud

Test this CyanPrint resolver. Use when the user asks to write resolver tests, add test cases with conflicting files, update snapshots, or debug resolver test failures. Covers test.cyan.yaml format with resolver_inputs (directory paths with origin), config, and expected output.

Code Gen 0 5mo ago
AGilbertDev

tutorial-mode

by AGilbertDev

Collaboration mode for learning-by-building. Use when AGilbertDev wants to learn a project rather than have it built for him. Teach step by step, point at the right tools, and do NOT write or edit the code for the user. This is an opt-in per-project mode, not an always-on convention.

Design 0 today
youlianvr

cross-eval

by youlianvr

"/cs:cross-eval <memo> — Multi-model consensus on a board memo or strategy brief. Claude + Codex + Gemini cross-review with graceful degradation. Use when a high-stakes memo needs an independent sanity check before the boardroom — e.g. a bet-the-company pivot or fundraise terms."

CLI Tools 1 2d ago
DonArtkins

auth-and-zustand

by DonArtkins

"Web auth + client-state split: JWT access token in memory (Zustand), refresh token in an httpOnly cookie, silent refresh on boot, and the Zustand=client-only-state rule."

Auth 0 4d ago
youlianvr

bash-defensive-patterns

by youlianvr

Master defensive Bash programming techniques for production-grade scripts. Use when writing robust shell scripts, CI/CD pipelines, or system utilities requiring fault tolerance and safety.

CLI Tools 1 2d ago
rux-sm

rux-ds-page

by rux-sm

Build a page out of rux-ds — a new template, a consumer page, or a page shape none of the ten templates covers. Use when asked to create, compose or lay out a page with these components, or when a page built from them looks wrong. Encodes which template to copy, the four failures that produce a finished-looking wrong page, and where IBM's own pattern guidance applies. Knowing the components is not knowing how to assemble them.

Templates 0 5d ago
zebbern

database-optimizer

by zebbern

Use when investigating slow queries, analyzing execution plans, or optimizing database performance. Invoke for index design, query rewrites, configuration tuning, partitioning strategies, lock contention resolution.

Database 4.6K 3mo ago
joecastelino

amg-store-manager-meeting-prep

by joecastelino

Prep Joe for a working meeting with a store service manager (e.g. Ruben at BC, Kevin at SCT, Sean at TOL) — actionable items backed by LIVE store baselines computed from Jay's cached Tekion pipeline data, framed as what JOE (VP Fixed Ops) can do to help, drafted to Joe's own inbox. Use for any "prep a meeting with <manager>", "action items for <store>", "what can I do to help him" ask.

Processing 2 12d ago
prateek

chezmoi-management

by prateek

Chezmoi workflow skill for Prateek's dotfiles repo. Use for chezmoi apply/diff/verify/merge/edit/re-add/forget/status/managed/unmanaged/data/execute-template/doctor; source-target drift; files under home/.chezmoitemplates/, .chezmoiassets/, .chezmoiscripts/, .chezmoidata/, or .chezmoiexternal.; package, secret, and license data; Brewfile rendering; app plist capture or modify stubs; chezmoi-owned DOTFILES_ gates; 1Password op:// refs; and mapping ~/.foo targets to home/dot_* sources. Do not use for unrelated dotfile edits, pure shell-startup debugging, or test/VM/harness env vars.

CLI Tools 0 today
youlianvr

ask-nodumb

by youlianvr

"Load when the user asks to invent, discuss, or rework a product/interface: new feature, screen, flow, redesign, concept, UX, navigation principle, product strategy; asks 'what question to ask', 'how to design', 'where to start'; request immediately proposes a solution; options seem equivalent — even if they don't call it design/product task but ask 'invent' or 'redo'. Do not use for executing an agreed solution, targeted visual edit (color, size, font), and technical implementation without a product fork."

Automation 1 2d ago
taika-izumi

worklog-extract

by taika-izumi

"中央ストアに蓄積された作業ログをオンデマンドで走査し、スキル化・ルール化する価値のある候補をクラスタリング・評価してランク付き候補リストとして人間に提示する。処理済み台帳で既処理を除外し、人間の採否を Issue 草案と台帳へ反映する。ユーザーが明示的に実行するスキル。"

Processing 0 2d ago
kbrdn1

react-patterns

by kbrdn1

Skill migrated from _fragments/web/react-patterns

UI Components 3 today
AtomiCloud

writing-resolver-javascript

by AtomiCloud

Write or modify CyanPrint resolver code in JavaScript. Use when the user asks to change conflict resolution logic, modify merge strategies, handle file origins, or change resolution behavior. Covers entry point (StartResolverWithLambda), ResolverInput/ResolverOutput, ResolvedFile, and FileOrigin. Must ensure commutativity and associativity (sort, unique, deterministic ordering).

Code Gen 0 5mo ago
youlianvr

api-test-suite-builder

by youlianvr

"Use when the user asks to generate API tests, create integration test suites, test REST endpoints, or build contract tests."

API Dev 1 2d ago
frankfika

Skill: 内容工厂 — 主编排

by frankfika

最终输出 output/2026-04-21_ai开咖啡店/final.html

UI Components 1 1mo ago
AtomiCloud

testing-template

by AtomiCloud

Test this CyanPrint template. Use when the user asks to write tests, add test cases, update snapshots, or debug template test failures. Covers test.cyan.yaml format with answer_state, deterministic_state, validate commands, and expected output.

Code Gen 0 5mo ago
luongnv89

claude-md

by luongnv89

Створення або оновлення файлів CLAUDE.md відповідно до найкращих практик для оптимального онбордингу AI-агента

Docs Gen 41.4K 1mo ago