
Install and use chartli to render terminal charts from numeric text files or stdin.
# Ramadan CLI Agent Skill Spec reference: `skills/spec.md` ## Goal Run, validate, and debug `ramadan-cli` safely and reproducibly. ## What This CLI Is `ramadan-cli` is a Ramadan-first CLI that shows: - Sehar (`Fajr`) and Iftar (`Maghrib`) times - today view, full month (`-a`), and specific roza (`-n`) - first-run setup with saved config (city/country/method/school/timezone) Primary user mode: - Human-first interactive defaults - Script-friendly deterministic modes via flags (`--json`, `-
# Excalidraw CLI — Agent Skill Create hand-drawn diagrams from JSON using `excalidraw-cli`. Outputs `.excalidraw` files and shareable URLs. ## Quick Start ```bash # Create diagram from inline JSON excalidraw create --json '[...elements...]' -o diagram.excalidraw # Export to shareable URL excalidraw export diagram.excalidraw # → https://excalidraw.com/#json=abc,key # Create from file excalidraw create elements.json -o diagram.excalidraw # Pipe from stdin echo '[...elements...]' | excalidraw
# Azaan CLI Skill Use this skill when the user asks about Islamic prayer times, salah times, namaz times, athan/azan/adhan times, or Muslim prayer schedules. ## Tool: azaan A CLI tool for fetching Islamic prayer times. ### Installation ```bash npm install -g azaan ``` ### Commands #### Get Today's Prayer Times ```bash azaan ``` Returns: Fajr, Sunrise, Dhuhr, Asr, Maghrib, Isha times with current/next prayer highlighted. #### Get Next Prayer ```bash azaan next ``` Returns: Next prayer nam
Create, schedule, and manage social media posts via Typefully. ALWAYS use this skill when asked to draft, schedule, post, or check tweets, posts, threads, or social media content for Twitter/X, LinkedIn, Threads, Bluesky, or Mastodon.
# awaz Text to speech CLI using ElevenLabs. Use when asked to speak text, generate audio, or convert text to speech. ## Install ```bash npm i -g awaz # OR npx awaz ``` For AI agents install the skill and ask them to use `awaz`. ```bash npx skills ahmadawais/awaz ``` ## Requirements - `ELEVENLABS_API_KEY` environment variable ## Usage ```bash # Speak text awaz "Hello world" # Pick a voice awaz -v Roger "Hello world" # Save to file awaz -o output.mp3 "Hello world" # Pipe text echo "He
Write code like Ahmad Awais.
Senior UI/UX Engineer. Architect digital interfaces overriding default LLM biases. Enforces metric-based rules, strict component architecture, CSS hardware acceleration, and balanced design engineering.
PR workflow - validate, branch, commit, push, PR, checkout main, rebase, squash merge. Use when submitting changes.
Transform messy work updates into clean, standardized end-of-day Slack sync summaries. Use when asked to "format my updates", "create a sync", "write a standup", or "summarize my work" for Slack.
Write sarcastic, ultra-concise X/Twitter posts about AI coding, open-source, and dev life. Use when asked to write tweets or X posts.
Comprehensive guidance for building and debugging JavaScript and TypeScript CLIs with @clack/core and @clack/prompts, backed by bundled upstream source and examples. Use when implementing clack prompt flows, deciding between core primitives and styled prompts, adapting clack examples, or validating clack API usage.