重构

代码重组与优化

显示 553-576 / 共 929 个技能
kcchien

aipoint-brand

kcchien

Apply AIPoint brand guidelines to presentations, documents, and designs. Use this skill when creating or styling any content for AIPoint including: presentations (PPTX), documents (DOCX), web designs, marketing materials, or any visual content requiring AIPoint branding. Triggers: "AIPoint brand", "our brand", "company colors", "brand guidelines", "AIPoint style", or when working on AIPoint materials.

设计 13 7个月前
mauromedda

improve-skill

mauromedda

Analyze Claude Code session transcripts to improve existing skills or create new ones. Use when you want to review a past session to identify what worked, what didn't, and how to enhance skill documentation. Extracts session data and provides structured analysis prompts. Triggers on "improve skill", "analyze session", "review session", "skill improvement", "create skill from session", "skill not working", "skill missed", "skill didn't trigger", "enhance skill", "refine skill", "skill feedback", "session transcript", "what went wrong", "skill optimization", "better triggers".

认证鉴权 13 8个月前
yanko-belov

test-driven-development

yanko-belov

Use when implementing any new feature or function. Use when asked to "add tests later". Use when writing code before tests.

重构 13 7个月前
patrickserrano

liquid-glass

patrickserrano

Implement, review, or improve SwiftUI features using the iOS 26+ Liquid Glass API. Use when asked to adopt Liquid Glass in SwiftUI UI, refactor to Liquid Glass, or review Liquid Glass usage.

代码评审 13 7个月前
yanko-belov

single-responsibility-principle

yanko-belov

Use when creating or modifying classes, modules, or functions. Use when feeling pressure to add functionality to existing code. Use when class has multiple reasons to change.

认证鉴权 13 7个月前
G1Joshi

clean-architecture

G1Joshi

Clean Architecture layered design. Use for maintainable code.

代码生成 12 6个月前
masayan1126

optimize-post

masayan1126

原稿からXのアルゴリズムに最適化されたポスト内容を生成。「X投稿を最適化」「ツイート作成」などで使用。

性能 5 8个月前
mrtolkien

test-driven-development

mrtolkien

Use when implementing any feature or bugfix, before writing implementation code

调试 5 6个月前
aiaiohhh

test-driven-development

aiaiohhh

Use when implementing any feature or bugfix, before writing implementation code

调试 11 6个月前
jesseposner

gather

jesseposner

Pause and reset. Gather what's scattered, commit what's ready, prepare for what's next.

认证鉴权 11 6个月前
adaptationio

ac-tdd-runner

adaptationio

Run TDD cycle for feature implementation. Use when implementing features with RED-GREEN-REFACTOR, running test-driven development, automating TDD workflow, or ensuring test-first development.

自动化 11 7个月前
adaptationio

ac-context-optimizer

adaptationio

Optimize context usage for autonomous coding. Use when managing context window, prioritizing information, reducing token usage, or improving efficiency.

智能体 11 7个月前
aiaiohhh

referral-program

aiaiohhh

"When the user wants to create, optimize, or analyze a referral program, affiliate program, or word-of-mouth strategy. Also use when the user mentions 'referral,' 'affiliate,' 'ambassador,' 'word of mouth,' 'viral loop,' 'refer a friend,' or 'partner program.' This skill covers program design, incentive structure, and growth optimization."

代码生成 11 6个月前
Kaakati

Clean Architecture Patterns

Kaakati

"Domain, Data, and Presentation layer separation with dependency inversion and use case patterns"

数据处理 10 8个月前
founderjourney

tailored-resume-generator

founderjourney

Analyze job postings and customize resumes to highlight relevant experience, skills, and achievements. Optimizes for ATS systems and interview success.

代码评审 10 7个月前
Kaakati

clean-architecture-ios

Kaakati

"Expert Clean Architecture decisions for iOS/tvOS: when Clean Architecture adds value vs overkill, layer boundary judgment calls, dependency rule violations to catch, and practical trade-offs between purity and pragmatism. Use when designing app architecture, debugging layer violations, or deciding what belongs where. Trigger keywords: Clean Architecture, layer, domain, data, presentation, use case, repository, dependency rule, entity, DTO, mapper"

数据处理 10 7个月前
phrazzld

brand-logo

phrazzld

Generate and optimize brand logos. LLM SVG generation with SVGO optimization, favicon variants, and vision-model critique loop.

代码生成 10 6个月前
founderjourney

yc-sv-development-framework

founderjourney

Decision-making framework for software development, Y Combinator / Silicon Valley style. Based on real principles from Paul Graham, Sam Altman, Michael Seibel, Patrick Collison, and Brian Chesky. Use when: - Developing features or products - Making technical decisions (what to do, how, when) - Prioritizing work (P0, P1, P2) - Evaluating whether to refactor or patch - Deciding on technical debt - Evaluating whether to add tests, CI/CD, or automation - Any architecture or engineering decision Triggers: development, code, feature, refactor, architecture, prioritize, technical decision, what to do first, technical debt, tests, CI/CD, sprint, backlog

CI/CD 10 7个月前
Kaakati

GetX State Management Patterns

Kaakati

"GetX controllers, reactive state, dependency injection, bindings, navigation, and best practices"

代码生成 10 8个月前
samhvw8

refactoring-expert

samhvw8

"Systematic code refactoring following Martin Fowler's catalog. Methodologies: characterization tests, Red-Green-Refactor, incremental transformation. Capabilities: SOLID compliance, DRY cleanup, code smell detection, complexity reduction, legacy modernization, design patterns, functional programming patterns. Actions: refactor, extract, inline, rename, move, simplify code. Keywords: refactor, SOLID, DRY, code smell, complexity, extract method, inline, rename, move, clean code, technical debt, legacy code, design pattern, characterization test, Red-Green-Refactor, functional programming, higher-order function, immutability, pure function, composition, currying, side effects. Use when: improving code quality, reducing technical debt, applying SOLID principles, fixing DRY violations, removing code smells, modernizing legacy code, applying design patterns."

重构 10 9个月前
inkeep

tdd

inkeep

Universal test-driven development methodology and test design craft. Background knowledge for writing behavior-focused tests, mocking strategy, vertical slicing, and tracer bullet execution. Auto-loaded when writing tests during implementation, review feedback, or standalone test authoring. Triggers: writing tests, test design, mocking strategy, test quality, behavior testing, integration testing, test-first, red-green-refactor.

数据库 10 6个月前
academind

clean-typescript

academind

Write clean, efficient TypeScript code that follows common best practices

调试 9 7个月前
SnakeO

refactor:flutter

SnakeO

Refactor Flutter/Dart code to improve maintainability, readability, and performance. This skill applies Dart 3 features like records, patterns, and sealed classes, implements proper state management with Riverpod or BLoC, and uses Freezed for immutable models. It addresses monolithic widgets, missing const constructors, improper BuildContext usage, and deep nesting. Apply when you notice widgets doing too much, performance issues from unnecessary rebuilds, or legacy Dart 2 patterns.

数据处理 9 7个月前
SnakeO

refactor:pandas

SnakeO

Refactor Pandas code to improve maintainability, readability, and performance. Identifies and fixes loops/.iterrows() that should be vectorized, overuse of .apply() where vectorized alternatives exist, chained indexing patterns, inplace=True usage, inefficient dtypes, missing method chaining opportunities, complex filters, merge operations without validation, and SettingWithCopyWarning patterns. Applies Pandas 2.0+ features including PyArrow backend, Copy-on-Write, vectorized operations, method chaining, .query()/.eval(), optimized dtypes, and pipeline patterns.

数据处理 9 7个月前