Showing 30 of 12,154

Sorted by quality
add-new-opc-skill
Claude Codeby ReScienceLab
76

Checklist and automation guide for adding a new skill to the OPC Skills project. Ensures all required files, metadata, logos, and listings are created before release. Use when adding a new skill, publishing a skill, or preparing a skill for release.

Automation / 自动化
Network
Scanned
memory
Claude Codeby codeaholicguy
76

AI DevKit · Use the memory CLI as a durable knowledge layer. Search before non-trivial work, store verified reusable knowledge, update stale entries, and avoid saving transcripts, secrets, or one-off task progress.

Coding / 软件开发
Safe-ish
Scanned
dev-planning
Claude Codeby codeaholicguy
76

AI DevKit · Planning phase guidance for creating and reconciling feature task plans. Use when the user wants to create an implementation plan, update planning docs, mark task progress, capture blockers or new tasks, or run dev-lifecycle planning work.

Safe-ish
Scanned
golden-pdf-ch
Claude Codeby yusufkaraaslan
76

Use when testing chapter categorization

Safe-ish
Scanned
changelog
Claude Codeby codeaholicguy
76

AI DevKit · Update CHANGELOG.md Unreleased items from git commits since the latest release. Use when users ask to update changelog/release notes from recent commits, with one concise line per commit and commit/PR links.

Safe-ish
Scanned
golden-man-single
Claude Codeby yusufkaraaslan
76

Use when testing the man golden build

Safe-ish
Scanned
Advertisement
skillopt-sleep
Claude Codeby microsoft
76

Reference-only OpenClaw adaptation of SkillOpt-Sleep. Use it to study or port the contributed DeepSeek wrapper, not as a ready-to-run installation.

Safe-ish
Scanned
changelog-generator
Claude Codeby ComposioHQ
76

Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.

Automation / 自动化
Safe-ish
Scanned
Excel工具
Claude Codeby XiaoMaColtAI
76

读取、创建、修改和验证 XLSX,支持模板保留、公式重算和错误检查。

Productivity / 办公效率
Safe-ish
Scanned
kubesphere-devops-overview
Claude Codeby kubesphere
76

Use when working with KubeSphere DevOps extension, CI/CD pipelines, Jenkins integration, or pipeline troubleshooting

Coding / 软件开发
Network
Scanned
agent-communication
Claude Codeby codeaholicguy
76

AI DevKit · Exchange information with active Codex, Claude Code, and other AI agents using ai-devkit agent list, detail, and send. Use when an agent needs to find another active agent, read its recent context, send it information, or request information back.

Coding / 软件开发
Safe-ish
Scanned
feishu-tools
Claude Codeby ThinkInAIXYZ
76

Use the Feishu/Lark plugin MCP tools for Feishu documents, spreadsheets, knowledge content, and other matching workspace operations.

MCP & Tools / 工具连接器
Safe-ish
Scanned
ship
Claude Codeby evo-hq
76

Land the winning experiment from an evo run as a clean, mergeable change -- open a PR when the repo has a remote, otherwise merge into the working branch. Distills the best-scoring experiment down to the minimal diff that reproduces its behaviour, shaped for the qualities a maintainer merges on (sc…

Safe-ish
Scanned
route-scanning
Claude Codeby huangjia2019
76

Scan Express.js source files to discover all API route definitions.

Coding / 软件开发
Safe-ish
Scanned
pathfinder
Claude Codeby thedotmack
76

Map a codebase into feature-grouped flowcharts, identify duplicated concerns across features, and propose a unified architecture. Use when asked to "find the ideal path," unify duplicated systems, or audit architecture before a refactor. Emits a proposed unified flowchart plus per-system /make-plan…

Coding / 软件开发
Safe-ish
Scanned
understand-onboard
Claude Codeby Egonex-AI
76

Use when you need to generate an onboarding guide for new team members joining a project

Safe-ish
Scanned
dbt_ingest
Claude Codeby Kaelio
76

Map dbt `schema.yml` / `properties.yml` models and sources into ktx semantic-layer overlays and column notes. Covers `sources:` vs `models:`, column `data_tests` (not_null, unique, accepted_values, relationships), and how bundle-time writes complement manifest backfill from git sync. Load when the …

Coding / 软件开发
Safe-ish
Scanned
eureka
Claude Codeby feiskyer
76

Capture technical breakthroughs and transform them into actionable, reusable documentation. Use this skill when the user has achieved a significant technical insight, solved a hard problem, discovered a non-obvious solution, or wants to document a breakthrough moment. Also trigger when the user men…

Writing / 写作
Safe-ish
Scanned
sqs
Claude Codeby itsmostafa
76

AWS SQS message queue service for decoupled architectures. Use when creating queues, configuring dead-letter queues, managing visibility timeouts, implementing FIFO ordering, or integrating with Lambda.

Safe-ish
Scanned
golden-epub-kw
Claude Codeby yusufkaraaslan
76

Use when testing keyword categorization

Safe-ish
Scanned
vue-testing-best-practices
Claude Codeby antfu
76

Use for Vue.js testing. Covers Vitest, Vue Test Utils, component testing, mocking, testing patterns, and Playwright for E2E testing.

Coding / 软件开发
Safe-ish
Scanned
pinme-llm
Claude Codeby glitternetwork
76

Use this skill when a PinMe project (Worker TypeScript) needs to call OpenRouter-backed LLM APIs, including models, chat/completions, streaming, or OpenRouter web search. Guides AI to generate correct Worker TS code.

Coding / 软件开发
Safe-ish
Scanned
linkedin-reply-handler
Claude Codeby sergebulaev
76

Draft a reply to a specific existing LinkedIn comment from its URL. Use when the user wants to reply to a comment on any post, or follow up after an author replied to them. Parses the commentUrn, resolves the correct parentComment target (LinkedIn flattens threads to 2 levels), and posts via Publor…

Safe-ish
Scanned
dev-worktree
Claude Codeby codeaholicguy
76

AI DevKit · Worktree setup and resume guidance for isolated feature work. Use when starting, resuming, switching, or verifying a feature branch/worktree for lifecycle, debugging, implementation, review, or multi-agent workflows.

Coding / 软件开发
Safe-ish
Scanned
comfyui-node-registry
Claude Codeby artokun
76

Authoring & publishing ComfyUI custom nodes to the Comfy Registry — node structure, pyproject.toml spec, comfy-cli publishing, and CI

Creative / 创意娱乐
Safe-ish
Scanned
golden-jupyter-topics
Claude Codeby yusufkaraaslan
76

Use when testing the golden_jupyter_topics golden build

Safe-ish
Scanned
reload
Claude Codeby Ruya-AI
76

Treat the current session and auto-resume in a new terminal window.

Coding / 软件开发
Safe-ish
Scanned
frontend-review
Claude Codeby yaojingang
76

Review frontend code for accessibility, risky UI security issues, missing loading and error states, and pre-merge regressions. Use when asked to review React, UI, forms, frontend components, or merge-readiness for the frontend.

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

Show ponytail's measured impact as a compact scoreboard: less code, less cost, more speed, from the benchmark medians. One-shot display, not a persistent mode, and not a per-repo number. Trigger: /ponytail-gain, "ponytail gain", "what does ponytail save", "show ponytail impact", "ponytail scoreboar…

Coding / 软件开发
Safe-ish
Scanned
demand-first-review
Claude Codeby CherryHQ
76

Use when reviewing a PR, API, IPC channel, endpoint, parameter, type, config, or architectural extension point that adds or expands shared surface area, especially when consumers are absent, exports are unused or speculative, existing consumers are hack-heavy, forward compatibility is claimed, or m…

Safe-ish
Scanned