Repository inventory

terrylica/cc-skills

Skills indexed from this repository, with install-style signals scoped to the repo.
55 skills760 GitHub stars0 weekly installsTypeScriptGitHubOwner profile

Overview

This skill orchestrates multi-step project workflows using mise [tasks] with dependency management, argument handling, file tracking, and execution controls. It helps define, run, and cache tasks inside .mise.toml to automate builds, tests, releases, and deployment pipelines. The skill focuses on producing discoverable task descriptions so AI agents and CI tooling choose the right tasks reliably.

How this skill works

The skill generates and inspects mise task definitions: task metadata (description, alias, dir, env), dependency graphs (depends, depends_post, wait_for), and advanced fields (usage args, sources/outputs, confirm/raw/quiet). It evaluates when tasks should run via file-based sources/outputs caching and orchestrates parallel, sequential, or conditional execution. It also prepares hidden helper tasks, watch configurations, and monorepo path-scoped tasks.

When to use it

  • You need to author or update .mise.toml tasks for CI, release, or local workflows
  • You must express pre/post dependencies or parallel validation steps
  • You want argument parsing and usage-driven task scripts
  • You need file-tracking to skip unchanged work or force runs
  • You want to add hidden verification tasks or environment-scoped tool versions
  • You are designing monorepo or workspace-scoped task discovery and orchestration

Best practices

  • Write rich task descriptions that state action, prerequisites, side effects, and recommended phase
  • Prefer usage spec for positional args and flags; access as usage_<name> in run scripts
  • Use sources and outputs to enable incremental caching and avoid unnecessary runs
  • Use hidden tasks for internal checks (credentials, tokens) and expose only user-facing tasks
  • Prefer runtime-native watchers when available; use mise watch only for runtimes lacking watchers
  • Declare task-specific tools and dir to isolate environment and reproducibility

Example use cases

  • Create a CI task that depends on lint, test, and build and posts coverage-report after success
  • Define a deploy task with depends_post notify and a confirm prompt to protect destructive operations
  • Add a release task that verifies GH_TOKEN via a hidden helper before running semantic-release
  • Set up deploy usage arguments (environment, force, region) and read them as usage_environment/usage_force
  • Configure build sources/outputs to skip recompilation when artifacts are up-to-date

FAQ

Declare a usage block with arg "<name>" and read the value inside run as ${usage_name}. Prefer usage spec over deprecated templates.

When are dependency tasks run in parallel?

Dependencies that have no inter-dependencies run in parallel by default; tasks that depend on each other enforce ordering.

55 skills

asciinema-streaming-backup
Automation

This skill enables real-time asciinema streaming backups to a GitHub orphan branch with automatic brotli archival and idle-detection chunking.

Ci CdDevopsGitProductivity+1
multi-agent-e2e-validation
Automation

This skill enables parallel end-to-end validation of database refactors by coordinating multi-agent tests and producing structured findings to ensure release

DataDatabaseDevopsMigration+3
pandoc-pdf-generation
Ai

This skill generates professional PDFs from Markdown using Pandoc and XeLaTeX with automatic numbering, table of contents, and bibliography management.

AutomationDevopsDocsProductivity+1
session-recovery
Automation

This skill helps you recover Claude Code sessions by diagnosing HOME issues, locating session files, and guiding fixes across environments.

CliDebuggingDevopsDocs+3
adr-graph-easy-architect
Automation

This skill generates ASCII architecture diagrams for Architecture Decision Records using graph-easy, delivering ready-to-render diagrams for ADRs and reviews.

DevopsDocsProductivityTypescript+1
bootstrap-monorepo
Automation

This skill helps you bootstrap a polyglot monorepo from scratch, wiring Python, Rust, and Bun with autonomous 9-phase workflows.

Ci CdDevopsProductivityPython+3
mise-configuration
Automation

This skill centralizes environment configuration using mise env as the single source of truth, simplifying cross-project consistency and automation benefits.

DevopsProductivityPythonScripting+2
ascii-diagram-validator
Automation

This skill validates and fixes ASCII box-drawing diagram alignment in markdown, providing precise locations and actionable suggestions.

DebuggingDevopsDocsFormatting+4
asciinema-analyzer
Ai

This skill performs semantic analysis of asciinema transcripts to quickly extract keywords, topics, and patterns for documentation and review.

AnalyticsAutomationDataDevops+2
pypi-doppler
Automation

This skill enables local PyPI publishing with Doppler credential management, enforcing local-only workflows and manual release approvals.

DevopsProductivityPythonTypescript
impl-standards
Automation

This skill enforces implementation standards for error handling, constants management, and progress logging to improve code quality and maintainability.

Ci CdCode ReviewDebuggingDevops+3
link-validation
Automation

This skill validates markdown links in your workspace using lychee, detecting broken links and path policy violations at session end.

DevopsDocsLintingProductivity+1
asciinema-player
Automation

This skill plays terminal recordings from .cast files in a distraction-free iTerm2 window, enabling fast, scalable review of long sessions.

CliDevopsPerformanceProductivity+2
dual-channel-watchexec
Automation

This skill sends dual-channel watchexec notifications to Telegram (HTML) and Pushover (plain text) for file changes and crashes.

CliDevopsObservabilityProductivity+2
link-validator
Automation

This skill validates markdown link portability across installation locations and fixes broken or absolute paths to ensure reliable skill delivery.

CliDevopsDocsProductivity+3
clickhouse-architect
Analytics

This skill designs and optimizes ClickHouse schemas, compression, and partitioning to boost performance on Cloud and self-hosted deployments.

AutomationDataDatabaseDevops+4
ml-data-pipeline-architecture
Ai

This skill helps optimize ML data pipelines by choosing Polars, Arrow, and ClickHouse patterns for memory-efficient, lazy, zero-copy processing.

AnalyticsAutomationDataDevops+3
ml-failfast-validation
Ai

This skill helps you enforce fail-fast validation for ML experiments by performing preflight checks, schema and gradient health validations, and NDJSON logging.

AutomationDebuggingDevopsProductivity+4
adaptive-wfo-epoch
Ai

This skill optimizes walk-forward optimization by adaptively selecting training epochs per fold to maximize Walk-Forward Efficiency and reduce overfitting.

AnalyticsAutomationDataDevops+4
iterm2-layout
Automation

This skill configures iTerm2 workspace layouts via TOML, enabling tab management, auto-launch scripts, and git worktree discovery.

DevopsProductivityScriptingTypescript
mql5-indicator-patterns
Automation

This skill helps you develop robust MQL5 indicators by applying proven display, buffer, and warmup patterns for MT5.

DebuggingDevopsPerformanceProductivity+1
clickhouse-pydantic-config
Automation

This skill generates DBeaver connection configurations from Pydantic ClickHouse models, enabling seamless environment-based data sources and cloud/local

DatabaseDevopsProductivityPython+2
session-chronicle
Automation

This skill excavates Claude Code session logs to capture complete provenance across main and subagent sessions for reproducible research.

Code ReviewDataDevopsDocs+2
mise-tasks
Automation

This skill orchestrates multi-step project workflows with mise tasks, handling dependencies, arguments, and file tracking to automate pipelines.

DevopsProductivityTypescript
fork-intelligence
Analytics

This skill uncovers valuable GitHub forks by analyzing branch divergence and upstream activity to reveal meaningful, non-starred work.

AutomationDevopsGitProductivity+1
cloudflare-workers-publish
Automation

This skill deploys static HTML to Cloudflare Workers using 1Password for credentials, enabling seamless, secure static site hosting.

CloudDevopsFrontendProductivity+2
settings-and-tuning
Ai

This skill helps you configure TTS voices, speed, timeouts, queue depth, and bot settings for reliable, responsive messaging.

AutomationCliDevopsPerformance+3
booking-notify
Api

This skill delivers dual-channel booking notifications via Telegram and Pushover with scheduled sync, real-time alerts, and webhook relay for emergencies.

AutomationDevopsProductivityScripting+1
backtesting-py-oracle
Analytics

This skill ensures backtesting.py and SQL results align for range bar patterns by configuring hedging, multi-position, and oracle validation.

AutomationDatabaseDevopsProductivity+4
interactive-bot
Ai

This skill lets you manage Gmail via Telegram with slash commands and AI routing for fast inbox access and email composing.

AutomationCliDevopsJavascript+3
disk-hygiene
Automation

This skill helps you reclaim disk space on macOS by auditing usage, cleaning caches, and triaging Downloads for faster, cleaner systems.

CliDevopsProductivityTypescript
booking-config
Api

This skill configures Cal.com event types, schedules, and availability via CLI to streamline booking workflows and optimize scheduling.

AutomationBackendCliDevops+2
project-directory-migration
Automation

This skill helps you migrate Claude Code project sessions and history safely when renaming directories, preserving memory and ensuring seamless continuity.

CliDevopsMigrationProductivity+2
imessage-query
Automation

This skill queries the macOS iMessage chat.db to extract conversations, decode attributedBody messages, and build accurate timelines.

DataDatabaseDebuggingDevops+4
infra-deploy
Automation

This skill deploys Cal.com self-hosted to GCP Cloud Run with Supabase PostgreSQL, enabling automated infra setup and scalable hosting.

CloudDatabaseDevopsDocker+4
pueue-job-orchestration
Automation

This skill orchestrates remote and batch tasks through pueue, delivering telemetry, logs, and robust parallelism for reliable long‑running pipelines.

CliDevopsPerformanceProductivity+2
issues-workflow
Automation

This skill enforces an issues-first workflow by organizing content, hierarchy, and status in GitHub Issues with optional cross-repo dashboards.

CliDevopsGitProductivity+3
email-triage
Ai

This skill generates a scheduled email digest by triaging recent messages into three categories, notifying via Telegram and delivering a podcast voice brief.

AutomationCliDevopsProductivity+2
full-stack-bootstrap
Automation

This skill bootstraps the full TTS and Telegram stack on macOS, configuring secrets, environment, and symlinks for a ready-to-run system.

DevopsFullstackProductivityPython+3
gdrive-access
Api

This skill lets you list, download, and sync Google Drive files from CLI using 1Password OAuth, securely.

AutomationCliDevopsProductivity+1
diagnostic-issue-resolver
Ai

This skill helps diagnose and fix TTS and Telegram bot issues through structured symptom collection, automated checks, and targeted repairs.

AutomationDebuggingDevopsProductivity+2
system-health-check
Automation

This skill runs a comprehensive ten-subsystem health check for the TTS engine and Telegram bot, producing a clear pass/fail report with actionable fixes.

DebuggingDevopsProductivityPython+3
clean-component-removal
Ai

This skill guides a safe, orderly teardown of TTS and Telegram bot components, minimizing orphaned processes and stale state.

AutomationCliDevopsProductivity+2
plotext-financial-chart
Ai

This skill generates ASCII financial line charts using plotext in Markdown, enabling clear price paths and trading insights within GitHub-friendly text output.

AutomationDataDevopsProductivity+3
symmetric-dogfooding
Automation

This skill enables symmetric dogfooding by validating two repos against each other before release, ensuring compatibility and reducing integration surprises.

Ci CdDevopsIntegration TestsProductivity+2
worktree-manager
Automation

This skill creates and manages alpha-forge git worktrees with auto-naming based on natural descriptions, enabling rapid parallel feature development.

DevopsGitProductivityScripting+1
chezmoi-workflows
Automation

This skill helps you back up and sync dotfiles with chezmoi across machines, ensuring drift-free configurations and effortless templated management.

CliDevopsGitProductivity+2
doppler-secret-validation
Automation

This skill helps you securely add, validate, and test Doppler secrets to ensure correct storage and authentication before use.

CliDevopsProductivityScripting+3
doppler-workflows
Automation

This skill helps you securely manage PyPI publishing, AWS credentials, and Doppler secrets with automated injection and best-practice patterns.

CloudDevopsProductivityPython+2
log-reader
Analytics

This skill reads MetaTrader 5 log files to extract Print() output and errors for quick validation and debugging.

AutomationDataDebuggingDevops+2
latex-build
Automation

This skill automates LaTeX builds with latexmk and enables live preview, simplifying multi-file projects and troubleshooting compilation.

Ci CdDebuggingDevopsProductivity+2
glossary-management
Ai

This skill helps you manage terminology across projects by syncing glossary with Vale, validating structure, and adding terms programmatically.

AutomationCliDevopsGit+2
graph-easy
Automation

This skill helps you generate ASCII architecture diagrams in Markdown using graph-easy with automatic layout, improving documentation clarity.

DevopsDocsProductivityTypescript
session-guidance
Ai

This skill helps you configure Ralph loop session guidance by loading constraint scans, selecting forbidden and encouraged items, and writing validated

AutomationDevopsProductivityScripting+1
constraint-discovery
Ai

This skill discovers project constraints by running five parallel agents to map degrees of freedom and guide safe development.

AutomationDevopsDocsPlanning+3
More from this maintainer
Other repositories and skills published under the same GitHub owner.
Skills library
Jump back to the full directory or explore grouped topics.
Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational