AI Agent Hub
Back to skills
Skill Forge icon

Skill Forge

AI Agent Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please install @user_66f29720/skill--forge by following https://skillhub.cn/install/skillhub.md.

About this skill

Problem

SKILL.md files often fail in practice: instructions are vague, triggers are weak, and script dependencies are inconsistent, making agent execution hard to reproduce. Skill Forge turns Skill authoring into an engineering workflow: requirements capture, architecture selection, file generation, and quality audit.

How It Works

It first classifies intent:
- Create mode: collects the core function, target users, inputs, and outputs, then selects an architecture such as workflow, tool, analysis, generation, aggregation, management, or conversation.
- Audit mode: scores structure, instruction quality, triggers, script quality, documentation, and best practices, then lists actionable fixes.
- Inspiration mode: suggests candidate Skills based on installed skills, recurring pain points, and popular directions.

Generation can produce SKILL.md, scripts, references/ documents, and README.md. Scripts favor Python standard libraries and require UTF-8 encoding, --help, error handling, and emoji-free console output to reduce Windows encoding issues.

Boundaries

It is useful for building agent-facing skill packages with clear steps, tool calls, or document outputs. It is not a substitute for backend development, database design, or complex service architecture. For one-line requests, it ships a first draft and marks uncertain assumptions with [TODO], so key business rules still need human review.

Use Cases

  • Expand a one-line idea into a runnable draft with `SKILL.md`, scripts, and `README.md`, marking assumptions with `[TODO]`.
  • Audit an existing Skill's frontmatter, trigger keywords, directory layout, Python dependencies, and Windows encoding compatibility.
  • Choose conversation, management, or aggregation architectures for interview practice, habit tracking, or news summary Skills.
  • Recommend actionable Skill ideas based on gaps in installed skills and frequent pain points, not generic trends.

Best For

  • Engineers who want to turn a business process into an Agent Skill but lack a stable `SKILL.md` template
  • Tech leads who need to audit existing Skills for description, triggers, and script quality
  • Product or ML engineers building multi-turn guided Skills such as interview practice or requirement clarification bots
  • Platform operations engineers maintaining user-level skill directories who need fast drafts that pass self-audit