apifox-core

Apifox 生成器核心工具(由 Agent 内部使用,不对外暴露)

16 stars

Best use case

apifox-core is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Apifox 生成器核心工具(由 Agent 内部使用,不对外暴露)

Teams using apifox-core should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/apifox-core/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/backend/apifox-core/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/apifox-core/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How apifox-core Compares

Feature / Agentapifox-coreStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Apifox 生成器核心工具(由 Agent 内部使用,不对外暴露)

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Apifox Core Plugin Utilities

提供智能推荐、配置管理等核心功能。

**注意:** 此模块由 `apifox-generator` Agent 内部使用,用户无需直接调用。

## 功能

### 1. 智能推荐

基于项目特征推荐最佳生成器和输出路径。

### 2. 配置管理

读写 `apifox.config.json` 配置文件。

### 3. 配置验证

验证配置文件格式(基于 JSON Schema)。

### 4. 代码生成

封装 Docker OpenAPI Generator 命令。

## 架构

核心模块:
- `SmartRecommender` - 智能推荐算法
- `ConfigManager` - 配置文件管理
- `CodeGenerator` - Docker 命令封装(已简化,Agent 可直接调用 Docker)

## 使用

此 Skill 不提供独立接口,完全由 Agent 内部使用。Agent 会直接调用文件操作和 Docker 命令。

Related Skills

kimmo-agent-friendly-score

16
from diegosouzapw/awesome-omni-skill

Score developer tools and SaaS products for AI agent compatibility. Use when evaluating how well a devtool works with AI coding assistants, or when optimizing a product for the agent era.

corearena-classes-rewards

16
from diegosouzapw/awesome-omni-skill

Troubleshooting class selection, tier upgrades, experience, and nugget economy

agent-roles-core

16
from diegosouzapw/awesome-omni-skill

Core agent role definitions and responsibilities used across repositories.

advanced-math-trading/foundations-core

16
from diegosouzapw/awesome-omni-skill

Probability, moments/tails, Bayes, and statistical learning foundations for systematic trading.

sumo-core

16
from diegosouzapw/awesome-omni-skill

Core SUMO simulation workflows and CLI usage: build/import networks (netgenerate/netconvert/OSM/netedit), generate demand and routes (randomTrips/od2trips/duarouter), run sumo/sumo-gui with .sumocfg and additional files. Use for standard SUMO operations when MCP automation, RL tooling, or output analysis are not the primary focus.

dotnet-core-expert

16
from diegosouzapw/awesome-omni-skill

Expert .NET Core specialist mastering .NET 10 with modern C# features. Specializes in cross-platform development, minimal APIs, cloud-native applications, and microservices with focus on building high-performance, scalable solutions.

aspnet-core

16
from diegosouzapw/awesome-omni-skill

Guidelines for ASP.NET Core web development covering API design, authentication, caching, and best practices

aspnet-core-fundamentals

16
from diegosouzapw/awesome-omni-skill

Master ASP.NET Core fundamentals including C#, project structure, routing, middleware, and basic API development. Essential skills for all ASP.NET Core developers.

apsiii-score

16
from diegosouzapw/awesome-omni-skill

Calculate APACHE III (Acute Physiology Score III) for ICU patients in MIMIC-IV. Use for mortality prediction, severity stratification, case-mix adjustment, or risk-adjusted outcome comparisons.

agent-dotnet-core-expert

16
from diegosouzapw/awesome-omni-skill

Expert .NET Core specialist mastering .NET 8 with modern C# features. Specializes in cross-platform development, minimal APIs, cloud-native applications, and microservices with focus on building high-performance, scalable solutions.

agent-scorer

16
from diegosouzapw/awesome-omni-skill

Generate semantic + keyword match score. Compares resume content against job description to calculate a fit score and identify gaps.

bgo

10
from diegosouzapw/awesome-omni-skill

Automates the complete Blender build-go workflow, from building and packaging your extension/add-on to removing old versions, installing, enabling, and launching Blender for quick testing and iteration.

Coding & Development