Interstellar-code
@Interstellar-code
Public Skills
time-helper
by Interstellar-code
Get current time, convert timezones, and perform time calculations using native PHP (Windows/Mac/Linux compatible)
lark-agent
by Interstellar-code
Create hierarchical Lark tasks from markdown test plans. ACTIVATE THIS SKILL when user: - Says "create lark tasks" or "process test file" or "convert test plan" - Mentions "lark" + "test" or "test scenarios" or "test cases" - Wants to convert markdown test documentation into Lark tasks - Has a test file and wants it in Lark WORKFLOW: 1. Ask user for test file path (required) 2. Ask for owner, priority, target date (optional) 3. Execute: python .claude/skills/lark-agent/run.py [file] --owner="[name]" --priority=[1-3] --target-date="YYYY-MM-DD" 4. Parse JSON output 5. Execute Lark MCP workflow to create tasks 6. Report results DO NOT create test plans yourself - only process existing markdown files unless explicitly asked.
skill-creator
by Interstellar-code
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
cli-modern-tools
by Interstellar-code
Auto-suggest modern CLI tool alternatives (bat, eza, fd, ripgrep) for faster, more efficient command-line operations with 50%+ speed improvements
colored-output
by Interstellar-code
Centralized colored output formatter for all skills, agents, and commands with ANSI escape codes
skill-manager
by Interstellar-code
Native Python-based skill management for enabling/disabling skills, configuring permissions, and managing settings.local.json
changelog-manager
by Interstellar-code
Update project changelog with uncommitted changes, synchronize package versions, and create version releases with automatic commit, conditional git tags, GitHub Releases, and push
template-skill
by Interstellar-code
Replace with description of the skill and when Claude should use it.
webapp-testing
by Interstellar-code
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
lark-agent-simple
by Interstellar-code
Token-efficient Lark task creation from markdown test files. Uses 60-70% fewer tokens than lark-agent by executing MCP calls directly. ACTIVATE THIS SKILL when user: - Says "create lark tasks" or "lark agent simple" or "efficient lark" - Wants token-efficient Lark task creation - Has a test file and wants it in Lark with minimal overhead WORKFLOW: 1. Parse markdown file to compact JSON (data only, no workflow) 2. Execute Lark MCP calls directly from slash command 3. Report results DO NOT create test plans yourself - only process existing markdown files.
sql-cli
by Interstellar-code
Token-efficient MySQL/PostgreSQL operations using mycli and native CLI tools (Windows/Mac/Linux compatible). Replaces Artisan Tinker for database queries with 87% token savings.