Showing 30 of 12,154

Sorted by quality
planning-with-files
Claude Codeby OthmanAdi
84

Implements Manus-style file-based planning to organize and track progress on complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when asked to plan out, break down, or organize a multi-step project, research task, or any work requiring 5+ tool calls. Supports automatic session re…

Research / 研究
Safe-ish
Scanned
deprecation-and-migration
Claude Codeby addyosmani
84

Manages deprecation and migration. Use when removing old systems, APIs, or features. Use when migrating users from one implementation to another. Use when deciding whether to maintain or sunset existing code.

Coding / 软件开发
Safe-ish
Scanned
kubeeye
Claude Codeby kubesphere
84

Use when deploying KubeEye for cluster inspection, creating InspectRule/InspectPlan resources, or retrieving inspection results. Covers InstallPlan-based deployment, OPA/PromQL/FileChange/Sysctl/Systemd/NodeInfo/FileFilter/ServiceConnect/CustomCommand rule types, and report retrieval. Always consul…

Coding / 软件开发
Network
Scanned
kubesphere-network-extension-operations
Claude Codeby kubesphere
84

Operate the KubeSphere network extension. Use when Codex needs to install, upgrade, configure, enable, disable, or inspect the `network` extension; manage Calico `IPPool` resources, namespace bindings, migrations, or network isolation flows; or consult the bundled network extension references in th…

Safe-ish
Scanned
typeui-fundamentals
Claude Codeby bergside
84

Universal UI/UX design principles covering visual hierarchy, interaction laws, typography foundations, and WCAG accessibility requirements. Use when making design decisions not covered by a specific design system, validating principle compliance, or resolving conflicts between aesthetics and access…

Design / 设计
Safe-ish
Scanned
vercel-react-best-practices
Claude Codeby CherryHQ
84

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
Advertisement
using-git-worktrees
Claude Codeby jnMetaCode
84

当需要开始与当前工作区隔离的功能开发,或在执行实现计划之前使用——通过原生工具或 git worktree 回退机制确保隔离工作区存在

Safe-ish
Scanned
pinme
Claude Codeby glitternetwork
84

Use this skill when the user mentions "pinme", or needs to upload files, store to IPFS, create/publish/deploy websites or full-stack services (including frontend pages, backend APIs, database storage, email sending, etc.), or any feature requiring backend database/server support.

Coding / 软件开发
Safe-ish
Scanned
spec-driven-development
Claude Codeby addyosmani
84

Creates specs before coding. Use when starting a new project, feature, or significant change and no specification exists yet. Use when requirements are unclear, ambiguous, or only exist as a vague idea.

Coding / 软件开发
Safe-ish
Scanned
hivemind-graph
Claude Codeby activeloopai
84

Query the local code graph (functions, classes, calls, imports) through the Deeplake mount at memory/graph/. Use when the user asks structural questions about the codebase — "what calls X?", "what does Y import?", "where is Z defined?", "what is the architecture / which subsystems exist?". The grap…

Coding / 软件开发
Safe-ish
Scanned
doc-coauthoring
Claude Codeby anthropics
84

Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the do…

Writing / 写作
Safe-ish
Scanned
ponytail-help
Claude Codeby DietrichGebert
84

Quick reference for ponytail's modes, skills, and commands. One-shot display.

Safe-ish
Scanned
upgrade
Claude Codeby nowork-studio
84

Upgrade the NotFair plugin to the latest version. Updates the marketplace repo, installs the new version to the plugin cache, and updates installed_plugins.json. Use when asked to "upgrade notfair", "update notfair", or "get latest version". Also handles inline upgrade prompts when a skill detects …

Shell
Scanned
pro-workflow
Claude Codeby rohitg00
84

Complete AI coding workflow system. Orchestration patterns, 18 hook events, 8 agents, cross-agent support, reference guides, and searchable learnings. Works with Claude Code, Cursor, and 32+ agents.

Automation / 自动化
Network
Scanned
shipping-and-launch
Claude Codeby addyosmani
84

Prepares production launches. Use when preparing to deploy to production. Use when you need a pre-launch checklist, when setting up monitoring, when planning a staged rollout, or when you need a rollback strategy.

Coding / 软件开发
Network
Scanned
webapp-testing
Claude Codeby anthropics
84

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

Coding / 软件开发
Safe-ish
Scanned
designing-architecture
Claude Codeby CloudAI-X
84

Designs software architecture and selects appropriate patterns for projects. Use when designing systems, choosing architecture patterns, structuring projects, making technical decisions, or when asked about microservices, monoliths, or architectural approaches.

Safe-ish
Scanned
algorithmic-art
Claude Codeby anthropics
84

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 av…

Coding / 软件开发
Safe-ish
Scanned
aws-architecture-diagram
Claude Codeby awslabs
84

Generate validated AWS architecture diagrams as draw.io XML using official AWS4 icon libraries. Use this skill whenever the user wants to create, generate, or design AWS architecture diagrams, cloud infrastructure diagrams, or system design visuals. Also triggers for requests to visualize existing …

Coding / 软件开发
Safe-ish
Scanned
postgres
Claude Codeby sanjay3290
84

Execute read-only SQL queries against multiple PostgreSQL databases. Use when: (1) querying PostgreSQL databases, (2) exploring database schemas/tables, (3) running SELECT queries for data analysis, (4) checking database contents. Supports multiple database connections with descriptions for intelli…

Data / 数据分析
Safe-ish
Scanned
vibe-build
Claude Codeby KhazP
84

Build your MVP following the AGENTS.md plan. Use when the user wants to start building, implement features, or says "build my MVP", "start coding", or "implement the project".

Coding / 软件开发
Safe-ish
Scanned
blog-google
Claude Codeby AgriciDaniel
84

Google API integration for blog performance: PageSpeed Insights, CrUX Core Web Vitals with 25-week history, Search Console performance, URL Inspection, Indexing API, GA4 organic traffic, NLP entity analysis for E-E-A-T, YouTube video search for embedding, and Google Ads Keyword Planner. Progressive…

MCP & Tools / 工具连接器
Shell
Scanned
golang-samber-oops
Claude Codeby samber
84

Structured error handling in Golang with samber/oops — error builders, stack traces, error codes, error context, error wrapping, error attributes, user-facing vs developer messages, panic recovery, and logger integration. Apply when using or adopting samber/oops, or when the codebase already import…

Coding / 软件开发
Safe-ish
Scanned
timeline-report
Claude Codeby thedotmack
84

Generate a "Journey Into [Project]" narrative report analyzing a project's entire development history from claude-mem's timeline. Use when asked for a timeline report, project history analysis, development journey, or full project report.

Coding / 软件开发
Safe-ish
Scanned
financial-analyzing
Claude Codeby huangjia2019
84

Analyze financial data, calculate financial ratios, and generate analysis reports. Use when the user asks about revenue, costs, profits, margins, ROI, financial metrics, or needs financial analysis of a company or project.

Safe-ish
Scanned
story-import
Claude Codeby worldwonderer
84

逆向导入已有小说。将已写好的小说(半成品或完本)反向解析为标准项目目录结构,兼容 story-long-write / story-short-write 后续写作流程;内部复用 story-long-analyze / story-short-analyze 的拆解管道,按篇幅自动分流。触发方式:/story-import、「导入小说」「反向解析」「导入」「把我的书导进来」。

Creative / 创意娱乐
Safe-ish
Scanned
pi-planning-with-files
Claude Codeby OthmanAdi
84

Implements Manus-style file-based planning to organize and track progress on complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when asked to plan out, break down, or organize a multi-step project, research task, or any work requiring 5+ tool calls. Supports automatic session re…

Research / 研究
Safe-ish
Scanned
blog-chart
Claude Codeby AgriciDaniel
84

Generate dark-mode-compatible inline SVG data visualization charts for blog posts. Supports horizontal bar, grouped bar, donut, line, lollipop, area, and radar charts with automatic platform detection (HTML vs JSX/MDX). Enforces chart type diversity, accessible markup (role=img, aria-label), source…

Data / 数据分析
Safe-ish
Scanned
wiki-capture
Claude Codeby Ar9av
84

Save the current conversation as a permanent, structured wiki note. Use this skill when the user says "save this", "/wiki-capture", "capture this", "file this conversation", "preserve this", "add this to my wiki", or wants to turn what was just discussed into lasting knowledge. The skill classifies…

Safe-ish
Scanned
commissaire-aux-comptes
Claude Codeby romainsimon
84

Commissaire aux comptes IA pour l'audit des comptes annuels d'entreprises françaises. Applique la démarche NEP en 7 phases : prise de connaissance, contrôle du FEC, vérification du bilan, du compte de résultat, de la balance, de la liasse fiscale, et contrôles transversaux. Émet une opinion motivée…

Safe-ish
Scanned