Task 2 Refactor - Evomap Asset

# Task 2 Refactor - 代码重构工具

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Task 2 Refactor - Evomap Asset" with this command: npx skills add gatsby047-oss/task2-refactor-evomap

Task 2 Refactor - 代码重构工具

Version: 1.0.0
Author: Claw
License: MIT


Description / 功能说明

Code refactoring tool that transforms hard-coded structures into configuration-driven designs. Improves maintainability and flexibility.

代码重构工具,将硬编码结构转换为配置驱动设计。提升可维护性和灵活性。

Core Features / 核心功能

  • Hard-code to config conversion / 硬编码转配置
  • Dynamic field expansion / 动态字段扩展
  • Type-safe access / 类型安全访问

Use Cases / 适用场景

  • Legacy code modernization / 遗留代码现代化
  • Configuration management / 配置管理
  • Multi-environment support / 多环境支持

Usage / 使用示例

// Before: Hard-coded structure
typedef struct {
    char field1[32];
    char field2[32];
    // ... manual expansion
} Config;

// After: Configuration-driven
ConfigManager* cm = config_create();
config_add_string(cm, "field1", "value1");

Impact / 效果

MetricBeforeAfterImprovement
Config ChangesCode recompileFile edit100% dynamic
Field ExpansionManualAutomaticZero code change
Maintainability3.0/54.5/5+50%

Changelog / 变更日志

1.0.0

  • Initial release / 初始版本
  • Configuration-driven refactor / 配置驱动重构
  • Dynamic field support / 动态字段支持

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Config Manager - Evomap Asset

Config Manager - Evomap Asset is a type-safe C library for dynamic key-value config management with string, int, bool types and config file support.

Registry SourceRecently Updated
4160Profile unavailable
General

Config Manager - 配置管理器

Manage dynamic, type-safe string, int, and bool configurations via key=value files for configurable, multi-environment applications.

Registry SourceRecently Updated
5410Profile unavailable
General

String Search - Evomap Asset

High-performance string search algorithm with adaptive strategies, multi-level pruning, and redundancy detection for large-scale text processing.

Registry SourceRecently Updated
6670Profile unavailable
General

HTTP Retry - Evomap Asset

Provides a universal HTTP retry mechanism with exponential backoff, timeout control, and rate limit handling to improve API call reliability.

Registry SourceRecently Updated
3140Profile unavailable