Commit Graph

12 Commits

Author SHA1 Message Date
455969ff8f chore: merge remote changes and resolve path conflicts 2026-01-08 10:09:17 +08:00
2d646383b2 feat: initial OpenCode configuration with custom commands and skills 2026-01-08 10:07:17 +08:00
OpenCode Skills
c601418ed7 Add mqtts-developer skill: Complete MQTTS certificate management
New skill: mqtts-developer
- Complete automated MQTTS setup workflow with acme.sh
- Multi-language client configuration guide (Python, Node.js, Java, C#, Go, ESP32)
- Quick reference for commands and troubleshooting
- Practical usage examples
- Token-efficient reusable knowledge base

Features:
- 10-phase automated certificate setup
- Support for Alibaba Cloud DNS API
- Auto-renewal with Docker container restart
- Single-direction TLS authentication
- 7+ programming language examples
- Comprehensive troubleshooting guides
- 1750+ lines of structured documentation

Token Savings:
- First use: 60-70% reduction
- Repeated use: 80%+ reduction

Files:
- SKILL.md: Main entry point and overview
- setup-mqtts-acme.md: Complete setup workflow (11KB, 350 lines)
- mqtts-quick-reference.md: Quick reference guide (7KB, 277 lines)
- mqtts-client-config.md: Client configuration (15KB, 596 lines)
- README.md: Usage guide (6KB, 227 lines)
- USAGE_EXAMPLES.md: Practical examples (6KB, 275 lines)
2026-01-07 17:31:52 +08:00
9641a78f16 fix: correct branch name from master to main in sync commands 2026-01-07 11:06:15 +08:00
9b5d10f6f9 fix: update MCP configuration key to lowercase 'ref' 2026-01-07 11:03:04 +08:00
ab4792c7db fix: correct Ref MCP configuration
- Change service name from 'ref' to 'Ref'
- Change type from 'remote' to 'http'
- Move API key from Authorization header to URL parameter
- Maintain security by using environment variable
2026-01-07 10:58:27 +08:00
e13dd59f4e chore: add AGENTS.md configuration file 2026-01-07 10:29:50 +08:00
9079f94f38 docs: add release-android command to README 2026-01-07 09:45:55 +08:00
a3ee5aad0c chore: remove redundant release-android skill 2026-01-07 09:27:13 +08:00
347d18192c feat: add release-android skill, command and script
- Add bin/release-android.mjs: Universal Android release script
  - Auto-detect Android project root (standalone or monorepo)
  - Auto-detect Gitea config from git remote URL (HTTPS/SSH)
  - Auto-detect Java Home from Android Studio
  - Support tag-based release workflow

- Add command/release-android.md: Command to trigger release process

- Add skill/release-android/SKILL.md: Skill documentation with full script source

- Update opencode.json: Enable thinking for claude models
2026-01-07 09:23:57 +08:00
b47720d8da chore: remove sensitive env.sh and add setup documentation 2026-01-07 08:57:12 +08:00
d738304a7c feat: initial opencode config with commands, skills and MCP services 2026-01-06 17:27:42 +08:00