All authors
loulanyue avatar

Claude Skills by loulanyue

github.com/loulanyue
60 skillsA× 608 installs77 views
Android Clean ArchitectureA

Clean Architecture patterns for Android and Kotlin Multiplatform projects — module structure, dependency rules, UseCases, Repositories, and data layer patterns.

developmentgokotlin
0
152
Autonomous LoopsA

Patterns and architectures for autonomous Claude Code loops — from simple sequential pipelines to RFC-driven multi-agent DAG systems.

documentationtypescriptshell
0
152
Bun RuntimeA

Bun as runtime, package manager, bundler, and test runner. When to choose Bun vs Node, migration notes, and Vercel support.

developmentjavascripttypescript
0
152
Coding StandardsA

TypeScript、JavaScript、React、Node.js開発のための汎用コーディング標準、ベストプラクティス、パターン。

developmentjavascripttypescript
0
152
Cost Aware Llm PipelineA

Cost optimization patterns for LLM API usage — model routing by task complexity, budget tracking, retry logic, and prompt caching.

code-qualitypythonrails
0
152
Django SecurityA

Django security best practices, authentication, authorization, CSRF protection, SQL injection prevention, XSS prevention, and secure deployment configurations.

developmentjavascriptpython
0
152
Energy ProcurementA

You are a senior energy procurement manager at a large commercial and industrial (C&I) consumer with multiple facilities across regulated and deregulated electricity markets. You manage an annual energy spend of $15M–$80M across 10–50+ sites — manufacturing plants, distribution centers, corporate offices, and cold storage. You own the full procurement lifecycle: tariff analysis, supplier RFPs, contract negotiation, demand charge management, renewable energy sourcing, budget forecasting, and sust

businessgonode
0
152
Enterprise Agent OpsA

Operate long-lived agent workloads with observability, security boundaries, and lifecycle management.

devopsci/cdsecurity
0
152
Frontend PatternsA

React、Next.js、状態管理、パフォーマンス最適化、UIベストプラクティスのためのフロントエンド開発パターン。

developmenttypescriptgo
0
152
Kotlin Coroutines FlowsA

Kotlin Coroutines and Flow patterns for Android and KMP — structured concurrency, Flow operators, StateFlow, error handling, and testing.

developmentgokotlin
0
152
Kotlin PatternsA

Idiomatic Kotlin patterns, best practices, and conventions for building robust, efficient, and maintainable Kotlin applications with coroutines, null safety, and DSL builders.

code-qualitygojava
0
152
Laravel PatternsA

Laravel architecture patterns, routing/controllers, Eloquent ORM, service layers, queues, events, caching, and API resources for production apps.

databasesphpapi
0
152
Laravel VerificationA

Verification loop for Laravel projects: env checks, linting, static analysis, tests with coverage, security scans, and deployment readiness.

code-qualityphpbash
0
152
Nextjs TurbopackA

Next.js 16+ and Turbopack — incremental bundling, FS caching, dev speed, and when to use Turbopack vs webpack.

developmentrustbash
0
152
Perl PatternsA

Modern Perl 5.36+ idioms, best practices, and conventions for building robust, maintainable Perl applications.

code-qualitygoshell
0
152
Prompt OptimizerA

Analyze a draft prompt, critique it, match it to ECC ecosystem components, and output a complete optimized prompt the user can paste and run.

developmenttypescriptpython
0
152
Returns Reverse LogisticsA

You are a senior returns operations manager with 15+ years handling the full returns lifecycle across retail, e-commerce, and omnichannel environments. Your responsibilities span return merchandise authorization (RMA), receiving and inspection, condition grading, disposition routing, refund and credit processing, fraud detection, vendor recovery (RTV), and warranty claims management. Your systems include OMS (order management), WMS (warehouse management), RMS (returns management), CRM, fraud det

businessgotesting
0
152
Search FirstA

Research-before-coding workflow. Search for existing tools, libraries, and patterns before writing custom code. Invokes the researcher agent.

toolspythongo
0
152
X ApiA

X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically.

securitypythonbash
0
152
Agent Harness ConstructionA

Design and optimize AI agent action spaces, tool definitions, and observation formatting for higher completion rates.

businessreact
0
152
Article WritingA

Write articles, guides, blog posts, tutorials, newsletter issues, and other long-form content in a distinctive voice derived from supplied examples or brand guidance. Use when the user wants polished written content longer than a paragraph, especially when voice consistency, structure, and credibility matter.

content-marketingapi
0
152
Claude ApiA

Anthropic Claude API patterns for Python and TypeScript. Covers Messages API, streaming, tool use, vision, extended thinking, batches, prompt caching, and Claude Agent SDK. Use when building applications with the Claude API or Anthropic SDKs.

developmenttypescriptpython
0
152
Claude DevfleetA

Orchestrate multi-agent coding tasks via Claude DevFleet — plan projects, dispatch parallel agents in isolated worktrees, monitor progress, and read structured reports.

ai-agentsgobash
0
152
Content EngineA

Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.

content-marketinggo
0
152
Content Hash Cache PatternA

Cache expensive file processing results using SHA-256 content hashes — path-independent, auto-invalidating, with service layer separation.

code-qualitypythondebugging
0
152
Continuous Agent LoopA

Patterns for continuous autonomous agent loops with quality gates, evals, and recovery controls.

ai-agents
0
152
Deep ResearchA

Multi-source deep research using firecrawl and exa MCPs. Searches the web, synthesizes findings, and delivers cited reports with source attribution. Use when the user wants thorough research on any topic with evidence and citations.

researchrustgo
0
152
Foundation Models On DeviceA

Apple FoundationModels framework for on-device LLM — text generation, guided generation with @Generable, tool calling, and snapshot streaming in iOS 26+.

ai-agentsgoswift
0
152
Investor MaterialsA

Create and update pitch decks, one-pagers, investor memos, accelerator applications, financial models, and fundraising materials. Use when the user needs investor-facing documents, projections, use-of-funds tables, milestone plans, or materials that must stay internally consistent across multiple fundraising assets.

businessgofrontend
0
152
Kotlin Exposed PatternsA

JetBrains Exposed ORM patterns including DSL queries, DAO pattern, transactions, HikariCP connection pooling, Flyway migrations, and repository pattern.

databasesgokotlin
0
152
Kotlin Ktor PatternsA

Ktor server patterns including routing DSL, plugins, authentication, Koin DI, kotlinx.serialization, WebSockets, and testApplication testing.

testinggokotlin
0
152
Kotlin TestingA

Kotlin testing patterns with Kotest, MockK, coroutine testing, property-based testing, and Kover coverage. Follows TDD methodology with idiomatic Kotlin practices.

toolsjavakotlin
0
152
Laravel TddA

Test-driven development for Laravel with PHPUnit and Pest, factories, database testing, fakes, and coverage targets.

databasesphpsql
0
152
Mcp Server PatternsA

Build MCP servers with Node/TypeScript SDK — tools, resources, prompts, Zod validation, stdio vs Streamable HTTP. Use Context7 or official MCP docs for latest API.

ai-agentsjavascripttypescript
0
152
Project Guidelines ExampleA

실제 프로덕션 애플리케이션을 기반으로 한 프로젝트별 스킬 템플릿 예시.

developmenttypescriptpython
0
152
Python PatternsA

Pythonic idioms, PEP 8 standards, type hints, and best practices for building robust, efficient, and maintainable Python applications.

toolspythongo
0
152
Python TestingA

Python testing strategies using pytest, TDD methodology, fixtures, mocking, parametrization, and coverage requirements.

testingpythonrust
0
152
Pytorch PatternsA

PyTorch deep learning patterns and best practices for building robust, efficient, and reproducible training pipelines, model architectures, and data loading.

code-qualitypythongo
0
152
Quality NonconformanceA

You are a senior quality engineer with 15+ years in regulated manufacturing environments — FDA 21 CFR 820 (medical devices), IATF 16949 (automotive), AS9100 (aerospace), and ISO 13485 (medical devices). You manage the full non-conformance lifecycle from incoming inspection through final disposition. Your systems include QMS (eQMS platforms like MasterControl, ETQ, Veeva), SPC software (Minitab, InfinityQS), ERP (SAP QM, Oracle Quality), CMM and metrology equipment, and supplier portals. You sit

businessrustgo
0
152
Ralphinho Rfc PipelineA

RFC-driven multi-agent DAG execution pattern with quality gates, merge queues, and work unit orchestration.

testinggitsecurity
0
152
Regex Vs Llm Structured TextA

Decision framework for choosing between regex and LLM when parsing structured text — start with regex, add LLM only for low-confidence edge cases.

testingpythontesting
0
152
Rules DistillA

Scan skills to extract cross-cutting principles and distill them into rules — append, revise, or create new rule files

ai-agentsrustgo
0
152
Rust PatternsA

Idiomatic Rust patterns, ownership, error handling, traits, concurrency, and best practices for building safe, performant applications.

code-qualityrustgo
0
152
Rust TestingA

Rust testing patterns including unit tests, integration tests, async testing, property-based testing, mocking, and coverage. Follows TDD methodology.

testingrustgo
0
152
Security ScanA

Scan your Claude Code configuration (.claude/ directory) for security vulnerabilities, misconfigurations, and injection risks using AgentShield. Checks CLAUDE.md, settings.json, MCP servers, hooks, and agent definitions.

securitygoshell
0
152
Springboot PatternsA

Spring Boot architecture patterns, REST API design, layered services, data access, caching, async processing, and logging. Use for Java Spring Boot backend work.

developmentrustgo
0
152
Springboot SecurityA

Spring Security best practices for authn/authz, validation, CSRF, secrets, headers, rate limiting, and dependency security in Java Spring Boot services.

securitygojava
0
152
Springboot TddA

Test-driven development for Spring Boot using JUnit 5, Mockito, MockMvc, Testcontainers, and JaCoCo. Use when adding features, fixing bugs, or refactoring.

testinggojava
0
152
Springboot VerificationA

Verification loop for Spring Boot projects: build, static analysis, tests with coverage, security scans, and diff review before release or PR.

code-qualityjavabash
0
152
Strategic CompactA

임의의 자동 컴팩션 대신 논리적 간격에서 수동 컨텍스트 압축을 제안하여 작업 단계를 통해 컨텍스트를 보존합니다.

documentationnodegit
0
152