youtrack
YouTrack
Interact with a YouTrack instance using the yt CLI. All commands output JSON by default for reliable parsing.
Setup
Configure once (credentials saved to ~/.config/yt-cli/config.json):
yt setup --url https://your-instance.youtrack.cloud --token <permanent-api-token>
Or use environment variables (these take priority over the config file):
export YOUTRACK_BASE_URL=https://your-instance.youtrack.cloud
export YOUTRACK_TOKEN=<permanent-api-token>
More from billpeet/agent-skills
mssql
Queries and manages Microsoft SQL Server databases via the mssql CLI. Use when running SQL queries, inspecting table schemas, or managing server connections. Triggers on phrases like "SQL query", "database", "table schema", "run query", "SQL Server", "mssql", "check the database", "look up in the database".
22azdevops
Manages Azure DevOps projects, repos, branches, pull requests, pipelines, and work items via the azdevops CLI. Use when searching, creating, updating work items, managing PRs, triggering pipelines, or listing repos/branches. Triggers on phrases like "Azure DevOps", "work item", "pull request", "pipeline", "create a bug", "list repos", "trigger build".
6