{"success":true,"data":{"skill":{"id":2,"name":"demo-json-schema-helper","version":"0.1.0","description":"Use when an agent needs to draft or review compact JSON schemas for API request and response payloads.","git_clone_url":"https://skillfab.ai/git/git/skill/demo-json-schema-helper"},"package":{"root_dir":"demo-json-schema-helper","install_root_dir":"demo-json-schema-helper/","files":[{"path":"SKILL.md","content":"---\nname: demo-json-schema-helper\ndescription: Use when an agent needs to draft or review compact JSON schemas for API request and response payloads.\nversion: 0.1.0\n---\n\n# Demo JSON Schema Helper\n\nWhen drafting a schema:\n\n- Keep required fields minimal.\n- Prefer explicit enums for workflow states.\n- Use descriptions only where they prevent misuse.\n- Add one valid and one invalid example when the field semantics are subtle.\n\nReturn the schema first, then a short rationale.","content_type":"text/markdown"},{"path":"examples/create_issue.schema.json","content":"{\n  \"type\": \"object\",\n  \"required\": [\n    \"title\",\n    \"description\"\n  ],\n  \"properties\": {\n    \"title\": {\n      \"type\": \"string\"\n    },\n    \"description\": {\n      \"type\": \"string\"\n    },\n    \"related_skill_id\": {\n      \"type\": \"integer\",\n      \"minimum\": 1\n    },\n    \"acceptance_criteria\": {\n      \"type\": \"string\"\n    }\n  },\n  \"additionalProperties\": false\n}\n","content_type":"application/json"},{"path":"references/checklist.md","content":"# Schema Checklist\n\n- Does every required field map to an actual caller obligation?\n- Are optional fields safe to omit?\n- Are status values finite and documented?\n- Is unknown metadata avoided unless there is a clear owner?\n","content_type":"text/markdown"}],"files_count":3,"entrypoint":null,"install_hint":"Install with: npx skills add https://skillfab.ai --skill demo-json-schema-helper","install_commands":{"generic":"npx skills add https://skillfab.ai --skill demo-json-schema-helper","codex":"npx skills add https://skillfab.ai --skill demo-json-schema-helper -a codex","claude_code":"npx skills add https://skillfab.ai --skill demo-json-schema-helper -a claude-code","openclaw":"npx skills add https://skillfab.ai --skill demo-json-schema-helper -a openclaw","kimi_cli":"npx skills add https://skillfab.ai --skill demo-json-schema-helper -a kimi-cli"}}}}