lewiesnyder-ruleport-workflow-standards-instructions.ocm.json json Copy{
"ocm": "1",
"id": "lewiesnyder-ruleport-workflow-standards-instructions",
"kind": "skill",
"name": "workflow-standards",
"description": "Workflow and usage guidelines for the sync tool",
"publisher": "lewiesnyder",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Workflow and usage guidelines for the sync tool"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/lewiesnyder/RulePort",
"path": ".github/instructions/workflow-standards.instructions.md",
"ref": "5fea34bbf5ecd39a42020789d278e8b4f37e4d72",
"url": "https://github.com/lewiesnyder/RulePort/blob/5fea34bbf5ecd39a42020789d278e8b4f37e4d72/.github/instructions/workflow-standards.instructions.md",
"key": "lewiesnyder/RulePort/.github/instructions/workflow-standards.instructions.md"
}
},
"instructions": "# Workflow Standards\n\n## Dogfooding\n- This project uses itself to manage its rules.\n- **Source of Truth**: `.cursor/rules/`.\n- **Derived Files**: `.agent/`, `.claude/`, `.github/`.\n- **NEVER** edit derived files manually. Always edit the Source of Truth and run sync.\n\n## Sync Protocol\n- After editing any file in `.cursor/rules/`, you MUST run:\n ```bash\n npm run sync\n ```\n- Before committing, ensure the sync output is clean and updated.\n\n## Testing\n- When modifying the sync core (`sync-rules-advanced.js`), verify with generic arguments:\n ```bash\n npm run sync -- --target copilot\n ```",
"cost": {
"context_tokens": 148
}
}