AI Agent Hub
Back to skills
Skill Development Super Assistant icon

Skill Development Super Assistant

AI Agent Updated 2026.08.29

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

Please install @user_8c3c5215/skill-dev-super-assistant according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem

Building agent skills often fails at the same concrete points: unclear SKILL.md structure, triggers that do not match how users actually phrase requests, missing publish fields, and code edits that appear to do nothing because the wrong file, project, or render path was changed. This skill turns skill authoring and publishing into checkable steps rather than ad hoc prompt writing.

How it works

It supports three main workflows:
- Creation wizard: starts from the problem to solve and the exact phrases users will say, then drafts a SKILL.md skeleton, triggers, and FAQ.
- Publishing checks: reviews fields such as slug, displayName, version, changelog, and description, then suggests concrete improvements.
- Learning mode: explains trigger design, FAQ coverage, experience capture, and evaluation optimization using an “answer + explanation + reminder” style.

It also includes lessons from real projects, such as checking selector scope before CSS replacements, avoiding Chinese text in code logic and error messages, preventing BOM issues when writing text files, and searching the whole codebase after changing shared logic. When instructions are ambiguous, it asks for scope, target values, and reference points before making changes.

Scope and caveats

It is useful for teams preparing to publish AI agent skills, refactoring SKILL.md, or standardizing pre-change confirmation and post-project lessons. It is process-oriented and does not replace architecture design or platform-specific validation.

Use Cases

  • Preparing a custom skill for release and validating SKILL.md fields, triggers, and changelog.
  • Drafting a WeChat mini program styling skill, generating SKILL.md skeleton, triggers, and FAQ.
  • Capturing project pitfalls into LSN entries and lookup tables to prevent repeated CSS selector errors.
  • Handling vague UI instructions by confirming scope, reference point, and target value before editing.

Best For

  • Independent developers publishing agent skills who need to complete SKILL.md fields and FAQ.
  • Small front-end or WeChat mini program teams who want to turn CSS, BOM, and path pitfalls into lessons.
  • AI workflow leads who want standardized pre-change confirmation, post-change grep, and retrospective capture.
  • Beginners preparing their first agent skill who need trigger design and evaluation optimization coaching.