kylehughes
from GitHub
开发与编程
Provides the complete content of 'The Swift Programming Language (6.3 beta)' book by Apple. Use this skill when you need to verify Swift syntax, look up language features, understand concurrency, resolve compiler errors, or consult the formal language reference.
Build Stellar blockchain applications in PHP using soneso/stellar-php-sdk. Use when generating PHP code for transaction building, signing, Horizon API queries, Soroban RPC, smart contract deployment and invocation, XDR encoding/decoding, and SEP protocol integration. Covers all 26 operations, 50 Horizon endpoints, 12 RPC methods, and 18 SEP implementations with synchronous Guzzle HTTP patterns.
xiaotonng
from GitHub
开发与编程
This skill should be used when the user asks to "install codeclaw", "build and install", "deploy locally", "update local binary", "release", or "publish".
bcollazo
from GitHub
开发与编程
Fill out the implementation of effects of different attacks, abilities, and trainer cards in this Pokemon TCG Pocket engine codebase.
Azure-Samples
from GitHub
开发与编程
Build durable, fault-tolerant workflows using Azure Durable Functions with .NET isolated worker and Durable Task Scheduler backend. Use when creating serverless orchestrations, activities, entities, or implementing patterns like function chaining, fan-out/fan-in, async HTTP APIs, human interaction, monitoring, or stateful aggregators. Applies to Azure Functions apps requiring durable execution, state persistence, or distributed coordination with built-in HTTP management APIs and Azure integration.
diegomarino
from GitHub
开发与编程
Scan a codebase and auto-generate relevant diagrams from its structure
gzhanlei
from GitHub
开发与编程
组建 Pair/Mob Programming 团队进行代码开发。根据用户需求智能选择团队配置: - Pair 模式(2人):Cunningham(测试)+ Thompson(实现),内部遵循 TDD 规范 - Pair 审查模式(2人):Jobs(Navigator)+ Thompson(Driver),内部遵循 SOLID 原则 - Pair 覆盖率模式(2人):Cunningham(Navigator)+ Thompson(Driver),提升测试覆盖率 - Mob 三人模式(3人):Cunningham + Jobs + Thompson,完整双重审查流程 触发场景: - "pair programming" / "结对编程" / "结对" → 询问选择 Pair 模式 - "mob programming" / "团队编程" → 启动三人模式 - "代码审查" / "帮我重构" → Pair 审查模式 - "提升测试覆盖率" / "测试覆盖率" → Pair 覆盖率模式(Navigator + Driver) - 提到 "Cunningham/Jobs/Thompson" → 按指定角色启动
AsiaOstrich
from GitHub
开发与编程
Prevent AI hallucination and ensure evidence-based responses when analyzing code or making suggestions.
kanyun-inc
from GitHub
开发与编程
Assesses code comprehensibility and maintainability risk. Use when the user asks about code confidence, risk, maintainability, tech debt, code health, or whether code is safe to change. Also use when the user asks to analyze code quality, scan for risks, check if code is messy or complex, audit code, do a code checkup, find weak spots, assess what needs refactoring, or asks about code trust, hidden risks, gotchas, or onboarding to a codebase.
Performs simultaneous multi-pattern search-and-replace, file/directory renaming, and case-preserving refactoring across codebases. Use for bulk refactoring, global find-and-replace, or when user mentions repren, multi-file rename, or pattern-based transformations.
acostanzo
from GitHub
开发与编程
Audit and improve an existing Quickstop plugin's quality against Claude Code plugin spec
nj19257
from GitHub
开发与编程
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 avoid copyright violations.