Skip to content

Latest commit

 

History

History
90 lines (64 loc) · 2.28 KB

File metadata and controls

90 lines (64 loc) · 2.28 KB

Locanara Skills Index

Automate all tasks with a single simple command!

Quick Start

# GraphQL schema
/gql validate the schema

# iOS development
/apple check for new features and add them

# Android development
/android check for new features and add them

# Testing
/test write tests for all platforms

# Documentation
/docs check for incorrect docs and fix them

Skills List

Command Skill Role Auto-performs
/gql GraphQL Architect API spec management Schema validation, naming fixes, type/API additions
/apple Apple Intelligence SDK iOS implementation Feature additions, code validation, type/API impl
/android Android SDK Android impl Feature additions, code validation, type/API impl
/test Test Engineer Test writing/run Both platform tests, execution, coverage check
/docs Documentation Manager Doc management Doc validation, auto-generation, API reference updates

Usage Examples

/gql - GraphQL Architect

/gql validate the schema
/gql check for naming rule violations
/gql add VoiceRecognition type

/apple - Apple Intelligence SDK

/apple check for new features and add them
/apple check existing code for issues
/apple implement VoiceRecognition feature

/android - Android SDK

/android check for new features and add them
/android check existing code for issues
/android implement VoiceRecognition feature

/test - Test Engineer

/test write tests for all platforms
/test run tests and report results
/test add Summarize feature tests

/docs - Documentation Manager

/docs check for incorrect docs and fix them
/docs find missing docs and add them
/docs update API documentation

Detailed Guides

  • /gql: .claude/commands/gql.md
  • /apple: .claude/commands/apple.md
  • /android: .claude/commands/android.md
  • /test: .claude/commands/test.md
  • /docs: .claude/commands/docs.md

"Automate everything with a single command."