← Back to Skills Marketplace
vincentjiang06

skill rules designer

by VincentJiang06 · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ✓ Security Clean
270
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install skill-rules-designer
Description
Analyzes an existing Claude Code skill and designs an optimal rules/ file structure. Covers three operations: (1) compressing SKILL.md by moving verbose cont...
Usage Guidance
This skill is internally consistent and appears benign, but be mindful before you run it: 1) Only provide the skill directory you intend the assistant to operate on (do not point it at your home directory or system roots). 2) Confirm the restructuring plan the assistant prints before saying “go” — the SKILL.md claims it will wait for confirmation, which you should enforce. 3) Back up the original SKILL.md (or use version control) before allowing writes so you can recover if edits are unexpected. 4) Note there are no network calls, installs, or credential requests declared; if the assistant later asks for external keys, a URL download, or to operate outside the supplied directory, treat that as suspicious and stop.
Capability Analysis
Type: OpenClaw Skill Name: skill-rules-designer Version: 1.2.0 The skill-rules-designer bundle is a utility for optimizing and restructuring Claude Code skills through compression, encapsulation, and hardening. It follows a 'lossless' principle, ensuring no data is deleted without a destination, and includes a comprehensive A/B testing framework (using grader, comparator, and analyzer sub-agents) to verify the quality of the restructuring. The code and instructions (SKILL.md, agents/*.md) are well-structured, require user confirmation before writing changes, and lack any indicators of malicious intent or data exfiltration.
Capability Assessment
Purpose & Capability
The name/description (restructure SKILL.md into rules files, encapsulate optional content, add templates, harden wording) matches the instructions and included reference/docs. It requires no binaries, env vars, or installs — appropriate for an instruction-only refactoring helper.
Instruction Scope
Runtime instructions explicitly ask to read the provided skill directory (SKILL.md, rules/*.md, scripts/, assets/) and to present a plan before writing new rules files and updating SKILL.md. Those file reads/writes are coherent with the stated purpose. The SKILL.md also documents waiting for explicit user confirmation before making changes, which limits scope creep — users should still ensure the provided directory is the intended skill directory.
Install Mechanism
No install spec or code files are present; the skill is instruction-only so nothing will be downloaded or written during installation. This is the lowest-risk install posture and matches the skill's operations.
Credentials
The skill requests no environment variables, credentials, or config paths. The instructions do not reference secrets or unrelated system configuration. This is proportionate for a file-restructuring assistant.
Persistence & Privilege
always:false and standard model invocation are used. The skill expects to read and write files inside the user-supplied skill directory (normal for this use). It does not request persistent system-wide privileges or modify other skills' configurations.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skill-rules-designer
  3. After installation, invoke the skill by name or use /skill-rules-designer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
**Summary: Adds evaluation framework and agent modules for A/B skill comparison, alongside reference schemas and more detailed eval instructions.** - Added agents/analyzer.md, agents/comparator.md, and agents/grader.md to provide modular agent instructions for skill evaluation workflows - Introduced references/schemas.md containing shared schema definitions for structured eval metadata - Expanded SKILL.md with step-by-step instructions for running A/B comparisons and integrating new agent modules - Clarified process for lossless restructuring and evaluation, covering how to use the new agents and references - Increased modularity, maintainability, and evaluability of the skill restructuring process Adding eval process with result
v1.0.0
Initial release of skill-rules-designer — assists users in restructuring Claude Code skills with lossless file operations. - Analyzes SKILL.md and related files to recommend organizing content for efficiency and maintainability. - Supports four operations: Compress (move verbose content), Encapsulate (modularize optional features), Enrich (add templates/resources), and Harden (clarify vague instructions). - Ensures all content moves with full losslessness: nothing deleted without a destination. - Always presents a detailed restructuring plan for review before making changes. - Guides users step-by-step and summarizes token/cost impact after restructuring.
Metadata
Slug skill-rules-designer
Version 1.2.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is skill rules designer?

Analyzes an existing Claude Code skill and designs an optimal rules/ file structure. Covers three operations: (1) compressing SKILL.md by moving verbose cont... It is an AI Agent Skill for Claude Code / OpenClaw, with 270 downloads so far.

How do I install skill rules designer?

Run "/install skill-rules-designer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is skill rules designer free?

Yes, skill rules designer is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does skill rules designer support?

skill rules designer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created skill rules designer?

It is built and maintained by VincentJiang06 (@vincentjiang06); the current version is v1.2.0.

💬 Comments