Showing 30 of 2,118

Sorted by quality
icon-lookup
Claude Codeby malob
72

Workaround for Claude Code filtering BMP PUA Unicode (U+E000-U+F8FF). Supplementary PUA Nerd Font icons like 󰊤 󱃾 󰁹 (U+F0000+, e.g. nf-md-github, nf-md-kubernetes, nf-md-battery) can be written directly. BMP PUA icons (Powerline, Font Awesome, Devicons) require placeholder syntax like {{ U+E0A0 }…

Coding / 软件开发
Safe-ish
Scanned
编程手
Claude Codeby XiaoMaColtAI
72

数学建模的 Python 或 MATLAB 实现、运行、表格输出、可视化和复现阶段。

Coding / 软件开发
Safe-ish
Scanned
performance
Claude Codeby plugin87
72

Optimize UI performance against Core Web Vitals — LCP, INP, CLS — with loading/code-split strategy, layout-shift prevention, and animation performance rules. Use when the user wants to improve speed, fix jank or layout shift, hit Web Vitals budgets, or make a UI feel fast on low-end devices.

Coding / 软件开发
Safe-ish
Scanned
pinia
Claude Codeby antfu
72

Pinia official Vue state management library, type-safe and extensible. Use when defining stores, working with state/getters/actions, or implementing store patterns in Vue apps.

Coding / 软件开发
Safe-ish
Scanned
open-knowledge-pack-codebase-wiki
Claude Codeby inkeep
72

How to work in a Codebase Wiki project (the `codebase-wiki` starter pack): an agent-authored, source-grounded wiki of the surrounding codebase. Read when the project has a `wiki/` knowledge base with `architecture/`, `modules/`, `flows/`, `concepts/`, and `guides/` sections plus `wiki/OVERVIEW.md`.…

Coding / 软件开发
Safe-ish
Scanned
nitro
Claude Codeby antfu
72

Nitro is the framework-agnostic server toolkit (powering Nuxt) for building and deploying web servers anywhere. Use when working with nitro.config, server routes/event handlers, route rules, caching, storage, tasks, websockets, or deploying to Node/Bun/Deno/Cloudflare/Vercel.

Coding / 软件开发
Safe-ish
Scanned
Advertisement
reflecting-on-sessions
Claude Codeby ComposioHQ
72

Use when completing a plan, finishing a development branch, wrapping up a session, or at any natural transition between work phases — reviews skill-bus telemetry to identify subscription gaps and suggest improvements

Coding / 软件开发
Safe-ish
Scanned
jira-driven-planning
Claude Codeby breaking-brake
72

Jiraチケットの要件とConfluenceの関連ドキュメントを基に、Frontend/Backend/Infrastructureに分割した実装計画を策定するプランニングスキル。Jiraチケット情報とConfluence検索結果が前段で取得済みであることを前提とし、構造化された実装計画を出力する。「プランニング」「実装計画策定」「タスク分割」などの文脈で使用。

Productivity / 办公效率
Safe-ish
Scanned
ponytail-audit
Claude Codeby DietrichGebert
72

Whole-repo audit for over-engineering. Like ponytail-review, but scans the entire codebase instead of a diff: a ranked list of what to delete, simplify, or replace with stdlib/native equivalents. Use when the user says "audit this codebase", "audit for over-engineering", "what can I delete from thi…

Coding / 软件开发
Safe-ish
Scanned
ponytail-debt
Claude Codeby DietrichGebert
72

Harvest every `ponytail:` comment in the codebase into a debt ledger, so the deliberate shortcuts and deferrals ponytail leaves behind get tracked instead of rotting into "later means never". Use when the user says "ponytail debt", "/ponytail-debt", "what did ponytail defer", "list the shortcuts", …

Coding / 软件开发
Safe-ish
Scanned
vercel-react-best-practices
Claude Codeby CloudAI-X
72

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization…

Coding / 软件开发
Safe-ish
Scanned
math-modeling
Claude Codeby XiaoMaColtAI
72

当用户要求数学建模、建模竞赛、建模分析、代码求解、结果可视化或生成数学建模论文时使用。支持完整三阶段流程,也支持只执行建模手、编程手或论文手中的一个阶段。

Coding / 软件开发
Safe-ish
Scanned
tool-calling-tutor
Claude Codeby WenyuChiou
72

You are now in the tool-calling debugging context. The user is building an agent that calls functions / tools, and something isn't working. Your job is to walk them through diagnosis + fix, not to write code for them.

Coding / 软件开发
Safe-ish
Scanned
linkedin-employee-advocacy
Claude Codeby sergebulaev
71

Stand up and run a LinkedIn employee advocacy program for a marketing or sales team. Covers 14-day launch playbook, brand-guideline governance, per-post time budget, cadence benchmarks, and team ROI (reach, engagement, pipeline). Triggers on "employee advocacy", "get the team posting", "scale Linke…

Coding / 软件开发
Safe-ish
Scanned
scaffolding
Claude Codeby OdradekAI
71

Use when generating project structure for new bundle-plugins, adding or removing platform support (Claude Code, Cursor, Codex, OpenCode, Gemini CLI, OpenClaw), updating platform manifests, or migrating hooks and configuration between platforms

Coding / 软件开发
Safe-ish
Scanned
V3 Core Implementation
Claude Codeby spencermarx
71

Core module implementation for claude-flow v3. Implements DDD domains, clean architecture patterns, dependency injection, and modular TypeScript codebase with comprehensive testing.

Coding / 软件开发
Safe-ish
Scanned
debug-render
Claude Codeby artokun
71

Debug a WRONG or imperfect render (not a hard error) by inspecting inputs and intermediate steps with run-to-node — render one branch up to an output, preview-tap latents/masks/preprocessor maps, localize the first bad stage, then fix. Use when a final image/video comes out wrong — artifacts, wrong…

Coding / 软件开发
Safe-ish
Scanned
setup-codebase-harness
Claude Codeby AI-Builder-Club
71

Master skill — set up the full agent harness for any repo so an agent can work it reliably: legible (map-not-manual docs + custom lints), executable (one-command dev stack), verifiable (e2e gate + a verify-before-ship loop), plus commit hygiene and entropy control. Use when onboarding a new/unfamil…

Coding / 软件开发
Safe-ish
Scanned
balanced-coupling
Claude Codeby vladikk
71

The Balanced Coupling model for software design. Use when: designing modular architectures, evaluating coupling between components, reviewing code modularity, deciding whether to split or merge modules/services, assessing integration patterns, classifying coupling as balanced or unbalanced, applyin…

Coding / 软件开发
Safe-ish
Scanned
asc-cli-usage
Claude Codeby rorkai
71

Guidance for using asc cli in this repo (flags, output formats, pagination, auth, and discovery). Use when asked to run or design asc commands or interact with App Store Connect via the CLI.

Coding / 软件开发
Safe-ish
Scanned
playwright-core
Claude Codeby testdino-hq
71

Battle-tested Playwright patterns for writing and debugging reliable E2E, API, component, visual, accessibility, and security tests. Use when you need locator strategy, assertions, fixtures, network mocking, auth flows, trace debugging, or framework recipes for React, Next.js, Vue, and Angular. Typ…

Coding / 软件开发
Safe-ish
Scanned
sdk-getting-started
Claude Codeby awslabs
71

Validates the user's environment for SageMaker AI operations — checks SDK version, AWS region, and execution role. Use when the user says "set up", "getting started", "check my environment", "configure SDK", or as the first step in any plan involving SageMaker/Bedrock training, evaluation, or deplo…

Coding / 软件开发
Safe-ish
Scanned
spm-build-analysis
Claude Codeby AvdLee
71

Analyze Swift Package Manager dependencies, package plugins, module variants, and CI-oriented build overhead that slow Xcode builds. Use when a developer suspects packages, plugins, or dependency graph shape are hurting clean or incremental build performance, mentions SPM slowness, package resoluti…

Coding / 软件开发
Safe-ish
Scanned
review
Claude Codeby vladikk
71

Analyzes a codebase's modularity imbalances using the Balanced Coupling model and produces a review of design issues. Use when reviewing existing code for coupling problems, assessing architecture quality, identifying distributed monolith risks, or finding areas where changes are unexpectedly expen…

Coding / 软件开发
Safe-ish
Scanned
architecture-diagram-creator
Claude Codeby mhattingpete
70

Create comprehensive HTML architecture diagrams showing data flows, business objectives, features, technical architecture, and deployment. Use when users request system architecture, project documentation, high-level overviews, or technical specifications.

Coding / 软件开发
Safe-ish
Scanned
code-refactor
Claude Codeby mhattingpete
70

Perform bulk code refactoring operations like renaming variables/functions across files, replacing patterns, and updating API calls. Use when users request renaming identifiers, replacing deprecated code patterns, updating method calls, or making consistent changes across multiple locations.

Coding / 软件开发
Safe-ish
Scanned
review-implementing
Claude Codeby mhattingpete
70

Process and implement code review feedback systematically. Use when user provides reviewer comments, PR feedback, code review notes, or asks to implement suggestions from reviews.

Coding / 软件开发
Safe-ish
Scanned
nanoresearch-experiment
Claude Codeby OpenRaiser
70

Generate a Python code skeleton from an experiment blueprint

Coding / 软件开发
Safe-ish
Scanned
hive.terminal-tools-troubleshooting
Claude Codeby aden-hive
70

Read when a terminal-tools call returned something surprising — empty stdout despite no error, exit_code is null, output_handle came back expired, "too many jobs" / "session busy" / "too many PTYs", warning was set unexpectedly, semantic_status disagrees with exit_code. Diagnostic recipes only — lo…

Coding / 软件开发
Network
Scanned
hive.quality-monitor
Claude Codeby aden-hive
70

Periodically self-assess output quality to catch degradation before the judge does.

Coding / 软件开发
Safe-ish
Scanned