boazy
- 8 skills
- 0 followers
- 14 hours ago last updated
- ▌ Adr · boazy bundleManage Architecture Decision Records (ADRs) in Confluence — create new ADRs from template, update existing ones, generate status reports, sync status emojis, and review ADRs for quality. Use when ADR, architecture decision, or design record is mentioned.
- ▌ Slack · boazy bundleRead channels, DMs, and threads; post and edit messages; search messages and users; add reactions; upload custom emojis — all via the Slack Web API.
- ▌
- ▌ Deep Wiki · boazy bundleSearch and read AI-generated documentation for any public GitHub repository. Use when asked about how an open-source library works, its architecture, API, or internals.
- ▌ D2 Diagrams · boazy bundleGenerate diagrams from declarative text using D2 - modern text-to-diagram language with automatic layouts, themes, and advanced styling. Use when creating architecture diagrams, flowcharts, decision trees, workflow diagrams, sequence flows, or ERDs from text definitions.
- ▌ Infer Codeowners · boazy bundleGenerate or update a CODEOWNERS file for a repository from its git commit history. Detects module boundaries (Cargo crates, Go modules, npm packages, significant submodules), scores contributors with recency weighting, resolves authors to valid GitHub accounts via the GitHub CLI, detects departed/inactive owners, and asks the user only about identities it cannot map. Use when asked to create, infer, deduce, update, refresh, or improve a CODEOWNERS file, or to figure out code ownership / who owns what in a repo.
- ▌ Tech Writing Style · boazyWrite, rewrite, or review technical prose for clarity and human readability. Applies Google technical-writing guidance and checks language-model drafts for opaque compression, invented or semantically stretched terminology, unnecessary figurative language, overloaded sentences, punctuation-heavy clause chains, inline-list overload, formulaic contrast, canned transitions, unsupported claims, and repetitive rhetoric. Use for technical writing of any content type, including work governed by another documentation skill.
- ▌ Self Contained Python Scripts · boazyCreate self-contained Python scripts that run with `uv run --script`. Covers PEP 723 inline metadata, ergonomic CLI design (argparse / Cyclopts), rich output formatting, progress bars (alive-progress), interactive prompts (questionary), and fuzzy selection (iterfzf). Use when asked to create a Python script, CLI tool, or automation script.