What problem does it solve? Developers building or testing a skill management system need a minimal, contract-compliant skill package to verify installation, discovery, and execution flows without writing a full production skill first. ## Core Features & Use Cases - Minimal Skill Template: Provides a SKILL.md with required frontmatter (name, description, version) plus a skill.json manifest declaring kind, entry points, and contracts. - Contract Declaration: Declares an input contract of fact_base and an output contract of article_markdown for the independent-writing entry point, producing article content. - Use Case: A developer integrating a skill marketplace into the 见字 workbench installs this package to confirm that third-party skills are discovered, validated against the schema, and invoked correctly in the writing stage. ## Quick Start Install this example skill package and run the independent-writing stage with a prepared fact base to verify the skill pipeline produces article markdown.