All authors
EvanWangZ avatar

Claude Skills by EvanWangZ

github.com/EvanWangZ
13 skillsA× 12B× 10 installs6 views
DiffsA

Use the diffs tool to produce real, shareable diffs (viewer URL, file artifact, or both) instead of manual edit summaries.

devopsrust
0
110
Obsidian Vault MaintainerA

Maintain an Obsidian-friendly memory wiki vault with wikilinks, frontmatter, and official Obsidian CLI awareness.

toolsshell
0
110
Wiki MaintainerA

Maintain the Velaclaw memory wiki vault with deterministic pages, managed blocks, and source-backed updates.

researchrust
0
110
TavilyA

Tavily web search, content extraction, and research tools.

developmentjavascriptrust
0
110
Coding AgentA

Delegate coding tasks to Codex, Claude Code, or Pi agents via background process. Use when: (1) building/creating new features or apps, (2) reviewing PRs (spawn in temp dir), (3) refactoring large codebases, (4) iterative coding that needs file exploration. NOT for: simple one-liner fixes (just edit), reading code (use read tool), thread-bound ACP harness requests in chat (for example spawn/run Codex or Claude Code in a Discord thread; use sessions_spawn with runtime:"acp"), or any work in ~/...

ai-agentsrustgo
0
110
Gh IssuesB

Fetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]

code-qualitygonode
0
110
GithubA

GitHub operations via `gh` CLI: issues, PRs, CI runs, code review, API queries. Use when: (1) checking PR status or CI, (2) creating/commenting on issues, (3) listing/filtering PRs or issues, (4) viewing run logs. NOT for: complex web UI interactions requiring manual browser flows (use browser tooling when available), bulk operations across many repos (script with gh api), or when gh auth is not configured.

code-qualitybashgit
0
110
HealthcheckA

Host security hardening and risk-tolerance configuration for Velaclaw deployments. Use when a user asks for security audits, firewall/SSH/update hardening, risk posture, exposure review, Velaclaw cron scheduling for periodic checks, or version status checks on a machine running Velaclaw (laptop, workstation, Pi, VPS).

devopsgogit
0
110
Model UsageA

Use CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.

ai-agentspythonbash
0
110
Session LogsA

Search and analyze your own session logs (older/parent conversations) using jq.

ai-agentsbash
0
110
Skill CreatorA

Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "a...

documentationpythongo
0
110
SummarizeA

Summarize or extract text/transcripts from URLs, podcasts, and local files (great fallback for “transcribe this YouTube/video”).

content-marketinggobash
0
110
TaskflowA

Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.

developmentrustgo
0
110