
1999azzar skills on Claude Market
11 skills published by 1999azzar. Each listing includes a one-command install for Claude Code, OpenClaw, Codex, and Hermes, plus a link to the upstream source.
mermaid-architect
Generates Mermaid diagram code for flowcharts, sequence diagrams, class diagrams, and state diagrams. Enforces safe syntax rules including quoted node labels and valid node IDs to prevent rendering errors.
system-architect
Configures an AI agent to act as a Senior System Architect. Covers project scaffolding, tech stack selection, linting configuration, and architecture documentation. Defaults to security-first design and the YAGNI principle.
cloudflare-manager
Manages Cloudflare DNS records, tunnel ingress configuration, and Zero Trust policies through Python scripts and the Cloudflare API. Supports adding, listing, and deleting DNS records, and updating local cloudflared tunnel routing rules.
search-cluster
Multi-provider search aggregator that queries Google CSE, Wikipedia, Reddit, GNews RSS, and DuckDuckGo (via headless scraping) in a single call. Returns structured JSON with source, title, link, and sanitized snippet per result. Supports optional Redis caching and runs the scraping provider in a subprocess-isolated virtual environment.
ui-designer-skill
Applies 16 named design systems, including Material You, Fluent Design, Glassmorphism, and Neo-Brutalism, to guide interface decisions. Covers color palette generation with HEX codes and Tailwind config extensions, component theming via CSS tokens, and WCAG AA/AAA accessibility audits. Works across web, iOS, Android, and desktop targets.
stability-ai
Generates images using Stability AI's API, supporting models like SDXL 1.0 and Stable Diffusion 3. Each run saves the image locally alongside a JSON metadata file. An auto-cleanup routine keeps only the last 20 generated images on disk.
security-guardian
Scans project directories for hardcoded secrets (API keys, tokens) and Docker images for CVEs using Trivy. Outputs structured reports with file paths and line numbers. Works alongside mema-vault to move detected secrets into a credential store.
node-red-manager
A CLI and API wrapper for managing Node-RED instances. Covers flow deployment, node module management, backups, runtime context, and diagnostics. Configured via environment variables pointing to a Node-RED Admin API endpoint.
mema
Mema provides a two-tier local memory system: a SQLite database that indexes document paths and tags, and a Redis store for ephemeral key-value state with a default 6-hour TTL. It lets agents track workspace files and pass context between sessions without relying on external services.
time-checker
Fetches current time, date, and timezone data for any city or location worldwide using time.is. A Python script handles the lookup by scraping the time.is site. Useful for verifying timezone offsets or confirming local times before scheduling.
newman
Newman is the command-line runner for Postman collections. It executes API tests from exported collection files with support for environments, data-driven iteration, and multiple report formats. Runs anywhere Node.js is available, including CI/CD pipelines.