LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

grammar-rule-authoring - Playbook for authoring English grammar rules in Syntaxis.

Executes a contract-first playbook to add, test, and document English grammar diagnostics in Syntaxis.

Tags

Updated: 2026-09-20

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Claim implementation tasks via Beads
  • Declare rule entries in manifest
  • Implement diagnostic logic in grammar.rs
  • Add positive and clean test fixtures
  • Verify determinism and gate checks
  • Update documentation and changelog files

Inputs

  • Analysis snapshot
  • Rulepack manifest
  • Beads task issue

Outputs

  • GrammarDiagnostic emissions
  • Updated rulepack manifest file
  • Updated Rust source and tests
  • Updated project documentation

Requirements

  • Rust toolchain and Cargo
  • Beads CLI tool
  • Repository checkout
  • wasm-pack toolchain for Wasm verification

Source

  • Spec: SKILL.md
syntaxis
grammar-rules
diagnostics
rust
Claim implementation tasks via Beads
Declare rule entries in manifest
Implement diagnostic logic in grammar.rs
Add positive and clean test fixtures
Analysis snapshot
Rulepack manifest
Beads task issue
GrammarDiagnostic emissions
Updated rulepack manifest file
Updated Rust source and tests