Showing 30 of 2,118

Sorted by quality
seo-page
Claude Codeby nowork-studio
80

Single-page SEO audit: deep content quality evaluation using Google's E-E-A-T framework, Helpful Content guidelines, on-page SEO factors, search intent alignment, technical signals, and readability analysis. Fetches GSC performance data for that specific page, crawls the live HTML, evaluates metada…

Coding / 软件开发
Safe-ish
Scanned
clean-code
Claude Codeby wondelai
80

Write readable, maintainable code through disciplined naming, small functions, and clean error handling. Use when the user mentions "clean up this code", "this function is too long", "code smells", "naming conventions", "boy scout rule", "single responsibility", or "unit test quality". Also trigger…

Coding / 软件开发
Safe-ish
Scanned
release-it
Claude Codeby wondelai
80

Build production-ready systems with stability patterns: circuit breakers, bulkheads, timeouts, and retry logic. Use when the user mentions "production outage", "circuit breaker", "deployment pipeline", "chaos engineering", "retry storm", "health checks", "my service keeps crashing", "prevent cascad…

Coding / 软件开发
Safe-ish
Scanned
pr-writing-review
Claude Codeby evalstate
80

Extract and analyze writing improvements from GitHub PR review comments. Use when asked to show review feedback, style changes, or editorial improvements from a GitHub pull request URL. Handles both explicit suggestions and plain text feedback. Produces structured output comparing original phrasing…

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

Forces the laziest solution that actually works, simplest, shortest, most minimal. Channels a senior dev who has seen everything: question whether the task needs to exist at all (YAGNI), reach for the standard library before custom code, native platform features before dependencies, one line before…

Coding / 软件开发
Safe-ish
Scanned
frontend-ui-engineering
Claude Codeby addyosmani
80

Builds production-quality, accessible, responsive user-facing UIs. Use when building or modifying interfaces and pages, creating components, implementing layouts, meeting WCAG accessibility requirements, managing state, or when the output needs to look and feel production-quality rather than AI-gen…

Coding / 软件开发
Safe-ish
Scanned
Advertisement
docs-guard
Claude Codeby amElnagdy
80

Review generated or changed documentation before it ships — READMEs, API references, docstrings, PHPDoc/JSDoc, changelogs, tutorials, and doc sites. Best used reactively after an agent writes or edits docs, after code changes documented behavior, or before publishing docs. Use when the user says 'r…

Coding / 软件开发
Safe-ish
Scanned
comfyui-frontend-extensions
Claude Codeby artokun
80

Authoring ComfyUI v2 frontend extensions with @comfyorg/extension-api — defineNode/defineExtension/defineWidget, shell UI (sidebar tabs, commands, hotkeys), typed events, and handles. Use when writing or editing ComfyUI web-UI extension code (custom node JS, sidebar panels, widgets).

Coding / 软件开发
Safe-ish
Scanned
git-workflow-and-versioning
Claude Codeby addyosmani
80

Structures git workflow practices. Use when making any code change. Use when committing, branching, resolving conflicts, or when you need to organize work across multiple parallel streams. Use when cutting a release, choosing a semantic version bump, tagging, or writing a changelog.

Coding / 软件开发
Network
Scanned
tsdown
Claude Codeby antfu
80

Bundle TypeScript and JavaScript libraries with blazing-fast speed powered by Rolldown. Use when building libraries, generating type declarations, bundling for multiple formats, or migrating from tsup.

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

Anthony Fu's opinionated tooling and conventions for JavaScript/TypeScript projects. Use when setting up new projects, configuring ESLint/Prettier alternatives, monorepos, library publishing, or when the user mentions Anthony Fu's preferences.

Coding / 软件开发
Safe-ish
Scanned
designing-apis
Claude Codeby CloudAI-X
80

Designs REST and GraphQL APIs including endpoints, error handling, versioning, and documentation. Use when creating new APIs, designing endpoints, reviewing API contracts, or when asked about REST, GraphQL, or API patterns.

Coding / 软件开发
Safe-ish
Scanned
React 最佳实践
Claude Codeby huangjia2019
80

React 组件设计模式、Hooks 使用指南、性能优化技巧

Coding / 软件开发
Safe-ish
Scanned
better-codex
Claude Codeby noobnooc
80

Behavioral guardrails for Codex coding work based on common user complaints. Use when Codex is asked to implement, modify, debug, review, test, or operate on a codebase and should avoid unsafe scope expansion, stale edits, fake completion, brittle edits, shallow debugging, superficial patch-on fixe…

Coding / 软件开发
Safe-ish
Scanned
metabase_ingest
Claude Codeby Kaelio
80

Convert Metabase questions, models, and metrics into ktx Semantic Layer source definitions. Covers result-metadata to KSL column type mapping, FK/PK detection, near-duplicate deduplication, pre-aggregation decomposition, join-graph connectivity, and how to react to priorProvenance from earlier inge…

Coding / 软件开发
Safe-ish
Scanned
vue-router-best-practices
Claude Codeby antfu
80

Vue Router 4 patterns, navigation guards, route params, and route-component lifecycle interactions.

Coding / 软件开发
Safe-ish
Scanned
add-provider
Claude Codeby ThinkInAIXYZ
80

Add a DeepChat LLM provider through explicit reviewed source changes. Use when a developer asks Codex to add a provider, provider profile, upstream provider config, model catalog mapping, provider auth behavior, or a special provider adapter in this repository.

Coding / 软件开发
Safe-ish
Scanned
wiki-lint
Claude Codeby Ar9av
80

Audit and maintain the health of the Obsidian wiki. Use this skill when the user wants to check their wiki for issues, find orphaned pages, detect contradictions, identify stale content, fix broken wikilinks, or perform general maintenance on their knowledge base. Also triggers on "clean up the wik…

Coding / 软件开发
Safe-ish
Scanned
syndic
Claude Codeby romainsimon
80

Gère un parc de copropriétés en France avec vue portfolio consolidée. Couvre administration, comptabilité (décret 2005, plan comptable copro, 5 annexes), assemblées générales (convocation, PV, notification), appels de fonds, travaux, fournisseurs, recouvrement d'impayés et transition de syndic. Maî…

Coding / 软件开发
Safe-ish
Scanned
domain-driven-design
Claude Codeby wondelai
80

Model software around the business domain using bounded contexts, aggregates, and ubiquitous language. Use when the user mentions "domain modeling", "bounded context", "aggregate root", "ubiquitous language", "anti-corruption layer", "context mapping", "domain events", "strategic design", "the code…

Coding / 软件开发
Safe-ish
Scanned
wrap-up
Claude Codeby rohitg00
80

End-of-session ritual that audits changes, runs quality checks, captures learnings, and produces a session summary. Use when saying "wrap up", "done for the day", "finish coding", or ending a coding session.

Coding / 软件开发
Safe-ish
Scanned
wp-guard
Claude Codeby amElnagdy
80

Review generated or changed WordPress code — plugins, themes, and blocks — before it ships. Best used reactively after an agent writes, edits, or reviews code touching WordPress APIs: add_action/add_filter, shortcodes, meta boxes, AJAX handlers, REST routes, WP_Query or $wpdb, widgets, or WP-CLI co…

Coding / 软件开发
Safe-ish
Scanned
ponytail-gain
Claude Codeby DietrichGebert
80

Show ponytail measured impact as a scoreboard: less code, less cost, more speed, from the benchmark medians. One-shot display.

Coding / 软件开发
Safe-ish
Scanned
api-and-interface-design
Claude Codeby addyosmani
80

Guides stable API and interface design. Use when designing APIs, module boundaries, or any public interface. Use when creating REST or GraphQL endpoints, defining type contracts between modules, or establishing boundaries between frontend and backend.

Coding / 软件开发
Safe-ish
Scanned
historic_sql_table_digest
Claude Codeby Kaelio
80

Convert one changed historic-SQL table usage bucket into typed table usage evidence for deterministic _schema projection.

Coding / 软件开发
Safe-ish
Scanned
vueuse-functions
Claude Codeby antfu
80

Apply VueUse composables where appropriate to build concise, maintainable Vue.js / Nuxt features.

Coding / 软件开发
Safe-ish
Scanned
analyzing-projects
Claude Codeby CloudAI-X
80

Analyzes codebases to understand structure, tech stack, patterns, and conventions. Use when onboarding to a new project, exploring unfamiliar code, or when asked "how does this work?" or "what's the architecture?"

Coding / 软件开发
Safe-ish
Scanned
babysit
Claude Codeby thedotmack
80

Watch a pull request or review cycle until it is ready to merge. Use when asked to babysit, monitor, or keep checking PR comments, reviews, and CI until all actionable issues are resolved.

Coding / 软件开发
Safe-ish
Scanned
source-driven-development
Claude Codeby addyosmani
80

Grounds every implementation decision in official documentation. Use when you want authoritative, source-cited code free from outdated patterns. Use when building with any framework or library where correctness matters.

Coding / 软件开发
Safe-ish
Scanned
api-generating
Claude Codeby huangjia2019
80

Generate API endpoint code and documentation from specifications. Use when the user wants to create new API endpoints, generate route handlers, scaffold REST APIs, or produce OpenAPI/Swagger specs from code.

Coding / 软件开发
Safe-ish
Scanned