Skip to content

Releases: AgentSkillOS/SkillAnything

SkillAnything v1.0.0

06 Apr 06:00

Choose a tag to compare

SkillAnything v1.0.0 - Initial Release

Making ANY Software Skill-Native

Features

  • 7-phase automated pipeline: Analyze -> Design -> Implement -> Test -> Benchmark -> Optimize -> Package
  • Auto-detect target types: CLI tools, REST APIs, Python libraries, workflows, web services
  • Multi-platform output: Claude Code, OpenClaw, OpenAI Codex, Generic (.skill)
  • Eval system with train/test split for description optimization
  • Code obfuscation support via PyArmor
  • 7 specialized subagents for each pipeline phase
  • Interactive eval viewer for result review

Architecture

  • 16 Python scripts (6 original + 10 adapted from Anthropic skill-creator)
  • 7 agent instruction files
  • 4 platform adapter templates
  • Comprehensive reference documentation

Getting Started

git clone https://github.com/m17551076169/SkillAnything.git ~/.claude/skills/skill-anything

Then in Claude Code: Create a skill for the jq CLI tool

Attribution

Built on CLI-Anything (MIT), Dazhuang Skill Creator (Apache 2.0), and Anthropic Skill Creator (Apache 2.0).