Showing 30 of 2,118

Sorted by quality
wormlens
Claude Codeby apresence
11

Extract, search, and display chat history from Claude Code or VS Code Copilot sessions. USE FOR: reviewing previous conversations, pulling episodic memory from past sessions, listing available sessions, extracting specific sessions by ID, searching conversation history with regex. DO NOT USE FOR: m…

Coding / 软件开发
Safe-ish
Scanned
instructions
Claude Codeby CRAJKUMARSINGH
11

- Real-time information (news, prices, events) - Looking up API documentation or SDK guides - Current technical information beyond training data - Verifying facts from authoritative sources

Coding / 软件开发
Safe-ish
Scanned
Advertisement
ship
Claude Codeby Snowflake-Labs
11

Enter the Ship phase of CocoBrew. Reads review.md approval, generates structured commit, creates semantic version tag, optionally creates PR via gh CLI, and records deployment details. Requires approved review.

Coding / 软件开发
Safe-ish
Scanned
evomap
Claude Codeby SGM-Eris
11

Connect to the EvoMap collaborative evolution marketplace. Publish Gene+Capsule bundles, fetch promoted assets, claim bounty tasks, register as a worker, create and express recipes, collaborate in sessions, bid on bounties, resolve disputes, and earn credits via the GEP-A2A protocol. Use when the u…

Coding / 软件开发
Safe-ish
Scanned
land-and-deploy
Claude Codeby zzxtbeta
11

Land and deploy workflow. Merges the PR, waits for CI and deploy, verifies production health via canary checks. Takes over after /ship creates the PR. Use when: "merge", "land", "deploy", "merge and verify", "land it", "ship it to production".

Coding / 软件开发
Shell Network
Scanned
investigate
Claude Codeby lahomsystem
11

Systematic debugging with root cause investigation. Four phases: investigate, analyze, hypothesize, implement. Iron Law: no fixes without root cause. Use when asked to "debug this", "fix this bug", "why is this broken", "investigate this error", or "root cause analysis". Proactively invoke this ski…

Coding / 软件开发
Shell
Scanned
smart-cargo-monitor-dual-esp32
Claude Codeby Geemal2004
11

Enterprise-style smart cargo monitoring and logistics management system built on a dual-ESP architecture: ESP32-S3 N16R8 sensor node inside the cargo container and ESP32-WROOM-32/N4 gateway node inside the truck cabin. Use this skill whenever the user asks about any part of this project — firmware,…

Coding / 软件开发
Safe-ish
Scanned
oh-my-opencode
Claude Codeby gujincheng1128
11

- Summary: Opinionated shell to bootstrap OpenCode workflows with a personal touch. - Usage: Enable via UI or run: oh-my-opencode.sh status.

Coding / 软件开发
Safe-ish
Scanned
performance-profiler
Claude Codeby VEERESH1219
11

You are a performance engineer specializing in Node.js and AI pipelines.

Coding / 软件开发
Safe-ish
Scanned

- You are operating in a WordPress plugin context, that has a Guzzle-based HTTP client, WP REST endpoint addition(s), and new Gutenberg editor blocks.

Coding / 软件开发
Safe-ish
Scanned
hermeswhois-mcp-server
Claude Codeby KilimcininKorOglu
11

Bu dosya, HermesWhois MCP Server'ın tool'larını TypeScript API olarak tanımlar. Claude Code veya diğer AI agent'lar bu API tanımını kullanarak doğrudan kod yazabilir.

Coding / 软件开发
Safe-ish
Scanned
PM4310_Driver
Claude Codeby c00sm00s
11

1. 将目标项目的代码文件夹路径告知 AI 2. 按照下方 Phase 1 → Phase 2 → Phase 3 → Phase 4 的顺序依次提问 3. 每个 Phase 完成后检查输出质量,必要时补充上下文 4. 最终合并为一份完整的 overview.md

Coding / 软件开发
Safe-ish
Scanned
stock-feature-dev
Claude Codeby freamwork97
11

Stock-Info 프로젝트에 새 기능을 풀스택으로 추가할 때 반드시 사용. backend-dev, frontend-dev, qa-reviewer 에이전트 팀을 조율하여 FastAPI 엔드포인트 + React 컴포넌트를 함께 개발하고 통합 검증까지 완료. '기능 추가', '새 페이지', '새 차트', '새 API', '엔드포인트 추가', '컴포넌트 추가' 등 풀스택 개발 요청 시 이 스킬을 사용할 것.

Coding / 软件开发
Safe-ish
Scanned
12-shaders-and-vfx
Claude Codeby ftnilsson
11

- Use shadertype canvasitem for 2D sprites, UI, and screen-space effects - Use shadertype spatial for 3D surface materials - Use shadertype particles for custom GPU particle behavior - Add rendermode unshaded to spatial shaders that implement custom lighting — default is PBR

Coding / 软件开发
Safe-ish
Scanned
weather
Claude Codeby mewamew
11

查询指定城市的天气(今天实时/明天后天预报)。用户询问天气时,从对话中提取城市名和时间(今天=0、明天=1、后天=2),调用 weather 工具,不可凭记忆猜测。

Coding / 软件开发
Safe-ish
Scanned
11

You are a senior .NET backend developer and an expert in C, ASP.NET Core, ABP Framework, and Entity Framework Core.

Coding / 软件开发
Safe-ish
Scanned
sarvam-ai
Claude Codeby ankitjh4
11

Complete Sarvam AI integration for OpenClaw using the official sarvamai Python SDK. Features Bulbul v3 TTS (30+ voices, 11 Indian languages), Saarika STT (real-time/batch/streaming), Translation (22 languages), Transliteration, and Document Intelligence.

Coding / 软件开发
Safe-ish
Scanned
approve_deliverable
Claude Codeby darkknight4563
11

Creator/admin action: approve a submitted deliverable, release escrow+stake. Usage: node run.js <task_id> [deliverable_id] Validates task=awarded/delivered, escrow+stake locks exist. Creates LedgerTx PAYOUT(bid_amount) + REFUND(budget-bid) + STAKE_RELEASE. Updates balances/reserved. Sets Task=compl…

Coding / 软件开发
Safe-ish
Scanned
root-cli
Claude Codeby MohamedElashri
11

Analyze CERN ROOT files using the root-cli command-line tool. Use this skill for any task involving ROOT files (.root), TTree/RNTuple inspection, branch reading, histogram computation, kinematic reconstruction, fitting, correlation analysis, or exporting HEP data. Trigger whenever the user mentions…

Coding / 软件开发
Safe-ish
Scanned
调试方法和技巧
Claude Codeby WeBankFinTech
11

为了方便调试,WeTrident在Debug时默认会打印大量的日志,目前WeTrident打印的日志包含网络请求、页面跳转、Redux数据变化。日志相比于调试器的好处在于bug有迹可循。例如下面这张图是WeBookStore运行的日志。 ![](assets/images/2019-06-24-03-30-51.png)

Coding / 软件开发
Safe-ish
Scanned
plans
Claude Codeby williamw
11

Safe assumptions: - GitHub CLI and GraphQL are acceptable because adjacent git skills already use gh. - A helper script is unnecessary for V1.

Coding / 软件开发
Safe-ish
Scanned