docs: ottochain-new-app OpenClaw skill specification#106
Open
ottobot-ai wants to merge 1 commit intoscasplte2:mainfrom
Open
docs: ottochain-new-app OpenClaw skill specification#106ottobot-ai wants to merge 1 commit intoscasplte2:mainfrom
ottobot-ai wants to merge 1 commit intoscasplte2:mainfrom
Conversation
Spec for packaging the 'Adding a New App' guide into a reusable OpenClaw AgentSkill. Covers: - SKILL.md with 7 trigger phrases and 5-step procedure - 5 template files (SM JSON, bridge route, fiber definition, explorer component, deployment checklist) - 12 TDD test cases verifying all patterns against real code - Source accuracy table mapping each pattern to repo files Refs: Trello card 6987a9d11f69072dafc1b699
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Specification for the
ottochain-new-appOpenClaw AgentSkill — packaging the Adding a New App guide (PR #86) into a reusable skill that any agent can invoke.Trello: [skill] Create 'ottochain-new-app' skill (6987a9d1)
What This Spec Defines
Skill File Structure
Key Decisions
{ "id": { "value": "STATE" } }— verified againstottochain-sdk/src/apps/contracts/waitForSequence: Mandatory after every state-changing transition — race condition documented$epochProgressnot$timestamp** for deadline guards — documented in Common MistakesinitialData— required for indexer filtering12 TDD Test Cases
Tests verify all template patterns match real code. @code writes failing tests first, then implements skill.
Source Accuracy Table
Every pattern traced back to a specific file in
/home/euler/repos/.Next Step
→ 🧪 Test Definition: @code writes 12 failing tests, then implements skill files