Skip to main content
az9713
GitHub creator profile

az9713

Repository-level view of 405 collected skills across 106 GitHub repositories.

skills collected
405
repositories
106
updated
Aug 9, 2026
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

#01
skill-best-practices
27 skills · Jun 24, 2026
Software DevelopersNetwork & Computer Systems AdministratorsSoftware Quality Assurance Analysts & TestersData ScientistsDatabase ArchitectsProject Management Specialists
7 occupation categories · 100% classified
6.7%share
#02
my-agent-skills
20 skills · Apr 2, 2026
Software DevelopersNetwork & Computer Systems AdministratorsSoftware Quality Assurance Analysts & TestersProject Management SpecialistsCivil EngineersComputer User Support Specialists
12 occupation categories · 100% classified
4.9%share
#03
gh-aw
19 skills · Feb 14, 2026
Software DevelopersComputer Occupations, All OtherInterpreters & Translators
3 occupation categories · 100% classified
4.7%share
#04
playwright-cli-skills
18 skills · Mar 13, 2026
Software Quality Assurance Analysts & TestersInformation Security Analysts
2 occupation categories · 100% classified
4.4%share
#05
agent-scripts-windows
16 skills · Aug 2, 2026
classification pending
4%share
#06
agent_scripts_tutorial
16 skills · Jun 13, 2026
Software DevelopersComputer Occupations, All OtherNetwork & Computer Systems Administrators
3 occupation categories · 69% classified
4%share
#07
whatsapp-claude
12 skills · Feb 3, 2026
Software DevelopersNetwork & Computer Systems AdministratorsNews Analysts, Reporters, & JournalistsTechnical Writers
4 occupation categories · 100% classified
3%share
#08
whatsapp-claude-old
12 skills · Feb 2, 2026
Software DevelopersFilm & Video EditorsInformation Security AnalystsNetwork & Computer Systems AdministratorsProducers & DirectorsPublic Relations Specialists
7 occupation categories · 100% classified
3%share
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

adversarial-review
software-quality-assurance-analysts-and-testers

Use when a change is written and "looks done" but has not had a hostile second pass before merge — especially diffs touching auth, money, migrations, concurrency, or anything the author is quietly unsure about. Spawns a fresh-eyes reviewer subagent that sees…

Jun 24, 2026
babysit-pr
software-quality-assurance-analysts-and-testers

Use when a PR is open and green-but-blocked, or red on CI for reasons that smell like flake — a timed-out test runner, a transient network 500 in a setup step, a check that passed locally but failed in CI. Reach for this whenever someone says "this PR keeps…

Jun 24, 2026
billing-lib
software-developers

Use when writing or reviewing code that meters API token usage, bills accounts, issues invoices, applies credit grants, or computes balances with the internal `billing` library — especially around retries, mid-cycle plan changes, cache-read vs cache-write…

Jun 24, 2026
checkout-verifier
software-quality-assurance-analysts-and-testers

Use when an API-credits checkout or paid-plan upgrade needs to be proven end-to-end against Stripe test mode — confirming a card charge actually creates the invoice and subscription in the right state, reproducing a "I paid but my credits didn't show up"…

Jun 24, 2026
cherry-pick-prod
software-developers

Use when a specific fix that's already on main needs to land on a production/release branch without dragging along everything else — a hotfix to backport, a "cherry-pick this commit onto release-2.4", a "we need just that one PR on prod" request. Reach for…

Jun 24, 2026
code-style
software-developers

Use when writing or editing code in this org's Python or JS/TS, especially before committing or opening a PR — and proactively the moment a diff adds an import, an except/catch, or any logging. Enforces the style rules Claude gets wrong by default: import…

Jun 24, 2026
cohort-compare
data-scientists-152051

Use when someone wants to compare two cohorts' retention or conversion, asks whether a difference between segments is "real" or "significant", wants retention curves for an A/B group or a launch vs control, or says one cohort "looks better" and needs the…

Jun 24, 2026
cost-investigation
network-and-computer-systems-administrators

Use when a cloud bill already spiked and nobody knows why — storage or egress jumped, a specific bucket's cost ballooned, a cost-anomaly alert fired, or finance is asking "what changed this week?" Queries the billing export by service/bucket/region, diffs the…

Jun 24, 2026
Showing 8 of 27 collected skills.
steelman-redteam
project-management-specialists

Use this skill whenever the user presents a claim, idea, proposal, argument, or belief and wants rigorous critical analysis. Triggers on phrases like "steelman this", "red team this", "challenge this idea", "evaluate this claim", "is X a good idea?", "devil's…

Apr 2, 2026
session-monitor
network-and-computer-systems-administrators

Launch a live dashboard showing all running Claude Code sessions on this machine. Use when the user asks to monitor sessions, check what's running, or view session activity.

Mar 24, 2026
windows-diagnostics
computer-user-support-specialists

360-degree Windows system health diagnostics — covers CPU, memory, disk, network, security, startup programs, services, system info, hardware, and installed software. Use this skill whenever the user mentions system diagnostics, PC health check, performance…

Mar 23, 2026
yt-transcript-to-article
editors

Convert raw YouTube transcripts into polished, high-fidelity readable articles in Markdown. Use this skill whenever the user wants to clean up, rewrite, or convert a YouTube transcript (or multiple transcripts) into an article, blog post, or readable…

Mar 13, 2026
excalidraw-sketch
technical-writersfine-artists-including-painters-sculptors-and-illustrators

Create hand-drawn editorial illustration diagrams in Excalidraw with a sketchy, annotated, character-driven style. Use for AI workflow illustrations, technical comparisons, concept explanations, and visual storytelling.

Mar 13, 2026
yt-transcript-summary
software-developers

Analyze YouTube videos, web pages (blog posts, articles), or local files (TXT, HTML, PDF) using Google Gemini API. Extracts key takeaways, summaries, code, prompts, and more.

Mar 13, 2026
wrapup
project-management-specialists

End-of-day wrap-up that audits what Claude did automatically and what you did manually, then generates a beautiful HTML report with tomorrow's priority.

Mar 12, 2026
morning-briefing
executive-secretaries-and-executive-administrative-assistants

Generate a daily morning briefing dashboard that summarizes your calendar, email, and news.

Mar 12, 2026
Showing 8 of 20 collected skills.
Showing 8 of 19 collected skills.
playwright-ui-testing
software-quality-assurance-analysts-and-testers

Master index for all UI testing skills. Lists available test suites and their coverage.

Mar 13, 2026
test-a11y
software-quality-assurance-analysts-and-testers

Run comprehensive WCAG 2.1 AA+ accessibility tests on a URL. Use when user wants to test accessibility, a11y compliance, screen reader support, or keyboard navigation.

Mar 13, 2026
test-all
software-quality-assurance-analysts-and-testers

Run the complete UI testing suite — all 16 test skills across functional testing and UX design quality. Use when user wants a comprehensive site audit, full test suite, or complete quality assessment.

Mar 13, 2026
test-consistency
software-quality-assurance-analysts-and-testers

Audit design system consistency across pages. Use when user wants to check visual consistency, design tokens, component reuse, color palette, typography, spacing, or cross-page uniformity.

Mar 13, 2026
test-conversion
software-quality-assurance-analysts-and-testers

Analyze conversion optimization, cognitive load, and trust signals. Use when user wants to audit conversion funnels, reduce friction, analyze cognitive load, check trust signals, or optimize CTAs.

Mar 13, 2026
test-cross-browser
software-quality-assurance-analysts-and-testers

Test cross-browser consistency across Chromium, Firefox, and WebKit. Use when user wants to verify browser compatibility, cross-browser layout, or browser-specific issues.

Mar 13, 2026
test-flows
software-quality-assurance-analysts-and-testers

Test user flows, authentication, navigation, and SPA behavior. Use when user wants to test login flows, registration, browser history, pagination, search, CRUD operations, or routing.

Mar 13, 2026
test-forms
software-quality-assurance-analysts-and-testers

Run comprehensive form validation and input testing on a URL. Use when user wants to test forms, input fields, validation, file uploads, or submit behavior.

Mar 13, 2026
Showing 8 of 18 collected skills.
Showing 8 of 16 collected skills.
Showing 8 of 16 collected skills.
Showing 8 of 12 collected skills.
Showing 8 of 12 collected skills.
business-profile-creator
market-research-analysts-and-marketing-specialists-131161

Create comprehensive business context profiles through guided interview. Use when the user wants to build or update their business profile, needs help defining their offerings, positioning, or brand identity.

Dec 12, 2025
how-to-guide
postsecondary-teachers-all-other

Create comprehensive how-to guides and tutorials. Use when the user needs step-by-step instructional content, tutorials, documentation, or educational guides.

Dec 12, 2025
icp-creator
market-research-analysts-and-marketing-specialists-131161

Create detailed Ideal Client Profile through guided interview. Use when the user needs to define their target audience, understand their customers' problems and language, or build an ICP for content targeting.

Dec 12, 2025
linkedin-post
market-research-analysts-and-marketing-specialists-131161

Create engaging LinkedIn posts that drive engagement and build authority. Use when the user wants to write LinkedIn content, needs posts for their LinkedIn strategy, or wants to repurpose content for LinkedIn.

Dec 12, 2025
linkedin-profile-optimizer
market-research-analysts-and-marketing-specialists-131161

Optimize LinkedIn profile sections for maximum impact and conversions. Use when the user wants to improve their LinkedIn headline, about section, experience descriptions, or overall profile strategy.

Dec 12, 2025
sales-email-sequence
sales-representatives-of-services-except-advertising-insurance-financial-services-and-travel

Create high-converting email sequences for sales, launches, and nurture campaigns. Use when the user needs email sequences, drip campaigns, launch emails, or automated email workflows.

Dec 12, 2025
social-media-bio-generator
market-research-analysts-and-marketing-specialists-131161

Create compelling social media bios for any platform. Use when the user needs bios for Twitter/X, Instagram, LinkedIn, TikTok, YouTube, or any social platform.

Dec 12, 2025
substack-note
market-research-analysts-and-marketing-specialists-131161

Generate high-performing Substack notes that drive engagement and newsletter growth. Use when the user wants to create Substack notes, needs content ideas for notes, or wants to repurpose content into note format.

Dec 12, 2025
Showing 8 of 11 collected skills.
hn-analysis
software-developers

Analyze Hacker News posts and discussions to extract insights from tech community discourse. Use when the user mentions Hacker News, HN, news.ycombinator, YC, or provides a HN URL.

Dec 26, 2025
pdf-analysis
software-developers

Analyze PDF documents including reports, whitepapers, ebooks, and manuals. Use when the user mentions PDF, document, whitepaper, ebook, report file, or wants to analyze a .pdf file.

Dec 26, 2025
podcast-analysis
news-analysts-reporters-and-journalists-273023

Analyze podcast episodes from transcripts, audio URLs, or audio files. Use when the user mentions podcast, episode, audio transcript, interview, or provides a podcast file/URL.

Dec 26, 2025
queue-management
software-developers

Manage the content processing queue for batch content consumption. Use when user mentions queue, batch later, save for later, process queue, or wants to add multiple items for later analysis.

Dec 26, 2025
thread-analysis
news-analysts-reporters-and-journalists-273023

Analyze Twitter/X threads to extract insights from viral and educational content. Use when the user mentions Twitter, X, thread, tweets, viral thread, or provides a twitter.com or x.com URL.

Dec 26, 2025
activity-log
software-developers

Display the daily activity log showing all content analyzed today. Use when the user asks what they've watched, read, or analyzed today, mentions activity log, daily log, or wants to see their consumption history.

Dec 24, 2025
article-analysis
writers-and-authors

Analyze blog posts and web articles by fetching content from URLs. Use when the user mentions blog post, article, Substack, Medium, web page, newsletter, or provides a URL to analyze.

Dec 24, 2025
arxiv-analysis
software-developers

Analyze arXiv research papers and explain them in accessible terms. Use when the user mentions arXiv, research paper, academic paper, scientific paper, preprint, or provides an arxiv.org URL.

Dec 24, 2025
Showing 8 of 11 collected skills.
comprehension-gate
software-quality-assurance-analysts-and-testers

Runs a seven-dimension comprehension review on a code change before it ships: credential exposure, cross-service side effects, blast radius, state/persistence mismatch (the Kiro pattern — AI treating persistent infrastructure as ephemeral), token TTL…

Apr 14, 2026
context-layer-generator
software-developers

Generates three context layer artifacts for a code module: MODULE_MANIFEST.md (structural map — where things connect), BEHAVIORAL_CONTRACTS.md (semantic contracts — what each interface guarantees), and DECISION_LOG.md (philosophical record — why decisions…

Apr 14, 2026
dark-code-audit
software-quality-assurance-analysts-and-testers

Audits a codebase for dark code risk: code that was generated, passed automated checks, and shipped without anyone understanding it. Produces a structured audit report with a hotspot map, comprehension debt scorecard (spec coverage %, context layer coverage…

Apr 14, 2026
dark-code-suite-init
software-developers

Sets up a project to use the full dark code prevention suite in one step: creates the .claude/comprehension/ directory for comprehension artifacts, adds a ## Dark Code Prevention section to CLAUDE.md (or creates CLAUDE.md if missing), creates…

Apr 14, 2026
generate-data-lineage
database-architects

Assembles a data flow narrative from MODULE_MANIFEST.md and BEHAVIORAL_CONTRACTS.md context files, answering the explainability question: "What does the system do with [data type] for [user journey]?" Use before a compliance or security review, when a…

Apr 14, 2026
generate-eu-ai-act-system-card
lawyers

Generates a per-service EU AI Act system card documenting AI tool usage, risk classification, human oversight mechanisms, and limitations. Use for any service where AI tools contribute to code generation, decision support, or automated processing — especially…

Apr 14, 2026
generate-gdpr-ropa
lawyers

Generates a draft GDPR Article 30 Record of Processing Activities (ROPA) from MODULE_MANIFEST.md and BEHAVIORAL_CONTRACTS.md context files. Use when preparing for a GDPR audit, when a dark-code-audit flags PII-handling services with incomplete documentation,…

Apr 14, 2026
generate-isolation-tests
software-quality-assurance-analysts-and-testers

Generates a tenant isolation test scaffold for a module's shared resource writes. Use after the comprehension gate issues REVIEW REQUIRED with an isolation evidence question on a new cache write or shared database write. Also use when adding a new shared…

Apr 14, 2026
Showing 8 of 11 collected skills.
Showing 8 of 11 collected skills.
Showing 12 of 106 repositories