legal-skill-creator

Convert WeChat official account legal articles into deployable SKILL.md files.

Updated Jul 20, 2025
One-click install
npx skills add https://github.com/sungaoxiang-backend/intelligent-evidence-platform --skill legal-skill-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: legal-skill-creator
Source: https://github.com/sungaoxiang-backend/intelligent-evidence-platform/tree/main/app/agentic/skills/legal-skill-creator
Command: npx skills add https://github.com/sungaoxiang-backend/intelligent-evidence-platform --skill legal-skill-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

将微信公众号法律文章转化为可用技能的工具,自动从文章中提取可执行的法律任务并生成可部署的技能结构。

Core Features & Use Cases

  • 任务提取与转化:分析文章内容,抽取可执行的法律任务清单。
  • 模板化生成:将提取结果按模板组织为 SKILL.md 的结构,便于部署和复用。
  • 活化检查:通过活化检查清单验证技能是否具备可执行性。
  • 可部署产出:输出可直接使用的 SKILL.md 并将相关知识放置在 references/ 以便复用。

Quick Start

当你提供待转化的微信公众号法律文章时,legal-skill-creator 将:

  1. 提取任务并生成初版 SKILL.md;
  2. 进行活化检查并给出改进建议;
  3. 产出可部署的技能结构。

Frequently Asked Questions about legal-skill-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a WeChat legal article into a deployable skill?

To convert a WeChat legal article into a deployable skill, this tool extracts actionable legal tasks from the text, applies a template to generate a SKILL.md structure, and validates activation via a checklist.

What is the process for extracting actionable tasks from legal reference guides?

Extracting actionable tasks from legal reference guides involves analyzing the article content, structuring the extracted items using a template, and outputting a deployable SKILL.md alongside supporting reference files.

Can I generate a SKILL.md file from WeChat articles without special software?

You can generate a SKILL.md file from WeChat articles without special software, as the tool relies on standard tooling and internal reference templates to transform and validate the output.

How does the activation checklist validate a generated legal skill?

The activation checklist validates a generated legal skill by checking the structured SKILL.md against predefined criteria, ensuring the extracted legal tasks are executable and properly formatted for deployment.

What is the best way to structure legal templates for skill creation?

The best way to structure legal templates for skill creation is to use a predefined template that organizes extracted tasks into a SKILL.md format, placing supporting knowledge into a references directory.